@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #000;
}
.twoColFixLtHdr #topper {
	/* [disabled]background-image: url(../images/VS_bg.gif); */
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	height: 161px;
	padding-top: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #2E479E;
	margin-top: -161px;
} 

.twoColFixLtHdr #header {
	background-image: url(../images/VSLogo.gif);
	height: 141px;
	background-repeat: no-repeat;
	width: 782px;
	background-color: #6F99D0;
} 
.twoColFixLtHdr #navbar {
	background-color: #8EAA8B;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 781px;
	height: 24px;
	margin-left: 0px;
	}
.twoColFixLtHdr #container2 {
	position: relative;
	width: 780px;
	background-color: #FFF;
}


/*---------------------------------------------------------sidebar navigation menu--*/

.twoColFixLtHdr  #sidebar {
	background-color: #60845B;
	/*border-right-style: solid;
	border-right-width: thin;
	border-right-color: #8EAA8B;*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #8EAA8B;
	float: left;
	display: inline;
	width: 160px;
}
.twoColFixLtHdr #sidebar h1 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #003300;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 75px;
	width: 159px;
	padding-top: 25px;
}
.twoColFixLtHdr   #sidebar   ul                            {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.twoColFixLtHdr /*--------------------------------------------------This begins Sidebar menu Styles*/	
 #sidebar  ul   li {
	margin: 0;
	padding: 0;
}	
.twoColFixLtHdr    #sidebar    ul    a     {
	font-size: 1em;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 150px;
	padding-top: 10px;
	padding-left: 6px;
	color: #003300;
	background-image: url(../images/sidebar_buttonBG_VS2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.4em;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar li a:link, #sidebar li a:visited {
}
.twoColFixLtHdr   #sidebar   li   a:hover,#sidebar   li   a.active  {
	color: #FFFFFF;
	background-image: url(../images/sidebar_buttonBG_VS2.gif);
	background-repeat: no-repeat;
	background-position: -159px center;
}
.twoColFixLtHdr      #sidebar      ul a.current      {
	cursor: default;
}

/*---------------------------------------------------------main Content--*/
.twoColFixLtHdr #mainContent {
	width: 614px;
	position: absolute;
	background-color: #FFF;
	left: 166px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8EAA8B;
} 
.twoColFixLtHdr #mainContent h2 {
	height: 100px;
	background-repeat: no-repeat;
	width: 620px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #60845B;
	margin-top: 0px;
	margin-left: -7px;
}

.twoColFixLtHdr   #mainContent  #ModelLinks {
	height: 55px;
	background-repeat: no-repeat;
	background-position: 10px top;
	text-indent: -9999px;
	width: 200px;
	margin-top: -10px;
	}


.twoColFixLtHdr #mainContent #ModelLinks #run {
	display: block;
	width: 85px;
	margin-left: 10px;
	background-image: url(../images/RunModelLink.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;

}
.twoColFixLtHdr #mainContent #ModelLinks #info {
	display: block;
	width: 105px;
	margin-left: 95px;
	margin-top: -55px;
	background-image: url(../images/MoreInfoLink.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;
}
.twoColFixLtHdr #mainContent p {
	font-size: 1em;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: justify;
	font-weight: bold;
	height: 175px;
}

.twoColFixLtHdr #footer {
	background-color: #60845B;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #8EAA8B;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #8EAA8B;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #8EAA8B;
	width: 779px;
	height: 100px;
	background-image: url(../images/footerLinks.gif);
	background-repeat: no-repeat;
	margin-top: -25px;
	background-position: 15px;
	padding-top: 25px;
	clear: both;
} 
.twoColFixLtHdr   #footer   #etsu-logo {
	display: block;
	height: 65px;
	width: 50px;
	margin-left: 27px;
	text-indent: -9999px;
	margin-top: 10px;
}
.twoColFixLtHdr   #footer #nsf-logo {
	display: block;
	height: 65px;
	width: 70px;
	margin-left: 180px;
	text-indent: -9999px;
	margin-top: -65px;
}
.twoColFixLtHdr    #footer    #hhmi-logo {
	display: block;
	height: 65px;
	width: 85px;
	margin-left: 90px;
	text-indent: -9999px;
	margin-top: -65px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}

