@charset"UTF-8";

/* CSS Document */
 img {
	border:0px !important;
}
body {
	background:url(images/background.jpg) repeat;
	margin:0px;
	padding:0px;
	font-family: 'Asap', sans-serif;
}
.header_back {
	background: url(/images/header.png) repeat-x;
	height: 161px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bodyframe {
	width:960px;
	margin:0px auto;
}
.header {
	background:url(images/header_back.jpg) -18px 0px no-repeat;
	position:relative;
	margin-top:22px;
	width:960px;
	height:170px;
}
.logo {
	left:-2px;
	position:relative;
	top:5px;
}
.header .phone {
	font-family: 'Signika Negative', sans-serif;
	position: absolute;
	top: 10px;
	right: 2px;
	text-align: right;
	color: #fff;
	font-size: 18px;
}
.header .phone span {
	color: #a70e04 !important;
	font-size: 14px;
	padding-right: 5px;
}
/*-------------------------------------------------

NAVIGATION

--------------------------------------------------*/
 .nav {
	width:auto;
	height:52px;
	position:absolute;
	top:42px;
	right:0px;
	text-decoration:none;
	z-index:11;
}
.nav ul {
	height:52px;
	position:relative;
	right:0px;
	top:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
}
.nav ul li {
	background:url(images/nav_back.png);
	height:52px;
	padding:0px;
	line-height:52px;
	font-size:14px;
	float:left;
	text-align:center;
	font-weight:normal;
	margin:0px 0px;
	position: relative;
}

.nav ul li a {
	text-align:center;
	font-family: 'Asap', sans-serif;
	letter-spacing: 0px;
	color:#eee;
	height:52px;
	line-height:52px;
	font-weight: bold;
	display:block;
	/*padding:0px 31px;*/
	padding: 0px 27px;
	text-decoration:none;
	display:block;
	 background:url(images/nav_pipe.png) no-repeat right 6px; 
}
.nav ul li#active a, .nav ul li:hover > a {
	background: none;
	color: #fff !important;
}
.nav ul li.left {
	background-position: left 0px;
}
.nav ul li.left:hover {
	background-position: left -63px;
}
.nav ul li.left.active {
	background-position: left-63px;
}

.nav ul li.mid {
	background-position: -100px 0px;
}
.nav ul li.mid:hover {
	background-position: -100px -63px;
}
.nav ul li.mid#active {
	background-position: -100px -63px;
}

.nav ul li.right {
	background-position: right 0px;
}
.nav ul li.right:hover {
	background-position: right -63px;
}
.nav ul li.right#active {
	background-position: right -63px;
}
/*Drop Downs*/
 .nav ul li:hover > ul {
	top:48px;
	left:0px;
}
.nav ul li ul {
	position: absolute;
	top:-9999px;
	left:-9999px;
	width:200px;
	height:auto;
	background:#fff;
	border:1px solid #aaa;
	border-radius:5px;
	padding:9px 0px;
}
.nav ul li ul li {
	float:none;
	background:none;
	margin:0px;
	height:37px;
	display: block;
	line-height:37px;
	padding:0px 10px;
}
.nav ul li:hover > ul li a, .nav ul li ul li a {
	background:none;
	padding:0px 10px;
	line-height:37px;
	color:#666;
	text-align: left;
}
.nav ul li ul li a:hover {
	background:#aa0909 !important;
	color:#fff;
	height:35px;
	border-radius: 6px;
}
/*----------------------------------------------------

HOMEPAGE

----------------------------------------------------*/
 .content {
	margin-top:10px;
	width:960px;
}
.home_boxes {
	width:960px;
	height:220px;
	float:left;
	margin:5px 0px 20px 0px;
}
.home_boxes .box {
	width:459px;
	float:left;
	height:195px;
	padding:5px;
	border-radius: 5px;
	box-shadow: 0px 0px 9px #666;
	background: rgba(255, 255, 255, 0.7) !important;
	background-color: #fff;
	position: relative;
}
.home_boxes .box .mask {
	position: relative;
	width:459px;
	height:195px;
	overflow: hidden;
}
.home_boxes .box .home_title {
	position: absolute;
	top:0px;
	left:0px;
	z-index:3;
}
.home_boxes .box .home_details {
	position: absolute;
	bottom:0px;
	left:153px;
	z-index:3;
}
.home_boxes .box .home_back {
	position: absolute;
	top:0px;
	left:0px;
	z-index:2;
}
.home_boxes .box .home_map {
	position: absolute;
	top:7px;
	left:7px;
	z-index:1;
}
.home_boxes .box .home_map .map_bubble {
	position: absolute;
	left:15px;
	top:15px;
	width:200px;
	height:144px;
	box-shadow: 0px 0px 9px #666;
	background: rgba(255, 255, 255, 0.9);
	background: #fff \0/;
	border-radius:5px;
	padding:10px;
}
.home_boxes .box .home_map .map_bubble h2 {
	font-size:16px;
	font-weight:bold !important;
	color:#aa0909;
	margin:2px 0px 5px 0px;
	padding:0px;
	display:block;
	text-decoration: none !important;
}
.home_boxes .box .home_map .map_bubble p {
	color:#383838;
	font-size:13px;
	font-family: sans-serif;
	font-weight:normal;
	line-height:22px;
	margin:0px 0px 15px 0px;
	padding:0px;
	text-decoration: none !important;
}
.home_boxes .box .home_map .map_bubble span {
	color:#aa0909;
	font-size:13px;
	font-family: sans-serif;
	font-weight:normal;
	line-height:20px;
	margin:0px 0px 15px 0px;
	padding:0px;
	text-decoration: underline !important;
}
.iframe.maps {
	position:relative;
	left:0px;
	top:0px;
	width:465px;
	height:209px;
	background:none;
	display:block;
	z-index:20;
}
/*----------------------------------------------------

CONTENT PAGES

----------------------------------------------------*/
 .content_bubble {
	width:920px;
	float:left;
	position:relative;
	border-radius:5px;
	background: rgba(255, 255, 255, 0.8) !important;
	background-color: #fff;
	padding:20px;
	margin-bottom:25px;
	box-shadow: 0px 0px 9px #666;
}
.content_bubble h1 {
	font-size:24px;
	font-weight:bold !important;
	color:#aa0909;
	margin:2px 0px 5px 0px;
	padding:0px;
	display:block;
}
.content_bubble h2 {
	font-size:15px;
	font-weight:bold !important;
	color:#aa0909;
	margin:2px 0px 5px 0px;
	padding:0px;
	text-transform: uppercase;
	display:block;
}
.content_bubble h3 {
	font-size:17px;
	font-weight:bold;
	color:#fff;
	line-height:25px;
	margin:10px 0px 9px 0px;
	padding:0px;
	display:block;
	text-transform:uppercase;
}
.content_bubble h4 {
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	color:#ccc;
	line-height:22px;
	margin:10px 0px 9px 0px;
	padding:0px;
	display:block;
}
/***********************Sub Nav*************************/
 .content .content_bubble ul.subNav {
	height:20px;
	margin:0px 0px 40px 0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
}
.content .content_bubble ul.subNav li.leftNav {
	padding-top: 11px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-right: 7px;
	font-family: sans-serif;
}
.content .content_bubble ul.subNav li {
	height:20px;
	padding:0px;
	line-height:20px;
	font-size:14px;
	float:left;
	text-align:center;
	font-weight:normal;
	margin:0px 0px;
	position: relative;
}
.content .content_bubble ul.subNav li a {
	border-radius: 5px;
	text-align:center;
	font-family: 'Cardo', serif;
	color:#666666;
	height:38px;
	line-height: 38px;
	display:block;
	padding:0px 19px;
	margin-right: 2px;
	border: 1px solid hsla(0, 0%, 100%, 0);
	text-decoration:none;
	display:block;
	-webkit-transition: background-color 200ms linear, border 200ms linear;
	 -moz-transition: background-color 200ms linear, border 200ms linear;
	 -o-transition: background-color 200ms linear, border 200ms linear;
	 -ms-transition: background-color 200ms linear, border 200ms linear;
	 transition: background-color 200ms linear, border 200ms linear;
}
.content .content_bubble ul.subNav li a:hover {
	background: #aaa !important;
	border: 1px solid #888 !important;
	color: #222 !important;
	-webkit-transition: background-color 350ms linear, border 350ms linear;
     -moz-transition: background-color 350ms linear, border 350ms linear;
     -o-transition: background-color 350ms linear, border 350ms linear;
     -ms-transition: background-color 350ms linear, border 350ms linear;
     transition: background-color 350ms linear, border 350ms linear;
}
.content .content_bubble ul.subNav li.active a {
	background: #aa0909;
	border: 1px solid #8a0606;
	color: #fff !important;
	text-transform: uppercase;
}
.content .content_bubble ul.subNav li.active a:hover {
	background: #aa0909 !important;
	border: 1px solid #8a0606 !important;
	color: #fff !important;
	text-transform: uppercase;
}

/******End******/

/***********************Sub Nav Locations Page*************************/
 .content .content_bubble ul.subNavLoc {
	height:20px;
	margin:0px 0px 40px 0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
}
.content .content_bubble ul.subNavLoc li {
	height:20px;
	padding:0px;
	line-height:20px;
	font-size:13px;
	float:left;
	text-align:center;
	font-weight:normal;
	margin:0px 0px;
	position: relative;
}
.content .content_bubble ul.subNavLoc li a {
	tab-sizeext-transform: capitalize; 
	width:445px; 
	background: #ddd; 
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align:center;
	font-family: 'Cardo', serif;
	color:#747474;
	height:38px;
	line-height: 38px;
	display:block;
	text-decoration:none;
	display:block;
	-webkit-transition: background-color 200ms linear, border 200ms linear;
	 -moz-transition: background-color 200ms linear, border 200ms linear;
	 -o-transition: background-color 200ms linear, border 200ms linear;
	 -ms-transition: background-color 200ms linear, border 200ms linear;
	 transition: background-color 200ms linear, border 200ms linear;
}
.content .content_bubble ul.subNavLoc li a:hover {
	background: #aaa !important;
	border: 1px solid #888 !important;
	color: #222 !important;
	-webkit-transition: background-color 350ms linear, border 350ms linear;
     -moz-transition: background-color 350ms linear, border 350ms linear;
     -o-transition: background-color 350ms linear, border 350ms linear;
     -ms-transition: background-color 350ms linear, border 350ms linear;
     transition: background-color 350ms linear, border 350ms linear;
}
.content .content_bubble ul.subNavLoc li.active a {
	background: #aa0909;
	border: 1px solid #8a0606;
	color: #fff !important;
	text-transform: uppercase;
	width: 445px;
}
.content .content_bubble ul.subNavLoc li.active a:hover {
	background: #aa0909 !important;
	border: 1px solid #8a0606 !important;
	color: #fff !important;
	text-transform: uppercase;
}
table.gadget span.title a:hover, table.gadget span.title a:visited, table.gadget span.title a:active, table.gadget span.title a {
	display: none;
}
table.gadget span.powered a:hover, table.gadget span.powered a:visited, table.gadget span.powered a:active, table.gadget span.powered {
	display: none;
	}
/***********************Sub Nav2*************************/
 .content .content_bubble ul.subNav2 {
	height:20px;
	margin:0px 0px 40px 0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	width: 915px;
}
.content .content_bubble ul.subNav2 li {
	height:20px;
	padding:0px;
	line-height:20px;
	font-size:13px;
	float:left;
	text-align:center;
	font-weight:normal;
	margin:0px 0px;
	position: relative;
}
.content .content_bubble ul.subNav2 li a {
	border-radius: 5px;
	text-align:center;
	font-family: 'Cardo', serif;
	color:#666666;
	height:38px;
	line-height: 38px;
	display:block;
	padding:0px 11px;
	margin-right: 2px;
	border: 1px solid hsla(0, 0%, 100%, 0);
	text-decoration:none;
	display:block;
	-webkit-transition: background-color 200ms linear, border 200ms linear;
	 -moz-transition: background-color 200ms linear, border 200ms linear;
	 -o-transition: background-color 200ms linear, border 200ms linear;
	 -ms-transition: background-color 200ms linear, border 200ms linear;
	 transition: background-color 200ms linear, border 200ms linear;
}
.content .content_bubble ul.subNav2 li a:hover {
	background: #aaa;
	border: 1px solid #888;
	color: #222 !important;
	-webkit-transition: background-color 350ms linear, border 350ms linear;
     -moz-transition: background-color 350ms linear, border 350ms linear;
     -o-transition: background-color 350ms linear, border 350ms linear;
     -ms-transition: background-color 350ms linear, border 350ms linear;
     transition: background-color 350ms linear, border 350ms linear;
}
.content .content_bubble ul.subNav2 li.active a {
	background: #aa0909;
	border: 1px solid #8a0606;
	color: #fff !important;
	text-transform: uppercase;
}
/*****************End*********************/
.content_bubble .news {
	background: none; 
	margin: 0px 0px 0px -20px;
	width: 100%;
	height: auto;
	min-height: 328px;
	padding: 20px 20px 5px 20px;
}
.content_bubble .news p {
	color: #444;
}
.content_bubble .news h2 {
	 color: #cd0b0b;
	 font-size: 17px;
	 padding-top: 15px;
	 border-top: #888 1px solid;
	 
}


.content_bubble .colored {
	background:url(images/lineTop.jpg) top repeat-x #222; 
	margin: 0px 0px 0px -20px;
	width: 100%;
	height: auto;
	min-height: 328px;
	padding: 20px 20px 5px 20px;
}
.content_bubble .colored.smaller {
	min-height:266px;
}
.content_bubble .colored p {
	color: #fff;
}
.content_bubble .colored h1 {
	 color: #cd0b0b;
	 font-size: 22px;
}
.content_bubble .plain {
	background:url(images/lineBottom.jpg) top repeat-x; 
	margin: 0px 0px 0px -20px;
	width: 100%;
	height: auto;
	padding: 15px 20px 5px 20px;
}
.content_bubble .plain ul {
	margin-top: 0px;
}
.content_bubble .plain ul li{
	font-family: sans-serif;
	color:#383838;
	font-size:13px;
	font-weight:normal;
	line-height:21px;
	}
.content_bubble ul.bio {
	color:#383838;
	font-size:13px;
	font-weight:normal;
	line-height:21px;
	margin:0px 0px 15px 35px;
	padding:0px;
	font-family: sans-serif;
}
p span.standout {
	color:#17731b;
	font-weight:bold;
	font-style:italic;
}
.content_bubble p {
	color:#383838;
	font-size:13px;
	font-weight:normal;
	line-height:24px;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-family: sans-serif;
}

.content_bubble img.interior_image {
	float:right;
	border:solid #fff 6px !important;
	box-shadow:0px 0px 6px #555;
	border-radius:5px;
	height:280px;
	margin:0px 10px 10px 20px;
}
/*.news {
	background:#161616;
	border-top:1px solid #000;
	border-bottom:1px solid #222;
	width:99%;
	margin-left:-20px;
	height:auto;
	padding:25px 25px 25px 25px;
	float:left;
}
.news.striped {
	background:none;
}
.news h3 {
	font-size:16px;
	color:#B7D6F1;
	margin-top:0px;
	text-transform: capitalize;
}
.news_img {
	border:3px solid #fff !important;
	box-shadow:0px 0px 4px #000;
	border-radius:5px;
	margin-right:20px;
	float:left;
}
a img.news_img {
	border-color:white !important;
}
a img.news_img:hover {
	border-color:#d7d538 !important;
}
.news .iframe.news_button, .news .news_button, .news .example1.news_button {
	height:15px;
	font-size:14px;
	padding:9px 12px;
	background:-webkit-linear-gradient(#f2f2f2 0%, #c9c9c9 51.32%, #aeaeae 54.64%, #7f7f7f 100%);
	border-radius:5px;
	border:2px solid #888;
	text-decoration: none;
	float:right;
	font-weight: bold;
}
.news .iframe.news_button:hover, .news .news_button:hover, .news .example1.news_button:hover {
	background:-webkit-linear-gradient(#cdcdcd 0%, #b0b0b0 51.32%, #8e8e8e 54.64%, #686868 100%);
}
.news a.news_button {
	color:#333 !important;
}
.awards {
	float:left;
	margin-top:10px;
}
.awards img {
	float:left;
	height:100px;
	margin-right:15px;
	border:#fff 2px solid !important;
	border-radius:5px;
}*/
/*----------------------------------------------------

CONTACT FORM

----------------------------------------------------*/
 #contact-wrapper {
	width:960px;
	padding:5px 5px 5px 0px;
	margin-left:0px;
	float:left;
}
.form_right {
	width:285px;
	border-radius:5px;
	background:#fff;
	border:#b7d6f1 solid 3px;
	padding:15px;
	margin-left:20px;
	float:left;
}
.content_bubble .form_right ul {
	margin:-7px 0px 0px 0px;
	padding:0px;
	list-style:none;
	color:#555;
	font-size:13px;
}
.content_bubble .form_right ul li {
	margin:0px;
	padding:4px 0px 0px 0px;
}
.content_bubble .form_right ul li span {
	width:80px;
	float:left;
	display: block;
}
#contact-wrapper div {
	clear:both;
	margin:8px 0;
}
#contact-wrapper label {
	color:#aa0909;
	width:650px !important;
	display:block;
	float:none;
	font-size:11px;
	font-style:italic;
	margin-bottom:2px;
	line-height:28px;
}
#contact-wrapper #contactform label.form {
	float:left !important;
	width:135px !important;
	display:block;
	font-size:15px;
	margin-bottom:2px;
	font-style:normal;
	line-height:30px;
	text-align:right;
	margin-right:15px;
	color:#aa0909;
}
form#contactform input {
	float:left;
	background:#fff;
	border:#ccc 1px solid;
	border-radius:5px;
	padding:5px 0px 5px 5px;
	margin-right:10px;
	font-size:13px;
	color:#333;
	width:275px;
	height:20px;
}
form#contactform select {
	float:left;
	padding:5px;
	margin-top:0px;
	margin-right:10px;
	width:287px;
	height:34px !important;
}
form#contactform textarea {
	float:left;
	width:355px;
	border-radius:5px;
	margin-right:10px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:13px;
	padding:0.6em 0.5em 0.7em;
	border:1px solid #ccc;
	background:white;
}
.formLine {
	float:left;
	width:550px;
	margin:0px;
	padding:0px;
	position:relative;
}
.thanks {
	float:left;
	background:#17731b;
	padding:15px 15px 8px 15px;
	margin:0px 0px 10px 0px !important;
	border: 3px solid #fff;
	box-shadow:0px 0px 4px #555;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.thanks p {
	color:#fff !important;
}
.warning {
	background:#900;
	padding:15px;
	border: 3px solid #fff;
	box-shadow:0px 0px 4px #555;
	margin-bottom:10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.warning p {
	color:#fff !important;
	line-height:14px !important;
	padding-top:5px;
	margin-bottom:5px;
}
form#contactform input.submitButton {
	height:44px !important;
	margin-left:149px !important;
	margin-top: 5px;
	width: 372px !important;
	cursor:pointer;
	border-radius: 5px;
	background: #aa0909;
		text-align:center;
		color:#fff;
		display:block;
		padding:0px !important; 
		border: 1px solid #8c0707;
		text-decoration:none;
		-webkit-transition: background-color 200ms linear, border 200ms linear;
		 -moz-transition: background-color 200ms linear, border 200ms linear;
		 -o-transition: background-color 200ms linear, border 200ms linear;
		 -ms-transition: background-color 200ms linear, border 200ms linear;
		 transition: background-color 200ms linear, border 200ms linear;
	}
	form#contactform input.submitButton:hover {
		border: 1px solid #590303;
		color: #fff !important;
		-webkit-transition: background-color 350ms linear, border 350ms linear;
	     -moz-transition: background-color 350ms linear, border 350ms linear;
	     -o-transition: background-color 350ms linear, border 350ms linear;
	     -ms-transition: background-color 350ms linear, border 350ms linear;
	     transition: background-color 350ms linear, border 350ms linear;
		 background-color: #790505;
	 }
	
}
.drop select {
	padding: 2px;
	font-size: 12px;
	border: 1px solid #AAA;
	border-radius: 4px;
	height: 22px;
}
/*----------------------------------------------------

FOOTER

----------------------------------------------------*/
 html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}
#main {
	overflow:auto;
	padding-bottom: 63px;
}
/* must be same height as the footer */
 .footer {
	position: relative;
	margin-top: -43px;
	/* negative value of footer height */
	height: 43px;
	clear:both;
}
/*Opera Fix*/
 body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
	/
}
.footer {
	box-shadow:3px 0px 6px #111;
	background:#000;
	border-top:4px solid #5f0303;
}
.footer .footer_container {
	width:960px;
	margin:0px auto;
}
.footer .footer_container .footer_section {
	width:316px;
	float:left;
	padding-top:20px;
}
.footer .footer_container .footer_section h2 {
	font-size:17px;
	width:291px;
	line-height:29px;
	border-bottom:1px dotted #bbb;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#bbb;
}
.footer .footer_container .footer_section ul {
	margin:15px 0px 0px 20px;
	padding:0px;
	list-style:none;
	color:#fff;
	font-size:12px;
}
.footer .footer_container .footer_section li {
	margin:0px;
	padding:4px 0px 0px 0px;
}
.footer .footer_container .footer_section li a {
	color:#fff;
	text-decoration:none;
}
.footer .footer_container .footer_section li a:hover {
	color:#d7d538;
	text-decoration:underline;
}
.footer .social_icons {
	float:left;
	margin-top:-6px;
}
.footer .social_icons a {
	margin-right:5px;
}
.footer .footerBot {
	height:40px;
	width:100%;
	position:absolute;
	bottom:0px;
	background:url(images/darkBot.jpg) repeat;
}
.footer .footerBotInt {
	width:960px;
	margin:0px auto;
}
.footer .footerBotInt a {
	float:right;
}