@import "reset.css";

body {
	font: 14px/1.5em Helvetica, Arial, sans-serif;
	color: #483318;
}

.stucco {
	background: #e6cb81 url(../img/backtile1.jpg) center 0px;
}

.bar {	
	background: url(../img/backtile3a.jpg) center 0px repeat-x;
}

#container {
	position: relative;
}

#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-top: 25px;
	clear: both;
	background: #f2e5c0;
	z-index: 10;
}
	
#preload {
	display: none;
}

/* @general font & link styling */

a:link,a:visited {
	color: #b45a00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	/*color: #f3e5b1;	*/
	text-decoration: underline;
}

a:active {
	color: #bf9645;
}

h2 {
	color: #483318;
	/*font-size: 2em;*/
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h3 {
	color: #b45a00;
	margin-top: 0.5em;
}

h5 {
	font-size: 0.8em;
	color: #483318;
	font-weight: normal;
	font-style: inherit;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

em {
	color: #483318;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.right {
	float: right;
}

.gold {
	color: #bf9645;
}

/* @end general */


/* @grou @fontface styles */
		
h2.alexbrush {font: 3.8em/1.2em 'AlexBrushRegular', Helvetica, Arial, sans-serif;letter-spacing: 0;}

h2.arvobold24 {font: 1.7em/1.2em 'ArvoBold', Helvetica, Arial, sans-serif;letter-spacing: 0;}

b.arvobold20 {font: 1.4em/1.2em 'ArvoBold', Helvetica, Arial, sans-serif;}
		
.arvobold18 {font: 1.2em/1.1em 'ArvoBold', Helvetica, Arial, sans-serif; letter-spacing: 0.2}

.arvoreg18 {font: 1.2em/1.2em 'ArvoRegular', Helvetica, Arial, sans-serif; letter-spacing: 1.5}

p.arvoreg18 {font: 1.2em/1.2em 'ArvoRegular', Helvetica, Arial, sans-serif;}

.arvobold14 {font: 1em/1.6em 'ArvoBold', Helvetica, Arial, sans-serif;}

.arvoreg14 {font: 1em/1.6em 'ArvoRegular', Helvetica, Arial, sans-serif;}

.arvoreg12 {font: 0.9em/1.6em 'ArvoRegular', Helvetica, Arial, sans-serif;}

.arvoital {font: 1em/1em 'ArvoItalic', Helvetica, Arial, sans-serif;}

.arvoitalsmall {font: 0.8em/1.2em 'ArvoItalic', Helvetica, Arial, sans-serif;}

.blackjack {font: 1.3em/1em 'BlackJackRegular', Helvetica, Arial, sans-serif;}
		
/* @end @fontface styles */

/* @group page & header stuff */

#header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	z-index: 50;
	padding-bottom: 0px;
}

#htc {
	position: relative;
	float: left;
	background: url(../img/htc_logo2.png) no-repeat;
	width: 265px;
	height: 93px;
	margin-top: 8px;
	margin-left: 18px;
	margin-bottom: -16px;
	z-index: 1000;

}

#left_cont {
	float: left;
	width: 600px;
	margin: 0px 25px 40px 25px;
}

#left_cont img.rt {
	float: right;
}

#right_cont {
	float: right;
	width: 247px;
	padding-bottom: 25px;
	border-left: solid 2px #bf9645;
}

#locations {
 	float: left;
 	width: 875px;
 	background: #e6d39d;
 	padding-top: 25px;
 	padding-left: 25px;
 }
#locations p {
	font-size: 1.2em/1.1em;
}

#footer {
	display: block;
	color: #bf9645;
	font-size: 1em;
	width: 900px;
	margin: auto;
	background: #586117 url(../img/backtile2.jpg) center 0px;
}

/* @end page stuff */

/* @group nav menu */

#nav {
	float: right;
	margin-top: 34px;
	margin-right: 40px;
}

.navmain ul {
	/*position: relative;*/
	/*float: left;*/
	/*margin-left: 25px ;*/
}

.navmain li {
	position: relative;
	display: block;
	height: 42px;
	float: left;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 5px;
}

.navmain {
	font-weight: normal;
	font-size: 1.3em;
}

.navmain li a {
	color: #e6d39d;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	padding-top: 18px;
	display: block;
	text-align: center;
}

.navmain li a:hover {
	color: #faf5e6;
}

.home li.home a:hover,
.specials li.specials a:hover,
.location li.location a:hover {
	color: #faf5e6;
}

.home li.home a,
.specials li.specials a,
.location li.location a {
	color: #bf9645;
}

/* @end nav menu */

/*@group contact form styling*/

#form_box {
	float: left;
	padding: 0px 15px 0px 25px;
	margin-top: 0px;
	margin-right: 25px;
}

.contact p b {
	color: #483318;
	line-height: 1.5em;
}

.contact i {
	font-size: 0.8em;
	line-height: 0.9em;
	width: 180px;
}

label {
	color: #b45a00;
	display: block;
	/*margin-top: 0.8em;*/
	float: left;
	clear: left;
}

.contact .textinput {
	color: #483318;
	width: 190px;
	background-color: #f6eed5;
	border-color: #bf9645 #bf9645 #bf9645;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0.8em;
}

fieldset.g-recaptcha {
	height: 90px;

}
input.textinput {
	height: 1.6em;
}

input.submit_button, input.reset_button {
	float: right;
	font-size: 0.9em;
	margin-top: 6px;
	padding: 5px 10px;
	color: #f6eed5;
	background-color: #b45a00;
	border-color: #904800 #733a00 #733a00;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}

input.reset_button {
	float: left;
	clear: left;
}

input.submit_button:hover, input.reset_button:hover {
	background-color: #cd9257;
}

input.submit_button:active, input.reset_button:active {
	color: #e6cb81;
	background-color: #b45a00;
	border-color: #733a00;
}

/* @end contact form styling */

/* @group privacy panel styling */

#button {
	background: #e6d39d;
	width: 180px;
	float: left;
	margin-left: 25px;
	margin-top: 1.5em;
	padding: 3px 0px 10px 10px;
	display: block;
    overflow: hidden;
    cursor: pointer;
    border-color: #bf9645;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#privacy {
	float: left;
	margin-left: -2px;
	border-left: solid 2px #bf9645;
	width: 207px;
	padding: 10px 15px 20px 25px;
}

#button:hover h3:after {
  content: '+';
  position: relative;
  float: right;
  right: 15px;
}
#button:hover.open h3:after {
  content: '–';
}

/* @end privacy panel styling */

/* @group slideshow */

#callout {
	width: 600px;
	height: 280px;
	margin-top: 0px;
	margin-left: 0px;
}

#slideshow img { display: none }
#slideshow img.first { display: block }

#slide {
	position: relative;
	width: 600px;
	height: 280px;
	background: #e6cb81;
	overflow: hidden;}

#slide img {
	position: relative;
}

/* @end slideshow */

/* @group logo buttons */

.logo {
	float: left;
	padding-bottom: 30px;
	padding-top: 20px;
	/*margin-left: -10px;*/
	display: inline;
}

.clogo {
	float: left;
	position: relative;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-right: 40px;
	display: inline;
}

.alogo1, .alogo2, .blogo1, .blogo2, .mlogo1, .mlogo2  {
	float: left;
	position: relative;
	display: block;
}

.logo p {
	padding-top: 5px;
	text-align: left;
	line-height: 1.3em;
	/*padding-left: 10px;*/
}



.atc {
	width: 300px;
	float: left;
	/*margin-left: -10px;*/
	margin-top: -30px;
}

.logo .atc p {
	padding-top: 0px;
	text-align: left;
	line-height: 1.3em;
}

.bct, .mst {
	width: 200px;
	float: left;
	position: relative;
}

.atc_logo, .bct_logo, .mst_logo {
	float: left;
	padding-left: 10px;
	/*margin-left: 30px;*/
	text-indent: -100em;
	overflow: hidden;}

.bct {
	margin-left: 45px;
}

.mst {
	margin-left: 55px;
}

.atc_logo {
	background: url(../img/atc_logo.png) no-repeat;
	width: 110px;
	height: 95px;
	margin-top: -23px;
	margin-left: -5px;
	padding-bottom: 5px;
}

.bct_logo {
	background: url(../img/bct_logo.png) no-repeat;
	width: 165px;
	height: 60px;
	margin-top: -23px;
	padding-bottom: 5px;
}

.mst_logo {
	background: url(../img/mst_logo.png) no-repeat;
	width: 138px;
	height: 60px;
	margin-top: -25px;
	padding-bottom: 5px;
}

.atc_logo:hover {
	background: url(../img/atc_logo_dwn.png) no-repeat;}

.bct_logo:hover {
	background: url(../img/bct_logo_dwn.png) no-repeat;}

.mst_logo:hover {
	background: url(../img/mst_logo_dwn.png) no-repeat;}

/* @end group logo buttons */

/* @group footer */

#footer p {
	margin: auto;
	padding: 1em;
	text-align: center;
	line-height: 1.7em;
}

#footer a {
	color: #bf9645;
}

.hide-text {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}

/* @end */