/* Evgen CSS Document */
/* Version 1.0 */


html, body {
	text-align: center;
	background: #f2f2f2;
	padding: 20px;
}

a {
	color:#000;
	text-decoration:underline;
	}

#container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	text-align: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
}

#container p {
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

#container h3 {
	font-size: 13px;
	font-weight: bold;
}

#header {
	color: #002c55;
	height: 260px;
	width: 800px;
	background: #f3f6cb;
}

#header img {
	float: right;
}

#header h1 { /* Replaces the H1 tag with the Evgn Company Logo */
	text-indent: -5000px;
	background: url("../images/evgenlogohead.gif") no-repeat;
	width: 250px;
	height: 219px;
}

ul#topnav { /* Top Navigation Styling */
	padding-left: 250px;
	font-family: Arial, sans-serif;
	font-size: 14px;

	list-style: none;
	background: green;
}


ul#topnav li {
	display: inline;
}


ul#topnav li a {
	float: left;
	padding: 12px 8px 12px 10px;
	background: #f3f6cb;
	text-decoration: none;
	color: #002c55;
	width: auto;
	font-weight:normal;
}



ul#topnav li.current a , ul#topnav li.current a:hover {
	background: #bed500;
}

ul#topnav li a:hover {
	background-color: #DEE97A;
}

#strapline {
	clear: both;
	width: 800px;
	height: 120px;
}

#sidebar {
	float: left;
	width: 200px;
	min-height: 400px;
	padding: 0 20px;
	margin-right: 10px;
}

#sidebar h3 {
	font-style: italic;
	font-family: helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #002c55;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 30px;
}

#sidebar h4 {
	font-family: helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #002c55;
}

#sidebar h5 {
	color: #002c55;
	font-size: 10px;
	border-bottom: 1px dotted #002c55;
	padding-bottom: 3px;
	margin-top: 15px;
}

#sidebar p {
	font-size: 10px;
	margin-top: 10px;
}





#primarycontent {
	float: left;
	padding: 0 20px 20px 0;
	width: 500px;
}

#primarycontent p {
	margin-bottom: 20px;
}

#primarycontent ul {
	margin-left: 15px;
	list-style-type: disc;
	font-size: 11px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	background: url("../images/evgenlogofooter.gif") no-repeat;
	background-position: left center;
	margin: 0;
	padding-left: 250px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 40px;
}

#primarycontent a, #footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#primarycontent a, #footer a:hover {
	text-decoration: underline;
}

#footer img {
	float: left;
}

address { /* Styles the <address> tag */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000 ;
	margin: 10px 0 20px 0;
	padding: 0;
	
}

address strong { font-weight: bold;}

#primarycontent p.quiet {color: #666666;}

p em {font-style:italic;}
#press-releases {margin-bottom :15px;}
