@charset "UTF-8";
/* CSS Document */
/* =GENERAL - the general styles */

* 	{
	padding: 0px;
	margin: 0px;
	}
	
html, body {
	height: 100%;
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
	background-color:#30280f;
	}

#wrapper {
	margin:auto;
	width: 1109px;
	position:relative;
	background:#fff url('Images/BodyBBkgndFill_Dk.png') repeat-y;
	}

/*---------------------------------images and extra stuff area--------------------*/
#img {
	}
img.floatleft {
	float: left;
	margin: 0px;
	}
img.floatleft2 {
	float: left;
	margin: 0px;
	padding: 0 15px 0 0;
	}
img.socialicons {
	float: left;
	margin: 0px;
	padding: 0 5px 0 0;
	}
img.brands {
	float: left;
	margin-left: 50px;
}
	
img.floatright {
	float: right;
	margin: 0px;
	}
img.floatrighthead {
	float: right;
	margin: 35px 15px 0 0;
	}
img.layer {
	z-index:100;
	}

.dropshadowleft {
	background: url('Images/Shadow_left.jpg') repeat-y;
	width: 42px;
	float:left;
	}
.dropshadowright {
	background: url('Images/Shadow_right.jpg') repeat-y;
	width: 40px;
	float:right;
	}
img.bios {
	float: left;
	margin: 0;
	padding: 0 8px 5px 0;
	}	
.clear { clear: both; }
a img { border:none; }
.stylehometitle {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	color: #649AA1;
	font-weight:bold;
	line-height: 14px;
	padding-top: 5px;
	}

/*Fonts----------------------------------------------------------------*/

h1 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 26px;
	color: #413000;
	font-weight:bold;
	font-style:italic;
	line-height: 26px;
	margin-bottom: 5px;
	letter-spacing:-1px;
	}
	
h2 { /*Inner page Titles--------------------------*/
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #30280f;
	margin-bottom: 20px;
	font-weight:normal;
	}

h3 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 18px;
	color: #72afb6;
	font-weight:normal;
	line-height: 18px;
	margin: 5px 0 5px 0;
	}

h4 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight:normal;
	line-height: 18px;
	margin: 10px 0 10px 0;
	}
h5 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	color: #AFD8E9;
	font-weight:normal;
	line-height: 18px;
	margin: 12px 0 10px 0;
	}
h6 {
	font-family: "trebuchet ms", helvetica, sans-serif; 
	font-size: 21px;
	color: #30280f;
	font-style: italic;
	font-weight:normal;
	line-height: 26px;
	margin: 5px 0 10px 35px;
	}
h7 {
	font-family: "trebuchet ms", helvetica, sans-serif; /*Home pg two font test --------------------------*/
	font-size: 15px;
	color: #4a767b;
	font-weight:normal;
	line-height: 28px;
	margin: 2px 0 10px 0;
	}
	
p 	{
	font-family: Arial, Helvetica, sans-serif;
	color: #30280f;
	letter-spacing: 0px;
	font-size: 12px;
	text-align: left;
	padding-bottom: 3px;
	}
	 
a:link {
	color: #72afb6;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #AFD8E9;
}
a:active {
	color: #72afb6;
}

.stylereview {
	background-color:#FFFF66;
	}
	
/*------------------------------------------------topheader--------------------*/
/** layout **/
#header{
	width: 1027px;
	height: 211px;
	margin-left:42px;
	margin-right:40px;
	background: url('Images/FullHeaderShort.jpg') no-repeat;
	}
.headcontainer {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1027px;
}

.headerphone {
	width: 200px;
	height: 36px;
	float: right;
	margin-top: -43px;
	right: 30px;
	z-index: 100;
	position:absolute;
}

.headerphonenumb h3 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight:normal;
	line-height: 26px;
}
img.floatphone {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	}

/*------------------------------------------------Navigation------------------*/
/* Top menu items */
#navigation {
	width:100%;
	font-family: "trebuchet ms", helvetica, sans-serif;
	height: 45px;
	background: url('Images/Nav_FillSm.jpg') repeat-x;
	color: #fff;
	position: relative;
	float: left;
	z-index:1000;
	}

#navigation ul {
	text-align: center;
	padding-left: 8%;
	margin-left: 8%;
	}

#navigation ul li {
	list-style: none;
	float: left;
	border-right:1px solid #eee0c5;
	position:relative;
	}

#navigation ul li a {
	display: block;
	color: #30280f;
	line-height: 45px;
	text-decoration: none;
	font-size: 14px;
	padding:0 20px;
	}

#navigation ul li.last{
	border-right:0;
	}
#navigation ul li.active a {
	color:#fff;
	background:#000;
}

#navigation ul li a:hover {
	color:#fff; /* Top menu items background colour */
	}
/* Submenu items */
#navigation ul li ul {
	display: none;
	width: 90%; /* Width to help Opera out */
	}
#navigation ul ul {
	display: block;
	position: absolute;
	line-height: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#navigation ul ul li {
	float:none;
	width:100%;
}

#navigation li:hover li a, #navigation li.hover li a {
	font-size: 12px;
	min-height:2em;
	line-height:1.5em;
	display:block;
	background-color:#AFD9E9;
	border-bottom: 1px solid #fff;
	color: #30280f;
	padding: 5px 8px 5px 8px;
	width:100%;
	}

#navigation li li a:hover {
	background-color: #ece4d8;
	}
	
div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

/* Make the sub menus appear on hover */
#navigation ul li:hover ul,
#navigation ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

#clear {
	clear: both;
	}
/*------------------------------------------------body_area--------------------*/
	
#main {
	width:1027px;
	position:relative;
	background-color:#FFFFFF;
	margin-left:42px;
	margin-right:40px;
	}
#content {
	width:650px;
	float: left;
	min-height:300px;
	padding-left: 25px;
	background-color:#FFFFFF;
	}
#contentwide {
	width:989px;
	float: left;
	padding: 0px 0 5px 20px;
	background-color:#FFFFFF;
	}
   
.latesttext {
	padding: 5px 15px 5px 15px;
	}

.latesttext p {
	font-size: 11px;
	}

#right{
	width:303px;
	float: right;
	background: #d0cbc1 url('Images/Right_TopFill.jpg') repeat-x;
	min-height:500px;
	}
.righttext {
	padding: 0 10px 10px 10px;
	margin-left:20px;
	}	
.righttext p {
	margin-left:10px;
	color:#30280f;
	}
.righttext ul {
	margin-left:10px;
	color:#30280f;
	}	
.righttext a {
	color:#0089A3;
	}
.right2{
	width:303px;
	float: right;
	background: #c7c1b5 url('Images/Right_BtmFill.jpg') repeat-x;
	min-height:220px;
	}
	
.righttext2 {
	padding: 0 10px 10px 10px;
	margin-left:20px;
	}
.righttext2 p {
	margin-left:10px;
	color:#fff;
	}
.righttext2 ul {
	margin-left:20px;
	color:#fff;
	}

.bodytext {
  	padding: 5px 15px 20px 15px;
  	float: left;
	line-height: 16px;
	}
/*---------------------------------New SLIDER MAY 2011--------------------*/
.hidden {
	display: none;
}
#prev {
	z-index: 50;
}
#prev img {
	position: absolute;
	margin-left: 5px;
	margin-top: 80px;
	z-index: 50;
	cursor: pointer;
	float:left;
}
#Next {
	z-index: 50;
}
#Next img {
	position: absolute;
	right: 25px;
	margin-top: 80px;
	z-index: 50;
	cursor: pointer;
	float: right;
}

#bodyblockflash {
	float:right;
	width: 572px;
	height: 261px;
	text-decoration:none;
	padding: 0 3px 0 3px;
	}
/*---------------------------------New BODY BLOCKS--------------------*/
#bodyblockwelcome {
	float:left;
	width: 394px;
	text-decoration:none;
	background: url(Images/welcome_bkfill.jpg) repeat-x;
	padding: 0 2px 0px 15px;
	line-height: 16px;
	}
	
#bodyblocktmbs {
	float:left;
	width: 708px;
	text-decoration:none;
	background: url(Images/LtBlu_bkfill.jpg) repeat-x;
	padding: 5px 20px 20px 20px;
	line-height: 14px;
	}
#bodyblocksocial {
	float:right;
	width: 235px;
	text-decoration:none;
	margin: 0px 0px 10px 0;
	background: url(Images/welcome_bkfill.jpg) repeat-x;
	}
#bodyblockbox {
	float:left;
	width: 550px;
	min-height: 500px;
	text-decoration:none;
	line-height: 16px;
	background: url('Images/contentbox_bkgd.jpg') no-repeat;
	}
#bodyblockinner {
	float:left;
	width: 470px;
	min-height: 400px;
	text-decoration:none;
	padding: 5px 15px 20px 65px;
	line-height: 16px;
	}
#bodyblockinner_r {
	float:left;
	width: 380px;
	text-decoration:none;
	padding: 35px 15px 0px 15px;
	}
#bodyblockinner_contact {
	float:left;
	width: 380px;
	text-decoration:none;
	padding: 5px 15px 0px 15px;
	}
	
.bodyblockinner ul {
	color:#30280f;
	margin-left: 30px;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
	margin-bottom:10px;
	}
.bodyblockinner ul li {
	list-style-type:circle;
	padding: 2px;
	}
.bodyblockinner{
	margin-bottom:0;
	}
	
.bodyblockinnerfaqs ol {
	color:#5C8E95;
	margin-left: 30px;
	padding-left: 1em;
	list-style-position: inside;
	margin-bottom:25px;
	}
	
.bodyblockinnerfaqs ol li { /*----------------FAQS LIST WITH NUMBERS------------------*/
	list-style:decimal;
	padding: 5px 0 10px 0;
	border-bottom: thin solid;
	border-bottom-color: #E8DECE;
	}
.bodyblockinnerfaqs a {
	color:#5C8E95;
	text-decoration: none;
	}
	
.bodycolumn {
	float:left;
	width: 165px;
	margin-left: 15px;
	text-decoration:none;
	margin: 10px 10px 8px 0;
	}
	
.bodycolumn p {
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	color: #30280f;
	letter-spacing: 0px;
	font-size: 11px;
	text-align: left;
	padding-right: 8px;
	}
/*--------------------------SOCIAL ICONS AREA--------------------*/
.stylesocialheaders {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 18px;
	color: #413000;
	font-weight:normal;
	line-height: 40px;
	text-align:center;
	background:url(Images/TAB_bkgrnd.png) no-repeat;
	height: 40px;
	width: 235px;
}
.socialicons {
	padding: 5px 0 0 10px;
	height: 43px;
	line-height: 16px;
	color:#333333;
	list-style: none;
	}

.socialicons ul li {
	text-align:left;
	line-height: 16px;
	display:block;
	list-style: none;
	float: none;
	height: 50px;
	}
/*-------------------------OFFICE HOURS--------------------*/
.officehours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	padding: 3px 3px 20px 3px;
	color: #30280f;
	width: 220px;
	}
	
.officehours ul {
	list-style: none;
	float: none;
	width: 220px;
	}
.officehours ul li {
	list-style: none;
	padding-left: 8px;
	float: left;
	border-bottom: 1px solid #AFD8E9;
	width: 100px;
	}	
.officehours ul li.last{
	width: 220px;
	}

/*------------------------------------Contact Form area--------------------*/	

#contact-area {
	width: 450px;
	margin-top: 25px;
}
#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 290px;
	float:right;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}
#contact-area select {
	padding: 2px;
	width: 290px;
	float:right;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

label {
	padding: 20px 0 20px 0;
	font-size: 12px;
	line-height: 16px;
	clear:both;
	margin: 0 1em 0 0;
	text-align: left;
	color:#666;
}
td {
	height: 38px;
}

/*#contact-area .button {
	border: none;
	padding: 6px 6px;
	width:75px;
	height:30px;
	text-align:center;
	margin: 5px 0 0 115px;
	float:left;
	border: 1px solid #ccc;
	font-size: 12px;
	background-color:#CCC;
}*/

.button {
    /* Disables default styling */
    border: none;
    background: #e3dcd0;
    color: #4a767b;

    /* You need to set font, font size and cursor for buttons */
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    cursor: pointer;
	margin-top: 5px;
    padding: 3px 12px 5px 12px;
    font-weight: bold;
}
#contact-area .button {
	width:75px;
	height:30px;
	float:left;
	border: 1px solid #ccc;
	margin: 5px 0 0 115px;
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow:
        0 0 0 1px #c8c2b8 inset, /* Outer bevel */
        0 0 0 2px #fdfbf6 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

    -webkit-border-radius: 5px;
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow:
        0 0 0 1px #c8c2b8 inset, /* Outer bevel */
        0 0 0 2px #fdfbf6 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;
}
br { clear: left; }

/*-----------------------------------------List Styles-------------------*/
.list {
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 3px;
	color: #30280f;
	list-style: none;
	z-index: 2;
	}
	
.list ul li {
	display:block;
	list-style: none;
	float: none;
	}	
.list li em {
	position:absolute;
	left:200px;
	font-style: normal;
	font-weight: normal;
	color: #30280f;
	}
/*-----------------------------Subfooter and footer_area--------------------*/
#subfooterarea {
	margin-left:14px;
	}
	
#subfooter {
	background-color:#30280f;
	height:120px;
	width:326px;
	float: left;
	margin: 0 0 10px 6px;
	}
.subfooter h1 {
	text-align: center;
	padding:5px 10px 0 10px;
	font-weight:bold;
	color: #ece4d8;
	font-style:normal;
	}
.subfooter h2 {
	text-align: center;
	padding:18px 10px 0 10px;
	font-weight:bold;
	}
.subfooter h3 {
	text-align: center;
	padding:8px;
	}
	
.subfooterhours {
	color: #72afb6;
	list-style: none;
	width:326px;
	}
.subfooterhours ul {
  	margin-bottom:10px;
    overflow:hidden;
	}
.subfooterhours li {
	line-height:1.25em;
    float:left;
    display:inline;
	border-right:1px solid #eee0c5;
	text-align:center;
	}
.subfooterhours li.last{
	border-right:0;
	}

#double li  { width:50%;} /* 2 col */
#triple li  { width:33.333%; } /* 3 col */
#quad li    { width:25%; } /* 4 col */
#six li     { width:16.666%; } /* 6 col */
	
#footer {
	background: #483709 url('Images/footergrad.jpg') repeat-x;
	width: 1027px;
	height: 120px;
	bottom: 0;
	position:relative;
	margin: 0 auto;
	padding: 0;
	clear:both;
	}
/*.footercontainer {
	padding-left: 5px;
	}*/
.footercontainer {
	padding: 15px 0 10px 15px;
	}
	
.footercontainer p {
	font-size: 12px;
	line-height:16px;
	text-align:center;
	color:#333333;
	}
.footercontainer a {
	color:#FFFFFF;
	text-decoration:none;
	}
.footercontainer a:hover {
	color:#333333;
	}
	
.footercolumn {
	float:left;
	width: 125px;
	margin-left: 15px;
	text-decoration:none;
	padding:5px;
	margin: 10px 0 10px 15px;
	}
.footercolumn h1 {
	font-size: 14px;
	line-height:16px;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	color:#30280f;
	}
.footercolumn p {
	font-size: 12px;
	line-height:14px;
	color:#30280f;
	}
.footercolumn a {
	color:#ece4d8;
	text-decoration:none;
	}
.footercolumn a:hover {
	color:#AFD8E9;
	}
.footercolumn ul li {
	list-style-type:none;
	line-height:14px;
	color:#fff;
	}
.companydetail {
	width: 225px;
	margin-left: 15px;
	text-decoration:none;
	padding:5px;
	margin: 10px 15px 3px 0;
	float:right;
	}
.companydetail p {
	font-size: 12px;
	line-height:14px;
	text-align:right;
	color:#30280f;
	}
	
/*#designby{
	width: 235px;
	float:right;
	font-size: 11px;
	color:#ece4d8;
	text-align:right;
	margin: 5px 15px 5px 0;
    }*/
#designby{
	font-size: 11px;
	}

