body {
	margin: 0;
	padding: 0;
	background: url(images/header-bak.png) repeat-x;
	font-family: verdana, sans-serif;
	font-size: 70%;
	color: #444;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #008000;
}
a:hover {
	text-decoration: none;
	color: #495969;
}
a:active {
	text-decoration: none;
}
.centered {
	text-align: center;
}
.green {
	color: green;
}
#rap {
	width: 766px;
	margin: auto;
}
#header {
	padding: 0;
	margin-bottom: -1px;
}
#content-l {
	margin: 0;
	width: 380px;
	padding: 10px 12px 0 22px;
	float: left;
}
#content-r {
	margin-left: 423px;
}
#innercontent {
	padding: 10px 2px 0 22px;
}
#footer {
	clear: both;
	margin: 20px 0 0 0;
}
h1 {
	padding: 0 0 0 19px;
	margin: 16px 10px 10px 0;
	background: url(images/green-h-arrow.png) left no-repeat;
	color: #555;
	font-weight: 100;
	font-family: Arial;
	font-size: 125%;
}
h2 {
	font-size:small;	
}
.hr {
	background: #fff url(images/dots.png) left repeat-x;
	height: 15px;
}
div.green-line {
	height: 7px;
	background: green;
	width: 380px;
	float: left;
}
div#footer-nav {
	width: 380px;
	float: left;
	margin: 20px 0 20px 14px;
}
div#copyright {
	float: right;
	width: 340px;
	padding: 10px 2px 0 22px;
	margin: -50px 0 0 0;
}
.small {
	font-size: 85%;
}
ul.news {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.news li { 
	margin: 10px 0 20px 0;
	padding: 0 0 0 8px;
	border-left:4px solid #CCCCCC;
}
ul li.dots, div.dots {
	border: none;
	background: #fff url(images/dots-ul.png) bottom left repeat-x;
	height: 14px;
}
ul.services {
	margin: 0;
	padding: 0;
}
ul.services li { 
	margin: 3px 0 2px 12px;
	padding: 0 0 0 -5px;
	color: green;
	font-size: 90%;
}
a {
	color: green;
}
a.footerlink {
	color: #008000;
	text-decoration: none;
	background: #fff url(images/green-dot.png) no-repeat;
	padding-left: 18px;
	margin: 3px;
}
a.footerlink-first {
	color: #008000;
	text-decoration: none;
	margin: 3px;
}

ul.news li a {
	font-weight: bold;
}
div#mainNav {
	height: 50px;
	width: 585px;
	margin: 21px 0 0 0;
	}

div#mainNav ul#menu {
	height: 50px;
	background: transparent url(images/nav.png) top left no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
	}

div#mainNav ul#menu li {
	list-style-type: none;
	position: absolute;
	margin: 0px;
	padding: 0px; 
	}

ul#menu li, ul#menu a {
	height: 50px;
	display: block;
	margin: 0px;
	padding: 0px;
	}

div#mainNav ul#menu li a {
	text-indent: -5000px;
	overflow: hidden;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#home		{top: 0px; left: 0px; width: 117px;}
#services	{top: 0px; left: 117px; width: 117px;}
#partners 	{top: 0px; left: 234px; width: 117px;}
#about		{top: 0px; left: 351px; width: 117px;}
#contact	{top: 0px; left: 468px; width: 117px;}

#home.on		{background: url(images/nav.png) -0px -50px no-repeat;}
#services.on	{background: url(images/nav.png) -117px -50px no-repeat;}
#partners.on	{background: url(images/nav.png) -234px -50px no-repeat;}
#about.on		{background: url(images/nav.png) -351px -50px no-repeat;}
#contact.on		{background: url(images/nav.png) -468px -50px no-repeat;}

#home a:hover		{background: url(images/nav.png) -0px -100px no-repeat;}
#services a:hover	{background: url(images/nav.png) -117px -100px no-repeat;}
#partners a:hover	{background: url(images/nav.png) -234px -100px no-repeat;}
#about a:hover		{background: url(images/nav.png) -351px -100px no-repeat;}
#contact a:hover	{background: url(images/nav.png) -468px -100px no-repeat;}

.clear {
	clear: both;
}























