@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; padding: 0;
	}

h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, dl, dd, dt, form {
	margin: 0; padding: 0; border: none;
	}
	
a.logo {
	background: url(images/header.gif) no-repeat left top;
	width: 680px;
	height: 119px;
	display: block;
	}
	
a.logo h1 {
	display: none;
	}
	
#nav {
	margin: 0 0 5px 9px;
	border: 1px solid #a5a5a5;
	border-right: none;
	padding: 6px 0 0 6px;
	height: 67px;
	background: url(images/stripes.gif) repeat left top;
	}

#nav ul {
	background: #fff;
	height: 20px;
	padding: 0 20px 0 0;
	overflow: hidden;
	margin: 0;
	}
	
#nav ul li {
	display: inline; margin: 0; padding: 0; list-style: none;
	}
	
#nav ul li a {
	float: left;
	height: 20px;
	background-repeat: no-repeat;
	}
	
#nav ul li.n_home a { background-image: url(images/n_home.gif); width: 68px; }
#nav ul li.n_eop a { background-image: url(images/n_eop.gif); width: 243px; }

#nav ul li.n_articles a { background-image: url(images/n_articles.gif); width: 66px; float: right; }
#nav ul li.n_about a { background-image: url(images/n_about.gif); width: 55px; float: right; }
#nav ul li.n_contact a { background-image: url(images/n_contact.gif); width: 64px; float: right; }

#nav ul li a span {
	display: none;
	}
	
#nav ul li a:hover {
	background-color: #ededdf;
	}
	
#divider {
	height: 62px;
	background: url(images/divider.jpg) repeat-x left top;
	margin: 0 0 16px 9px;
	}
	
#content {
	margin: 0 0 0 9px;
	background: #ededdf url(images/line.gif) repeat-y center top;
	}

#content a,
#content strong {
	color: #000;
	text-decoration: underline;
	}

#content h2 {
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	margin: 0 25px 15px;
	color: #386a38;
	border-top: 1px dotted #cc9;
	border-bottom: 1px dotted #cc9;
	padding: 10px 0;
	}
	
#content h3 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #386a38;
	margin: 0 25px 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #cc9;
	}

#content h4 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0 25px 5px;
	}

#content p, ul, ol, dl {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 25px 10px;
	}
	
#content li {
	margin: 0 25px 3px;
	}

#content ul.articlelist li {
	margin: 0 25px 10px;
	}

#content .thesteps {
	background: #fff;
	padding: 15px 0 5px;
	border: 1px solid #cc9;
	margin: 0 25px 10px;
	}
	
#content .thesteps h4 {
	margin-bottom: 0;
	}
	
	
#content img.right {
	float: right;
	width: auto;
	padding: 0;
	margin: 0 0 10px 10px;
	}
	
.left {
	width: 49%;
	float: left;
	padding: 25px 0;
	}

.right {
	width: 49%;
	float: right;
	padding: 25px 0;
	}


#content div.copyright {
	background: #fff;
	padding: 15px 0 5px;
	border: 1px solid #cc9;
	margin: 0 25px 10px;
	}

#content table {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 20px 10px;
	}

#content table td {
	padding: 5px;
	}
	
#footer {
	clear: both;
	padding: 0 0 15px;
	}
	
/*  DROPDOWN MENUS  */

#dropmenudiv {
	position: absolute;
	background: #fff;
	text-align: left;
	font:normal 11px/12px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	z-index:100;
	border: 1px solid #cccc99;
	border-top: none;
	}

#dropmenudiv a {
	display: block;
	color: #386a38;
	text-decoration: none;
	font-weight: bold;
	padding: 6px;
	border-top: 1px dotted #cc9;
	}
/*
#dropmenudiv a.main,
#dropmenudiv a.main:hover {
	color: #000;
	text-transform: uppercase;
	
	}
*/	

#dropmenudiv a:hover {
	background: #ededdf;
	color: #663;
	}

#footer {
	width:780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}
