/***** Global Settings *****/

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0 0 .5em;
        padding: 0;
		clear:both;
}

/* Apply left margin:
   Only to the few elements that need it: */
dd, blockquote {
        margin-left: 1em;
}
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 15px 4px 4px; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
/**************** End global settings ****************/

/******Main site framework - Critical for footer to appear at bottom of browser window******/

html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#DEE2D0;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
}

#wrapper { 
	min-height: 100%;
	position:relative;
	width:806px;
	margin:0 auto;
	background:url(images/oneCol_body.jpg);
	background-repeat:repeat-y;
	padding-bottom:43px;
}

* html #wrapper {
	height:100% /* hack for IE6 and below, which wont support min-height*/
}

#header {
	margin:0 auto;
	width:806px;
	height:75px;
}

#content{
	width:700px;
	padding: 30px 60px 30px 60px;
	min-height:100%;
}
.title{
	color:#00487A;
	font-size:16px;
	line-height: 20px;
}
.titleLoc{
	color:#00487A;
	font-size:18px;
}
.safe_text{
	list-style-image:url(images/bullet.gif);
	margin:0px 0px 7px 30px;
	color:#666666;
	font-size:14px;
	line-height: 20px;
}

.safe_text li{
	padding-bottom:15px;
	line-height:18px;
}

.safe_text li a{
	font-weight:bold;
	color:#009900;
}

* html #content {
	height:100% /* hack for IE6 and below, which wont support min-height*/
}

#footer {
    position:absolute;
    bottom:0;
	width:806px;
    height:43px;   /*must be 43 px for all browsers except IE6*/
    background:url(images/footer.gif) repeat-x top left;
	color:#009900;
}

* html #footer{
	height:45px;
}

* html #wrapper{
	padding-bottom:45px;
}

* html #footer ul{
	margin:0;
}

#footer li{
	list-style:none;
	float:left;
	padding:15px 10px;
}

.footer_li1{
	width:360px;
}
/**************************** End main framework section*******************/

.footer_link{
	text-decoration:none;
	color:#009900;
}

.footer_link:hover, .disclaimer{
	color:#00487A;
}

.copyright{
	color:#6C6E63;
}

.bottomCurve{
	position:absolute;
	left:0;
	bottom:43px;
}


/*#footer ul{
	padding:15px;
}

#footer ul li{
	list-style:none;
	width:60px;
	float:left;
	padding:0 10px;
	text-align:center;
}

#footer a:link{
	text-decoration:none;
	color:#009900;
}

#footer a:hover, #footer ul li a.disclaimer{
	color:#00487A;
	font-weight:bold;
}

#footer ul li a.disclaimer{
	padding-left:30px;
}

#footer ul li.copyright{
	width:300px;
	color:#6C6E63;
	float:right;
}*/

.topCurve{
	width:806px;
	margin:0 auto;
}

#logo{
	width:180px;
	float:left;
	margin:3px 0px 0px 2px;
}

#links{
	float:right;
	color:#009900;
	/*width:200px;*/ /*commented out to fix minor display error in Safari*/
	height:39px;
	margin:34px 0px 0px;
	background:url(images/linksbg.gif) repeat-x left top;
}

#links ul{
	margin:0;
}

#links ul li{
	float:left;
	list-style:none;
	display:inline;
	padding-top:12px;
	padding-bottom:15px;
}

.links_left{
	background:url(images/links_left.gif) no-repeat left top;
	padding:0px 0px 0px 13px;
}

.links_right{
	background:url(images/links_right.gif) no-repeat right top;
	padding:0px 14px 0px 0px;
}

#links a:link{
	color:#009900;
	text-decoration:none;
	font-style:normal
}

#links a:hover{
	color:#004D95;
	text-decoration:none;
	font-style:normal
}

h2{
	font-size:22px;
	color:#004D95;
	font-weight:normal;
	margin-bottom:.75em;
}

h3{
	font-size:18px;
	color:#004D95;
	font-weight:bold;
}

h4{
	font-size:16px;
	color:#004D95;
	font-weight:bold;
	margin:1em 0 .5em;
}

a:link, a:visited{
	color:#009900;
	text-decoration:none;
}
a:hover, a:active{
	color:#004D95;
	text-decoration:underline;
}

.green, .disclaimer:hover{
	color:#009900;
}

.ltgray{
	color:#8E9184;
}

.smaller{
	font-size:.9em;
}

.narrow{
	width:240px;
}

hr{
	width:90%;
	height:1px;
	color:#e1e1e1;
	margin: 5px 0;
}






/*links2 styling for horizontal nav - javascript*/

#links2{
	margin:0 auto;
	background:url(images/navBar.jpg);
	background-repeat:no-repeat;
	width:806px;
	height:48px;
}

#links2 ul li{
	float:left;
	list-style:none;
	display:inline;
	padding-top:15px;
	padding-bottom:21px;
}

.links2_left{
	background:url(images/links2_left.gif) no-repeat left top;
	padding:0px 6px 0px 22px;
}

.links2_right{
	background:url(images/divider.gif) no-repeat left top;
	padding:0px 11px 0px 11px;
}

.links2_right2{
	background:url(images/links2_right.gif) no-repeat right top;
	width:10px;
	height:12px;
}

#IEroot #leftColumn_content, #IEroot .news{
	margin-top:-4px;
}

#IEroot #map_top {
	margin-bottom:-4px;
}

#IEroot #bottom_curve {
	margin-top:-7px;
}

#IEroot .searchBottom{
	margin-top:0;
}
