/* Import the nav */
@import url(nav.css);

/* Now for the real CSS file*/		
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
a{
	color: #336699;
	text-decoration: none;
}
a img { border:none;}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 800px;
	margin: 10px auto;
}
#header {
	background-image:  url(../images/header.png);
	background-repeat: no-repeat;
	width: 800px;
	clear: both;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#breadcrumb {
	font-size: 70%;
	float: left;
	margin: 0px;
	padding:3px 0px 4px;
	width:500px;
	line-height:13px;
	font-family: "Arial", Arial, sans-serif;
}
#breadcrumb a{
	color: #666666;
	text-decoration: none;
}
#breadcrumb a:hover {color: #336699; text-decoration:underline;}
/*************** Main Page *****************/
#page {
	width:800px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 80%;
	min-height:700px;
}
#content {
	width: 560px;
	float: left;
	padding: 0px;
	margin-top: 10px;
}

#leftCol {
	float: left;
	width: 270px;
}
#middleCol {
	float: left;
	width: 270px;
	padding: 0px 10px;
}
.feature{
	padding: 0px;
	margin: 10px;
	text-align:justify;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin-top: 0px;
}
.feature h4{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	margin-top: 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.cell{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.story a.cell:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	width: 50%;
}
.cell {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}
/*************** Sidebar *****************/

#sidebar {
	float: right;
	width: 235px;
	padding: 0px 0px;
	margin-top: 10px;
}
#sidebar h3{
	color: #336699;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.2em;
}
#highlights {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 10px 0px;
/*	background-color: #F0F4F4;*/
	background-color: #D6E0E0;
}
.capsule {
	background-color: #FFFFFF;
/*	border: 1px solid #999999;  AAC trial  */
	margin: 6px;
	padding: 8px;
}
.capsule img {
	float: left;
}
.sectionLinks {
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom:10px;
	/*max-height:480px;
	overflow: scroll; */
}
.sectionLinks ul {
	margin: 0px;
	padding: 5px 0px;
}
.sectionLinks ul li {
	list-style-type: none;
}
.sectionLinks ul li a{
	margin: 0px;
	padding: 2px 0px;
}
.sectionLinks ul li a:hover{
	color: #993300;
	text-decoration: none;
}

ul.sideNav li {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: url(../images/arrow.gif); }

.clearboth { width:100%; clear:both;}


/************** feature styles *****************/
#myMap {
	height: 500px;
	margin-right: 10px; 
	margin-bottom: 10px;	
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}


#footer {
	text-align: center;
	clear: both;
	width: 100%;
	font-size: 0.8em;
	color: #999999;
	margin-top: 10px;
}
.comment {
	font-size:.8ems;
	color: #000000;
	text-align: center;
	font-size: .9em;
}
