/*******************************************************
TITLE: Fixed Box Layout  V1.0
DATE: 20060809
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:3em;
padding:0;
height:100%;
background: #462e26 url(images/bg.png);
color:#000000;  
text-align:center;
font-family: Georgia, Times New Roman;
font-size:.9em;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#eeeeee;
text-decoration:none;
}

blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

#centerColumn { 	
margin:0 auto;
padding:1em;
	width: 960px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
border:1px solid #999999;
}

#centerColumn h2 {
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-size:1em;
letter-spacing:.1em;
}

/************************************************
*	MidSection      								*
************************************************/
#midSection {
	width: 920px;
   margin: 8px auto 0px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
   }
	
#midSection .noPhotoFloat {
	margin-left: auto;
	margin-right: auto;
}
	
#midSection .photoFloat {
	float: left;
	padding-right: 10px;
}

#midSection .textBox {
	float: right;
	width: 200px;
	height: 280px;
}

.textBox .button {
	width: 180px;
	padding: 20px;
	margin: 23px 0 30px 0;
	display: block;
	background: #6A9756;
	font-size: 130%;
	font-weight: bold;
}

.button a {
	color: #fff;
	text-decoration: none;
	}

#midSection #clear {
	clear: both;
}


#midSection .text {
	width: 890px;
	margin: 25px auto 0 auto;
	border-top: 5px solid #D5D5D5;
	border-bottom: 5px solid #D5D5D5;
	color: #000;
}

#midSection .text p {
	text-align: justify;
	padding: 0 20px 0 20px;
}


/************************************************
*	Homepage Bottom					     		* 
************************************************/
#homebottom {
	width: 890px;
	margin: 20px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	background: #ccc;
	}

#homebottom #homebottomleft {
	float: left;
	
	}
	
	#homebottomleft .header {
		display: block;
		width: 250px;
		background:#462e26;
		color: white; 
		font-size: 130%;
		font-weight: bolder;
		text-align: right;
		padding-right: 10px;
		line-height: 2em;
		margin-top: -5px;
	}
	
#homebottom #homebottommiddle {
	float: left;
	padding: 0 55px 0 55px;
	}
	
	#homebottommiddle .header {
		display: block;
		width: 250px;
		background:#462e26;
		color: white; 
		font-size: 130%;
		font-weight: bolder;
		text-align: right;
		padding-right: 10px;
		line-height: 2em;
		margin-top: -5px;
	}
	
	
#homebottom #homebottomright {
	float: left;
	}
	
	#homebottomright .header {
		display: block;
		width: 250px;
		background:#462e26;
		color: white; 
		font-size: 130%;
		font-weight: bolder;
		text-align: right;
		padding-right: 10px;
		line-height: 2em;
		margin-top: -5px;
	}
	
#clear {
	clear: both;
}

#header {
margin:-1em 0 0 0 !important;
margin:-2em 0 0 0;
padding:0 0 0 0;
height:182px;
background-color:#FFF;
}

#header .topGraphic {
	padding-top: 10px;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 1.75em;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
}

#nav {
margin:0 0 1em 0;
	padding: 10px 0px 10px 0px;
background: #C97416;
color: #fff;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin: 0px 40px 0px 0px;
	padding: 0px;
   overflow: hidden;
	}
		
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
   overflow: hidden;
	}
	
#nav ul li a {
	font-size: 12px;
	font-family: georgia, times new roman;
	color: #ffffff;
   padding: 0px;
	margin: 10px 0px 10px 0px;
   text-decoration: none;
	text-transform: lowercase;
   overflow: hidden;
	}
#nav ul li a:hover {
	color: #462e26;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
   overflow: hidden;
	}

#footer {
position:relative;
bottom:0;
margin:5em 0 0 0;
padding: 1em 0 1em 0;
line-height:1.3em;
text-align:center;
font-size:.8em;
border-top:1px solid #999999;
background: #C97416;
color: #fff;
}

#footer a {
color: #0C52CE;
}

#footer a:hover {
color: #fff;
	}













