/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/


body, html {
	color:#666;
	background: #f0eee1;
	min-height:101%;
	font: 100% Arial,Verdana;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#home {
margin: 0px;
}

* { 
	margin: 0px;
	padding: 0px;
	border: none
} 

p {	
	margin: 15px 0px;
	line-height: 130%;
}
		
a:link, a:visited {	
	text-decoration:none;
	color: #6E292E; 
}

a:hover, a:active {	
	color:#763107;
	text-decoration: underline;
	
}

input, textarea, select {	
	border: 1px solid #333;
	padding: 1px;
	margin-bottom: 5px;
}

*:focus { 
	outline: none 
}

table {
	margin-left: 30px;
	padding-top: 10px;
}

/* ---------- @ Headings -----------*/
	
h1 {
	font-size: 1.8em
	}

h2 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6E292E;
	text-align: right;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 0px;
	}
	
h3 {
	font-size: 1.2em;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #496132;
	text-align: left;
	padding: 6px 0px 2px 28px;
	}
	
h4 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #496132;
	text-align: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 0px;

	}




/* ---------- @ Page Structure -----------*/


#wrapper {
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	width: 703px;
	text-align: center;
   }
   
#wrapperinterior {
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	width: 640px;
	text-align: center;
   }
#topsection {
	height: 101px;
	margin-bottom: 5px;
	margin-top: 10px;
	background-image: url(/images/index/topphotos.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 500;

	}
#topsection ul {
	padding-top:  83px;
	list-style: none;
	margin-left: 0px;

	}
#topsection li {
	display: inline;
	padding-top: 50px;
	}
#topsection a:link {
	color: #893028;
}

#topsection a:hover {
text-decoration: underline;
}

#topsection a:visited {
	color: #305031;
}

#navinterior {
text-align: left;
padding: 8px 0px 8px 0px;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 500;

}
#navinterior ul {
padding-top:  10px;
	list-style: none;
	margin-left: 0px;
}
#navinterior li {
	display: inline;
	padding-top: 5px;
	}
#navinterior a:link {
	color: #893028;
}

#navinterior a:hover {
text-decoration: underline;
}

#navinterior a:visited {
	color: #305031;
}


#main {
	background-image: url(/images/index/homephoto2.jpg);
	height: 295px;
	width: 701px;
	background-repeat: no-repeat;
	border: 1px solid #893028;
		}
		
#maininterior {
	width: 638px;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #893028;
	border-bottom: none;
	border-top: none;
	padding: 0px 0px 20px 0px;

		}
#maininterior p {
padding: 3px 30px 10px 30px;
margin: 0px;
}

#maininterior h4 {
padding-left: 30px;
}

#affiliates {
	margin-top: 10px;
	height:72px;
	width: 701px;
	border: 1px solid #6D7041;
	background-image: url(/images/index/affilates.gif);
	background-repeat: no-repeat;
}

#text-box {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #6D7041;
	border-top: none;
}

#text-box h3 {
	font-size: 1.2em;
	font-family: Georgia, Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #496132;
	text-align: left;
	padding: 6px 0px 0px 23px;
	}
#text-box p {
padding: 0px 10px 5px  23px;
margin: 0px;
font-size: 11px;
line-height: 18px;
}

#affiliatesinterior {
	height:72px;
	width:638px;
	border: 1px solid #6D7041;
	background-image: url(../images/secondary/affilatesin.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url(../images/secondary/headersite.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 638px;
	border: 1px solid #893028;
}
		   
		   
h1#logo {
	width: 150px;
	background: url(/images/logo.png);
	height: 146px;
	text-indent:-9000px;
}

.left {
	float:left;
	padding-left: 30px;
		width: 200px;
}

#leftresources {
	float:left;
	padding-left: 30px;
		width: 290px;
}

.leftcontact {
	float:left;
	padding-left: 30px;
		width: 290px;
}

.right {
	float:right;
	padding-right: 20px;
}

#rightresources {
	float:right;
	padding-right: 20px;
}

.rightcontact {
	float:right;
	padding-right: 20px;
}

.textsmall {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.12ex;
}

#resourcestop {
padding: 0px 25px 0px 28px;
}

#resourcestop p {
padding: 0px 20px 5px 0px;
}

#resourcestop h4 {
padding-left: 0px;
}

#leftresources h4 {
padding-left: 0px;
}

.image-top-pad {
padding-top: 6px;
}

	

/* ---------- @ Navigation -----------*/


#navbar {	
	background: #000;
}

#navbar a, #navbar a:visited {	
	color:#FFF;
}
	
#navbar a:hover, #navbar a:active {	
	color:#b3d9e8;
}

	
#nav li {
	list-style:none;
}

#navbar a {
	display:block;
	width: 122px;
	height: 16px;
	text-indent: -9000px;
}

a#link {
	background:url(/images/nav_link.gif);
}

a#link:hover {
	background:url(/images/nav_link_on.gif);
}


	
		



/* ---------- @ Content Area -----------*/

#content {
}



/* ---------- @ Forms -----------*/

.button {
	border:1px solid #893028;
	padding: 2px;
	color:#333333;
	background-color: #D3D1BA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.button:focus {	
	padding:2px;
	background: #000 ! important;
}
		
.button:hover {	
	background: #CCC ! important;
	color: #000;
}

#callout {
	text-align:left;
	width:440px;
	margin-bottom:-80px;
}

#callout h2 {
	text-align:left;
	font-style:italic;
}

span.callout {
	color:rgb(118,49,7);
	display:block;
	text-align:center;
	font-family:georgia,serif;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
}

#callout p {
	margin-top:0;
}

/*Clear*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	padding: 10px 4px 0px 6px;
	color:#333333;
	clear:both;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	font-variant: small-caps;
}
#footer a {
color: #333333;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

#footer .eho {
	float: right;
	padding: 5px 15px 0 0;
}

a#cat4 {
	display:block;
	width:36px;
	height:38px;
	float:right;
	background-image:url(/images/shared/c4.gif);
	text-indent:-9000px;
	margin-top: 5px;
}
.clear {
	display: inline-table;
	clear: both;
}
