/* ---------->>> GLOBAL <<<-----------*/

* { margin: 0; padding: 0; }

body {
	background: #C78C2A url(tile.gif) repeat;
	color:#101010;
 	font: .75em Arial, Helvetica, sans-serif;
   }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}
	
fieldset { padding: .5em; }

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

/* ---------->>> DIVS <<<-----------*/

#wrapper { 
 margin: 0 auto;
 width: 810px;
 background: #fff url(wrapper.gif) top left repeat-y;
}

#header {
margin-top: 0px;
 background: #fff url(home_header.jpg) bottom left no-repeat;
 width: 800px;
 margin: 0 auto;
 height: 220px;
 overflow: hidden;
 border-top: 4px solid #5C3432;
 border-bottom: 4px solid #5C3432; 
}

#subheader {
margin-top: 0px;
 background: #fff url(subpage_header.jpg) bottom left no-repeat;
 width: 800px;
 margin: 0 auto;
 height: 100px;
 overflow: hidden;
 border-top: 4px solid #5C3432;
 border-bottom: 4px solid #5C3432; 
}



#content { 
  width: 740px;
  margin: 0 auto;
  margin-top: 5px;
}

#footer {
 margin: 0 auto;
 width: 810px;
 height: 20px;
 background: #fff url(footer.gif) top left no-repeat;
}

/* ---------->>> HEADER ITEMS <<<-----------*/

h1 { }

	#subheader h1 {
	height:99px; /* height of logo */
	width:220px; /* width of logo */
	background: url(spacer.gif);
	text-indent:-9000px;
	padding-top: 0px;
	float: left
	}
	
	#content h1 {
	font: 14px "Times" serif;
	color: #C78C2A;
	margin-bottom: 10px;
	}
	#content h1 span {
	font: 18px "Times" serif;
	color: #6B4631;
	margin-left: 20px;
	}

h2 { }
	#content h2{
	font: 16px "Verdana";
	color: #663300;
	}

p { }
	#header p {
	font: 18px "Arial";
	color: #fff;
	line-height: 20px;
	text-align: left;
	margin-left: 20px;
	margin-top: 180px;
	letter-spacing: .5px;
	}
	#content p {
	margin-bottom: 20px;
	line-height: 1.4em;
	text-align: justify;
	}
	#content p.no {
	margin-bottom: 20px;
	line-height: 1.4em;
	text-align: left;
	}
	
	#footer p { 
	padding-top: 10px;
	color: #495A10;
	}

a { }
	#subheader a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	}
	
	#content a, #footer a { color: #6B4631; }

ul { }
	#content ul {
	margin-bottom: 20px;
	}
	
li { }
	.arrow li
	{
	list-style-type: none;
	padding-left: 15px;
	background-image: url(arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}		
	#content li {
	margin-left: 20px;
	line-height: 1.4em;
	text-align: left;
	}
	

/* ---------->>> FOOTER Tags <<<-----------*/

#quote { margin-left: 20px; margin-top: 50px; width: 160px; font: italic 12px "Times"; color: #666; text-align: justify; line-height: 18px; }

#quote span {
	font: normal 10px "Arial"; float: right;
}

#sidetext {
}

.strong { font-weight: bold; text-transform: uppercase;}
.brown { color: #C78C2A;}
.col50 { width: 215px;float: left; margin-left: 15px; }
.col60 { width: 270px;float: left; margin-left: 0px; }
.col70 { width: 290px;float: left; margin-left: 0px; }

.quote { margin-left: 20px; margin-top: 50px; width: 160px; font: italic 12px "Times"; color: #666;}

.quote span { font: normal 10px "Arial"; float: right;}

.paddtop { margin-top: 40px; }
.addpadd { margin-left: 30px; }
.small { font-size: 10px; color: #999;}
.clear { clear: both; background: none; }

#footer img { margin: 10px; }
	