@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}
#container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background-image: url(../images/header.gif);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#sidebar ul li {
	list-style-type: none;
	margin-left: -35px;
	margin-bottom: 10px;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	padding-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#sidebar a, #sidebar a:visited {
	color: #333;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#content_upper {
	background-image: url(../images/bg_content_upper.jpg);
	height: 25px;
	width: 990px;
	background-repeat: no-repeat;
	background-position: center;
}
#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent h1 {
	color: #093;
	font-size: 20px;
} 
#mainContent p, #mainContent td {
	color: #666;
	line-height: 135%;
	font-size: 12px;
} 
#mainContent h2 {
	font-size: 18px;
	color: #8AB622;
	font-weight: normal;
}
#mainContent a, #mainContent a:visited {
	color: #6C0;
} 
#mainContent a:hover {
} 

#content_table {
	background-image: url(../images/bg_content_main.jpg);
	margin-right: 15px;
	margin-left: 15px;
}
#content_lower {
	background-image: url(../images/bg_content_lower.jpg);
	height: 25px;
	width: 990px;
	background-repeat: no-repeat;
	background-position: center;
}
#gallery_bar {
	position: absolute;
	margin-left: -20px;
	top: 445px;
}
#content_blue_upper {
	background-image: url(../images/bg_content_blue_upper.jpg);
	width: 990px;
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	margin-left: -50px;
}
#mainContent_blue {
	padding-right: 20px;
	padding-left: 50px;
	color: #FFF;
	background-image: url(../images/bg_content_blue.jpg);
	background-repeat: repeat-y;
	background-position: 15px top;
	height: 330px;
	margin-top: 30px;
	padding-top: 20px;
	font-size: 12px;
	margin-bottom: 0px;
}
#mainContent_blue h1 {
	color: #093;
	font-size: 20px;
} 
#mainContent_blue h2 {
	font-size: 16px;
	color: #3CC;
	font-weight: normal;
} 
#mainContent_blue p {
	color: #FFF;
} 
#mainContent_blue a, #mainContent_blue a:visited {
	color: #6C0;
} 
#mainContent_blue a:hover {
	color: #FFF;
} 
#content_blue_lower {
	background-image: url(../images/bg_content_blue_lower.jpg);
	height: 50px;
	width: 990px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -50px;
}
#footer {
	background-image: url(../images/bg_footer.jpg);
	width: 960px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 15px;
	height: 107px;
	font-size: 11px;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 15px;
}
#footer p {
	padding-top: 25px;
}
#footer a, #footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #03C;
}
#credits {
	width: 960px;
	text-align: right;
	padding-right: 20;
	color: #369;
	font-size: 10px;
} 
#credits p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#credits a, #credits a:visited {
	color: #369;
	text-decoration: underline;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#copyright {
	float: right;
	width: 225px;
	margin-top: 40px;
}
#video {
	float: right;
	width: 360px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#emphasis {
	font-size: 18px;
	color: #CC6600;
	font-weight: bold;
}

/* form styles */

#contact_form {
	width: 95%;
	margin-left: 0px;
	padding: 8px;
	border: 1px solid #CCCCCC;
}
#contact_box {
	width: 475px;
	height: 30px;
	text-align: right;
	font-size: 12px;
}

#contact_subhead {
	font-weight: bold;
	color: #336699;
	width: 235px;
	text-align: right;
	float: left;
	height: 30px;
	line-height: 100%;
	padding-top: 3px;
}
#contact_field {
	font-size: 11px;
	float: right;
	width: 230px;
	height: 30px;
}
.required {
	font-weight: bold;
	color: #CC0000;
}

#contact_button {
	margin-top: 30px;
	margin-bottom: 25px;
}
#captcha {
	height: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(form/imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}
/* end form styles */
#rate_table {
	width: 100%;
	border: 1px solid #690;
	background-color: #FFF;
	margin-top: 15px;
}
#rate_table th {
	color: #FFF;
	background-color: #690;
	font-size: 15px;
	font-weight: normal;
}
