body {
	padding: 0px;
	background: #525243 url(../images/design/bgd.jpg) no-repeat center top;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
	line-height:1;
}
h1, h2, h3 {
	color: #68120F;
}

h1 {
	font-size:24px;
}
h2 {
	font-size:23px;
}
h3 {
color:#000;
font-weight:bold;
float:left;
padding-right:5px;
font-size:22px;
}
h4 {
color:#4e0d02;
font-size:22px;
float:left;
font-weight:normal;
}
h5 {
font-size:22px;
font-weight:normal;
color:#333;
padding-bottom:10px;
padding-top:10px;
color:#4e0d02;
}
h6 {
	color:#202020;
	font-size:16px;
}

p, ol, ul {
	margin-bottom: 10px;
	line-height: 160%;
}
a {
	color: #393939;
}
a:hover {
	text-decoration: none;
	color: #393939;
}
a img {
	border: none;
}
hr {
	display: none;
}
.clear {
	clear:both;
}
input {
	padding:7px;
	border:1px solid #ccc;
	margin-bottom: 8px;
	width: 181px;
	background-image:url(../images/design/input-bgd.png);
	background-repeat:no-repeat;
	border:none;
}
input:focus {
background-image:url(../images/design/input-bgd-focus.png);
background-repeat:no-repeat;
}
select {
	padding:3px;
	margin-bottom:5px;
	margin-left:1px;
	width:182px;
}

input[type="submit"] {
background:url("../images/design/submit-bgd.jpg") repeat-x scroll 0 0 ;
color:#fff;
margin-top:5px;
float:right;
width:185px;
}
textarea {
background-image:url(../images/design/input-big-bgd.png);
background-repeat:no-repeat;
border:none;
height:79px;
width:177px;
padding:5px;
}
textarea:focus {
background-image:url(../images/design/input-big-bgd-focus.png);
background-repeat:no-repeat;
}
/* Table Styling */

.tdpad {
padding:5px 10px 20px 10px;
margin-bottom:30px;
}
.tdtop {
	vertical-align:top;
	padding:5px 10px 10px 20px;
}

/* Text Styles | Class Specific */

.pmore {
padding-top:15px;
}
.more {
font-size:12px;
color:#7b1003;
}
.more a{
color:#7b1003;
text-decoration:underline;
}
.more a:hover {
color:#333;
text-decoration:none;
}

/* End of Class Styles */

/* Header */

#header {
	width: 950px;
	height: 95px;
	background: url(../images/design/headbgd.jpg) no-repeat;
	background-color: #FFF;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index:3000;
}

.ttspecials {
position:absolute;
left:750px;
z-index:2011;
}

/* Logo */

.logo {
	position:absolute;
	height:90px;
	width:200px;
	top:5px;
	left:15px;
}

/* G18 */

.g18 {
	position:absolute;
	height:90px;
	width:200px;
	top:5px;
	left:95px;
}

/* Navigation */

#menu {
width: 725px;
height:42px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
z-index:2000;
}
.menu-holder {
width:800px;
height:83px;
position:absolute;
right:5px;
top:0px;
z-index:2010;
}
#nav {
margin: 0;
line-height: 100%;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size:15px;
font-family:Calibri, Arial, Helvetica, sans-serif;
z-index:2020;
}
#nav li {
margin: 0 5px;
float: left;
position: relative;
list-style: none;
z-index:2030;
}
/* Navigation | main level link */
#nav a {
font-weight: bold;
color: #444;
text-decoration: none;
display: block;
padding:  30px 10px;
margin: 0;	
text-shadow: 0 1px 0 rgba(255,255,255, 1);
z-index:2040;
}
#nav a:hover {
background: #000;
color: #fff;
z-index:2050;
}
/* Navigation | main level link hover */
#nav .active a, #nav li:hover > a {
background: url(../images/design/activegrad.jpg) repeat-x;
color: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
box-shadow: 0 1px 1px rgba(0,0,0, .2);
text-shadow: 0 1px 0 rgba(51,51,51, 1);\
z-index:2060;
}
/* Navigation | sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
background: none;
border: none;
color: #666;
-webkit-box-shadow: none;
-moz-box-shadow: none;
z-index:2070;
}

#nav ul a:hover {
background: #FEFD01 url(../images/design/gradient.png) repeat-x 0 -100px !important;
color: #333 !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
text-shadow: 0 1px 1px rgba(0,0,0, .1);
z-index:2080;
}
/* Navigation | dropdown */
#nav li:hover > ul {
display: block;
z-index:2090;
margin-top:30px;
}
/* Navigation | level 2 list */
#nav ul {
display: none;
margin: 0;
padding: 0;
width: 185px;
position: absolute;
top: 35px;
left: 0;
background: #ddd url(../images/design/gradient.png) repeat-x 0 0;
border: solid 1px #b4b4b4;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
box-shadow: 0 1px 3px rgba(0,0,0, .3);
z-index:3000;
}
#nav ul li {
float: none;
margin: 0;
padding: 0;
z-index:3010;
}
#nav ul a {
font-weight: normal;
text-shadow: 0 1px 0 #fff;
z-index:3020;
padding:5px 5px;
}
/* Navigation | level 3+ list */
#nav ul ul {
left: 181px;
top: -60px;
z-index:3030;
}
/* Navigation | rounded corners of first and last link */
#nav ul li:first-child > a {
-webkit-border-top-left-radius: 9px;
-moz-border-radius-topleft: 9px;
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topright: 9px;
z-index:3040;
}
#nav ul li:last-child > a {
-webkit-border-bottom-left-radius: 9px;
-moz-border-radius-bottomleft: 9px;
-webkit-border-bottom-right-radius: 9px;
-moz-border-radius-bottomright: 9px;
z-index:3050;
}
/* Navigation | clearfix */
#nav:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
z-index:3060;
}
#nav {
display: inline-block;
z-index:3070;
} 
html[xmlns] #nav {
display: block;
z-index:3080;
}
* html #nav {
height: 1%;
z-index:3090;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	height: 50px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #585858;
}
#footer p {
	margin: 0px;
	padding: 40px 0px 0px 20px;
	line-height: normal;
}
#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
.footer-address {
	float:left;
	width:600px;
	color:#fff;
	padding-top:15px;
	padding-left:15px;
}
.footer-ct {
	float:right;
	width:200px;
	padding-top:10px;
}

/*Home Page Slider | DO NOT EDIT UNLESS ABSOLUTELY NECESSARY*/
.banner {
	position:relative;
	z-index:700;
}
.nirvana { padding:0px;  position:relative; z-index:990; overflow:hidden;}
.nirvana ul:first-child{ list-style:none;padding:0px;margin:0px; position:relative;  }
.nirvana ul li { position:relative; }
.nirvana ul li  img { position:relative; z-index:1; }

.nirvana ul:first-child li { 
position:absolute; 
display:block; 
width:100%; 
}
.nirvana .active { z-index:10; }
.nirvana .reset { z-index:3; }

.nirvana span { 
display:none;
color:#fff; 
bottom:0px; 
padding:10px; 
width:100%; 
left:0px; 
position:absolute!important; 
z-index:555; 
background:url('../images/design/comment-bg.png'); 
}
.nirvana h1,h2,h3,h4,h5 { 
}
.nirvana ul li div.inline { 
background:#f7f7f7 url('../images/design/bg-slice.jpg') repeat-x;  
padding:20px; 
height:100%;
}
.controls { 
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
position:relative; 
background: url('../images/design/control-bg.png') no-repeat; 
display:block; 
width:960px; 
height:42px; 
padding-left:5px; 
}
.controls li {   
position:relative; 
float:left; 
margin:12px 5px 5px 5px; 
display:block; 
width:17px; 
height:15px;  
background: url('../images/design/default.png') no-repeat; 
text-indent:-9999px; cursor:pointer;
}
.control_active {   
background: url('../images/design/active.png') no-repeat!important;
height:20px!important; 
margin-top:9px!important;  
}
.control_hover {  
background: url('../images/design/active.png') top no-repeat!important; 
height:20px!important;
margin-top:9px!important; 
}
/*End Home Page Slider */

/*Content Styling | In order of use*/

#page {
	width: 950px;
	min-height:800px;
	margin: 0px auto;
	background-color:#fff;
}
.content-full {
	width:920px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px
}
.content-left {
	width: 600px;
	float:left;
}
.content-right {
	float:right;
	width:300px;
}
.form-right {
margin-left:10px;
margin-top:5px;
background:#fff;
*margin-top:0;
	float:right;
	width:290px;
	padding:5px;
	border:1px solid #999;
}
/*End Content Styling */

/*Promo Tiles */

.promo {
	margin-left:auto;
	margin-right:auto;
	width:925px;
	border:1px solid #ccc;
	position:relative;
}
.promotiles {
	background-image:url(../images/design/promo-bgd.jpg);
	background-repeat:repeat-x;
	height:56px;
	width:889px;
	padding-left:35px;
	padding-top:8px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #807f7f;
	margin-bottom:10px;
}
.promotile-holder {
	width:160px;
	float:left;
}
.promotile-holder-last {
	width:160px;
	float:left;
	padding-left:10px;
}
.promotile-holder-lg {
	width:200px;
	float:left;
}
/*End Promo Tiles */

/*Contact Page Elements
*/
.mapwrapper {
background-color:#eee;
border:1px solid #adadad;
padding:10px;
position:relative;
height:275px;
width:auto;
margin-bottom:15px;
}
.mapborder {
border:1px solid #adadad;
}
.mapdirections {
position:absolute;
width:170px;
height:17px;
bottom:9px;
right:11px;
background-color:#160E0B;
color:#fff;
font-size:14px;
font-weight:bold;
padding: 5px;
}
.mapdirections a{
color:#fff;
text-decoration:none;
}
mapdirections a:hover {
color:#999999;
text-decoration:underline;
}
.extraspacing {
padding-top:20px;
}
.contactform {
margin-top:20px;
}
input[type="submit"] {
background:url("../images/design/submit-bgd.jpg") repeat-x scroll 0 0 ;
color:#fff;
margin-top:5px;
float:right;
width:184px;
border:1px solid #635950;
padding-top:3px;
padding-bottom:3px;
margin-right:10px;
}
.ratesh2 {
	color:#68120F;
	font-weight:bold;
	font-size:18px;
	padding-bottom:10px;
	padding-top:10px;
}
.titlewrap {
background: url(../images/design/activegrad.jpg) repeat-x;
border:1px solid #645548;
padding:5px;
margin-bottom:10px;
color:#fff;
font-size:22px;
}
.divider {
padding-top:10px;
background-image:url(../images/design/divider.jpg);
background-repeat:repeat-x;
background-position:bottom left;
padding-bottom:10px;
font-size:15px;
}
.content-left2 {
	width:575px;
	float:left;
}
.ratesborder {
background-image:url(../images/design/divider.jpg);
background-repeat:repeat-x;
background-position:bottom left;
padding-bottom:10px;
height:34px;
}
.rates {
	padding:5px;
}
.rates-left {
	width:475px;
	float:left;
}
.content-right2 {
	width:410px;
	float:right;
}
.form-right-reg {
	float:right;
	width:640px;
	padding:5px;
	border:1px solid #BAB5AF;
	background-color:#fff;
}
.content-left-sm {
	width:250px;
	float:left;
}
.padding {
	padding:5px;
}
.weather {
	width:260px;
	height:50px;
	padding:7px;
	position:relative;
	float:left;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #ccc;
	margin-bottom:10px;
}
.weather img {
	position:absolute;
	top:3px;
	left:10px;
}
.weather .day {
	width:60px;
	height:20px;
	top:6px;
	left:75px;
	position:absolute;
	font-size:18px;
	color:#4E0D02;
}
.weather .high {
	color:#5e5e5e;
	font-size:13px;
	width:60px;
	height:25px;
	position:absolute;
	top:27px;
	left:75px;
}
.weather .low {
	color:#000;
	font-size:13px;
	width:60px;
	height:25px;
	position:absolute;
	top:42px;
	left:75px;
}
.weather-holder {
	height:325px;
	overflow:hidden;
	margin-top:10px;
}
.reg_form{
vertical-align:middle;
text-align:left;
}
