/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: .9em;
  background-color: #000;  
  }

#siteBox {
  float: left;
  width: 100%;
  color: #000;
}


.apf_footer {
  font-size:xx-small;
  text-align:center; 
  color: #000;
}


/* -- MAIN Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  color: #FFF;
  background: #25509F url('/images/hdr.jpg') no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  color: #FFF;
  background-color: #000;  
}

#header a.lastMenuItem {
  background-image: url('../images/corner_tr.gif');
  background-repeat: no-repeat;
  background-position:  right top;
  border-right: 0px none;
}

a .desc {
  display: none;
  text-decoration: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- MAIN Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.1em;
  color: #fc0;
}

.subTitle {
  display: block;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  color: #000;
  background-color: #fff;
}

#contentLeft {
  float: left;
  width: 170px;
  margin-bottom: 1em;
  background: #ecd9ff url('../images/corner_sub_tr.gif') no-repeat top right;
}

#contentRight {
  float: right;
  width: 170px;
  margin-bottom: 1em;
  background: #ffffcc url('../images/corner_sub_tl.gif') no-repeat top left;
}

#contentCenter {
  margin-left: 180px;
  margin-right: 180px;
  margin-bottom: 1em;
  padding: 1em 1em 1em 1em;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

#contentCenter_W {
  margin-left: 180px;
  margin-bottom: 1em;
  padding: 1em 1em 1em 1em;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.9em;
  line-height: 1.2em;
}

#content a {  
  color: #333333;
  text-decoration: underline;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  text-decoration: underline;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}









/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  text-transform: lowercase;
  text-align: center;
  line-height: 2.6em;
  color: #fc0;
  vertical-align: bottom;
  background: #25509F url('../images/hdr.jpg') repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  vertical-align: bottom;
  background: url('../images/corner_bl.gif') no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 30%;
  height: 3em;
  text-align: right;
  vertical-align: bottom;
  background: url('../images/corner_br.gif') no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

#menu a {
  text-decoration: none;
  border: 0px;
}









/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}



#columnRight {
  float: right;
  width: 240px;
  padding: 1em 1em 1em 1em;
  border: 2px solid #cc66ff;
  text-align: center;

}

.caption {
	  font-size: 0.8em;
	  font-style: italic;
	  line-height: 1.0em;
}

p.inc {
	font-size: 0.5em;
	line-height: 0.5em;
	color: #ffffff;
}


/* -- MAIN Header title and subTitle layout/display styles -- */


h1 {
  margin: 1.2em 1.2em 2em 1.2em;
  font-weight: bold;
  font-size: 1.0em;
  text-transform: lowercase;
  text-decoration: none;
  color: #cc66ff;
  background: #ffffcc;
  border-bottom: 1px solid #cc66ff;    
}

h3 {
  margin: 1.2em 1.2em 2em 1.2em;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  text-decoration: none;
  color: #cc66ff;
  background: #ffffcc;
  border-bottom: 1px solid #cc66ff;    
}




/* --- VERTICAL MENU --- */



#dropmenudiv{
position:absolute;
background-color: #ecd9ff;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#image a {  
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}


#dropmenudiv a:hover{ /*hover background color*/
background-color: #888;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-position: outside;
list-style-type: none;
width: 130px;
background-color: #ecd9ff;
}