body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color:black;
}

* {margin: 0px;padding: 0px;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 848px;
	background-color:white;
}
#main {
	width: 846px;
}

.preview {
	width:116px;
	height:95px;
}
/******************** header ********************/
#header {
	width:848px;
	height:170;
	margin-left:0px;
	display:block;
}
#header h1{
	color:black;
	font-family:tahoma;
	padding-top:20px;
	padding-left:50px;
	text-align:center;
}
#header h5{
	color:gray;
	font-family:tahoma;
	padding-left:40px;
	text-align:center;
}
#banner {
	width:848px;
	height:170px;
}
/******************** Content ********************/
.picleft {
	float: left;
	margin-right:5px;
	border-color:black;
	border-width:1px;
	border-style:solid;
}
.picright {
	float: right;
	margin-left:5px;
}
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
h5{
	padding-top:2px;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
}
#content {
	width:846px;
	margin-left:0px;
	
}
#left {
	float:left;
	width:210px;	
	margin: 10px 0px 30px 10px;
	display:inline;
	border:1px black solid;
	background-color:white;

}

#left p {
	font-size: 13px;
	color: #000000;
	padding: 5px 0px;
}
#left a{
	color: black;
	font-weight:800;
}
#left a:hover{
	color:gray;
}
#left h1{
	font-size: 14px;
	color:black;
	font-weight:900;
}
#left span{
	font-size: 13px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#middle {
	float:right;
	width:600px;
	display:inline;
	margin: 10px 10px 30px 10px;
	border:1px black solid;
	background-color:white;

}
#middle h1{
	font-size: 18px;
	color:black;
	font-weight:900;
}
#middle a{
	color: #027C33;
}
#middle a:hover{
	color:#80B33A;
}
#nav {
	width:848px;
	height:24px;
	margin: 0px 0px 0px 0px;
	background-color:black;
	background-repeat:repeat-x;
	padding: 0px 0px 0px 0px;
	}
#nav ul {
}
#nav li {
	display:inline;
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	width:125px;
	height:24px;
	float:left;
	margin-left:0px;
	text-align:center;
	text-decoration:none;
	border-right:1px solid black;
}
#nav a {
	width:125px;
	height:21px;
	padding-top:3px;
	text-decoration:none;
	color:black;
	font-weight:800;
	display:block;
	
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
	background-image:url(images/nav_bg2.gif);

}
.post {
	background-image:url(images/link_bg2.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0px;
	padding-left:5px;
	padding-right:5px;
}
.postleft {
	background-image:url(images/link_bg2.gif);
	background-position:top;
	background-repeat:repeat-x;
	
}
.postleft ul {
	padding-left:15px;
	list-style-type:none;	
}
.postleft h5 {
	padding-left:5px;
}
.post a{
color: #027C33;
font-weight:800;
}

.post a:hover{
}

.post p{

}
.post img{
display:inline;
}

.services{
margin-left:30px;
}

/******************** Footer ********************/
#footer {
	width:846px;
	text-align:center;
	color:white;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:black;	
	font-size: 0.75em;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:black;
	font-size: 1.00em;
	margin: 10px 0px;
}
.clear{
	clear:both;
}
.topborder{
border-top:1px solid black;
border-right:1px solid black;
padding-right:8px;
padding-left:8px;
}

/**********Tool Tip*************/
#toolTip{
   border:1px solid black;
   background-color:#ffffff;
   width:250px;
   position:absolute;
   visibility: hidden;
   overflow: hidden;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
   color:#333;
}

#toolTip h1{
   display:block;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
   background-color: red;
   border-bottom:1px solid black;  
   margin:0px;
   padding:0px 2px;   
}

#toolTip p {
   margin:0px;
   padding:4px 2px;   
}