/* CSS Document */

#font {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;	

}


#wrapper {
	height : 100%;
	overflow : hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;

}


a {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;

}


a:hover, a:focus, a:active {
	color: #CCCCCC;
	text-decoration: none;

}




.header {
	height: 120px;
	width: 875px;
	margin: auto;

}

.logo {
	margin: auto;
	height: 112px;
	width: 500px;
}


.navwrapper {
	height: 20px;
	background-image: url(../images/background_nav.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 8px;
}


.nav {
	height: 12px;
	width: 875px;
	text-align: center;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
}

.nav a {
	color: #564C4B;
	text-decoration: none;
	padding-right: 30px;
	margin-top: 15px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 30px;
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 13px;
}

.nav a:hover, a:focus, a:active {
	color: #FB7C7F;
}





.contentwrapper{
	height: 100%;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8D4748;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8D4748;
	background-image: url(../images/content_background.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}


.content {
	height: 100%;
	width: 875px;
	overflow: hidden;
	margin: auto;
}


.slideimage {
	height: 100%;
	overflow:hidden;
	width: 855px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #8D4748;
	padding-top: 12px;
	padding-left: 12px;
}


.image {
	height: 100%;
	overflow:hidden;
	width: 855px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #8D4748;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;

}



.contentleft {
	float: left;
	height: 100%;
	width: 325px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	margin-left: 2px;
	line-height: 20px;
	text-align: justify;
}


.contentleft img {
	padding-right: 10px;

}

.contentleft ul li {
	list-style-image: url(../images/bullet.jpg);
}







.contentright {
	float: right;
	height: 100%;
	width: 540px;
	margin-top: 15px;
	background-color: #F8F7F7;
	margin-bottom: 25px;
	padding-top: 15px;
	overflow: hidden;
	padding-bottom: 15px;
}

.maincontentright {
	float: right;
	height: 100%;
	width: 490px;
	margin-top: 15px;
	background-color: #F8F7F7;
	margin-bottom: 25px;
	overflow: hidden;
	line-height: 22px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}



.quickbox {
	float: left;
	height: 100%;
	width: 155px;
	margin-top: 16px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
}


.quickboxcenter {
	float: left;
	height: 100%;
	width: 155px;
	margin-top: 16px;
	overflow: hidden;
	margin-right: 2px;
	margin-left: 2px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-left-color: #EFEFEF;
	text-align: justify;
}

.footer {
	margin: auto;
	height: 85px;
	width: 875px;
	line-height: 28px;
	color: #999999;
	font-size: 10px;
}

.footerleft {
	float: left;
	width: 575px;
	margin-top: 15px;
}

.footerright {
	float: right;
	width: 275px;
	margin-top: 15px;
}


/* Typography */

.quickheader {
	font-size: 14px;
	color: #88363F;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}


.title{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;

}

.subtitle {
	font-size: 13px;
	color: #8D4748;
	font-weight: bold;
}



/* Easy Slider */

	#slider a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	}
	
	

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	border: 0px solid #FFFFFF;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:845px;
		height:260px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:28px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
	float:left;
	height:14px;
	line-height:14px;
	background:#7c2e2f;
	text-decoration:none;
	color: #7c2e2f;
	width: 14px;
	padding: 1px;
		}
	ol#controls li.current a{
		background:#B84446;
		color:#B84446;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/* Expand Div */

.expandnav {
	width : 490px;
	height:  30px;
	padding-top:20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1f1f1;
	border-bottom-color: #f1f1f1;
	padding-bottom: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/navbackground.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

.expandnav a {
	font-size: 18px;
	color: #08351D;
	text-decoration: none;


}


.expandnav a:hover, expandnav a:focus, expandnav a:active {
	text-decoration: none;
	color: #CCCCCC;

}

