html, body {
	background: url('images/bkgd.gif') top center repeat-y #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}


a { color: #CE0000; text-decoration: none; }

a:hover { text-decoration: underline; }

a.homelinks { color: #83784B; }
a.homelinks:hover { color: #CE0000; }



#left {
	float: left;
	width: 270px;
}
#right {
	float: left;
	width: 639px;
	padding-left: 25px;
}

#left img.sidebar {
	border: 1px solid #CEBD79;
	padding: 6px;
	margin-top: -10px;
	margin-bottom: -20px;
}

#header {
	width: 934px;
	clear: both;
	padding-top: 42px;
	padding-left: 36px;
}

#header:after {
	clear:both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0.1em;
} /* This fixes the collapsing div problem when floating the thumbnail */
#header { display:inline-block; } /* IE fix for above*/


#footer {
	width: 934px;
	color: #CEBD79;
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;
	padding-left: 36px;
	padding-bottom: 80px;
}

#footer #left {
	margin-top: -10px;
	background: url('images/red_shadow.gif') top center no-repeat;
}



#nav {
	margin-top: 58px;
	clear: both;
}

#nav img { display: inline; }


#main {
	width: 100%;
	/* height: 396px; */
	/* margin-top: 10px; */
	background: #FFFFFF;
	border: 3px solid #CEBD79;
	border-left: 0px;
	border-right: 0px;
	padding-top: 18px;
	padding-bottom: 28px;
	color: #83784B;
}
#main:after {
	clear:both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0.1em;
} /* This fixes the collapsing div problem when floating the thumbnail */
#main { display:inline-block; } /* IE fix for above*/

#main2 {
	width: 934px;
	clear: both;
	padding-left: 36px;
}

#main2 #left {
	width: 250px;
	padding: 10px;
	line-height: 22px;
}

#main2 #right {
	font-size: 13px;
	line-height: 20px;
}

#main2 #right img.header {
	margin-bottom: 26px;
}


#main2 .subtext {
	font-size: 16px;
	line-height: 20px;
}

#main2 .subhead {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #CE0000;
}

.go {
	text-transform: uppercase;
	font-weight: bold;
}


#home_pics { clear: both; margin-bottom: 18px; }
#home_pics:after {
	clear:both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0.1em;
} /* This fixes the collapsing div problem when floating the thumbnail */
#home_pics { display:inline-block; } /* IE fix for above*/

#home_pics img {
	border: 1px solid #CEBD79;
	padding: 6px;
	margin-right: 10px;
}

#home_pics img.last { margin-right: 0px; }
#home_pics div { float: left; }
#home_pics .gallerylayer { background: none; }


h2 {
	margin-bottom: 8px;
}

hr {
	height: 1px;
	border: 0px;
	background: #83784B;
	margin: 1px;
}

.box {
	border: 1px solid #CEBD79;
	padding: 20px;
	background: url('images/box_bkgd.gif') bottom center repeat-x #FFFFFF;
}

.box_img {
	width: 380px;
	height: 240px;
	margin-bottom: 20px;
}

#locations {
	width: 100%;
	clear: both;
	text-align: left;
	border-top: 1px solid #CEBD79;
	border-bottom: 1px solid #CEBD79;
	padding-top: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
	margin-top: 26px;
}

#locations:after {
	clear:both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0.1em;
} /* This fixes the collapsing div problem when floating the thumbnail */
#locations { display:inline-block; } /* IE fix for above*/

#locations b { font-size: 16px; line-height: 24px; }

#locations .left {
	width: 50%;
	float: left;
	text-align: left;
}

#locations .right {
	width: 49.5%;
	float: left;
	text-align: right;
	border-left: 1px solid #CEBD79;
}


#gallery_thumbs { 
	margin-bottom: 22px;
	max-width: 639px;
	overflow: hidden;
}



img.thumb {
	padding: 4px;
	border: 1px solid #CEBD79;
	margin-right: 10px;
	margin-top: 10px;
	display: inline;
	width: 50px;
	height: 50px;
}

img.thumb:hover {
	background-color: #CEBD79;
}

img.thumb2 {
	padding: 6px;
	border: 1px solid #CEBD79;
	margin-top: 6px;
}


#clear { clear: both; }

#clear:after {
	clear:both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0.1em;
} /* This fixes the collapsing div problem when floating the thumbnail */
#clear { display:inline-block; } /* IE fix for above*/



#menu {
	border: 1px solid #CEBD79;
	border-bottom: 0px;
	font-size: 20px;
	line-height: 22px;
}

#menu td { 
	padding: 10px;
	border-bottom: 1px solid #CEBD79;
}

#menu td.two { border-bottom: 0px; }

#menu.open td { border-bottom: 0px; }

.bigger {
	font-size: 18px;
	line-height: 24px;
}

#box2 {
	padding: 2%;
	border: 1px solid #CEBD79;
	text-align: center;
	width: 66%;
	font-size: 14px;
	line-height: 20px;
}

#box2 h2 { margin-top: 0px; }
