.ErrorText { color: #990000; }


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;padding:0;
}
table{
	border-collapse:collapse;border-spacing:0;
}fieldset,img{
	border:0;
}address,caption,cite,code,dfn,th,var{
	font-style:normal;font-weight:normal;
}ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
q:before,q:after{
	content:'';
}

/* END RESET */



table.schedule th {
	background: url(/images/bg-navbar.jpg) repeat-x center;
	color: #c8bfa5;
	font-weight: bold;
	padding: 8px 3px;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
}
table.schedule tr.row1 td { background: #efebdd; border-bottom: 1px solid #cac3b0; border-right: 1px solid #cac3b0; padding: 6px 3px; }
table.schedule tr.row2 td { background: #e8f1ec; border-bottom: 1px solid #cac3b0; border-right: 1px solid #c0d5c9; padding: 6px 3px;  }
table.schedule {
	border: 1px solid #aaa187;
	margin-bottom: 25px;
}


a.btn {
	background: #d8e1dc;
	color: #442c06;
	font-size: 10px;
	padding: 0 6px;
}
a:hover.btn { color: white; background: #8aa497; text-decoration: none; }

body {
	margin: 0;
	padding: 0;
	background: #81958a url(/images/BG_gradient.jpg) repeat-x top;
}
body,td,th {
	font: 12px "Trebuchet MS";
	color: #333333;
}
p, ul { margin: 0 0 15px; }
ul {
	padding-left: 20px;
	list-style: url(/images/circle-bullet.png) outside;
}
ul li { padding-bottom: 3px; }
a img { border: none; }

a { color: #899d92; font-weight: bold; text-decoration: none }
a:hover { color: #412800; text-decoration: underline; }

form { padding: 0; margin: 0; }
form td { padding: 4px 0; text-align: left; }
#wrapper {
	width: 850px;
	margin: 30px auto 0px;
	position: relative;
	text-align: left;
	background: white;
	border: 4px solid white;
}
#content {
	padding: 20px 30px;
	overflow: auto;
	width: 790px;
}
#content_left {
	float: left;
	width: 225px;
	padding-top: 140px;
	padding-bottom: 20px;
}
.img_border { border: 2px solid #f5f5f5; padding: 3px; }
#content_right { float: right; width: 525px; }
#content_top {
	padding: 169px 370px 0 40px;
	background: url(/images/bg-home.jpg) no-repeat right bottom;
	height: 240px;
	margin-bottom: 1px;
}

#content_top_wrapper {
background: url(/images/bg-home.jpg) no-repeat right bottom;
margin-bottom: 1px;
padding-bottom:10px;
}
#content_top_left {
	padding: 169px 0px 0 40px;
	float:left;
	width:345px;
	
	
}

#content_top_right {
	padding: 69px 20px 0px 0px;
	float:right;
	width:420px;
	height:320px;
	
	
}

#content_bottom {
	background: #503b1a url(/images/bg-home-bottom.jpg) repeat-x;
	overflow: auto;
	height: 128px;
	color: #aaa187;
}
#content_bottom .btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
} 
#content_bottom .emailbox {
	width: 153px;
	height: 19px;
	color: #000;
	padding: 3px 0 0 3px;
	border: none;
	background: url(/images/bg-home-emailbox.png) no-repeat;
	font-size: 11px;
}
#content_bottom h2 { color: #f3f1ef; }
#content_bottom form { margin: 0; padding: 0; }
.btm_col { float: left; display: inline; text-align: center; padding: 10px 26px 0; border-left: 1px solid #543f1a; height: 118px; }
.btm_col p { margin-bottom: 5px; }
#home_quote {
	float: right;
	height: 110px;
	background: url(/images/videoTestimonials.jpg);
	width: 210px;
	font-size: 14px;
	font-weight: bold;
	color: #e1dfd6;
	padding-top: 18px;
	padding-left: 20px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 0;
}
#footer {
	width: 830px;
	margin: 10px auto;
	text-align: right;
	color: #d7ded9;
	font: 11px;
}
#footer img { float: left; padding-right: 15px; }

/* HEADERS */

H1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
H2 { font-size: 15px; font-weight: bold; margin-bottom: 4px; }
H3 {
	margin-bottom: 10px;
	color: #8aa497;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: nromal;
	padding-bottom: 4px;
	border-bottom: 1px solid #e6ece9;
}

/* FORM STYLES */

.FormField {
	padding: 2px;
	color: #333333;
	background: #fff;
	border: 1px solid #999999;
	width: 85%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.FormSelect {
	padding: 1px;
	color: #333333;
	background: #fff;
	border: 1px solid #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 85%;
}
.FormTextField {
	padding: 1px;
	color: #333333;
	background: #fff;
	border: 1px solid #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 95%;
}
.FormButton {
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #87a9dc;
	background: #25569f;
	padding: 3px 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

/* NAVBAR */

#navbar {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 53px;
	font: 13px "Trebuchet MS";
	background: url(/images/bg-navbar.jpg) repeat-x;
	text-align: right;
	z-index: 999;
}
#navbar ul { float: right; margin-right: 10px; }
#navbar li { display: inline; float: left; }
#navbar a { float: left; display: block; height: 53px; padding: 0 12px; margin: 0; text-align: center; color: #c8bfa5; line-height: 53px; text-decoration: none; }
#navbar a:hover { color: #ffffff; text-decoration: none; }


/* BUTTONS */

.btn_emailus a { width: 180px; height: 35px; display: block; text-indent: -5000px; background: url(/images/btn_emailus_off.png) no-repeat; }
.btn_emailus a:hover { background: url(/images/btn_emailus_on.png) no-repeat; }


/* LEFT NAV */

#navcontainer { width: 200px; font-size: 11px; text-align: left; margin: 0; list-style: none;  }
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navcontainer li a {
	display: block;
	background: none;
	text-decoration: none;
	color: #8aa497;
	padding: 5px 5px 5px 15px;
	background: #e6ece9;
	width: 180px;
	margin-bottom: 4px; 
}
#navcontainer li a:hover {
	text-decoration: none;
	color: #fff;
	background: #8aa497;
}
.BodyTextErr {
	font: 12px "Trebuchet MS";
	color: RED;
}

#socialBookmarks{
	width: 100%;
	margin-bottom: 10px;
}
	
#socialBookmarks img{
	margin-right: 5px;
}

#newsletter{
	position: absolute;
	margin-top: -25px;
	margin-left: -15px;
}

#newsletter a{
	font-size: 9px;
}

#videoPlayerWrapper {
	padding:12px;
	width:400px;
	height:300px;
	background:url(/images/bg-homepage-video.png) no-repeat;
}
