/* CSS Document */

/******************** LAYOUT **************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 1px 0px 0px;
	margin:0px;
	text-align:left;
	background:#000000 url(../images/background.jpg) repeat-y scroll 50% 0;
	color:#FFFFFF;
	line-height:18px;
}

* html body {
	padding-right:0px;
}

#main_wrapper {
	width:900px;
}

#header {
	width:900px;
	height:83px;
	background:url(../images/header_bg.jpg);
}

#navbar {
	float:right;
	width:612px;
	height:25px;
	padding-top:58px;
}

#slideshow {
	width:894px;
	height:277px;
	border:solid #FFFFFF 3px;
	margin-bottom:20px;
}

#content {

}

#main_col {
	width:674px;
	float:left;
	margin-right:-200px;
	padding:right:20px;
}

#right_col {
	float:right;
	width:206px;
}

#locations a {
	color:#FFFFFF;
}

#footer {
	font-size:11px;
	font-weight:normal;
}

/******************** STYLES **************************/

table {
	font-size:12px;
}

.border {
	border:3px solid #FFFFFF;
}

a {
	color:#be0c01;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.nav_link {
	margin-right:30px;
	color:#be0c01;
	font-size:15px;
	text-decoration:none;
}

.nav_link:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.title {

}

.subtitle {
	color:#888888;
}

.header1 {
	font-family:Garamond, "Times New Roman", Times, serif;
	color:#be0c01;
	font-size:23px;
	font-weight:normal;
	line-height:normal;
}

.header2 {
	font-family:Garamond, "Times New Roman", Times, serif;
	color:#be0c01;
	font-size:19px;
	font-weight:normal;
	line-height:normal;
}

.header3 {
	font-family:Garamond, "Times New Roman", Times, serif;
	color:#be0c01;
	font-size:15px;
	font-weight:normal;
	line-height:normal;
}

h1 {
	font-family:Garamond, "Times New Roman", Times, serif;
	color:#be0c01;
	font-size:23px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
	font-weight:normal;
}

h2 {
	font-family:Garamond, "Times New Roman", Times, serif;
	color:#be0c01;
	font-size:19px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
	font-weight:normal;
}

h3 {
	font-family:Garamond, "Times New Roman", Times, serif;
	color:#be0c01;
	font-size:15px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
	font-weight:normal;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:3px solid #FFFFFF;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:3px solid #FFFFFF;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
