@charset "utf-8";
/* CSS Document */

/* Fonts */


* {
	padding: 0px;
	margin: 0px;	
}

body {
	background: url(../images/header-bg.jpg) no-repeat top center #fff;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Lora', serif;	
}
img {
	border: 0px;
}
ul, p {
	margin-bottom: 30px;	
}
a,
a:active,
a:visited {
	color: #55bb10;
	text-decoration:none;
}
a:hover {
	color: #55bb10;
	text-decoration:underline;
}

.full-width {
	width: 100%;
	float:left;
	clear:both;	
}

.wrapper {
	width: 978px;
	margin: 0 auto;	
}

/* Header */
#header {
	padding-top: 338px;
	margin-bottom: 70px;
}
.nav-wrapper {
	background: #e7e7e7;
	border-top: 10px solid #cbcbcb;	
	border-bottom: 1px solid #55bb10;
}
#nav {
	float:left;
}
#nav ul {
	
}
#nav li {
	list-stlye:none;
	display: inline;	
}
#nav a {
	color: #000;
	padding: 20px 22px 30px;
	font-size: 23px;
	margin-bottom: -11px;
	float:left;
}
#nav a:hover,
#nav .active {
	background: url(../images/nav-hover.png) no-repeat top center;
	color: #fff;
	text-decoration:none;	
}
#phone {
	float: right;
	background: url(../images/phone.png) no-repeat top left;
	padding: 11px 0 11px 51px;	
	font-size: 20px;
	color: #8c8c8c;
	margin-top: 8px;
}
/* Content */
#content {
	
}
#content h1 {
	color: #55bb10;
	text-align: center;
	font-size: 30px;
	margin-bottom: 60px;
	font-weight: normal;
}
#content li {
	list-style:none;
	background: url(../images/bullet.jpg) no-repeat top left;
	padding-left: 20px;	
}
.content-left {
	width: 47%;
	float: left;	
}
.content-right {
	width: 47%;
	float: right;	
}
.alignleft {
	float:left;
	clear:left;
	padding: 10px 10px 10px 0;
}
.aligncenter {
	display:block;
	margin: 10px auto;
	clear:both;
}
.alignright {
	float:right;
	clear: right;
	padding: 10px 0 10px 10px;
}
.contact table {
	width: 100%;	
}
.contact td {
	vertical-align: top;
	padding: 0 10px 10px 0;	
}

#sidebar {
	text-align: center;	
	border-top: 1px solid #e7e7e7;
	color: #a0a0a0;
	font-size: 16px;
	padding: 30px 0;
}
#sidebar li {
	list-style:none;
	display: inline;	
}

/* Footer */
#footer {
	
}
#footer-nav {
	text-align: center;
	background: #181818;
	border-bottom: 1px solid #535353;
	padding: 40px 0 25px;
}
#footer-nav ul {
	width: 978px;
	margin: 0 auto;
	text-align: center;
}
#footer-nav li {
	list-stlye:none;
	display: inline;	
}
#footer-nav a {
	font-size: 14px;
	color: #7b7b7b;
	text-transform: uppercase;
	padding: 0 17px;
}
.site-info {
	text-align: center;
	color: #707070;
	background: #313131;
	border-top: 2px solid #181818;	
	padding: 30px 0 100px;
	margin-bottom: 0;
	font-size: 12px;
}
.site-info a {
	color: #707070;
}

@media (max-width: 999px)  {
	html,
	body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden; 	
	}
	html {
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	}	
}





