body {
	font-family: 'Open Sans', sans-serif;
	padding:0px;
	margin:0px;
	font-weight:400;
	font-size:14px;
	color:#1c1c1c;
	background:#d3d3d3;
}

a {
	color:#cc0000;
}

.wrapper {
	position:relative;
	width:960px;
	margin:20px auto;
	z-index:1;
	background:#ffffff;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(111, 111, 111, .75);
	box-shadow:  0px 0px 3px 0px rgba(111, 111, 111, .75);
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.center {
	text-align:center;
}

.clear {
	clear:both;
}

.red {
	color:#cc0000;
}

.head {
	padding:10px;
	background:#e4e4e4 url('images/topbg.jpg') top left repeat-x;
}

.head .phone {
	margin-right:-13px;
	padding:18px 20px 24px 79px;
	font-size:30px;
	font-weight:bold;
	background:url('images/phonebg.png') top right no-repeat;
}

.head .nav {
	margin:10px 0px 0px;
	padding:0px;
}

.head .nav li {
	display:inline-block;
	list-style:none;
	font-size:16px;
	margin:0px 10px;
}

.head .nav li a {
	color:#1c1c1c;
	text-decoration:none;
}

.head .nav li a:hover,
.head .nav li.active a {
	color:#cc0000;
}

.feature {
	height:160px;
	padding:35px 20px 0px;
	background:#cc0000 url('images/featurebg.jpg') top left repeat-x;
	color:#ffffff;
}

.feature .lbox {
	float:left;
	background:#a20000;
	-webkit-border-radius: 3px;    
    border-radius: 3px;
	padding:0px 10px 10px;
	font-size:26px;
	font-weight:bold;
}

.feature .rbox {
	float:right;
	width:680px;
	font-size:12px;
	font-weight:normal;
}

.feature .rbox a {
	color:#ffffff;
}

.content-grey,
.content {
	padding:20px;
}

.content-grey {
	background:#f1f1f1;
}

.shadow {
	padding-bottom:18px;
	background:url('images/shadow.png') bottom center no-repeat;
}

.content h3,
.content h2 {
	margin-top:0px;
	margin-bottom:5px;
}

.content .subtitle {
	font-size:14px;
}

.content .items {
	font-size:11px;
	float:left;
	margin-top:20px;
	width:200px;
	padding:10px;
	border:1px solid #a5a5a5;
	background:#ececec;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(111, 111, 111, .7);
	box-shadow: 1px 1px 3px 0px rgba(111, 111, 111, .7);
}

.content .items b {
	font-size:14px;
}

.ml10 {
	margin-left:10px;
}

.mr10 {
	margin-right:10px;
}

.mb30 {
	margin-bottom:70px;
}

.hr {
	display:block;
	margin:20px auto;
}

.botborder {
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}

.imgbox {
	background:#ffffff;
	width:200px;
	text-align:center;
	padding:10px;
	border:1px solid #a7a7a7;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(111, 111, 111, .7);
	box-shadow:  0px 0px 5px 0px rgba(111, 111, 111, .7);
}

.content-grey h2 {
	margin-top:0px;
}

.box-news {
	width:274px;
	border:1px solid #5d5d5d;
	background: url('images/newsbg.jpg') top left repeat-y;
}

.box-news .top {
	text-align:center;
	background: url('images/topnewsbg.jpg') top left repeat-y;
	padding:10px 20px;
	font-size:24px;
	color:#ffffff;
}

.box-news ul {
	margin:0px;
	padding:10px 40px 20px;
}

.box-news ul li {
	list-style:url('images/news-bullet.png');
	margin-top:10px;
}

.box2 {
	width:625px;
}

.box2 .box3 {
	width:276px;
}

.box2 .box3 h2 {
	font-size:15px;
}

.location-box {
	text-align:center;
	margin-top:10px;
	padding:10px;
	background:#f1f1f1;
}

.location-box .loc {
	width:168px;
	margin:10px 15px;
	float:left;
}

.location-box .loc span {
	display:inline-block;
	width:148px;
	padding:10px;
	background:#ececec;
	border:1px solid #a5a5a5;
	-webkit-box-shadow:  1px 1px 3px 0px rgba(111, 111, 111, .7);        
	box-shadow:  1px 1px 3px 0px rgba(111, 111, 111, .7);
}

.location-box .loc img {
	display:block;
	margin-top:10px;
}

.location-box .loc .btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 20px;
	color:#ffffff;
	background:#a60000 url('images/btnred.jpg') top left repeat-x;
	border:1px solid #a60000;
	text-decoration:none;
}

.w200 {
	width:220px;
	margin-top:0px;
	list-style:none;
}

.w200 li {
	margin-top:5px;
}

.small {
	font-size:1px;
	padding:10px;
	border:1px solid #cccccc;
}

.w700 {
	margin-bottom:20px;
	width:730px;
}

.w500 {
	width:500px;
}

.m0 {
	margin:0px;
}

.footer {
	padding:10px;
	text-align:center;
	background:#086ab3 url('images/footerbg.jpg') top left repeat-x;
}

.feature-imgbox {
	background:#ffffff;
	width:428px;
	height:234px;
	text-align:center;
	padding:10px;
	margin:0 0 20px;
	border:1px solid #a7a7a7;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(111, 111, 111, .7);
	box-shadow:  0px 0px 5px 0px rgba(111, 111, 111, .7);
}

.cont-halfbox {
	width:450px;
}

.w400-center {
	width:454px;
	margin:0 auto;
}

.content .items.white {
	background:#fff;
}

.side-bar {
	width:274px;
}

.contact-form {
	background:#000;
	padding:20px;
	color:#fff;
}

#captchaInput,
.cf-in {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    width: 279px;
}

.mr-1 {
	margin-right:20px;
}

.fname,
.lname {
	width: 436px;
}

textarea.cf-in {
	width:908px;
    resize: none;
    overflow: auto;
}

.side-bar .contact-form {
	margin-bottom:20px;
}

.side-bar .contact-form .cf-in {
	width:95%;
}

#captchaInput {
	margin-left:5px;
	width: 50px;
}

.cf-btn {
	padding: 5px 20px;
	border: 0px none;
	background: #bd0000;
	color: #fff;
	text-decoration: none;
	float: right;
}

.img-box img {
	float:left;
	max-width:160px;
	margin:0 0 10px;
}
