@charset "utf-8";
/* CSS Document */

body {
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-image: url(images/experiment.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	background-position: center;
	height:100%;
	overflow:auto;
	background-color: #D9E4D1;
	width: auto;
}
h1 h2 h3 {font-family:Georgia, "Times New Roman", Times, serif;}
h1 {
	font-size: 160%;
	font-weight: bolder;
	color: #9D004F;
	line-height: 30px;
	margin-top: 5px;
	margin-left: 10px;
}
h2 {
	font-size: 135%;
	font-weight: bold;
	color: #0B88CC;
}
h3 {
	font-size: 120%;
	color: #006600;
	border: thin solid #A6B7B5;
}
h4 {
	font-size: 110%;
	font-weight: bolder;
}

.note {font-size: 85%;}
/*#container {
	font-size: 95%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}*/
#branding {
	position:relative;
	width : 100%;
	height : 75px;
	bottom : auto;
	background-image: url(images/bkgrnd_salmon.gif);
	border-bottom : 2px solid #ccc;
}
#nav-supp {
	position:static;
	height : auto;
	top : 10%;
	left : 0;
	width : 150px;
	margin : 0px 0px 0px 10px;
	color : #000000;
	padding : 3px;
	overflow : auto;
}
#content {
	position:static;
	bottom : 50px;
	margin : 0px 0px 0px 165px;
	width : 750px;
	height : auto;
	padding-left : 10px;
	padding-right : 12px;
	border-left : 2px solid #ccc;
	overflow : auto;
	top: 85px;
	background-color: #D9E5D1;
}

#site-info {
	font-size: 85%;
	width: 100%;
	background-image: url(images/bkgrnd_salmon.gif);
	top: auto;
	right: 0;
	bottom:0;
	height: 50px;
	position:static;
	margin-right: auto;
	margin-left: 0px;
	border-top : 2px solid #cccccc;
}
body>#site-info {
	position:static;
	}
address {
	padding-left: 100px;
}



	/*This creates a linear list with fixed widths between each section. You can find this tutorial at http://phoenity.com/newtedge/horizontal_nav/ */

ul.nav-main, nav-main ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: default;
	display: inline;	
	}	

ul.nav-main>li { /* main navigation items */
	float: right;
	position: relative;
	width: 9em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


/*** Menu colors (customizable) ***/

ul.nav-main,
.nav-main ul,
.nav-main ul li a{
	background-color: #D9E4D1;
	color: #69817D;
}


ul.nav-main li:hover,
.nav ul li a:hover{
	background-color: #C7BCCD;
	color: #fff;
}
ul.nav-supp li:hover,
.nav-supp ul li a:hover{
	background-color: #C7BCCD;
	color: #fff;
}

ul.nav-main li:active,
.nav-main ul li a:active{
	background-color: #D9E4D1;
	color: #fff;
}

ul.nav-main,
.nav-main ul{
	border: 1px solid #369;
}

.nav-main a{
	text-decoration: none;
}


ul li {font-size: 90%;}
blockquote {
	width: 650px;
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
	float: none;
	width: 75%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	clear: both;
	position: static;
	margin-right: auto;
}
.important {
	color: #030;
	font: 400 1.2em Georgia, "Times New Roman", Times, serif;
}
img {
	border: 5px outset #9FEDDD;
	padding: 5px;
}

table {
	background: #D9E5D1;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#site-info p {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	font-style: italic;
}
