@charset "utf-8";

@import "reset.css";

body {
	background: #9cb8cd url(../images/bkgrnd2.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: 990px;
	text-align: left;
}

/* skip nav */
.skip {
	width: 100%;
	padding-bottom: .5em;
	background-color: #095c7e;
	text-align: left;
}
.skip a {
	color: #095c7e;
	text-decoration: none;
	font-size: .8em;
}
.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;
	background-color: #095c7e;
}
#nav a {
	display: block;
	padding: .5em 0 .65em 0;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: 141px;
}
#nav li.p a {
	width: 144px;
}
#nav li a:hover, #nav li a:focus  {
	background-color: #9bb8cd;
	color: #000;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li ul {
	position: absolute;
	width: 250px;
	left: -999em;
}

#nav li ul a {
	color: #000;
	width: 250px;
	background-color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 0;
	padding-left: 15px;
	text-transform: capitalize;
	text-align: left;	
	border: 1px solid  #095c7e;
	border-width: 1px 1px 0 1px;
}
#nav li.p ul a {
	width: 250px;
}
#nav li.s ul a {
	width: 260px;
}
#nav li.a ul a {
	width:200px;
}
#nav li.c ul a {
	width: 125px;
}
#nav li ul li.top a {
	border-top: none;
}
#nav li ul li.bot a {	
	border-bottom: 1px solid #095c7e;
}
#nav li ul a:hover, #nav li ul a:focus {
	background-color: #9bb8cd;
}
#nav li:hover ul, #nav li.sfhover ul  {
	left: auto;
}
/* end mainnav */

/* right hand section sub-navigation */
#subnav {
	float: right;
	width: 25%;
	background-color: #095c7e;
	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: #9bb8cd;
	color: #095c7e;
}

#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: #9bb8cd;
	color: #095c7e;
}

#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: #9bb8cd;
	color: #095c7e;
}


/* 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, #singlecol ul { /* lists within  the content area */
	list-style-type: disc;
	margin: 0 1.5em 1em 2.5em;
}

#contentL ul li, #singlecol ul li {
	padding: .5em 0;
	line-height: 1.4em;
}

#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: #095c7e;
}

/* start footer - includes bar & copyright info */
#footer {
	text-align: center;
	color: #000;
	margin-top: 0;
}

#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: #095c7e;
}

#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;
} 

li a[href$='.pdf'] { 
	background:none;
}

.box {
	border: 2px solid #1b4165;
	text-align: center;
	padding: 1.5em 1.5em .75em;
	margin: 1.5em 1.5em 0;
	background-color: #eff2f3;
}
.box2 {
	border: 2px solid #1b4165;
	text-align: center;
	font-weight: bold;
	padding: .75em;
	margin: 1.5em auto;
	width: 25%;
	background-color: #eff2f3;
}
.box3 {
	border: 2px solid #1b4165;
	text-align: center;
	padding: .5em;
	margin: 1.5em 1.5em 0;
	background-color: #eff2f3;
}

/* styles for site map */
h2 a:link, h2 a:visited {
	font-size: .9em;
	text-decoration: none;	
}
h2.map {
	color: #48b;
	font-weight: normal;
}
ul.tree, ul.tree ul {
	margin-left: 3em;
	list-style-type:disc;
}
ul.tree ul {
	margin-top: 1em;
}
ul.tree li, ul.tree ul li {
	padding: 0 0 1em;
}
ul.tree ul li.first {
	padding-top: 1em;
}
ul.tree ul li.last {
	padding-bottom: 0;
}
ul.tree li a[href$='.pdf'] { 
	padding:0 20px 0 0; 
	background:transparent url(../images/acrobat.gif) no-repeat center right;
}
/* end site map */


/*homepage */
.left {
	float: left;
	width: 500px;
	font-size: .8em;
}
.right {
	margin-left: 525px;
	font-size: .8em;
	width: 430px;
}
.boxHP {
	width: 99%;
	margin:  1em 0;
}
.roundtop { 
	background: #abbd26 url(../images/topR2.png) no-repeat top right; 
}
img.corner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}
.border {
	border: 1px solid #abbd26;
	padding: 0 1em 1em;
}
.border a:link, .border a:visited {
	color: #095c7e;
	text-decoration: none;
}
.border a:hover, .border a:focus {
	color: #889b1e;
	text-decoration: underline;
}
.border p {
	margin-bottom: 0;
}
.border table td {
	padding: 1em;
	vertical-align: top;
	line-height: 1.6em;
}
p.readmore {
	text-align: right;
	margin-top: 0;
}
.boxHP h2 {
	color: #fff;
	padding: 0 0 .5em 0;
	margin: 0;
	text-transform: uppercase;
	background: #abbd26;
	width: 100%;
	font-size: 1.1em;
}
h2 img {
	padding: 0 2em 0 1em;
}
img.logo {
	padding: 0 2.5em;	
}
.boxes {
	padding: 1em;
	text-align: center;
}
#rotator {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 450px;
	height: 300px;
	margin-top: 1em;
	/*float: left;*/
}

/* easyclearing */
.clearfix:after, .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix, .container {
	display: block;
}
.red {
	color: #C00;
}

