/* layout.css - CSS Document */

HTML { font-size:100%; }
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 81%; color: #333; background-color: #FeFeFe; width: 100%; margin:0px; margin-bottom: 20px; padding:0px; line-height: 1.5em; }

#header {
	padding:0px;
	width:100%;
	background-color: #CC9933;
	height:58px;
	overflow: hidden;
}	
.banner { width: 80%; left: 160px; top: 20px; position: absolute; }
.banner h1 { font-family: "Trebuchet MS", Arial, "MS Sans Serif"; color: #FFFFFF; font-size: 1.8em; padding: 0; margin: 0; }


a img { border: none; }

#nav { padding:0px; width:100%; background-color:#000; height:2em; margin-bottom:20px; margin-left: 0px; text-align: left; 
}

#nav ul { margin: 0; padding:0; padding-top: 0px; height: 2em; }
#nav li { list-style-type:none; margin:0; padding: 0; display: inline; padding-right: 25px; line-height: 2em; font-family: "Trebuchet MS", Arial; font-size: 1em; }
#nav li.inline {  display: inline;  padding-left: 0px;  padding-right: 20px;  }
#nav li.first { display: inline; padding-left: 10px; padding-right: 16px; }

#nav a:link { color:#fff; text-decoration:none; }	
#nav a:visited { color:#fff; text-decoration:none; }	
#nav a:hover { color: #FFcc66; text-decoration:none; }	
#nav a:active { color:#fff; text-decoration:none; }

#containerfull { width: 100%; margin: 0; padding: 0;}
#content { margin-bottom:20px; margin-right: 0px; margin-left: 0px; margin-top: 5px; }
#footer { clear:both; margin-left:0px; margin-right:0%; padding-bottom:5%; border-top: 1px solid #999; color:#999; font-size:0.8em; }
#wrap {	float: left; margin-top: 0px; margin-bottom: 0px; width: 510px; }
#wrap img {float: left; margin-right: 4px; margin-bottom: 10px; }

#wrap3 {
	width: 100%;
}


.tp {padding-top: 10px;	padding-bottom: 10px; }

p { font-size: 1em; margin:0; padding:0; margin-bottom: 1em; }

#header ul#siteTools { text-align:right; padding:0px; margin: 0; top: 4px; right: 10px; list-style-type: none; position: absolute; overflow: hidden; 
}


#header ul#siteTools li { background-image: url(../images/whitebullet.gif); background-repeat: no-repeat; background-position: 100% .5em; padding-right: 1em; list-style-type: none; font-size: 0.85em; line-height: 1.5em; 
}
#header ul#siteTools a { color:#fff; font-weight:bold; text-decoration:none;}
.clear { clear: both; }


.container { width: 854px; margin: 0 0; position: relative; left: 161px;}
.icon { text-align: center; margin-bottom: 1em; }
.iconlist { margin-bottom: 0.5em; font-size: 1em; padding-bottom: 0.5em; }


div.content { margin: 2px 0 0 0; padding: 0; }
/*.box { padding: 0 25px 0 0; }*/
.box { border-color: #35546A; background-color: #fff; border-left: solid 1px #999; }

.highlightBox{
	float: left;
	width: auto;
	margin: 5px 0 13px 0;
	padding: 5px;
	border: 2px dotted #316AC5;
	background-color:#EFEFEF;
}
#content ol li.noBullet, #content ul li.noBullet {
	list-style-type:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 7px;
}
#content ol.plus, #content ul.plus {
	margin-top: -10px;
	padding-top: 0px;
}

.blueText {
	color: #3300CC;
font-weight: bold;
}

