/*
Background-Top: #D8CDB4
Background-Bottom: #CCB98A
Green: #9A9635
Orange: #D86519
Red: #AC2A2C
Text: #7B6E4F
*/

* {margin: 0; padding: 0;}

body{
	background: url(../images/bg.jpg) #ccb98a repeat-x;
	font-family: 'arial', 'garmond', 'lucida sans', times;
	font-size: 12px;
	line-height: 1.7em;
	color: #7B6E4F;
}

h1{ 
	font-family: 'garmond', 'arial', 'garmond', 'lucida sans', times;
	line-height: 1.2em;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 5px;
}
h2{ 
	font-family: 'garmond', 'arial', 'garmond', 'lucida sans', times;
	line-height: 1.2em;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
h3{ 
	font-family: 'garmond', 'arial', 'garmond', 'lucida sans', times;
	line-height: 1.2em;
	font-size: 14px;
	margin-bottom: 5px;
}
h4{ 
	font-family: 'garmond', 'arial', 'garmond', 'lucida sans', times;
	line-height: 1.2em;
	font-size: 12px;
	margin-bottom: 5px;
}
h5{ margin-bottom: 5px; }
h6{ margin-bottom: 5px; }

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

hr{ border: 0; border-top: 1px solid #E0D5B9; height: 0; display: block; width: 100%; margin: 5px 0 5px 0; }

.cleaner{ clear: both; }

#container{
	width: 774px;
	padding: 20px 0 0 0;
	background-color: #fff;
	margin: 0 auto;
	border-bottom: 9px solid #AC2A2C;
}

/**********HEADER*************/
#header{ height: 98px; padding: 0 20px 0 20px; }

.header-box{
	position: relative;
	top: -60px;
	left: 515px;
}


#nav{
	margin-top: 2px;
	width: 100%;
	color: #A6966F;
	line-height: 1em;
	list-style-type: none;
	border: 1px solid #EDEEDE;
	border-left: 0;
	height: 24px;
}

#nav li{
	float: left;
	padding: 1px 0 0 0;
	border-left: 1px solid #EDEEDE;	
	background: #EDEEDE;
	margin-top: -1px;
	position: relative;
}

#nav li a{ 
	display: block; 
	border-top: 2px solid #fff; 
	background-color: #fff; 
	color: #A6966F; 
	text-decoration: none; 
	padding: 4px 10px 6px 10px; 
}

#nav li:hover, #nav li.sfhover{ background-color: #D86519; }
#nav li:hover a, #nav li.sfhover a{ background-color: transparent; color: #fff; text-decoration: none; }

#nav li.active{ 
	background-color: #9A9635; 
	color: #fff; 
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	margin: 0;
	
}
#nav li.active a{ color: #fff; }

/************************/
#center{
	width: 774px;
	background: url(../images/container-bg.jpg) no-repeat #fff;
	background-position: bottom left;
	margin-top: 0;
}
#center-home{
	width: 774px;
	background: url(../images/container-bg1.jpg) no-repeat #fff;
	background-position: bottom left;
	margin-top: 0;
}

#content{
	padding: 0 19px 70px 20px;
	margin-top: 0;
}

#content ul{ list-style-image: url(../images/square-bullet.jpg); margin: 0 0 15px 30px; }
#content ol{ margin: 0 0 15px 30px; }

#content a{ color: #C56E28; text-decoration: none; }
#content a:hover{ color: #C56E28; text-decoration: underline; }

#join-newsletter{
	background: url(../images/join-news-box.jpg) no-repeat;
	padding: 50px 17px 0 10px;
	width: 236px;
	height: 109px;
	line-height: 1.0em;
}
#join-newsletter form{ text-align: center; }

#join-newsletter .input{
	width: 190px;
	height: 13px;
	padding: 2px;
	border: 1px solid #D1D1D1;
	color: #7B6E4F;	
}
#join-newsletter .button{
	background: url(../images/sign-up.jpg) no-repeat;
	border: none;
	width: 62px;
	height: 26px;
	margin: 8px 0 10px 0;
}



/****************HOME TEMPLATE******************/
#home-left{ 
	padding-top: 20px;
	width: 460px; 
	float: left;
}

.home-image{ 
	border: 3px solid #EDE3CA; 
	width: 454px;
	margin-bottom: 10px;
}

#home-right{ 
	padding-top: 20px;
	float: right; 
	width: 261px;
	padding-left: 13px; 
}

.home-content{ margin: 0 0 10px 0; }



/******************INTERIOR TEMPLATE*******************/

#red-bar{ 
	height: 15px;
	width: 100%;
	background-color: #AC2A2C;
	margin-bottom: 12px;
	border-right: 1px solid #AC2A2C;
}

#interior-left{
	float: left;
	width: 423px;
	padding: 0 17px
}

#interior-full{
	/*float: left;*/
	padding: 0 17px;
}

#interior-left .interior-text{ padding: 10px 0 30px 10px; }

#interior-right{
	float: right;
	background: #F0EFEE;
	width: 261px;
	padding: 8px 8px 15px 8px;
	margin: 0 0 100px 0;	
}

.interior-image{ margin-bottom: 4px; width: 260px; }


/****************FOOTER*******************/

#footer{
	width: 764px;
	margin: 5px auto;
	text-align: right;
	padding: 5px 0 0 10px;
}

#footer-boxes{
	background: url(../images/footer-boxes.jpg) no-repeat;
	width: 24px;
	height: 9px;
	float: left;	
}








