/* Common */
body{
	font-family: 'Droid Sans', arial, serif;
}
h1 { color: #000; }
h2 { color: #111; }
h3 { color: #333; }
h4 { color: #555; }



body{
	background: transparent url('images/body_bg.gif') no-repeat center top;
}
.container{
	background: transparent url('images/bg_internal.png') repeat-x 0px 130px;
}
.home .container{
	background: transparent url('images/bg.png') repeat-x 0px 130px;
}
.container .inner{
	width: 1000px;
	min-height: 600px;
	margin: auto;
}
body .inner{
	background: transparent url('images/mast_bg_internal.png') repeat-x 0px 170px;
}
.home .inner{
	background: transparent url('images/mast_bg.png') repeat-x 0px 170px;
}
#main_header .logo{
	width: 180px;
	height: 90px;
	background: url('images/logo.png') no-repeat center;
	display: block;
	text-indent: -9999px;
	margin: 20px 0 20px 20px;
}
#main_header .contact-details{
	margin: 70px 20px 0;
	font-size: 11px;
	padding-right: 20px;
}
#nav ul, #nav li{
	list-style-type: none;
}
#nav li{
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a{
	font-family: 'Droid Sans', arial, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
}
#nav li a:hover,
#nav li a:focus{
	color: #333;
	text-decoration: none;
}
#nav li.active a{
	color: #000;
	text-decoration: none;
}
#aside{
	padding: 20px;
}
#aside #mast{
	width: 960px;
	height: 330px;
}
#header{
	height: 70px;
}
#header h1{
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 70px;
	line-height: 130px;
	text-transform: uppercase;
}

#section{
	padding: 0 20px;
}
.content{
	width: 610px;
	padding: 10px 20px 20px 0;
	float: left;
}
.sidebar{
	width: 300px;
	float: left;
	padding: 10px 0 20px 20px;
}
.sidebar .links{
	margin-top: 20px;
}
.sidebar .links a{
	display: block;
	margin-bottom: 20px;
}









.title-home-welcome{
	width: 600px;
	height: 40px;
	padding: 0 2px 2px 0;
	background: transparent url('images/title_home_welcome.png') no-repeat left top;
	text-indent: -9999px;
}
.highlights{
	padding: 0 0 20px 10px;;
	float: left;
	width: 600px;
}
.highlights h3{
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.highlights p{
	text-align: center;
	line-height: 1.2;
	margin-bottom: 5px;
}
.highlights .read-more{
	background: transparent url('images/icon_read_more.png') no-repeat right center;
	padding-right: 20px;
	text-align: right;
	display: block;
}
.highlights .read-more a{
	text-decoration: none;
	font-weight: bold;
}
.highlights .case-studies,
.highlights .testimonials,
.highlights .team{
	width: 140px;
	height: 100px;
	margin-right: 20px;
	padding: 20px;
	float: left;
}
.highlights .case-studies{
	background: transparent url('images/highlight_case_studies.png') no-repeat left top;
}
.highlights .testimonials{
	background: transparent url('images/highlight_testimonials.png') no-repeat left top;
}
.highlights .team{
	background: transparent url('images/highlight_team.png') no-repeat left top;
}

.header{
	display: block;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #208252;
	margin-bottom: 20px;
}



.form_container{
	background: #E5F0D0;
}
.thank-you{
	padding: 20px;
	/*display: none;*/
	background: #E5F0D0;
}
.error{
	padding: 5px;
	background: #FFB0B3;
}
.title-form{
	width: 298px;
	height: 40px;
	padding: 0 2px 2px 0;
	background: transparent url('images/title_form.png') no-repeat left top;
	text-indent: -9999px;
	margin: 0;
}
.form{
	padding: 10px;
}
.required-information{
	display: block;
	font-weight: bold;
	text-align: right;
	border-bottom: #91C949 solid 1px;
	margin-bottom: 10px;
}
.form .row,
.form .buttons{
	clear: both;
	padding: 5px 0;
}
.form label{
	display: block;
	font-size: 12px;
}
.form input[type="text"],
textarea{
	width: 270px;
}
.form .buttons {
	min-height: 40px;
}
.form .buttons .button_submit{
	float: right;
	width: 120px;
	height: 35px;
	background: url('images/button_submit.png') no-repeat center;
	border: none;
}


.services_table tr th{
	font-size: 14px;
	background: #eee;
	padding: 5px;
}
.services_table tr td{
	padding: 5px;
	border-bottom: dotted 1px #bbb;
	border-left: dotted 1px #bbb;
	border-right: dotted 1px #bbb;
}
.community_table{
    background: #fff;
}
.community_table tr td{
    border-top: dotted 1px #bbb;
    text-align: left;
    vertical-align: top;
}


#gallery{
	width: 600px;
	min-height: 400px;
	float: left;
}
#tabMenu, #tabMenu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabMenu{
	width: 130px;
	float: left;
	margin-top: 5px;
}
#tabMenu li.selected{
	background: #060;
}
#tabMenu li.selected a{
	color: #fff;
}
#tabMenu a{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	display: block;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	color: #000;
}

#gallery .box{
	width: 470px;
	float: left;
}

.gContainer{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #060;
	padding: 10px;
	display: none;
}
.gContainer h2{
	font-size: 18px;
	font-weight: bold;
	color: #060;
}
.gContainer .row{
	clear: both;
	padding: 5px 0 20px;
	border-top: solid 1px #060;
	float: left;
}
.gContainer label{
	width: 150px;
	float: left;
}
.gContainer span{
	display: block;
	float: left;
	width: 290px;
}
.show{
    display: block;
}



#footer{
	background: #333;
	color: #ccc;
}
#footer .inside{
	width: 1000px;
	margin: auto;
	min-height: 200px;
	padding: 20px 0;
}
#footer .sitemap{
	width: 650px;
	float: left;
	border-right: dotted 1px #ccc;
}
#footer .sitemap ul,
#footer .sitemap li{
	list-style-type: none;
	padding: 2px 0;
}
#footer .sitemap > ul{
	float: left;
	margin-right: 20px;
}
#footer .sitemap ul li a{
	font-weight: bold;
}
#footer .sitemap ul li ul li a{
	font-weight: normal;
}
#footer .sitemap a{
	color: #ccc;
	text-decoration: none;
}

#footer .contact{
	width: 300px;
	float: left;
	padding-left: 30px;
}





.client_gallery{
	padding: 10px;
	background: #fff;
	border: solid 1px #060;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
.client_gallery .row{
	clear: both;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #060;
}
.client_gallery .row .logo{
	float: left;
	width: 300px;
}
.client_gallery .row .description{
	float: left;
	width: 270px;
	padding-left: 10px;
}

#recaptcha_image img{
	width: 275px !important;
}
