@charset "utf-8";

html, body {
        height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}

html,body {
        height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #bd8e5a;
}

div {margin:0; padding:0;}

#container {
	width: 1020px; 
	margin: 0 auto; 
	text-align: left; 
	position:relative;
	top:0; left:0;
	padding:0;
		height:auto !important; 
        height:100%;
        min-height:100%; 
		}

#logo {position:absolute;
	top:0; left:5px;
	width:346px; height:170px;
	overflow:hidden;
	z-index:1000;
	background:#000000;
	}
	
#fb {position:absolute;
	top:10px;
	right:0px;
	width:200px;
	height:64px;
	z-index:500;
	text-align:right;
	}

#cd {position:absolute;
	top:80px;
	right:25px;
	width:200px;
	z-index:600;
	text-align:right;
	}
#cd a {font-size:12px;}	
#mainContent {
	padding: 170px 0 0 0;
	position:relative;
	top:0; left:0; 
	height:100%;
	background:url(images/80vertbg_14.gif) top left repeat-y;
}

#menu {float:left;
	width:80px;
	height:100%;
	text-align:right;
	padding-top:30px;
}
#center {float:left;
	width:820px;
	background: url(images/vert_bar.gif) top right repeat-y;
	padding:0 55px;
}

#footer {position:relative;
	margin-top:25px;
	margin-left:80px;
	text-align:center;
	}
#footer p {color:#a43b2d;
	font-size:9px;
	}
	
a img {border:none;}

p {color:#bd8e5a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	letter-spacing:1px;
	padding:0;
	margin-bottom:32px;}
	
h1 {color:#a43b2d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style:italic;
	font-weight:normal;
	margin:0; padding:0;
	margin-bottom: 32px;

	}
	
h2, h3, h4, h5, h6 {font-family:Tahoma, Geneva, sans-serif;}
	
a {color: #df661e;
text-decoration:none;
	}
	
p a {text-decoration:underline;}

#menu ul, #menu ul li {margin:0; padding:0; list-style:none;}

#menu a {
	display:block;
	padding: 0 15px 0 0; 
	margin: 0 0 10px 0;
	width: 65px;
	background:url(images/arrow2_31.gif) center right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#80603d;
	font-variant:small-caps;
	min-height:17px;
	}
	
#menu a:hover, #menu li.active a {	color:#df661e;
		background:url(images/arrow2on_31.gif) center right no-repeat;
 }

#vid1, #vid2 {float:left; width:385px;}
#vid1 {margin-right:50px;}

#jw {background:url(images/gradient_01.jpg) repeat-x center right;
	padding:9px;
	border:#999999 solid 1px;
	text-align:center;}


div.errors {font-size:12px; color:#6a1811; border:1px #660000 solid; margin-bottom:10px; padding:5px;}
input.invalid { background:#FFFF66;}
form p {margin-bottom:10px;}

.contact h1 {margin-bottom:0; padding-bottom:0;}