@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Cabin:400,500);
.clear {
	clear: both;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #563c6b;
	font-family: "Cabin", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
h1 {
	font-size: 16px;
	line-height: 24px;
	color: #563c6b;
	padding-bottom: 15px;
	font-weight: 400;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	color: #563c6b;
	padding-bottom: 10px;
	font-weight: 400;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	color: #563c6b;
	padding-bottom: 10px;
	font-weight: 400;
}
a {
	color: #563c6b;
}

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



p {
	padding-bottom: 12px;
}

input[type=submit]
{
	background: #ee961b;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6e5b1), to(#ee961b));
	background: -webkit-linear-gradient(top, #f6e5b1, #ee961b);
	background: -moz-linear-gradient(top, #f6e5b1, #ee961b);
	background: -ms-linear-gradient(top, #f6e5b1, #ee961b);
	background: -o-linear-gradient(top, #f6e5b1, #ee961b);
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #000000;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	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-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d27e00;
	cursor: pointer;
   }
input[type=submit]:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ffffff;
   }
input[type=submit]:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


header {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.logo {
	float: left;
	padding-left: 3px;
}
.call-us {
	background-image: url(../images/call-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	float: right;
	padding-left: 16px;
	font-size: 17px;
	color: #FFF;
	margin-top: 10px;
}
.call-us span {
	color: #e6cc3e;
}
nav {
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 884px;
	margin-top: 10px;
}
nav ul {
	padding-top: 16px;
	padding-left: 20px;
	float: left;
	width: 640px;
}
nav ul li {
	display: inline-block;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6cc3e;
	padding-right: 11px;
	padding-left: 10px;
}
nav ul li a {
	color: #1e1e1e;
	text-decoration: none;
	line-height: 20px;
	font-size: 14px;
}
nav ul li a.home {
	background-image: url(../images/home-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 20px;
}
nav ul li a:active {
	text-decoration: underline;
}
nav ul li a.active {
	color: #e6cc3e;
}

nav ul li a:hover {
	color: #e6cc3e;
}
.social {
	float: right;
	padding-top: 13px;
	padding-right: 10px;
}





.banner {
	padding-top: 14px;
	padding-left: 2px;
	height: 210px;
}
.root-content {
	background-color: #f8f8f8;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
section {
	padding: 15px;
	float: left;
	width: 615px;
}
.news {
	background-color: #FFF;
	padding: 10px;
}

aside {
	float: right;
	width: 208px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.widget {
	padding-bottom: 12px;
}

footer {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #FFF;
}
footer a {
	color: #FFF;
	text-decoration: underline;
}
footer a:hover {
	color: #000;
}
footer a:active {
	text-decoration: none;
}



.links {
	float: left;
}

.copyright {
	text-align: right;
	float: right;
}
