@charset "UTF-8";
/* CSS Document */


body {
	background: url(../images/bkg.png) repeat-x;
	background-color: #f6eac2;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: helvetica, arial, sans serif;
	font-size:11px;
	line-height: 18px;
	
}

a {color: #444137; text-decoration: underline;}

a:hover {text-decoration: none;}

p, td { font-size:12px; line-height: 20px; color: #444137;}

#container {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	background: url(../images/bkg2.png) no-repeat top;
	background-color: #f6eac2;
	padding-top:5px;
	}
	

h3 {
	font-family: arial narrow, helvetica, sans serif;
	color: #1f7297;
	font-size: 14px;
	}
	
h4 { font-family: arial narrow, helvetica, sans serif;
	color: #8a4822;
	font-size: 20px;
	font-weight: normal;
	}
	
h5 { font-family: arial narrow, helvetica, sans serif;
	color: #8a4822;
	font-size: 20px;
	font-weight: normal;
	margin: 12px 0 0 100px;
	
	}
	
h1 { font-family: arial narrow, helvetica, sans serif;
	color: #8a4822;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 15px;
	
	}
	


/*Navigation*/	

#navigation {
	width: 1000px;
	height: 35px;
	font-family: helvetica, arial, sans serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	text-align: left;
	line-height: 35px;
	margin-top: -20px;
	}
	
#navigation li {
	display: inline;
	padding: 10px 14px;
	border-right: 1px solid #302e25;
	}
	
#navigation li.border {
	border-left: 1px solid #302e25;
	}

#navigation a {
	color: white;
	text-decoration: none;
	}

#navigation a:hover {
	color:#f6eac3;
	}
	
	
#navigation a.selected {
	color:#f6eac3;
	text-decoration: underline;
	}
	
	
/*Header*/
	
	
#header {
	margin-top:18px;
	}
	
/* Header Left Column*/

#headerLeft {
	float: left;
	width: 350px;
	text-align:center;
	padding-left: 20px;
	}
	
#headerLeft h2 {
	color: #8a4620;
	font-family: arial narrow, helvetica, sans serif;
	font-weight: normal;
	font-size:25px;
	line-height: 28px;
	padding-left: 30px;
	margin-top: 0px;
	
	}
	
#headerLeft p {
	font-family: arial narrow, helvetica, sans serif;
	color: #333333;
	font-size:25px;
	margin-left:35px;
	margin-top:10px;
	}
	
#buttons {
	margin-top:-10px;
	margin-left: 25px;
	}
	
	
	
#headerRight {
	float: right;
	padding-right:25px;
	
	}
	
	
/* Main Content*/
	
#leftColumn {
	width: 139px;
	float: left;
	margin-left: 25px;
	background: url(../images/contact-bkg.png) no-repeat top center;
	padding-top: 8px;
	
}

.margin {
	margin-bottom: 10px;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	}
	
.margin2 {
	padding-bottom: 10px;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	}
	
#rightColumn {
	width: 167px;
	float: right;
	background: url(../images/right-sidebar.png) no-repeat top center;
	background-color: #f5f0dc;
	margin-right:60px;
	padding-top:10px;
	margin-bottom: 20px;
	}

#rightColumn p { font-size:11px; line-height: 16px;}

#middleColumn {
	margin: 25px 167px 0 200px;
	width: 475px;
	padding: 10px 15px 0 35px;
	text-align: left;
	background-color: #f5f0dc;
	border-top: 1px solid #89441e;
	min-height: 398px;
	padding-bottom: 25px;
	}
	
#middleColumn ul {font-size:12px; line-height: 18px; color: #444137;}

#middleColumn img {border: 1px solid #8a4822; margin:5px;}
	
/* Footer*/
	
#footerContent {
	background: url(../images/footer-bkg.png) repeat-x;
	width: 100%;
	display: block;
	height: auto;
	border-top: 1px solid #89441e;
	background-color: #f9e397;
	}

#container2 {
	width: 1100px;
	height: auto;
	margin: 0px auto;
	background: url(../images/footer-bkg.png) repeat-x;
	}	

	
#blogFeed {
	width: 697px;
	/*height: 160px;*/
	/*background: url(../images/blog-bkg.png) no-repeat left;*/
	margin-left:75px;
	margin-top:25px;
	margin-bottom:25px;
	background-color: #f5f0dc;
	border: 2px solid #fff;
	float: left;
	text-align: left;
	}
	
#blogFeed p { padding: 0 25px 0 25px; }


	
#quickLinks {
	background: url(../images/quick-links-bkg.png) no-repeat bottom;
	background-color: #f5f0dc;
	/*border: 1px solid #fff;*/
	width: 165px;
	height: 180px;

	padding: 0;
	margin-right: 110px;
	margin-top:25px;
	
	text-align: left;
	}
#quicklinks ul{margin: 0; padding: 0;}
#quickLinks li {margin: 0; padding:0;}
#quickLinks li a {font-size:12px; line-height: 20px; text-decoration: underline;}

#quickLinks li a:hover {text-decoration: none;}


	


.clearfloat { 
	clear:both;
   width:100%;
   background-color: #f9e397;
}

#footer {background-color: #f9e397; margin-top: -12px; clear:both; padding: 10px 0 0 0;}