/* 
 _________________________________________________________
|                                                         |
|    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, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #000;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #25509F url(../images/hdr.jpg) no-repeat top 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 #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #000;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #DB70DB;  
}

a:hover .desc, .active .desc {
  display: block;
    color: #DB70DB;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #DB70DB;
}

.subTitle {
	display: block;
	font-size: 0.4em;
	line-height: 1.2em;
	letter-spacing: 0.01em;
	font-variant: small-caps;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 23.5%;
  margin-bottom: 0em;
  background: #000 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  background: #000 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#content p {
	margin: 1.2em 1.2em 2em 1.2em;
	font-size: 0.8em;
	color:#FFFFFF;
	text-transform: none;
	line-height: 1.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#content a {
	text-decoration: none;
	text-transform: none;
	color: #DB70DB;
	font-variant: small-caps;
}

#content a:hover {
	text-decoration: blink;
	color: #DB70DB;
	
}

.header, .subHeader {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 1em;
	color: #DB70DB;
	border-bottom: 1px solid #AAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
	display: block;
	padding: 5px 0 5px 54px;
    background: url(../images/icn_plus.gif) no-repeat center left;
	border: 0px;
	font-weight: bold;
	font-variant: small-caps;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #444 url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}


/* -- Display formatting styles -- */

.grey {
	font-size: 0.9em;
	color: #aaa;
	text-transform: none;
	font-weight: bold;
	line-height: 1.4em;
}

.white {
  color: #FFF;
}

.small {
  font-size:0.8em;
  text-align:right;
}

.right {
  float:right;
  text-align:right; 
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}


/* -- <ul> tag styles -- */

ul{
	font-size: 0.8em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-image: url(../images/li_bullet.gif);
	line-height: 1.6em;
}

li {
  margin-left: 50px;
}


/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
  border:1px solid #AAA;
}

.imgLeft {
  float: left;
  margin-left: 0px;
  margin-right: 1.5em;
}

.imgRight {
  float: right;
  margin-right: 0px;

}

.imgNoBord {
  border: 0;
}

/* -- Box alignment classes -- */

.boxLeft, .boxRight {
	margin: 5px;
	padding:10px;
	border:1px solid #AAA;
	background-color:#444;
	color:#FFF;
	line-height:1.5em;
	font-size: 0.9em;
	text-align: justify;
}

.boxLeft {
	float: left;
	width: 82%;
	margin-left: 0px;
}

.boxRight {
	float: right;
	margin-right: 0px;
	width: 17.5%;
}


/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

/* -- Footer layout/display styles -- */

#footer {
	float: left;
	width: 100%;
	height: 6em;
	font-size: 0.6em;
	text-transform: none;
	line-height: 2.0em;
	color: #DB70DB;
	background: #25509F url(../images/hdr.jpg) repeat-y bottom left;
	font-weight: bold;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 6em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 6em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
	text-decoration: none;
	color: #DB70DB;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
	color: #0AD;
	font-weight: bold;
}