@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a2a2a;
	margin:0;
	background-image:url(../images/corebg.jpg);
	background-repeat:repeat-x;
	background-color:#98cd34;
}


h1,h2,h3,h4,h5 {
margin:0;
padding:0;
} 

h2 {
	font-size: 21px;

	*margin:5px;
	font-weight: bold;
	padding: 0px;
	margin-bottom:5px;
	border-bottom:1px dotted #cecece;
	width:100%;
	color: #176119;
	background:url(../images/headerbullet.png) no-repeat top left;
	text-indent:25px;
	clear:both;

}




h3 {
	font-size: 14px;
	font-weight: bold;
	
	color:#282828;
	line-height: 100%;

	width:100%;

}
h4 {
	color:#cecece;
	font-size:12px;

	padding-bottom: 3px;
}
h5 {
	font-size: 12px;
	font-weight: bold;

	color:#cecece;
	line-height: 130%;
	border-bottom:1px dotted #cecece;
	width:100%;

}


/* GENERAL A LINKS */
a {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:link {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: underline;
	color:#009900;
}



h2 a:link {
	text-decoration: none;
	color: #003300;
}
h2 a:hover {
	text-decoration: underline;
	
}

#core {
width:990px;
text-align:center;
margin:auto;

}

#core-head {
width:100%;

height:100px;
}

#core-head #logo{
z-index:100;
float:left;
width:289px;
clear:none;
position:absolute;
margin-left:30px;
}

#core-head #navigator{
float:right;
clear:none;
text-align:right;
font-size:10px;
color:#98cd34;
margin-top:16px;
}

#core-banner {

width:100%;
//z-index:0;

}

#core-content {

background-color:#fff;
width:100%;
overflow:hidden;
min-height:300px;
height:auto;
text-align:left;


}

#core-content .ctes {

font-size:14px;
color:#66CC00;

}

#core-content #cleft{
	width:650px;
	background-color:#FFF;
	float:left;
	text-align:justify;
	margin:5px;
	padding:5px;


	

}


#core-content #cright{
width:255px;
background-color:#FFF;
float:right;
margin:5px;
padding:5px;
border-left:1px dotted #cecece;

}



#core-footer {
clear:both;

width:100%;

font-size:9px;
color:#fff;
}

.jumpform {

font-size:14px;
background-color:#66CC33;


vertical-align:middle;
}


.service {
width:100%;
height:25px;
vertical-align:middle;

}

.service:hover {
background-color:#006600;


}

.testimonials {
margin:6px;
padding:6px;
font-size:14px;
color:#176119;
}

.testimonials .quote{

font-size:11px;
color:#000000;
}.alert {
	font-size: 10px;
	font-style: normal;
	color: #990000;
	font-weight: bold;
	text-align: left;
}
