﻿*{
	margin: 0;
	padding: 0;
	}

body{
	 background:transparent url(../../Images/web_background.gif) repeat scroll 0 0;
	color:#646351;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	margin:0;
	padding:0;
	text-align:left;
}
	
a:link {color: #028b5f; text-decoration:none;}
a:visited {color: #028b5f; text-decoration:none;}
a:hover {color: #028b5f; text-decoration:underline;}
a:active {color: #028b5f; text-decoration:none;}
	
img{
	border: 0;
	}
	
p{
	margin: 0;
	padding: 10px 10px 10px 0px;
	}
	
h1{
	font-size: 13px;
	color: #32885c;
	}
	
h2{
	font-size: 12px;
	color: #646351;
	padding-bottom: 10px;
	}
	
h3{
	font-size: 11px;
	color: #32885c;
	}
	
h4{
	font-weight: normal;
	color: #6e6e6e;
	}
	
hr{
	margin: 50px auto 0;
	width: 950px;
	}
	
a{
	text-decoration: none;
	}

#header_wrapper{
	background: #ffffff url(../../images/corperate/top_bg.jpg) center top no-repeat;
}

#header{
	width: 955px;
	margin: 0 auto;
	padding-bottom: 20px;
	}
	
#logo{
	float: left;
	width: 252px;
	height: 65px;
	}
	
#top_right{
	background: #dddbcf;
	text-align: right;
	margin-left: 235px;
	width: 698px;
	height: 43px;
	}

#links{
	background: #8ab19e url(../../images/corperate/NavFiller.jpg) center top no-repeat;
	margin-left: 252px;
	width: 698px;
	height: 22px;
}
/*	
#links ul{
	padding: 0;
	margin: 0;
	}
	
#links ul li{
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
	height: 22px;
	float:left;
	}

#links ul li a img{
	border: 0;
	}
*/	
.clear_both{
	clear: both;
	}
	
.clear_left{
	clear: left;
	}
	
.clear_right{
	clear: right;
	}
	
.seperator{
	background: url(../../images/Corperate/seperator_bg.jpg) #16ac7f repeat-x top center;
	height: 10px;
	}
	
.seperator_dark{
	background: url(../../images/Corperate/seperator_dark_bg.jpg) #2a886d repeat-x top center;
	height: 10px;
	}

#copyright{
	font-size: 11px;
	color: #32885c;
}
	
ul.inline{
	padding: 5px 0 0 0;
	margin: 0;
}
	
ul.inline li{
	display: inline;
	list-style: none;
	font-size: 11px;
	}
	
ul.inline li a{
	color: #646351;
	text-decoration: none;
	}
	
ul.inline li a:hover{
	text-decoration: underline;
	}
	
ul.bullet{
padding:0px 0px 0px 20px;
}
	
ul.bullet li{
	list-style:outside disc;
	
	color:#028b5f;
	padding:5px 0px 0px 0px;
	}
	
ul.bullet li a{
padding:0px 0px 0px 0px;

	
	}
	
ul.bullet li a:hover{
	
	}