/* CSS Document */

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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4a4949;
	line-height:18px;
	padding:0px;
	margin:0px;
	text-align:left;
	background-image:url(../images/background.gif);
}

#header_wrapper {
	width:100%;
	background-image:url(../images/header_bg.gif);
	height:141px;
	color:#fade7f;
}

#header {
	width:900px;
	height:111px;
	position:relative;
}

#logo_wrapper {
	width:365px;
	height:150px;
	position:absolute;
	top:0px;
	left:0px;
}

#navbar_wrapper {
	width:100%;
	height:24px;
	background-color:#303030;
	border-top:solid #e8c87d 3px;
	border-bottom:solid #e8c87d 3px;
}

#navbar {
	width:900px;
	height:24px;
}

#main_wrapper {
	width:900px;
	margin-top:8px;
}

#content {
	width:900px;
	background:url(../images/content_bg.gif) top left repeat-y;
}	

#content_home {
	width:900px;
	background:url(../images/content_home_bg.gif) top left repeat-y;
}

#main_col {
	width:692px;
	float:right;
	margin-left:-208px;
	background:url(../images/main_col_top.gif) top no-repeat;	
}

#main_col_pad {
	text-align:left;
	padding:18px;
}

#main_col_home {
	width:692px;
	float:right;
	margin-left:-208px;
}

#center_col_home {
	width:484px;
	float:left;
	margin-right:-208px;
	background:url(../images/center_col_home_top.gif) top no-repeat;
}

#center_col_home_text {
	width:449px;
	background:url(../images/center_col_home_middle.gif) top no-repeat;
	padding:18px 17px 14px 18px;
	text-align:left;
}

#slideshow {
	width:479px;
	height:251px;
	margin:0px 3px 0px 2px;
}

#right_col_home {
	background:url(../images/sidebar_top.gif) top no-repeat;
	width:200px;
	padding:0px 3px 0px 2px;
	float:right;
}

#left_col {
	background:url(../images/sidebar_top.gif) top no-repeat;
	width:200px;
	padding:6px 3px 0px 2px;
	float:left;
}

.sidebar_pad {
	text-align:left;
	padding:12px;
	margin-top:12px;
}

.nav_link {
	display:block;
	padding:5px 3px 3px 12px;
	color:#303030;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.nav_link_cur {
	display:block;
	padding:5px 3px 3px 12px;
	color:#a60e39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.nav_link:hover, .nav_link_cur:hover {
	display:block;
	background-color:#303030;
	padding:5px 3px 3px 12px;
	color:#e8dac1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}


#footer {
	margin-top:8px;
	background:url(../images/footer_bg.gif) top no-repeat;
	height:41px;
	width:870px;
	color:#fade7f;
	text-align:left;
	padding:8px 15px 0px 15px;
}

#footer a {
	color:#fade7f;
}

#subpages {
	padding:4px;
	padding-left:22px;
}

.subpage {

}

.subsubpage {

}

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

table {
	font-size:12px;
}

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

a:hover {
	text-decoration:underline;
}

.title {

}

.subtitle {
	color:#888888;
}

.header1 {
	color:#a60e39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	line-height:normal;
	font-weight:bold;
}

.header2 {
	color:#a60e39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:normal;
	font-weight:bold;
}

.header3 {
	color:#a60e39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:normal;
	font-weight:bold;
}

h1 {
	color:#a60e39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	line-height:normal;
	margin-top:0;
	margin-bottom:0;
}

h2 {
	color:#a60e39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:normal;
	margin-top:0;
	margin-bottom:0;
}

h3 {
	color:#a60e39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:normal;
	margin-top:0;
	margin-bottom:0;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.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;
}

.sidebar-item img {
	max-width: 100%;
}
