@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define an outline style! */
:focus {
	outline: 0;
}
body {
	background: #2c303b repeat-x 0 35px;
	font-size: 62.5%;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
em {
	font-weight:normal;
	font-style:italic;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p {
	margin-bottom:12px;
}
h2 {
	font-size: 18px;
	padding: 25px 0;
	font-weight: normal;
	
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
/*.padding {
	padding: 0px 15px 23px;
}
*/

#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	min-height: 1100px;
}
* html #container {
	height: 1100px;
}
#container.email {
	width: 646px!important;
	padding-top: 60px;
}
#container.home {
	background: url(../images/home_image.jpg) no-repeat 0 170px;
}
#container.about {
	background: none;
}
#banner {
	height: 150px;
	width: 807px;
	left: 183px;
	top: 35px;
	position: absolute;
	z-index: 100;
}
#nav {
	position: absolute;
	left: 29px;
	top: 35px;
	width: 124px;
}
#nav  ul  li {
	height: 17px;
	margin-bottom: 2px;
}
#nav ul li a {
	display: block;
	height: 17px;
	text-decoration: none;
	color: #d91734;
	font-size: 1.2em;
	line-height: 17px;
	background-color: #22262f;
	padding-left: 5px;
}
* html #nav ul li a {
	cursor:pointer;
}
#nav ul li a:hover {
	color: #fff;
}
#nav ul li a.active {
	background-image:none;
	color: #2b303a;
	background-color: #d91734;
}
#nav a.active, {
	color: #EC1C24;
	background-color: #fff;
}
#content {
	width: 554px;
	top: 0px;
	margin-left: 183px;
	background: url(../images/bg-content.png) top left;
	padding: 200px 20px 50px 30px;
	font-size: 1.2em;
	color: #231F20;
}
#content.location {
	background-image: none;
	background-color: #6c6f76;
}
#copy.map {
	margin-left: -17px;
	
}
/* locations: google map holder */
#map {
	margin: 0 0 10px 0px;
	width: 550px;
	height: 400px;
	font-size: 1.0em;
} 
#map img {
	margin: 0 10px 5px 0;	
}
#mapInfoWin {
	display: none;
} 
#menuBox {	
	
	
}
#menuBox img {
	display: none;
}
#menuBox th	{
	font-weight: bold;
	text-align: left;
	padding: 10px 20px 5px 0;
}
	
#menuBox td {
	padding: 5px 20px 3px 20px;
	text-align: left;
	width: 325px;
}
#menuBox td.price {
	padding-left: 0;
	text-align: left;
	width: 100px;
}

#subMenu {
	width: 130px;
	height:60px;
	margin: 0 0px 10px 0;
}
#subMenu li a {
	text-decoration: none;
	color: #22262f;
	line-height: 20px;
	height: 20px;
	display: block;
	width: 130px;
}
#subMenu li a:hover, #subMenu li a.subActive {
	color: #22262f;
	font-weight:bold;
}
#subMenu a.active  {
	color:#333;
	background-color: none;
	font-weight: bold;
}
#topHolder {
	height: 150px;
	width: 805px;
	behavior: url(js/iepngfix.htc);
	color: #fff;
	left: 183px;
	top: 35px;
	position: absolute;
	z-index: 100;
}

/* CONTACT FORM */

fieldset {
	clear: left;
	float: none;
	margin-bottom: 0.8em;
}
.section {
	border-top: 1px solid #999;
	padding-top: 0.8em;
}
fieldset div {
	float: left;
}
fieldset div.prompt {
	padding: 0 5px 0 0; 
	width: 200px;
}
form {
	padding: 20px 0;
}
input, textarea {
	border: none;
	background-color: #fff;
	border: 1px solid #999;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-color: #000;
	width: 300px;
	font-size: 1.0em;
}
textarea {
	height: 100px;
}
.button {
	border: none;
	width: auto !important;
	background-color: #333;
	color: #fff;
	margin-left: 205px;
}
.required {
	color: #000;
}
iframe	{
	background: transparent !important;
	border: none;
	width: 530px;
	height: 400px;
}