@charset "utf-8";
/* CSS Document */

html {
	font-size:100.01%;
}
body {
	background:#585858;
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif; 
	font-size:12px;
	line-height:22px;
}
ul{
	margin:0;
	margin-left:25px;
	
}
p{
	margin-top:10px;
	margin-bottom:10px;
}
* {
	margin: 0;
	padding: 0;/*   -webkit-text-size-adjust:none; */
}
img {
	border:0;
}
form {
	margin: 0px;
}

#mainwrap {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	background-color:#FFF;
	min-height:600px !important;
}
#headerpic{
	width:900px;
	height:220px;
}
#menuwrapper{
	width:900px;
	height:35px;
	background-color:#FFF;
	margin: 5px 10px 5px 10px;	
}
#menucontent{
	width:880px;
	background-color:#8BC53F;
	height:25px;	
}

/*  menu list styling */
.menuitem {
	margin:0;
	padding: 2px 10px 0px 10px;
	float:left;
	min-width:30px;
	width:auto;
	color:#FFF;
	font-size:14px;
	font-variant:small-caps;
	letter-spacing: 2px;
}
#menuwrapper a {
	color:#FFF;
	text-decoration: none;
}
#menuwrapper a:hover {
	color:#000;
	text-decoration:none;
}
#menuwrapper a[class=current] {
	color:#FFFF66;
}
.menuseps {
	width:1px;
	background-image:url(images/vline.gif);
	background-repeat:no-repeat;
	height:25px;
	margin-top:5px;
	float:left;
}
.ddmenuholder {
	border:4px solid #FFFFFF;
	position:absolute;
	z-index:200;
	visibility: hidden;
	width:180px;
	background-color:#FFFFFF;
	margin-left:0px;
	padding-bottom:5px;
	background-image:url(images/common/ddmenubg.png);
	background-repeat:repeat-x;
	float:left;
}
.ddmenuitem {
	margin:0 0 0 5px;
	padding: 0px 10px 0px 0px;
	float:left;
	line-height:24px;
	width:165px;
	border-bottom:1px solid #666666;
}
/* End of menu list  styling*/

#servicesholder{
	width:900px;
	height:155px;
}

.services{
	float:left;
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
	width:900px;
}

#maincontent{
	width:900px;
	float:left;
}
.vfiller{
	width:900px;
	height:10px;
	float:left;

}
#col1{
	width:600px;
	float:left;
}
#col1content{
	float:left;
	padding:0px 30px 10px 20px;
	text-align:justify;
}
#col2{
	width:298px;
	float:left;
	min-height:180px !important;
}
#col2content{
	float:left;
	padding:0px 20px 10px 20px;
	text-align:justify;	
}


/* GENERAL STYLES                 */


h1{
	font-size:18px;
	margin:0px;
	line-height:26px;
	color:#161A23;
}

h2{
	font-size:16px;
	margin:0px;
	line-height:22px;
	color:#060;
}

h3{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	line-height:18px;
	color:#333;
}

.boldtext{
	font-size:14px;
	line-height:20px;
	text-align:justify;
	}
	
.highlight{
	color:#3C3;
}

#footer{
	width:880px;
	height:25px;
	background-color:#000;
	margin: 0 auto;
	color:#FFF;
	padding-left:20px;
	padding-top:2px;
}

.textboxright{
	font-size:10px;
	text-align:left;
}
.textboxright li{
	color:#030;
}

.textboxright a{
		color:#030;
		text-decoration:none;
}


.textboxright a:hover{
		color:#000;
		text-decoration:underline;
}
.textbold{
	font-weight:bold;
	color:#8BC53F;
}
.textbold a{
	color:#8BC53F;
	text-decoration:none;
}
.textbold a:hover{
	color:#000;
	text-decoration:underline;
}
.bgwithline{
		background-color:#666;
		border-bottom:1px solid #333;
		font-size:12px;
		font-weight:bold;
		color:#FFF;
}