/* CSS Document */
a {
	color:#2e378e;
	text-decoration: underline;
}
h3 {
	font-weight:bold;}
	
/*** bootstrap overide defaults ***/
.navbar{
	height:70px;
	background-color:#fff;
	margin-bottom:0;
}
.jumbotron{
	margin-top:0;
	height:268px;
	background:url(/images/jumbotronbackground.gif);
	padding-top:0;
}

.jumbotron h1 a{
	text-decoration:none;
	color:#fff;
}

.jumbotron h1 a:hover{
	background:none;
}

/*** Nav Bar ***/

img{
	margin:10px 0px 10px 0px;
}

.topnav{
	text-align:right;
}

.topnav ul{
	margin-top:20px;
}

.topnav ul li{
	display: inline;
	list-style-type: none;
	padding:20px 20px 0 0;	
}

/*** jumbotron ***/
.jumbotron .container{
	height:268px;
	background:url(/images/test.png) no-repeat top right;
	margin-bottom:0;
	color:#fff;
}

.jumbotron #logo h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:38px;
}

.jumbotron #logo p{
	font-size:16px;
}

/*** footer ***/
.footernew{
	min-height:150px;
	background:url(/images/jumbotronbackground.gif);
	padding:50px 0 0 0;
	color:#fff;
	margin: 20px 0 0 0;
}

.footernew a{
	color:#fff;
	text-decoration:underline;
}

/*** Main Sections ***/

#find, #download, #research{
	/*height:750px;*/
	border:1px solid #ccc;
	background-color:#fff;
	border-radius:10px;
	box-shadow:0px 1px 3px #999;
	padding:5px;
	margin-bottom:20px;
	z-index:1000;
}

#contentSections{
	margin-top:-166px;
}

.sectionHeader{
	height:130px;
	display:block;
	background-color:#0ff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-bottom:10px;
}

.sectionHeader h2{
	padding:70px 0 0 15px;
	margin:0;
	font-weight:bold;
	font-size:24px;
}

.sectionHeader h2 span{
	display:block;
	font-weight:normal;
	font-size:16px;
}

#download h3{
	font-weight:bold;
	font-size:18px;
}

#find .sectionHeader{
	background:url(/images/findbackground.jpg) no-repeat top center;
}

#download .sectionHeader{
	background:url(/images/downloadbackground.jpg) no-repeat top center;
}

#research .sectionHeader{
	background:url(/images/researchbackground.jpg) no-repeat top center;
}

#download .sectionHeader h2, #research .sectionHeader h2{
	padding-top:40px;
}

#download.subMenu{
	background:url(/images/statusReports.png) no-repeat bottom center;
	background-color:#fff;	
}

#research a{
	display:block;
	font-weight:bold;
	font-size:16;
	padding:10px 0 10px 0;
	border-bottom: 1px dotted #2e378e;
}

#research a.first{
	border-top: 1px dotted #2e378e;
}
