/********************************************
   HTML ELEMENTS
********************************************/ 
body {
	margin:0px;
	color:#4a3c31;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#c3cbd5;
	font-size:12px;
}
* :focus {outline: 0;}
a {color:#5a3937;text-decoration:none;font-weight:normal;}
a:hover {color:#CCCCCC;text-decoration:none;font-weight:normal;}
a.blue {
	color:#669999;
	text-decoration:underline;
}
a.blue-more {
	color:#669999;
	text-decoration:underline;
}
a img {border:none;}
hr{margin-bottom:20px;padding:0px;}
h1{margin:0px;padding:0px;}
h2{margin:0px;padding:0px;}
p{margin:0px;padding:0px;}



/********************************************
   LAYOUT
********************************************/ 
#wrap{
	width:940px;
	margin:0px auto;
	background-color:#FFFFFF;
	border:1px solid #a9aeb2;
}
.header {height:133px;clear:both;}
.header_top {
	background-color:#f8f8f8;
	height:27px;
	padding-right:32px;
	text-align:right;
}
.top_nav {
	color:#999999;
	padding:0px 4px;
	line-height:27px;
}
.header_bottom {
	height:100px;
	width:875px;
	margin-left:30px;
	float:left;
	padding:0px;
}
.logo {
	width:300px;
	margin-top:13px;
	float:left;
}


.sidebar{
	float:left;
	border-left:1px solid #e5e5e5;
	border-top:1px solid #ffffff;
	margin:0px 32px;
	background-image: url(../images/sidebar_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:175px;
	padding-top:20px;
}

/********************************************
   NAVIGATION
********************************************/
.menu {
	margin:0px;
	padding-top:40px;
	width:575px;
	float:left;
	
}
.menu ul {
	list-style-type:none;
	padding-left:40px;
	margin:0;
}
.menu li {
	float:left;
	display:inline;}
.menu li.phone {
	float:right;
	position:relative;
	top:-20px;
	margin:0;
	padding:0;}
.menu a {
	display:block;
	font-size:14px;
	font-weight:normal;
	padding:5px 12px;
	color:#666666;
	text-decoration:none;
	text-align:center;
}
.menu :hover {color:#444;background:#f8f8f8;}

/********************************************
   HOMEPAGE
********************************************/

.home_main {
	margin:0px auto;
	width:880px;
	height:275px;
	background-image:url(../images/main.png);
	clear:both;
}
.message {padding:50px 0 0 40px;width:320px;}
.message h1 {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFF;
	font-size:32px;
}
.message h2 a {
	padding-left:80px;
	line-height:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFF;
	font-size:21px;
	text-decoration:none;
}
.message h2 a:hover {color:#CCC;}
.message p {color:#FFF;line-height:20px;padding-top:10px;}
.message .btn {
	width:317px;
	display:block;
	height:44px;
	margin-top:30px;
	background-image:url(../images/main_btn.png);
}

.title_block{
	margin:0px auto;
	width:880px;
	height: 30px;
	border-top:5px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding: 10px 0 5px 0;
}
.title_block h2 {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-weight:normal;
	color:#484747;
	font-size:21px;
	text-transform:uppercase;
}
.title_block .link {float:right;width:200px;}
.title_block .link a {
	color:#5a3937;
	float:right;
	text-decoration:none;
	font-weight:normal;
	padding-top:5px;
	
}
.title_block .link img {padding:7px 0 0 10px;float:right;}
.h_boxes{
	margin:0px auto;
	margin-top:10px;
	width:880px;
	padding: 10px 0 5px 0;
	clear:both;
	text-align:left;
}

.hb {float:left;width:220px;}
.hb h2 {
	color:#000000;
	line-height:20px;
	padding:10px 0 5px 0;
	font-size:16px;
	font-weight:bold;
}
.hb p {
	color:#333333;
	line-height:15px;
	padding-top:3px;
	font-size:12px;
	font-weight:normal;
	width:95%;
}

.hb img.thumb {padding:3px;border:1px solid #cccccc; margin-bottom:10px;}
.hbtn {float:left;width:220px;padding:0;}
.hbtn .btn {
	width:80px;
	display:block;
	height:26px;
	margin:20px 0 15px 0 ;
	float:left;
	background-image:url(../images/sm-btn.png);
}

.hbtn .btn a {
	color:#FFF;
	line-height:25px;
	padding:5px 0 0 23px;
	text-decoration:none;
	font-size:12px;
}
.hbtn .btn a:hover {
	color:#CCC;
	line-height:25px;
	padding:4px 0 0 23px;
	font-size:12px;
}

.h_boxes_bottom{
	margin:0px auto;
	margin-top:10px;
	width:880px;
	padding: 10px 0 5px 0;
	clear:both;
	text-align:left;
}

.hbb {
	float:left;
	width:290px;
	padding-bottom:10px;
}
.hbb-left {
	float:left;
	width:575px;
	padding-bottom:10px;
}
.hbb-right {
	float:left;
	width:300px;
	padding-bottom:10px;
}
.h_boxes_bottom a.blue {
	float:left;
	color:#669999;
	text-decoration:underline;
	padding-bottom:10px;
	clear:both;
}
.h_boxes_bottom a.blue-more {
	float:left;
	color:#669999;
	text-decoration:underline;
	padding:10px 0 10px 0;
	clear:both;
}
.h_boxes_bottom h2 {
	color:#999;
	line-height:20px;
	padding:10px 0 10px 0;
	font-size:18px;
	font-weight:bold;
}
.h_boxes_bottom p {
	color:#333333;
	line-height:15px;
	padding:3px 0 5px 0;
	font-size:12px;
	font-weight:normal;
	float:left;
	width:95%;
	clear:both;
}
.h_boxes_bottom p.last {border-bottom:1px dotted #666666;clear:both; margin-bottom:10px;}
.h_boxes_bottom ul {padding-left: 0;margin-left: 0;}
.h_boxes_bottom li {
	  text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border: 1px solid #CCC;
}

/********************************************
   Services
********************************************/
.cola{
	margin:10px 0 0 30px; 
	float:left;
	width:630px;
	padding: 10px 0 5px;
	text-align:left;
	border-right: 1px solid #CCC;
}
img.thumb { 
    float: left; 
    clear: left; 
    margin-right: 20px;
		padding:3px;
		border:1px solid #cccccc; 
}
.srv {
	padding-bottom:15px;
	border-bottom:1px dotted #666666;
	margin-bottom:10px;
	overflow:auto;
	width:97%;
	line-height:20px;
	float:left;
}
.srv p {line-height:15px; clear:both; padding-bottom:10px;color:#000;}
.srv h2 {
	padding:10px 0 5px 0;
	font-size:21px;
	line-height:5px;

}
.srv h3 {
	padding:0 0 5px 0;
	font-size:11px;
	line-height:10px; 
	font-style:italic;
	font-weight:normal;
}
.srv img.main {padding-bottom:10px;}
.srv .sm_thumb {float:left;width:50px;padding-top:2px;}
.srv .desc {float:left;width:375px;}
.srv .desc h2 {padding:0 0 5px 20px;font-size:16px;line-height:20px;}
.srv .desc p {padding-left:20px;line-height:15px;}
.srv .contact {float:right;width:150px;}
.srv .btn {
	width:144px;
	display:block;
	height:28px;
	margin:20px 0 15px 0 ;
	float:right;
	background-image:url(../images/discuss_btn.png);
}

.srv .btn a {
	color:#FFF;
	line-height:27px;
	padding:13px 0 0 13px;
	text-decoration:none;
	font-size:12px;
}
.srv .btn a:hover {
	color:#CCC;
	line-height:27px;
	padding:13px 0 0 13px;
	font-size:12px;
}

/*ul {
	padding-left:0;
	margin: 10px 0 20px 20px;
	left: 0px;
	text-align: left;
	list-style-type:none;
}
li {	
	padding-left:0;
	margin-left: 14px;
	left: 0px;
	text-align: left;
	list-style-type:square;
	list-style-position:outside;}*/



.colb{
	float:left;
	width:225px;
	padding: 20px;
	text-align:left;
}


.colb h2 {padding-bottom:10px;font-size:16px;line-height:20px;}

/********************************************
   FORM
********************************************/



#contact-area {
	width: 600px;
	padding-top:20px;
	margin: auto 0;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #999;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right:40px;
}

label {
	float: left;
	width: 75px;
	padding-top: 5px;
	font-size: 14px;
	font-weight:bold;
}


/********************************************
   FOOTER
********************************************/
.footer{
	height:39px;
	font-size:11px;
	line-height:39px;
	border-bottom:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	clear:both;
	margin:10px 32px;
}
.footer a{
	color:#65889c;
	text-decoration:none;
	padding:0px 5px;
}
.footer a:hover{
	color:#666666;
}
/********************************************
   EXTRA
********************************************/
.fl {
	float:left;
}
.fr {
	float:right;
}
.green{
	color:#50954a;
}
.gray{
	color:#777777;
}


/********************************************
   Clear Fix
********************************************/ 
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
