/* CSS Document */

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #404040;
	margin: 0;
	background: #ffffff url("../images/body_back.gif") repeat-x top left;
	padding: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color:#7eaa20;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: none;
	color:#666f7f;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}


h1 {
	font-size: 1.3em;
	font-weight:bold;
	margin:0px;
	padding:0px;
        
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0px 0px 0px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	width: 850px;
	margin: auto;
	clear: both;
	background: url("../images/container_bottom.gif") no-repeat bottom left;
	overflow: auto;
}

#topnav {text-align: right; text-transform:uppercase; font-size:0.8em; width:838px; height: 25px;}
#topnav ul {margin:0px; padding:5px 0px 0px 0px;}
#topnav li {margin: 0px 0px 0px 20px; display:inline;}
#topnav a {color:#a2a2a2;}
#topnav a:hover {color:#ffffff;}

#header {
	width: 838px;
	height: 250px;
	background:url("../images/header_back.gif") no-repeat top left;
	margin: 0px;
}

#header img {
	float: left;
	margin-right:120px;
}

#flash {
	padding: 39px 0px 0px 0px;
	margin-left:90px;
}

#navigation {text-transform:uppercase; font-size:0.9em; width:750px; font-weight:bold; margin-top: 47px;}
#navigation ul {margin:0px; padding:5px 0px 0px 0px;}
#navigation li {margin: 0px 0px 0px 25px; display:inline;}
#navigation a {color:#ffffff;}
#navigation a:hover {color:#7eaa20;}


#content {
	margin: 0px;
	padding:0px;
}

#writtencontent {
	width:510px;
	float:left;
	margin:8px 5px 5px 10px;
	text-align: justify;
	padding: 0px;
	padding-bottom: 85px;
	font-size: 0.9em;
}

#rightnav {
	width:287px;
	float:right;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px 0px 60px 0px;
}

#contact {
	padding-bottom: 75px;
	margin-left:15px;
	clear: both;
}

#rightnav img {
	margin: 0px;
	margin-bottom:7px;
	padding:0px;
}

#footer {
	background:#404040;
	padding-top: 10px;
	clear: both;
	color: #FFFFFF;
	margin:0px;
}

#footer a {
	font-weight: normal;
}

#footerinner {
	margin: auto;
	width:838px;
}

#footerleft {
	width: 400px;
}

#footerright {
	float: right;
	text-align: right;

}

#footer p {
	padding-left: 15px;
	font-size: 0.9em;
}

#footer img {
	border:none;
}

.green {color:#7eaa20;}
.adright {float: right; margin: 7px 0px 7px 7px;}
.googleright {float: right; margin: 7px 0px 7px 7px;}