html, body   
	{ 
	height: 100%; 
	margin: 0px 0px 0px 0px; 
	margin-left: auto; 
	margin-right: auto;  
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	}
		
img 
	{ 
	border:none; 
	}

/* Layout
-------------------------------------------------------------- */

#container
	{
	min-height: 100%; 
	margin-left: -480px; 
	position: absolute; 
	left: 50%; 
	width: 960px;
	background-color:#edebe1;
	}

#nav_container
	{
	background-image: url(../images/nav_bkgrd.gif);
	background-repeat: repeat-x;
	height: 70px;
	width: 960px;	
	float: left;
	}

#photo_container
	{
	height: 340px;
	border-top: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
	width: 960px;
	float: left;
	background-image: url(../images/hm_photo.jpg);
	}

#content_container
	{
	width: 960px;
	background-color: #3b2314;
	float: left;
	padding: 0 0 20px 0;
	}
	
#content_container.sub
	{
	width: 960px;
	background-color: #edebe1;
	float: left;
	}

#footer
	{
	float: left;
	background-color: #dbd8cb;
	width: 960px;
	padding: 20px 0 20px 0;
	}

#logo
	{
	width: 198px;
	height: 200px;
	position: relative;
	top: 70px;
	left: 50px;
	z-index: 2;
	}

#box
	{
	float: left;
	min-height: 180px; height: auto !important; height: 180px;	
	}	
	
#box.one
	{
	width: 429px;
	margin: 20px 20px 0 20px;
	display:inline; 
	}
	
#featurebox
	{
	float: left;
	min-height: 180px; height: auto !important; height: 180px;	
	border-left: 1px solid #958a7e;
	margin: 20px 20px 0 0;
	width: 215px;
	}
	
#featureboxpadding
	{
	padding-left: 15px;
	}
	
#subcontent
	{
	float: left;
	min-height: 180px; height: auto !important; height: 180px;	
	width: 655px;
	margin: 0px;
	}
	
#subpadding
	{
	padding: 20px 20px 0 40px;

	}


	
/* Text
-------------------------------------------------------------- */
#nav_container
	{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	}	
	
#content_container
	{
	color: #958a7e;
	line-height: 22px;
	}
	
#content_container.sub
	{
	color: #3b2314;
	line-height: 22px;
	}
	
h1 
	{
	font-size: 24px;
	margin: 0 0 5px 0;
	font-weight: normal;
	line-height: 26px;
	}

#footer
	{
	color: #3b2314;
	font-size: 13px;
	}

p.footer
	{
	font-size: 11px;
	margin: 20px 0 0 40px;;
	}

	
/* List Items
-------------------------------------------------------------- */
ul 
	{ 
	list-style: none; 
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	
li 
	{
	list-style: none; 
	margin: 0 0 0 -20px;
	}

#nav_container li
	{
	float: left;
	display: block;
	padding: 27px 60px 0 30px;
	}
	
#nav_container li.end
	{
	float: left;
	display: block;
	padding: 27px 0 0 30px;
	}
	
#nav_container li a
	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
#nav_container li a:hover
	{
	color: #3b2314;
	}
	
#featurebox li
	{
	line-height: 22px;
	margin: 0 0 0 -40px;
	font-size: 13px;
	}

.arrow
	{
	background-image: url("../images/nav_arrow.gif"); background-repeat: no-repeat; background-position: 0 0.6em; padding-left: .6em;
	color: #cabdae;
	font-weight: bold;
	}
	
.arrow_sub
	{
	background-image: url("../images/nav_arrow.gif"); background-repeat: no-repeat; background-position: 0 0.6em; padding-left: .8em;
	color: #3b2314;
	font-weight: bold;
	}
	
#footer li
	{
	float: left;
	margin: 0 20px 0 0;
	}
	
#footer li a
	{
	color: #3b2314;
	text-decoration: none;
	font-weight: bold;
	padding-left: 1.5em;
	display: block;
	}
	
#footer li a:hover
	{
	color: #f2757a;
	text-decoration: none;
	}
	
.tw { background-image: url("../images/tw_icon.png"); background-repeat: no-repeat; background-position: 0 -.1em; padding-left: .3em; }
.fb { background-image: url("../images/fb_icon.png"); background-repeat: no-repeat; background-position: 0 -.02em; padding-left: .3em; }
	

/* Form Elements
-------------------------------------------------------------- */

input 
	{
	display: inline;
	border: none;
	}
	
input.list
	{
	margin: 0 0 0 0;
	padding: 4px;
	background-color:#ffffff;
	width: 128px;
	height: 16px;
	font-size: 11px;
	}
	
input.button
	{
	margin: 0 0 0 5px ;
	padding: 0;
	background-color: #edebe1;
	}
	
input.button_hm
	{
	margin: 0 0 -10px 5px ;
	padding: 0;
	background-color: #3b2314;
	}
	
.contact
	{
	width: 200px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	}
textarea 
	{
	margin: 5px 0 0 0;
	padding: 5px;
	background-color:#606060;
	border: none;
	}

/* Tables
-------------------------------------------------------------- */
#subcontent table{margin: 10px 0 0 0;}
#subcontent table td{padding: 3px;}

#subcontent table td.left{width: 200px; font-weight:bold;}
#subcontent table td.head{width: 70px; font-weight:bold;}
#subcontent table tr.alt{background-color:#dbd8cb;}





/* Global
-------------------------------------------------------------- */

.fl {float: left;}
.fr {float: right;}
.block {display: block;}
.clear {clear: both;}
.wt {color: #FFFFFF;}
.pink {color: #f2757a;}
p {margin: 0px;}
p.sub {margin: 15px 0 0 0 ;}

a {color: #f2757a;}



	
	
/* Debugging Classes
-------------------------------------------------------------- */

		.debug {
			border: 1px solid red;
		}
		a.missing:link, a.missing:visited {
			color: red;
		}
		p.note {
			color: red;
		}
		

