@charset "utf-8";

@import "reset.css";

body {
	background: #b0bec5 url(../images/bkgrnd.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #000;
	text-align: center;
}

#mainwrapper {
	margin: 1em auto;
	width: 981px;
	text-align: left;
}

/* skip nav */
.skip {
	width: 100%;
	padding-bottom: .5em;
	background-color: #1b4164;
	text-align: left;
}

.skip a {
	color: #1b4164;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

.skip a:hover, .skip a:focus, .skip a:active {
	color: #fff;
}
/* end skip nav */

#wrapper {
	background-color: #fff;
	padding-bottom: 1em;
}

#header {
	height: 150px;
	background: #fff url(../images/dna.jpg) top right no-repeat;
}

#header img {
	border: 0;
	padding-left: 1em;
}

/* mainnav */
#nav, #nav ul  {
	list-style-type: none;
}

#nav  li {
	float: left;
	width: 327px;
	background-color: #a8c024;
}

#nav a {
	display: block;
	width: 327px;
	padding: .5em 0 .65em 0;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;	
}

#nav li a:hover, #nav li a:focus  {
	background-color: #e5ecbd;
	color: #000;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li ul {
	position: absolute;
	width: 312px;
	left: -999em;
}

#nav li ul a {
	color: #000;
	width: 312px;
	background-color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 0;
	padding-left: 15px;
	text-transform: capitalize;
	text-align: left;	
	border-top: 1px solid  #a8c024;
}

#nav li ul li.top a {
	border: none;
}

#nav li ul li.bot a {	
	border-bottom: 1px solid #a8c024;
}

#nav li ul a:hover, #nav li ul a:focus {
	background-color: #e5ecbd;
}

#nav li:hover ul, #nav li.sfhover ul  {
	left: auto;
}
/* end mainnav */

/* right hand section sub-navigation */
#subnav {
	float: right;
	width: 25%;
	background-color: #a8c024;
	font-size: .75em;
	text-align: left;
	margin-top: .25em;
}

#subnav ul {
	list-style: none;
}

#subnav ul li a, #subnav ul li a:visited {
	padding: 1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
}

#subnav ul li a:hover, #subnav ul li a:active, #subnav ul li a:focus {
	background-color: #e5ecbd;
	color: #a8c024;
}

#subnav ul ul li a, #subnav ul ul li a:visited {
	padding: .5em 1em .5em 2.5em;
}

#subnav ul ul i a:hover, #subnav ul ul li a:active, #subnav ul ul li a:focus {
	background-color: #e5ecbd;
	color: #a8c024;
}

#subnav ul ul ul li a, #subnav ul ul ul li a:visited {
	padding-left: 4em;
}

#subnav ul ul ul li a:hover, #subnav ul ul ul li a:active, #subnav ul ul ul li a:focus, #subnav ul ul ul ul li a:hover, #subnav ul ul ul ul li a:active, #subnav ul ul ul ul li a:focus {
	background-color: #e5ecbd;
	color: #a8c024;
}


/* end left hand section navigation */

/* 2 column layout */
#contentL {
	float: left;
	margin: 1em 1em .5em 0;
	padding: 1.5em 2.5em 0;
	width: 67%;
	font-size: .8em;
}

#contentL ul { /* lists within  the content area */
	list-style-type: disc;
	margin: 0 1.5em 1em 2.5em;
}

#contentL ul li {
	padding: .5em 0;
}

#contentL table {
	width: 100%;
	margin-top: .5em;
}

#contentL td, #contentL th  {
	padding: .5em;
	border: 1px solid #ccc;
}

#contentL th {
	text-align: center;
}



/* sinngle column layout */
#singlecol {
	padding: 1.5em 1.5em 0;
	margin: 1em;
	font-size: .8em;
}

#singlecol a, #contentL a, div.left a {
	color: #48b;
}

#singlecol a:hover, #contentL a:hover, div.left a:hover, #singlecol a:focus, #contentL a:focus, div.left a:focus {
	color: #a8c024;
}

/* start footer - includes bar & copyright info */
#footer {
	text-align: center;
	color: #000;
	margin-top: 1.5em;
}

#footer hr {
	width: 100%;
	background-color: #1b4164;
	color: #1b4164;
	height: 1px;
	border: 0;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	font-size: .8em;
}

#footer ul li {	
	display: inline;
}

#footer li a, #footer li a:visited {
	color: #000;
	text-decoration: none;
	padding: 0 .5em;
}

#footer li a:hover, #footer li a:focus {
	text-decoration: underline;
	color: #a8c024;
}

#copy {
	font-size: .7em;
	margin-top: 1em;
}
/* end footer */

/* globals */
.clear {
	clear: both;
}

h1 {
	font-size: 1.4em;
	color: #1b4164;	
}

h2 {
	font-size: 1.3em;
	color: #1b4164;
	font-weight: bold;
	margin: 1em 0;	
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #1b4164;
}

p {
	line-height: 1.8em;
}

.imgL {
	float: left;
	padding: .75em 2.75em .75em 0;
}

.imgR {
	float: right;
	padding: .75em 0 .75em 2.75em;
}

img {
	border: none;
}

a[href$='.pdf'] { 
	padding:0 20px 0 0; 
	background:transparent url(../images/acrobat.gif) no-repeat center right;
} 