/* -- Main layout styles -- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12.5px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color:#FFFFFF;
	margin-top: 1em;
	margin-bottom: 1em;
}

#siteBox {
	width: 819px;
	color: #FFF;
	position: relative;
	margin: 0 auto;
	text-align: left;
	
}

/* -- Header layout/display styles -- */

#header {
	float: left;
	width: 819px;
	height: 95px;
	background-color: #7997E3;
}

.top_image {
  float: right;
  width: 549px;
  height: 95px;
  background: #7997E3 url(../images/main_top.jpg) no-repeat bottom left;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;
    
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1.5em 60px 0 2.5em;
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  line-height: 12px;
  color: #FFF;
}

.subTitle {
	display: block;
	font-size: 11px;
	text-transform: Capitalize;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 13px;
}

.main_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/* -- Content layout/display styles -- */

#content {
	float: left;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #FFF;
	color: #555555;
}

#contentLeft {
  float: left;
  width: 270px;
  height : 452px;
}

#contentLeftLeft {
  float : left;
  width: 134px;
  margin-top:3px;
  
}

#contentLeftRight {
float: right;
width: 133px;
height: 179px;
background-color:#7997E3;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:3px;

}

#contentRight {
  float: right;
  width: 546px;
  background: #FFF;
}

#contentRightLeft {
  float : left;
  width: 430px;
  margin-top:3px;
  
}

#contentRightLeft ul {
  margin: 0.5em 1em;
  font-size: 11px;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
}

#contentRightRight {
  float : right;
  width: 116px;
  margin-top:3px;
  
}
#content p {  
  margin: 0.5em 1em;
  font-size: 11px;
  line-height: normal;
}

#content a {  
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #2767DC;
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

#content h1 {
  display: block;
  clear: both;  
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #AAA;
  margin: 1.2em 1em 0.5em 0.7em;
  font-size: 12px;
  line-height: 1.4em;
 
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#menuTop {
  height: 17px;

  background-color: #7997E3;
  margin: 0 auto;
  text-align:justify;
  padding-top:5px;
}

#content a.menuItem {
	background-color:#7997E3;
	border: 0px;
	color: #FFF;
	padding: 3px 8px 3px 9px;
	text-align:justify;
	font-size:13px;
}

#content a:hover.menuItem { 
  color: #000;
  background: #FFF;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  width: 819px;
  height: 30px;
  font-size: 9px;
  text-transform: lowercase;
  line-height: normal;
  color: #777;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footerTop {
  height: 3px;
  text-align: left;
  background-color: #7997E3;
}

#footerBottom {
  float:right;
  height: 15px;
  text-align: right;
  background-color : #FFF;
}

#footer a {
	color: #333;
	text-decoration: none;  
}

#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;
}

/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 50px;
}input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
