html, body {
	font-family: tahoma, sans-serif; 
	font-size: .9em;
	font-weight: normal; 
	margin:0px;
	height:100%;
	min-height:100%; /* real browsers */	
	background: #fef97a url(nav_bgrepeat.gif) repeat-y;
	line-height: 18px;	
}
#container {
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	background: url(nav_bg.gif) no-repeat bottom 40px;
	min-height:100%; /* real browsers */
	margin:0px;	
}


#header {
	height: 85px;
	width: 100%;
	background-color:#e8a413;
	border-bottom: 3px solid #df9904;
	padding-top:10px;
	padding-bottom:10px;
}

.headerbg {
	background-color:#e8a413;
	border-bottom: 3px solid #df9904;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
}

.logo {
	margin-left:30px;
}
.phone {
	padding-left:30px;
	font-size: 1.3em;
	letter-spacing:2px;	
}
#navigation{
	width:220px;
	height:100%;
	float: left;
	border-right: 3px solid #df9904;
/*	clear: both;*/
	/*height:auto !important; /* real browsers */

	/*min-height:100%; /* real browsers */
}
#navigation ul{
	list-style: none;
	list-style-position:inside;
	color:#623017;
	text-decoration: none;
/*	font-size:1.2em;*/
	font-weight: bold;
	margin:0px;
	padding: 0;
	}
	
#navigation li { 
 border-bottom: 2px solid #df9904; 
 	font-size:1.1em;
	list-type: none;
	margin: 0;
	padding: 10px 10px 10px 30px;
} 
#navigation li a:link, #navigation li a:visited  { 
 font-size: 90%; 
 display: block; 
 color: #623017; 
 text-decoration: none; 
}

#navigation li:hover, #navigation li:hover a:link, #navigation li:hover a:visited{
	color:#ffffff;
	text-decoration: none;
	background: #df9904;		
	}

#navigation li.current, #navigation li.current a:link, #navigation li.current:hover, #navigation li.current:visited{
	color:#ffffff;
	text-decoration: none;
	background: #df9904;		
	}
		
#content {
	width:60%;
	padding-left:10px;
	margin-left:230px;	
	background: #fef97a;	
	font-size: 1.1em;
}
hr {	
	border: 1px solid #df9904;
}

.start {
	font-size:1.3em;
	letter-spacing:2px;
	/*font-weight: bold;*/
	}

h2 {
	font-size:1.3em;
	letter-spacing:2px;
	/*font-weight: bold;*/
	}
td {
	font-size:.9em;
}

td.bold {
	font-weight: bold;
}

a:link {
color: #af7903;
text-decoration: none;
}
a:visited {
color: #af7903;
text-decoration: none;
}
a:hover {
color: #946603;
text-decoration: none;
}
a:active {
color: #af7903;
text-decoration: none;
}
	
#navimg {
	clear: both;
	float:left;
	background: url(goldenmile_header.gif) no-repeat;
	bottom:0;
}
#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer{position: relative;
/*	margin-top: -150px; /* negative value of footer height */ 
	height: 50px;
	text-align: center;
	clear:both;} 
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */