@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, 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;
	background-color: #490035;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
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;
}

a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
}
a:hover, a:active {
	color: #788104;
}


#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#logo {
	height: 145px;
	width: 250px;
	z-index: 100;
	float: left;
	position: relative;
	top: 0px;
	left: -120px;
}


#leftimage {
	background-image: url(images/bg_left_panel.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 172px;
	z-index: 90;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#header {
	color: #FFF;
	width: 100%;
	float: left;
	padding: 0px;
	height: 100px;
	margin: 0px;
	background-image: url(images/bg_wood.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-style: italic;
	font-size: 80%;
}

#header p {
	float: left;
	left: -90px;
	position: relative;
	top: 60px;

}


#leftcolumn {
	color: #FFF;
	background: #788104;
	margin: 0px;
	padding: 100px 10px 10px;
	height: 290px;
	width: 152px;
	float: left;
}

#content {
	float: left;
	color: #000000;
	background: #F1F8EA;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 534px;

	background-image: url(images/bg_wood_vert.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	overflow-y: auto; 
	overflow-x:hidden;
	position: relative;
}

#homeContent {
	float: left;
	color: #000000;
	background: #F1F8EA;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 534px;

	background-image: url(images/bg_wood_vert.jpg);
	background-repeat: repeat-y;
	background-position: right top;

}
#rightcolumn {
	color: #FFF;
	background: #788104 url(images/bg_stripe.gif) repeat-x top;
	margin: 0px;
	padding: 40px 10px 10px;
	height: 350px;
	width: 196px;
	float: left;
	font-size: 90%;
}
#slideshow {
	float: center;
	left: -11px;
	position: relative;
	top: -1px;
}
#menuRight {
    height:127px;
    width:205px;
    overflow: auto;
	float: left;
	left: 3px;	
	top:5px;  	
}
#footer {
	width: 902px;
	clear: both;
	color: #FFF;
	margin: 0px 0px 10px;
	padding: 25px 10px 10px;
	background-image: url(images/bg_bt_wood.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	font-size: 90%;
}
.bgBlue {
background: #925E82;
color:#fff;
border: thin solid #000;
padding: 5px;
text-align:right;
margin: 5px 13px 5px 5px;
}
.contact-label {
text-align:right;
padding-right: 5px;
font-weight: bold;
vertical-align: middle;
font-size:11px;
}
.contact-label-vt {
text-align:right;
padding-right: 5px;
font-weight: bold;
vertical-align: top;
font-size:11px;
}
.error {
color: #CF0000;
font-weight: bold;
font-size: 14px;
}
h1 {
color: #788104;
font-weight: bold;
font-size: 18px;
}
h2 {
color: #788104;
font-weight: bold;
font-size: 16px;
}
h3 {
color: #788104;
font-weight: bold;
font-size: 14px;
}
h4 {
color: #788104;
font-weight: bold;
font-size: 12px;
}
input {
border: thin #cccccc solid;
}
.current {
background-color: #68605c;
color: #FFF; }