/* CSS Document */
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clear {
	height:1%;
}

body {
	background:#87888a url(images/bg.gif) repeat;
	color:#CCCCCC;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

/* Normalize margin and padding */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Normalize heading font sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/* Remove list-styles from lists */
ol, ul {
	list-style: none;
}
/* Normalize font style and font weight */
address, caption, cite, code, dfn em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Remove border from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Remove border from fieldset and img */
fieldset, img {
	border: 0;
}
/* left align text in caption and th */
caption, th {
	text-align: left;
}

a {text-decoration:none;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


img {
	border:0;
}
p {
	color:#FFFFFF;
	font-family: sans-serif;
	font-size:14px;
	line-height:15px;
}
li {
	color:#FFFFFF;
	font-family: sans-serif;
	font-size:14px;
	line-height:20px;
}
h1 {
	color:#7b7b7e;
	font-family: arial;
	font-size:16px;
	line-height:18px;
	padding-top:0;
	font-weight:500;
	
}



#wrapper {width:800px;
margin: 0 auto;
text-align:center;
background: url(images/bg-gray.gif) #a6a8a9 repeat;
border: #FFFFFF solid 1px;
padding-top: 20px;
margin-top: 0;
}

#maincontainer {
text-align:left;
margin: 0 auto;
width:760px;
}




#head1 {width:760px; border-bottom:#FFFFFF solid 1px;}
#head2  {width:760px; padding-top:10px;padding-bottom:5px;}
#head2 p {font-size:11px;}

#branding{float:left; width:250px;padding-left:20px;}

#nav {
float:right;
padding-right:20px;
}


.menu li {
	float: left;
	background-image:url(images/bg-menu-green.gif);
	background-repeat:repeat-x;
	border: #999999 solid 1px;
}

.menu li a {
	height: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	color:#fff;
	font: 9px Arial, sans-serif;
	font-weight:500;
	white-space:nowrap;
	padding: 7px 5px 0 5px;
	background-image:url(images/bg-menu-green.gif);
	background-repeat:repeat-x;
}

html>body #nav li a {
		width: auto;
		}


.menu li a:hover {
	height:14px;
	color: #000;
	padding: 7px 5px 0 5px;
	background-image:url(images/bg-menu.gif);
	background-repeat:repeat-x;
}
.menu a:active {
	color: #000;
}

#address {float:left; width:300px;padding-left:20px;}
#contact {float:right;width:400px;text-align:right;padding-right:20px;}

#container {
	clear:both;
	width:760px;
	border: #009534 solid 1px;
	border-bottom: #009534 solid 4px;	
}

#space { width:760px;
}

#newsbar {
background-color: #009534;
width:760px;
border: #009534 solid 2px;
}


#footer {clear:both; width:760px;padding-top:10px;}
#footer p {font-size:10px;}

#footerleft { float:left;padding-left:20px;}
#footerright {float:right;padding-right:20px;}


.black {color:#000;}
.green {color:#009534; font-weight:600;}






