* {
margin:0;
padding:0;
}
html {
height:100%;
width:100%;
}


h1 {
	font-size:24px;
	margin: 0 0 10px 0;
}
h2 {
	margin: 15px 0 6px 0;
	font-size: 16px;
}

h3 {
	border-bottom:1px dotted #A1A1A1;
	color:#2D2D2D;
	font-family:Georgia,Times,serif;
	font-size:11px;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:8px;
	text-transform:uppercase;
	margin: 0 0 10px 0;
}
a img {
	border: none;
}
a {
	color: #6BCEFF;
}
#featured li {
	padding: 5px;
}

a:hover {
	color: #009BFF;
}
#featured p, #maintext p {
	line-height: 180%;
}



#header {
	width: 1059px;
	margin: 0 auto;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	position: relative;
}

#featured_wrap {
	background-image: url("../images/featured_back.jpg");
	background-repeat: repeat-x;
	background-color: white;
}
#featured, #featured_nopad {
	width: 900px;
	margin: 0 auto;
	padding: 9px 0 0 0;
	position: relative;
	display: block;
}
#featured{
	padding:9px 0 45px 0;
}

#featured a {
	color: #0D9EFF;
}
#featured a:hover {
	color: #00548C;
}
#slider {
	height: 374px;
}

#leftnav {
	margin-top:15px;
	padding:10px 0;
}
#leftnav li{
	list-style-type:none;
	padding:0;
	margin:0;
	border-bottom:1px dotted #999;
}

#leftnav li a{
	font-weight:bold;
	display:block;
	padding:10px 15px;
	margin:0;
	width:220px;
	text-align:center;
	background-image: url(/images/whitefade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#leftnav li a.current{
	color:black;
	font-weight:bold;
}

#leftnav ul
{
	margin-left:25px;
}
#leftnav ul li
{
	border-bottom:1px solid #CCC;
}
#leftnav ul li a
{
	background:none;
	padding:5px 2px;
	color:black;
	text-decoration:none;
	border:none;
	font-weight:normal;
	font-size:12px;
}


#header_wrap {
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	border-bottom: solid black 1px;
}
#secondary_nav_wrap {
}
#secondary_nav {
	width: 900px;
	margin: 0 auto;
	height: 35px;
}
#secondary_nav ul li {
	float: left;
	list-style-type: none;
}
#secondary_nav ul li a {
	display: block;
	padding: 10px 15px;
	height: 15px;
	color: #E4DACE;
	text-decoration: none;
}
#secondary_nav ul li a:hover {
	text-decoration:underline;

}
#secondary_nav ul li a.current {
	color: black;
	background-color: #E4DECE;
}

#main {
	width: 900px;
	margin: 0 auto;
	color: #cecece;
	position: relative;
	padding: 0 0 25px 0;
}
#main_wrap {
	background-image: url(../images/main_back.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	clear: both;
}
#maintext {
	padding-top: 20px;
	width: 555px;
	padding: 20px 0;
	margin: 0;
}

#sponsors_wrap {
	width: 100%;
	background-image: url(../images/sponsors_back.jpg);
	background-repeat: repeat-x;
	border-bottom: 6px solid black;
	border-top: 3px solid #ccc;
}
#sponsors {
	width: 860px;
	padding: 5px 20px;
	margin: 0 auto;
	color: #222;
	font-size: 90%;
}


#footer_wrap {
	width: 100%;
	border-top: 12px solid black;
	background-color: #222;
	background-image: url(../images/covers.jpg);
	background-repeat: repeat;
}
#copyright {
	width: 900px;
	margin: 0 auto;
	font-size: 90%;
	color: #eee;
	padding: 10px 0;
}

#navfooter {
	width: 820px;
	padding: 20px 40px;
	margin: 0 auto;
	color: white;
	background-image: url(../images/transparent.png);
	background-repeat: repeat;
}
#navfooter table th {
	width: 20%;
	text-align: left;
	padding-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}
#navfooter td {
	text-align: left;
	vertical-align: top;
}
#navfooter table td ul li {
	padding: 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	width: 95%;
	list-style-type: none;
}
#navfooter ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}
#navfooter ul li a:hover {
	color: #AAA;
}



body {
	margin: 0;
	padding: 0;
	background-color: #2F2F2F;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
}


#header #nav{
	position:absolute;
	top:147px;
	left:218px;
	width:768px;
	height: 52px;
	overflow: hidden;
}
#header #indexlink {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 214px;
	height: 198px;
}

#header #nav td{
	border-left:2px solid black;
}
#header #nav a {
	display:block;
	padding: 16px 0;
	color: white;
	text-decoration: none;
	text-align: center;
	width: 145px;
}
#header #nav a:hover , #header #nav a.currentpage{
	color: #BB8E55;
	font-weight: bold;
}
#header #nav a.research:hover, #header #nav a.research_on {
	font-weight:bold;
	color: #88B8FF;
}

#quicklinks{
	position:absolute;
	top:5px;
	right:50px;
	margin: 0;
	padding: 0;
	width: 575px;
}
#header #quicklinks li {
	float: left;
	list-style-type: none;
	text-align: center;
	border-left: 2px black dotted;
	width: 200px;
	background: #222;
	padding: 1px;
}
#header #quicklinks li.first {
	border:none;
	}
#header #quicklinks li a {
	text-decoration: none;
	font-size: 80%;
	display: block;
	padding: 5px;
	color: #CCC;
}
#header #quicklinks li a:hover {
	text-decoration: none;
	color: white;
}
#blogentry {
	float: right;
	width: 275px;
	background: white;
	padding: 20px 25px;
	color: #111;
	margin: 0 0 20px 15px;
	overflow:hidden;
	clear: both;
	line-height:180%;
}
#blogentry a {
	color: #000;
}
            
            #allentries {
	width: 9000px;
	margin-left:0;
	height: 265px;
            }
#allentries div {
	float: left;
	width: 275px;
	margin-right: 25px;
            }
#prevEntry.deactivated, #nextEntry.deactivated{
	color:#888;
	text-decoration:none;
	font-weight: normal;
			}
#prevEntry , #nextEntry{
	text-decoration: underline;
	font-weight: bold;
}
#quickinfo {
	float: right;
	width: 325px;
	clear: both;
	padding: 20px 0;
}
#quickinfo table {
	width: 100%;
}

#quickinfo table td {
	border-bottom: 1px solid #444;
	padding: 5px 0;
}


#header_search {
	position: absolute;
	right: 40px;
	top: 52px;
	background: white;
	width: 239px;
	padding: 2px;
}
.search .search_text {
	float: left;
	border-color: white;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1em;
	margin-left: 0;
	color: #333333;
	font-size: 100%;
	padding-top: 0.2em;
	padding-right: 0.64em;
	padding-bottom: 0;
	padding-left: 0.44em;
	width: 200px;
	height: 1.8em;
	line-height: 1.3em;
}
.search .submit_button {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	background-image: url(../images/search.jpg);
	border: none 0px;
}
.news {
	width: 535px;
	display: block;
	background-color: #3A3A3A;
	border: solid white 1px;
	padding: 10px;
	background-image: url(../images/news_back.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-size: 90%;
	margin: 0 0 15px 0;
}

.news img {
	text-align: center;
	border: 6px solid black;
	margin: 5px auto;
}
.news a img:hover {
	border: 6px solid #444444;
}
#featured h1 {
	margin-top: 15px;
}

#sponsors table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}
.footer_info {
	width: 260px;
}
.footer_info2 {
	width: 228px;
	padding: 15px;
	background-color: #444;
	background-image: url(../images/footer_info_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid black;
}
.additional_info_table {
	margin-top: 15px;
}
.additional_info_table tr td .footer_info h3 {
	color: #FFF;
}


table.additional_info_table h2{
	color: #333;
	width: 250px;
	padding: 5px;
	background-color: white;
	background-image: url(../images/featured_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 5px solid black;
	display: block;
	margin: 0;
}
#newsletter .email {
	width: 200px;
	height: 1.6em;
}
.feature_right, .feature_right_small {
	width: 350px;
	float: right;
	background: white;
	border: 1px solid #d1d1cd;
	color: #242223;
	margin: 0 0 25px 15px;
}
.feature_right_small{
	width:250px;
	line-height: 100%;
}

.borderbox {
	border: 1px solid #d1d1cd;
	margin: 1px;
	overflow: hidden;
}

.borderbox ul{
	padding: 0 0 0 15px;	
}
.feature_right a {
	color: #006080;
}
.feature_right a:hover {
	font-weight: bold;
}



.feature_right_header {
	display: block;
	width: 336px;
	padding: 5px;
	background-color: #EEE;
}
.feature_right_header h4 {
	color: #A82B00;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid white;
}
.feature_right_header h2 {
	color: #09C;
	margin: 0;
	padding: 5px 0;
}


.feature_right table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEE;
}
.feature_right table p {
	line-height: 17px;

}
.child_pages {
	padding: 10px 20px;
}
.child_pages li {
	padding: 15px 0;
}
.visit_table {
	width: 100%;
	border: 0;
}
.visit_table tr td {
	padding: 15px;
	font-size: 95%;
}
.divholder {
	width: 100%;
	float: left;
}
.lefthalf {
	width: 420px;
	float: left;
	padding: 15px;
}
.righthalf {
	width: 420px;
	padding: 15px;
	float: right;
}
#featured_text_left {
	width: 600px;
	padding: 15px;
}
#featured_text_left p {
	margin-bottom: 10px;
}
#featured_text_left ul li {
	padding: 2px 3px;
	margin-bottom: 3px;
}
#featured_text_left ul {
	padding: 5px 0 0 25px;
	margin-bottom: 15px;
}
.img_w_caption{
	display:block;
	padding:10px;
	background: #eee;
	text-align:center;
	font-size:90%;
}
.border_lft{
	border:1px solid #ccc;
	float: left;
	padding:5px;
	margin: 5px 10px 5px 0;
}

.img_w_cap_rt {
float:right;
font-size:0.75em;
margin:0.75em 1em 0 1.5em;
padding:0;
}
.img_w_cap_rt img {
border:1px solid #333333;
margin:0;
padding:0;
}
.img_w_cap_rt p {
margin:0;
padding:0;
}
.img_w_cap_lft {
float:left;
font-size:0.75em;
margin:0.75em 1.5em 0 1em;
padding:0;
}
.img_w_cap_lft img {
border:1px solid #333333;
margin:0;
padding:0;
}
.img_w_cap_lft p {
margin:0;
padding:0;
}
.highlight {
	color: #FFD565;
}


#hidden {
	display:none;
}


ul.newsticker2 li {
	float:left;
	padding:5px 15px;
}

ul.newsticker2 li a{
	font-weight:bold;
	color:#039;
}


ul.newsticker { /* that's your list */
position: relative;
left:600px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin-right: 20px;
padding: 5px 0;
background: #fff;
font-size:15px;
}

.popout a{
	color:#036;
}
