@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);
body {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	background-color: #393939;
	padding-bottom: 20px;
}
h1, h2, h3, a , .call-us span{
	color: #d18212;
}
h1 {
	font-size: 26px;
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d18212;
	margin-bottom: 15px;
	font-weight: 500;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 12px;
	padding-top: 12px;

}
h3 {
	font-size: 23px;
	line-height: 29px;
	padding-bottom: 12px;
	padding-top: 12px;

}
p {
	padding-bottom: 12px;
}



a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000;
}

.clear {
	clear: both;
}input[type=submit] {
	background-color: #FFCA28;
	border: 1px solid #000;
	cursor: pointer;
}
header {
	background-color: #29D255;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #471010;
	height: 169px;
	width: 100%;
	margin-bottom: 8px;
}
.wrap-center {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	padding-top: 35px;
}
.call-us {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	background-color: #FFF;
	text-align: center;
	height: 53px;
	width: 180px;
	float: right;
	margin-top: 34px;
}
.root {
	width: 890px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 3px 5px #353535;
}
.nav {
	padding-top: 28px;
}
.nav ul {
}
.nav ul li {
	display: inline-block;
	padding-right: 8px;
}
.nav ul li a {
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 15px;
	line-height: 28px;
	color: #FFF;
	border: 1px solid transparent;
	padding-bottom: 5px;
	padding-top: 4px;
}
.nav ul li a:hover {
	background-color: #FFF;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2b71a8;
	border-right-color: #2b71a8;
	border-bottom-color: #2b71a8;
	border-left-color: #2b71a8;
	color: #000;
}
.nav ul li a:active {
	text-decoration: underline;
}
.nav ul li a.active {
	background-color: #FFF;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2b71a8;
	border-right-color: #2b71a8;
	border-bottom-color: #2b71a8;
	border-left-color: #2b71a8;
	color: #000;
}



.banner-left {
	padding: 12px;
	float: left;
}
.banner-right {
	padding: 12px;
	float: right;
	text-align: right;
}
section {
	padding: 15px;
	float: left;
	width: 605px;
}
aside {
	float: right;
	width: 210px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
aside .widget {
	padding-bottom: 12px;
}

footer {
	padding: 12px;
}
footer .left {
	float: left;
}
footer .right {
	text-align: right;
	float: right;
}
