/* -- GENERAL REDECLARATIONS -- */

html        {height: 100%;}
*           {margin:0; padding:0;}

body         {
  text-align:center;
  background: #FF5C00;
  color: #fff;
  padding-bottom: 20px;
}

body, tr,
td, input,
select, textarea   {font:normal 11px/1.3 Verdana, Arial, Helvetica, sans-serif;}

a:link       {color:#000; text-decoration:none;}
a:visited   {color:#000; text-decoration:none;}
a:hover     {color:#fff; text-decoration:none;}
a:active     {color:#900; text-decoration:none;}

a:active, a:focus {outline: 0} /*Stops FF adding dotted border*/

ul, ol       {margin:0 0 10px 25px;}
dl           {margin:0 0 10px;}
dt           {font-weight:bold;}
dd          {margin:0 0 3px 10px;}
p           {margin:0 0 15px;}
h1           {font-size: 14px; margin:0 0 5px;}
h2           {font-size:medium; margin:0 0 12px;}
h3           {font-size:small; margin:6px 0 5px;}
h4           {font-size:x-small; margin:4px 0;}
h5          {font-size:xx-small; margin:3px 0;}
h6           {font-size:xx-small; margin:0;}
hr           {}
img         {border:none;}
acronym      {border-bottom: 1px dotted;}
blockquote   {margin:0 25px 20px 25px; font-style:italic;}




/* Standard Layout */

#wrapper {
  position: relative;
  width: 820px;
  margin: 0 auto;
  text-align: left;
  height:100%;
}

#header {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 821px;
  height: 100px;
  background: url(/images/APA-logo.gif) no-repeat 0 24px;
}

#header h1 a {
  position: relative;
  display: block;
  width: 121px;
  height: 55px;
  text-indent: -9000px;
  margin-top: 24px;
}

#header h2 a {
  float: right;
  width: 310px;
  height: 62px;
  margin: 0;
  margin-top: 23px;
  padding: 0;
  text-indent: -9000px;
	background: url(/images/APA-logo2.gif) no-repeat 0 0;
}

#showcase {
  position: relative;
  width: 820px;
  height: 250px;
  clear: both;
}

#content {
  position: relative;
  margin: 0;
  height:auto;
}

#content-main, #content-main-wide {
  position: relative;
  width: 420px;
  height: 100%;
  padding: 0;
  padding-top: 0px;
  margin-left: 207px;
}

#content-main-wide {
  width: 820px;
  margin-left: 0;
}

#footer {
  clear:both;
  height: 25px;
  margin-top: 40px;
  padding:0;
  position:relative;
}

#footer a#top-of-page {
  float:right;
  width: 26px;
  height: 23px;
  text-indent: -9000px;
  position: relative;
  display:block;
  overflow:hidden;
  background: url("../images/top.gif") no-repeat 0 0;
}

#footer a#top-of-page:hover {
  background-position: 0 -23px;
}

#newsflash {
  float: left;
  background: #FF7426 url("../images/heading_newsflash.gif") no-repeat;
  padding: 10px;
  padding-top: 40px;
  width: 154px;
  margin-right: 20px;
  margin-top: 5px;
}

#newsflash h1 {
  width: 174px;
  height: 40px;
  margin: 0;
  margin-left: -10px;
  text-indent: -9000px;
  background: #FF7426 url("../images/heading_newsflash.gif") no-repeat;
}

#newsflash a {
  color:#fff;
}

#newsflash a:hover {
  color:#000;
}

#newsflash a span {
  color:#000;
}


#headlines a {
  color:#fff;
}

#headlines a:hover {
  color:#000;
}

#headlines a span {
  color:#000;
}

#headlines h1 {
  margin-bottom:0;
}


/* ------------------------------------------------------------- 
    SHOWCASE GALLERY
------------------------------------------------------------- */  

#showcase-wrapper{
  position:relative;
  margin-bottom:30px;
}

#showcase-mask {
  position: relative;
  width: 820px;
  height: 230px;
  clear: both;
  overflow: hidden;
  background-color:#FF7426;
}

#showcase-slider {
  height: 230px;
  width:20000px;
  visibility:hidden;
}

.showcase-image {
  text-align: center;
  background: #FF7426;
  border: 1px solid #fff;
  width: 818px;
  height: 228px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  top:0;
}

#showcase-caption {
  float: right;
  height: 23px;
  padding-top: 4px;
  margin-right: 5px;
}

#showcase-controls {
  position:relative;
  right:-3px;
  float: right;
  width: 41px;
  height: 23px;
  background: url("../images/showcase_controls_bg.gif") no-repeat 4px 0;
}

#showcase-controls a {
  float: right;
  text-indent: -9000px;
  height: 23px;
  width: 13px;
  background-image:url("../images/showcase_buttons.gif");
}

#showcase-controls a#sc-left {
  background-position: 0 0;
  margin-right:14px;
}

#showcase-controls a#sc-right {
  background-position: -13px 0;
}

#showcase-controls a#sc-left:hover {
  background-position: 0 -23px;
}

#showcase-controls a#sc-right:hover {
  background-position: -13px -23px;
}


/* ------------------------------------------------------------- */  



#preload {
  display: none;
}

/* ------------------------------------------------------------- */  



.clr {
  clear:both;
}
/* ------------------------  FORMS  ----------------------------- */  

form {padding-top: 4px;}

form br {clear:left;}


label, input, textarea {
  display:block;
  float:left;
  width:200px;
  margin-bottom:6px;
  padding: 2px;
}

label {
  width:130px;
  text-align:left;
  padding-right:10px;
  padding-top:2px;
}


input.button {
  width:80px;
  height: 22px;
  margin-left: 0px;
  margin-right: 10px;
  border: 1px solid #666;
  background: #fff;
  position:relative;
  left:140px;
}

input.button:hover {
  background: #FF9D66;
}



