/* CSS Document */

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

body {
	background:#FFFFFF url(../images/background.gif) center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:81.3%;
	letter-spacing:-.02em;
	line-height:1.385em;
	color:#262626;
	padding:0px;
	margin:0px;
	text-align:left;
}

#main_wrapper {
	width:920px;
	padding:20px;
}

#header {
	border:1px solid #e5e5e5;
	text-align:left;
	margin-bottom:20px;
}

#searchbar {
	padding:20px;
	margin:0;
	float:right;
}

#search_box {
	display:inline-block;
	font-size:0.846em;
	color:#787878;
	border:1px solid #e5e5e5;
	margin:0 1px 0 0;
	padding:1px 6px;
}

#search_button {
	display:inline-block;
	background-color:#efeeee;
	text-transform:uppercase;
	font-size:0.846em;
	color:#787878;
	border:1px solid #e5e5e5;
	padding:1px;
	margin:0;
}

#content {
	background-image:url(../images/content-bg.gif);
	margin-bottom:20px;
}

#main_col {
	width:690px;
	float:right;
	margin-left:-230px;
	text-align:left;
}

#slideshow {
	width:690px;
	height:515px;
}

#home_content {
	padding:20px 20px 0 20px;
}

#left_col {
	float:left;
	width:190px;
	background-color:#f4f3f3;
	padding:10px;
	text-align:left;
}

.left_col_pad {
	padding:4px;
}

.left_col_list {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
}

.left_col_list li {
	background:url(../images/bullet.gif) 2px 6px no-repeat;
	display:block;
	padding:1px 0 1px 19px;
	margin:0 0 0 0;
	text-align:left;
}

.left_col_list li a {
	color:#262626;
	text-align:left;
}

.left_col_list li a:hover {
	color:#6d2705;
	text-decoration:none;
}

.left_col_list ul {
	margin:0 0 0 17px;
	padding:0;
	list-style-type:none;
}

#footer {
	border:1px solid #e5e5e5;
	text-align:left;
	margin-bottom:20px;
	padding:25px;
	text-align:right;
}

.footer_links {
	font-size:0.923em;
	color:#989797;
}

.copyright {
	font-size:0.846em;
	color:#5a5a5a;
	margin-bottom:0;
}

#newsletter {
	padding:0px;
	margin:5px 0 0 0;
	float:left;
	text-align:left;
}

#join_box {
	display:inline-block;
	font-size:0.846em;
	color:#787878;
	border:1px solid #e5e5e5;
	margin:0 1px 0 0;
	padding:1px 6px;
}

#join_button {
	display:inline-block;
	background-color:#efeeee;
	text-transform:uppercase;
	font-size:0.846em;
	color:#787878;
	border:1px solid #e5e5e5;
	padding:1px;
	margin:0;
}

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

table {
	font-size:12px;
}

a {
	color:#6d2705;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0px 0px 20px 0px;
}

.nav_link {
	display:block;
	padding:5px 3px 3px 12px;
	color:#303030;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.nav_link:hover {
	display:block;
	background-color:#303030;
	padding:5px 3px 3px 12px;
	color:#e8dac1;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.title {

}

.subtitle {
	color:#888888;
}

.alttext1 {
	color:#333333;
	font-size:1.308em;
	font-weight:bold;
}

.alttext2 {
	color:#333333;
	font-size:1.154em;
	font-weight:bold;
}

.header1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#421704;
	font-size:2.077em;
	font-weight:normal;
	line-height:normal;
}

.header2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#421704;
	font-size:1.769em;
	font-weight:normal;
	line-height:normal;
}

.header3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#421704;
	font-size:1.231em;
	font-weight:normal;
	line-height:normal;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2f2f2f;
	font-size:2.077em;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0.538em;
	line-height:normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#421704;
	font-size:1.769em;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0.462em;
	line-height:normal;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#421704;
	font-size:1.231em;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0.385em;
	line-height:normal;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#421704;
	font-size:1.538em;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0.1em;
	line-height:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a, h4 a {
	color:#421704;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration:underline;
}

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

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

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

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

.ohf_exp{
			background:url('/images/expand.gif') left center no-repeat;
			float:left;
			width:14px;
			height:18px;
		}
		.ohf_shr{
			background:url('/images/shrink.gif') left center no-repeat;
			float:left;
			width:14px;
			height:18px;
		}
		
		
.ohf_exp_li{
			background:url("/images/expand.gif") no-repeat scroll left center transparent;
			float:left;
			height:19px;
			margin-left:-20px;
			width:14px;
			
		}
.ohf_shr_li{
			background:url("/images/shrink.gif") no-repeat scroll left center transparent;
			float:left;
			height:19px;
			margin-left:-20px;
			width:14px;
		}		
		
.left_col_list li.no_style{
	background:none;
}