/* GLOBAL */

html body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #000000;
	background: #FFFFFF url(../_gfx/red_grad.gif) repeat-x top center;
	margin: 0;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 100%;
}

a, a:hover, a:visited {
	color: #8B1E08;
}

ul {
	margin: 0;
	padding: 0 0 0 5%;
}

li {
	margin: 0;
	padding: 0;
}

table {
	margin-bottom: 60px;
}

tr.total td {
	font-weight: bold;
	padding-top: 10px;
}

td.notes {
	padding-top: 10px;
	font-size: 70%;
}

#wbkg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../_gfx/white_grad.gif) repeat-y top center;
}

#dnabkg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../_gfx/dna_bkg.gif) no-repeat top center;
}


#dnabkg img.title {
	margin-top: 25px;
	margin-left: 1px;
}

div.nav {
	margin-left: 1px;
	width: 608px;
	height: 28px;
	background: url(../_gfx/nav/bkg.png) repeat-x top left;
}

div.content {
	width: 608px;
	background: url(../_gfx/molecule.gif) no-repeat bottom right;
}

div.content, div.nav {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.content2 {
	margin: 40px 150px 0 40px;
	padding: 0 0 30px 0;
	min-height: 300px;
}

#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align: center;
	background: #ffffff url(../_gfx/footer.gif) no-repeat top center;
	min-height: 100px;
	color: #999999;
	font-size: 90%;
}

#footer span {
	margin-left: 50px;
}


/* MAIN NAV */


#mainNav {
	height: 28px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 0 0 25px;
}

#mainNav a {
	color: #000000;
	display: block;
	margin: 0;
	padding: 0;
	height: 28px;
}

#mainNav a span {
	display: none;
}

#mainNav li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

#menu1 a {
	background: url(../_gfx/nav/home.gif) 0 0 no-repeat;
	width: 68px;
}

#menu1.selected a, #menu1.selected a:hover, #menu1 a:hover {
	background: url(../_gfx/nav/home.gif) 0 -28px no-repeat;
}

#menu2 a {
	background: url(../_gfx/nav/about.gif) 0 0 no-repeat;
	width: 78px;
}

#menu2.selected a, #menu2.selected a:hover, #menu2 a:hover {
	background: url(../_gfx/nav/about.gif) 0 -28px no-repeat;
}

#menu3 a {
	background: url(../_gfx/nav/staff.gif) 0 0 no-repeat;
	width: 57px;
}

#menu3.selected a, #menu3.selected a:hover, #menu3 a:hover {
	background: url(../_gfx/nav/staff.gif) 0 -28px no-repeat;
}

#menu4 a {
	background: url(../_gfx/nav/costs.gif) 0 0 no-repeat;
	width: 59px;
}

#menu4.selected a, #menu4.selected a:hover, #menu4 a:hover {
	background: url(../_gfx/nav/costs.gif) 0 -28px no-repeat;
}

#menu5 a {
	background: url(../_gfx/nav/contact.gif) 0 0 no-repeat;
	width: 73px;
}

#menu5.selected a, #menu5.selected a:hover, #menu5 a:hover {
	background: url(../_gfx/nav/contact.gif) 0 -28px no-repeat;
}

#menu6 a {
	background: url(../_gfx/nav/employ_info.gif) 0 0 no-repeat;
	width: 163px;
}

#menu6.selected a, #menu6.selected a:hover, #menu6 a:hover {
	background: url(../_gfx/nav/employ_info.gif) 0 -28px no-repeat;
}

#menu7 a {
	background: url(../_gfx/nav/links.gif) 0 0 no-repeat;
	width: 62px;
}

#menu7.selected a, #menu7.selected a:hover, #menu7 a:hover {
	background: url(../_gfx/nav/links.gif) 0 -28px no-repeat;
}
