@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, 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 {
	color: #000;
	background: #fff;
	font: 62.5% Helvetica, Verdana, Arial, sans-serif;
}
sub {
	font-weight: bold;
}
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-bottom: 25px;
	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 {
	height: 620px;
	width: 1022px;
	background-image: url(../images/main_BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
}
#container.menu {
	background-image: url(../images/menu_BG.jpg);
}
#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: #231F20;
	font-size: 1.2em;
	line-height: 17px;
	behavior: url(js/iepngfix.htc);
	background-image: url(../images/menu_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
}
* html #nav ul li a {
	cursor:pointer;
}
#nav ul li a:hover {
	background-color:#fff;
}
#nav ul li a.active {
	color: #231F20;
	background-color: #fff;
}
#subMenu a.active  {
	color:#333;
	background-color: none;
	font-weight: bold;
}
#content {
	width: 540px;
	background-image: url(../images/white_BG.png);
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(js/iepngfix.htc);
	font-size: 1em;
	color: #231F20;
	height: 397px;
	padding: 14px;
}
#copy {
	height: 375px;
	width: 540px;
	overflow: auto;
	font-size: 1.6em;
}
/* locations: google map holder */
#map {
	width: 540px;
	height: 390px;
	font-size: .6em;
} 
#map img {
	margin: 0 10px 5px 0;	
}
#mapInfoWin {
	display: none;
} 
#menuBox img {
	display: none;
}
#menuBox th {
	text-align:left;
	font-weight:bold;
	padding-top:35px;
}
#menuBox th.first {
	padding-top:0;
}
#menuBox td {
	padding-top: 8px;
	width: 350px;
	text-align: left;
}
#menuBox td.price {
	padding-left: 0;
	text-align: left;
	width: 115px;
}
#phone {
	font-size: 2.4em;
	color: #fff;
	position: absolute;
	left: 410px;
	top: 438px;
}

#spacer {
	margin-left: 183px;
}
#subMenu {
	width: 130px;
	height:60px;
	margin: 0 0px 10px 0;
}
#subMenu li a {
	text-decoration: none;
	color: #69696B;
	line-height: 20px;
	height: 20px;
	display: block;
	width: 130px;
}
#subMenu li a:hover, #subMenu li a.subActive {
	color: #39393C;
	font-weight:bold;
}
/* 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;
}
.links_container {
	background-color: #6c6f76;
	height: 260px;
	width: 510px;
	margin-left: 15px;
	position: relative;
}
