
/* RESET COURTESY ERIC MEYER
-------------------------------------------------------------*/
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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/* GENERAL STYLES
-------------------------------------------------------------*/
html {
	height: 100%;
	}
body {
	background: #930 url(../images/bg.jpg) left top repeat-y;
	color: #c09520;
	font: 82% Helvetica, Arial, sans-serif;
	height: 100%;
	text-align: left;
	}
p.fancy {
	font: 1.7em 'Monotype Corsiva', 'Bradley Hand ITC', Helvetica, Arial, sans-serif !important;
	}
/* CONTAINER
-------------------------------------------------------------*/
#container {
	background: url(../images/rshadow.jpg) right top repeat-y;
	height: auto;
	left: 0;
	margin: 0;
	min-height: 100%;
	padding: 0 20px 0 0;
	position: absolute;
	top: 0;
	width: 805px;
	}

/* LEFT COLUMN
-------------------------------------------------------------*/
#left {
	background: #c09520;
	color: #710;
	height: auto;
	left: 0;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 220px;
	}
#left a {
	color: #710;
	}
#left dl {
	margin: 0 10px 20px;
	}
#left dt {
	font-style: italic;
	font-weight: normal;
	}
#left dd {
	font-style: italic;
	margin-bottom: 10px;
	}
#left h2 {
	border-top: solid 2px #710;
	font-size: 1em;
	margin: 0 10px 15px;
	padding-top: 10px;
	text-transform: uppercase;
	}
#left p {
	margin: 0 10px 20px;
	}
#left #logo {
	background: url(../images/title.png) no-repeat;
	font-size: 2.7em;
	font-weight: bold;
	height: 115px;
	line-height: 80%;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
	text-indent: -2000000px;
	text-transform: uppercase;
	width: 200px;
	}
#left #facebook {
	margin: 30px 50px;
	text-align: center;
	width: 120px;
	}
	
/* MAIN CONTENT COLUMN
-------------------------------------------------------------*/
#right {
	background: #fff url(../images/wshadow.jpg) repeat-y 0 0;
	color: #930;
	height: auto;
	left: 220px;
	min-height: 100%;
	padding: 0;
	position: absolute;
	width: 585px;
	top: 0;
	}
#right h2 {
	border-top: solid 2px #930;
	font-size: 1.4em;
	margin: 0 0 20px;
	padding: 10px 0 0;
	text-transform: uppercase;
	}
#right h3 {
	border-top: dotted 1px #c09520;
	clear: both;
	font-weight: normal;
	margin: 16px 0 20px;
	padding-top: 10px;
	text-transform: uppercase;
	}
#right h3 a {
	text-decoration: none;
	}
#right p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.7em;
	}
#right dd {
	margin-bottom: 20px;
	}
#right ul#nav {
	height: 20px;
	margin: 25px 0 0 30px;
	}
#right ul#nav li {
	float: left;
	list-style: none;
	margin: 0 41px 0 0;
	position: relative;
	}
#right ul#nav li.last {
	margin-right: 0;
	}
#right ul#nav li ul {
	display: none;
	position: absolute;
	}
#right ul#nav li:hover ul {
	display: block;
	z-index: 200;
	}
#right ul#nav li a {
	color: #930;
	font-size: 17px;
	font-weight; bold;
	text-decoration: none;
	text-transform: uppercase;
	}
#right ul#nav li ul li {
	float: none;
	height: 30px;
	padding: 0;
	width: 130px;
	}
#right ul#nav li ul li a {
	background: #930;
	color: #c09520;
	display: block;
	height: 20px;
	padding: 5px;
	width: 120px !important;
	}
ul#nav li ul li a:link, ul#nav li ul li a:visited, ul#nav li ul li a:active {
	opacity: .9;
	}
ul#nav li ul li a:hover {
	opacity: 1.0;
	}
#right #info {
	bottom: 0;
	font-size: 10px;
	left: 0;
	position: absolute;
	}
#right #info h2, #right #info p {
	border-top: none;
	margin: 0;
	}
#right #main {
	margin: 30px;
	}
#right #main img.menu {
	border: none;
	float: left;
	margin-bottom: 20px;
	}
#right #main img.example {
	border: none;
	float: right;
	margin-bottom: 20px;
	}
#right #main p.menu-link {
	text-align: center;
	}
#right #footer {
	bottom: 0;
	font-size: .9em;
	left: 30px;
	position: absolute;
	text-align: left;
	}

/* HOME PAGE SLIDESHOW
-------------------------------------------------------------*/
#slideshow {
	height: 393px;
	margin: 30px 0 0 30px;
	width: 500px;
	padding: 0;
	position: relative;
	}
#slideshow #slide1, #slideshow #slide2 {
	left: 0;
	position: absolute;
	top: 0;
	}
#caption1, #caption2 {
	background: #000;
	bottom: 3px;
	color: #fff;
	filter: alpha(opacity=70);
	font-family: arial, sans-serif;
	height: 52px;
	left: 0;
	opacity: .7;
	position: absolute;
	width: 525px;
	}
#caption1 h2, #caption2 h2 {
	border: none;
	font-size: 14px;
	margin: 0;
	text-align: center;
	}
#caption1 p, #caption2 p {
	font-size: 10px;
	margin: 0;
	text-align: center;
	}
