@charset "utf-8";

body {
	margin:0px;
	padding:0px;
    background-image: url(images/sitebg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #569925;
}

.clearfloat {
	clear:both;
	height:0px;
}

.special_block {
  float:left;
  width: 255px;
  padding: 0 0 20px;
}

#right_col .heading {
  width:255px;
  height: 30px;
  margin:0px;
  padding: 5px 0 0;
  background-image:url(images/heading_bg.gif);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:110%;
  font-weight:bold;
  color:#FFFFFF;
  float:left;
  text-align: center;
}
#left_col .heading {
  font-size:110%;
  font-weight:bold;
  color:#000;
}
p,
ul,
h2,
h3,
form {
	padding-top:0px;
	margin-top:0px;
    font-family:Arial, Helvetica, sans-serif;
}
p,
li {   
  font-size:80%;
}
#left_col p span {
  font-weight: bold;
  font-size: 110%;
  color: #5699C4;
}
h2 {
  font-size: 110%;
  color: #003875;
  margin: 0 0 10px;                       
}
h3 {
	padding-top:0px;
	margin-top:0px;                          
	font-size:12px;
	font-weight:bold;
}
img {
	border:0px;
}

#site_cont {
width:958px;
padding:0px;
margin:10px auto;
}

#header {
width:100%;
height:190px;
padding:0;
background-image: url(images/header.jpg);
background-repeat:no-repeat;
}

#header_menu{
	margin:0px;
	float:right;
	padding:0px;
}

#header_menu ul{
	display: block;
    width:280px;
	margin:52px 4px 0 0;
	padding:0px;
}

#header_menu li {
	float:left; 
	margin:0px;
    height:70px;
	padding:0px;
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
}
#header_menu li a {
  display: block;
  height:65px;
  width:65px;       
  color: #fff;
  padding:5px 0 0 5px;      
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  font-size: 90%;
  text-decoration: none; 
}
#header_menu li span {
  font-weight: bold;
  font-size: 130%;
}
#header_menu li .btn_descrip {
  font-size: 110%;
  width: 130px;
}
#header_menu li#home a:link, 
#header_menu li#home a:visited {
  background-image: url(images/btn_home.gif);
  background-position: left -72px;
  background-repeat: no-repeat;
}

#header_menu li#testimonials a:link, 
#header_menu li#testimonials a:visited {
  background-image: url(images/btn_clients.gif);
  background-position: left -72px;
  background-repeat: no-repeat;
}
#header_menu li#services a:link, 
#header_menu li#services a:visited {
  background-image: url(images/btn_services.gif);
  background-position: left -72px;
  background-repeat: no-repeat;
}
#header_menu li#contact a:link, 
#header_menu li#contact a:visited {
  background-image: url(images/btn_contact.gif);
  background-position: left -72px;
  background-repeat: no-repeat;
}

#header_menu li#home a:hover,
#header_menu li#testimonials a:hover, 
#header_menu li#services a:hover,  
#header_menu li#contact a:hover{
  background-position: left top;
} 

#site_body {
width:100%;
padding:10px 0;
background-image:url(images/body_bg.png);
background-repeat:repeat-y;
float:left;
}

#info_img {
	float:left;
	padding-top:0;
	padding-bottom:3px;
	padding-right:20px;
	padding-left:0px;
}

#left_col {
	width:650px;
	padding:0;
	float:left;
	margin:0px;
	padding: 0px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
}
ul.services {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  padding: 0 0 0 10px !important;
}
ul.services li p {
  font-size: 100%;
}
.image_right {
  float:right;
  margin:50px 10px 0;
}
#right_col {
  text-align: center;
  width:260px;
  padding:0;
  float:right;
  margin:0px;
  padding: 0px 10px;
}

#special_info {
  margin-top:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:justify;
  padding: 0 10px;
}

#footer {
  height:28px;
  width:100%;
  padding:0;
  float:left;
  text-align: right;
  background-image:url(images/footer.gif);
  background-repeat:no-repeat;
}
#footer p {
  font-size: 70%;
  font-weight: bold;
  padding-right: 15px;
}
.form_loc {
 float:left;
 margin-top: 15px;
}
form#client_contact {
  width:70%;
  margin: 0 auto;
}
form#client_contact label,
form#client_contact input {
  clear:both;
  display: block;
}
form#client_contact span {
  color:red;
  font-size: 120%;
  font-weight: bold;
}