@charset "UTF-8";
/* CSS Document */



/* DEFAULTS GO HERA */
body {
	background-color: #eaeaea;
	margin:0px;
	background-image: url('images/bg4.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	border:solid 0 #4e4e4e;
	border-width:1px 0px 0px 0px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#e3783e;
	margin-bottom:0px;
	margin-top: 3px;
	letter-spacing: -2px;
} 
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight:normal;
	/*text-transform: uppercase;*/
	color:#454545;
	margin-bottom:10px;
	letter-spacing: 1px;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#686868;
	margin-top:3px;
	line-height:15px;
}
h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#3c281d;
	line-height:15px;
	margin-top:19px;
	margin-bottom:0px;
	text-transform:uppercase;
}
p, td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3c281d;
	line-height:18px;
	margin-top:9px;
}
ul, ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3c281d;
}
li {
	padding-bottom: 8px;
	letter-spacing: -1px;
}
img {
	border: 0px;
}
a{
	color:#e3783e;
}
a:hover{
	color:#e18f62;
}



/* DEFAULT CLASSES */
.article_title{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	/*text-transform:uppercase;*/
}
.orange_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e3783e;
	font-weight:bold;
	text-decoration:none;
}
.contact_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#2B2B2B;
	text-transform:uppercase;
}
.contact_field{
	background-image:url('images/text_bg.jpg');
	border:solid 0 #b9b9b9;
	border-width:1px 1px 1px 1px;
	width:299px;
	height:27px;
	padding:4px 0px 0px 5px;
}
.contact_textarea{
	background-image:url('images/textarea_bg.jpg');
	border:solid 0 #b9b9b9;
	border-width:1px 1px 1px 1px;
	width:299px;
	height:120px;
}
.contact_desc{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	font-size:11px;
	line-height:16px;
	color:#2B2B2B;
}
.black_trans{
	background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
	.black_trans IMG{
		filter:alpha(opacity=99);
		-moz-opacity:0.99;
		-khtml-opacity: 0.99;
		opacity: 0.99;
	}
	.untrans {
		filter:alpha(opacity=99);
		-moz-opacity:0.99;
		-khtml-opacity: 0.99;
		opacity: 0.99;
	}
/* FRAME WORK CLASSES */
#header{
	width:1002px;
	height:172px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
#menu_bg{
	position:relative;
	top:-172px;
	z-index:5;
}
#menu_menus{
	position:relative;
	top:-199px;
	padding-left:15px;
	z-index:10;
}
#menu_menus_ie{
	position:relative;
	top:-201px;
	padding-left:15px;
	z-index:1000;
}
#content_cell{
	padding:5px 55px 15px 20px;
}
#content_cell_sub{
	padding:5px 20px 15px 0px;
}
#content_repeat{
	background-image:url('images/content_bg_repeat.jpg'); 
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f3f0eb;
}
.right_padded{
	padding:5px 15px 15px 15px;
}
#right_menu{
	background-image:url('images/right_menu_repeat.jpg');
	background-repeat:repeat-y;
}
#sub_content{
	padding:15px 15px 15px 40px;
}
.menu_pad{
	padding-top:0px;
}
#contentDiv{
	width:704px;
}
.contentImage {
	border: 6px solid #FFFFFF;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:8px;
}


/* NEWS SECTION */
#news_pic{
	padding:10px 10px 0px 0px;
}
.news_date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#958160;
}
.story_desc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#68635b;
	font-weight:normal;
	line-height:20px;
	padding-bottom:3px;
	padding-top:5px;
}
.quote_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	color:#e18f62;
	
}
.quote_txt2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
		
}
.quote_link {
	text-decoration:none;
	color:#333333;
}
.quote_link:hover {
	color:#e18f62;
}



/* SUB PAGES MENU (LEFT MENU) */
#left_menu_container{
	padding:13px 0px 10px 0px;
	}
	#left_menu_inner_container{
	padding:5px 0px 0px 0px;
	}
.left_menu_title{
	background-image:url('images/left_menu_title_bg.jpg');
	background-repeat: no-repeat;
	width:223px;
	height:33px;
	margin-bottom: 4px;
	}
	.left_menu_title DIV{
		padding:9px 0px 0px 18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-style:italic;
		font-weight:bold;
		color:#FFFFFF;
	}
		.left_menu_title DIV A {
			color: #ffffff;
			text-decoration: none;
		}
.left_menu_main{
	padding:6px 0px 6px 33px;
	}
	.left_menu_main a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#655f5b;
		text-decoration:none;
		}
.left_menu_sub{
	padding:6px 0px 6px 49px;
	}
	.left_menu_sub a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#79736f;
		text-decoration:none;
		}
.left_menu_main_sel{
	padding:6px 0px 6px 19px;
	}
	.left_menu_main_sel a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#242424;
		text-decoration:none;
		}
	.section_sel_button{
		border:solid 0 #F3F0EB;
		border-width:0px 3px 0px 0px;
	}
	
	
.left_menu_main_roll{
	padding:6px 0px 6px 33px;
	}
	.left_menu_main_roll a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#e3783e;
		text-decoration:none;
		}
	
	
.left_menu_sub_sel{
	padding:6px 0px 6px 49px;
	}
	.left_menu_sub_sel a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#e3783e;
		text-decoration:none;
		}
.content_sections P{
	margin-top:3px;
}



/* FOOTER SECTION */
#footer_repeat{
	background-image:url('images/footer_bg_repeat.jpg');
	background-repeat:repeat-x;
	height:66px;
}
#footer_container{
	padding:29px 0px 0px 0px;
}
#footer_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#343434;
	padding:17px 15px 0px 0px;
	text-decoration:none;
	text-transform:uppercase;
	}
	#footer_txt a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#343434;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	
	
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:124px;
    width: 237px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}