/*Standard Elements Declarations*/
html { height: 100%; }
body { background: #1e3b4d url('../gfx/bg_pattern.png') repeat-x; margin: 0; font-family: Helvetica, Arial, san-serif; height: 100%; }

a { color: #497e9d; }
a:hover { color: #8dabb9; }

ul	{ margin: 10px auto; }
li	{ list-style-type: none; margin: 0; font-size: 9pt; }

h1, h2, h3 { color: #193241; }
h1{ font-size: 16pt;}
h2{ font-size: 14pt;}


/*ID's and Classes Declarations*/
/*Main Outer Container*/

#background{ width: 970px; background: url('../gfx/bg_content.png') top left;  margin: 0px auto; margin-bottom: 50px; padding: 1em; padding-top: 0;

		-moz-border-radius-bottomleft: 30px;
		-moz-border-radius-bottomright: 30px;
		/*opacity: .5;*/
		}

#wrapper{ width: 970px; background: #f2f2f2; margin: 0 auto; margin-bottom: 20px; min-height: 100%;
		-moz-border-radius-bottomleft: 15px;
		-moz-border-radius-bottomright: 15px;
		}


/*Sitelinks Container*/
#sitelinks{ background: #465a6b url('../gfx/bg_sitelinks.png') repeat-x bottom left; }
	.sitelinks { color: #8dabb9; float: left; padding: 4px 8px 4px 8px; font-size: 8pt; margin-top: 6px; text-transform: Capitalize; }
	.sitelinks img{ margin-top: -5px; }

	.hover{ color: #f2f2f2 !important; }

#breadcrumbs{  }
	.breadcrumbs { color: #ff4500; float: right; font-size: 8pt; padding: 4px 8px 4px 8px; }


/*Banner*/
#banner{ background: url('../gfx/bg_banner.png') repeat-x top left; min-height: 75px; }



/*Navigation*/
#navigation{max-width: 200px; float: left; margin-top:-5px; }

	div.navigation { height: 50px; width: 100%; background: url('../gfx/btn_navigation.png') no-repeat center center; margin: 5px auto; vertical-align: middle; text-align: center; cursor: pointer; }

	.navigation a{color: #f2f2f2; font-size: 14pt; font-weight: bold; text-decoration: none; text-align: center; line-height: 45px;  }
	.navigation p{width: 100%; height: 50px; border: 0px solid orange; margin-top: -2px; }


/*National Map*/
#nationalmap{float: right; margin-right: 5px; }


/*Content*/
#content{
	padding: 1em;
	text-align: left;
	width: 730px;
	float: right;	/*min-height: 650px;*/	/*clear: both;*/
	}
	
	#content p {font-size: 9pt; line-height: 11pt; }
	.content {font-size: 9pt; line-height: 11pt; text-align: left; }
	.contentSM {font-size: 8.5pt; line-height: 11pt; text-align: left; }
	

/*Footer*/
#footer{
	width: 970px;
	
	text-align: center;
	font-size: 8pt;
	max-height: 30px;
	margin-top: 15px;
	
	bottom: 0;
	
	color: #f2f2f2;
	
	/*background: #f2f2f2;*/
	}
	
	
/*IDs and Container Regions
--------------------------------------------------------------------------------------*/

.ChildRegion{
	border: 0px solid blue;
	width: 650px;
	height: auto;
	vertical-align: top;
	overflow: visible;
	
	margin: 0 auto;
	}


.newFeatureBox {
    background: none repeat scroll 0 0 #EEE;
    border: 1px solid #333;
    font-size: 13px;
    line-height: 22px;
    padding: .5em;
}
