/* Reset courtesy Eric Meyer */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	/*text-align: left;*/
	vertical-align: baseline;
}
	
a img {border:none;}

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
/* end reset */

a:link, a:visited
{
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover, a:active
{
	border-bottom: solid;
}

body {
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url(/images/2.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
}

ul, ol {
	margin: 8px 0 8px 35px;
}

h1 {
	font-size: 3.5em;
}

.sitetitle {
	white-space: nowrap;
	color: #20009E;
	margin: 30px 0 0 40px;
	float: left;
}

.sitetitle a {
	color: #20009E;
	border: 0;
}

h2 {
	font-size: 2em;
	margin-bottom: 20px;

	border-bottom: 1px solid;
	color: #151C55;
	margin-bottom: 0;
	margin-top: 15px;
	margin-left: -1em;
}

h2 a {
	color: #151C55;
	border-bottom: 0;
}

h3 {
	font-weight: normal;
	font-size: 1.8em;
}

h3.entry-title {
	font-weight: normal;
	color: #151C55;

	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 15px;
}

h4 {
	color: #151C55;
	font-style: italic;
	font-size: 1.1em;
	margin: 0;
}

p {
	margin-top: 1em;
}

p.toplink {
	margin: 8px 0 15px 20px;
}

dl {
	padding: 10px 5px 20px 15px;
}

dd {
	margin-left: 15px;
	text-indent: -5px;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	position:relative;
}

#header {
	height: 240px;
	position: relative;
}

#epivax_logo {
	float: right;
	margin-top: 3px;
}

.topmenu {
	color: #556C90;
	float: right;
	font-weight:bold;
	margin-top: 55px;
	width: 300px;
}

.topmenu li {
	/*float the main list items*/
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #556C90;
	float: right;
	display: block;
}

.topmenu li:first-child {
	border-right: 0;
}

.topmenu li a {
	color: #556C90;
	text-decoration:none;
	border-bottom: none;
}

.topmenu li a:hover {
	color: #B8C8CE;
}

#content {
	margin: 25px 25px 0 25px;
	clear: both;
	color: #4E658C;
	line-height: 18px;
}

#footer {
	text-align: center;
	color: #4E658C;
	font-size: .9em;
	border-top: 1px dotted #4E658C;
	margin: 20px 25px;
	padding-top: 5px;
	clear: both;
}

.nav {
	position: absolute;
	bottom: 28px;
	left: 5px;
	font-weight: bold;
}

.nav li {
	/*float the main list items*/
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

.nav li a {
	/*for all links in the list*/
	text-decoration: none;
	border-top: 1px solid #171D58;
	border-bottom: 1px solid #171D58;
	border-left: 1px solid #BAC8D1;
	color: #BAC8D1;
	background-color: #171E53;
	padding: 2px 5px;
	display: block;
	width: auto;
}

.nav li:first-child a {
	border-left: 0;
}

.nav li:hover a, .nav li a.active {
	background-color: #EEEEEE;
	color: #171D58;
}

/* ----- content area stuff ----- */

#contentwrap {
	/*position:relative;
	top: -40px;*/
}

#leftsidebar {
	width: 166px;
	margin-bottom: 5px;
	float: left;
}

#leftsidebar img {
	border: 1px solid #192351;
}

#leftsidebar .post {
	padding: 0 5px 5px 5px;
	margin-top: 10px;
	background-color: #EDF2F2;
	border: 1px solid #B8C8CE;
	text-align: center;
}

#leftsidebar h3 {
	text-align: center;
}


.post {
	color: #4E658C;
	line-height: 140%;
	margin-bottom: 8px;
}

.contact-entry {
	width: 250px;
	float: left;
	margin-bottom: 35px;
	height: 148px;
}

#rightsidebar {
	width: 210px;
	float: right;
	padding: 5px 10px 0 13px;
	margin: 0 0 5px 0;
	background-color: #EDF2F2;
}

#rightsidebar .post {
	border-top: 1px solid #151C55;
}

#rightsidebar .post:first-child {
	border-top: 0;
}

#rightsidebar h3 {
	display: block;
	width: 100%;
	text-align: center;

	color: #151C55;
	font-size: 1.2em;
	font-weight: bold;


	margin: 15px 0;
}

#rightsidebar h4 {
	margin-top: 15px;

}



#rightsidebar .pagenavigator {
	margin-bottom: 15px;
}

#rightsidebar .pagenavigator h4 {
	margin: 0 0 3px 0;
	font-style: normal;
} 

#rightsidebar .pagenavigator h4 a {
	border: 0;
}

#rightsidebar #careerlink h3 {
	border-top: 1px solid #151C55;
	border-bottom: 1px solid #151C55;
	margin: 15px 0;
	padding: 15px 0;
}

.quotation {
	padding-top: 10px;
}

.quotation p {
	text-align: center;
	font-style: italic;
}

.quotation em {
	font-style: normal;
}

#rightsidebarlengthener {
	position:absolute;
	right: 0;
	top: 205px;
	z-index: -100;
	width: 233px;
	height: 100px;
	background-color: #EDF2F2;
}

#newsbar {
	margin-top: 20px;
}

#newsbar .post {
}

#newsbar .post .news-title {
	color: #151C55;
}

#center {
	margin: 0 auto;
	width: 670px;
	font-size: 13px;
}

.slideright {
	margin-left: 185px !important;
}



/* ----- Text attributes ----- */
.nobr {
	white-space: nowrap;
}

.right {
	float: right;
}

.left {
	float: left;
}



.clearance {
	clear:both;
}

/*-----Contact Form Stuff-----*/
.zemContactForm p {
}

.zemContactForm fieldset {
}

.zemContactForm legend {
}

.zemContactForm label {
	float:left;
	display:block;
	width:100px;
}

.zemContactForm input {
}

.zemContactForm .zemSubmit {
	margin-left: 100px;
	margin-top: 3px;
}

.zemContactForm input.zemText {
}

.zemContactForm textarea.zemTextarea {
	width:400px;
}

.zemContactForm input.zemSubmit {
}

.zemThanks p {
	font-weight: bold;
}