body
{	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	margin:0px;
	padding:0px;
}

a{
	color:#ffc700;
}

#wrap {
	background-color:#EFEFEF;
	border-bottom:1px solid #CCC;
	height:310px;
}

.container{
	margin:1em auto;
	margin-top:0px;
    position:relative;
    text-align:left;
    width:900px;
}

#header{
	width:900px;
	height:65px;
	color:#686666;
	font-size:10pt;
}

#header .location{
	width:120px;
	float:right;
	margin-top:6px;
}

#header .phone{
	width:130px;
	float:right;
	margin-top:6px;
}

#menu{
	background-color:#ffc700;
	float:left;
	height:35px;
	width:900px;
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

#menu ul li{
	display: inline;
	list-style-type: none;	
	margin:0px;
	float:left;
}
#menu ul li a{
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 9px 8px 9px;
	line-height:33px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	margin:0px;
}
#menu ul li:hover{
	background-color:#4c4c4c;
	border-bottom:2px solid #252525;
}
#headliner{
	background-position:50% 100%;
	background-image:url(../img/header_02.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:193px;
	float:left;
}

#leftContent{
	float:left;
	color:#666666;
	margin-top:15px;
	padding:0px 30px 0px 0px;
	border-right:1px solid #CCC;
	width:595px;
}
#leftContent h1{
	font-size:24px;	
	margin-top:0px;
}
#rightContent{
	float:right;
	color:#666666;	
	margin-top:15px;
	padding:0px 0px 0px 25px;
	width:245px;
	text-align:right;
}
#rightContent h1{
	font-size:24px;	
	margin-top:0px;
}
#footer{
	float:left;
	height:30px;
	width:900px;
	color:#CDCDCD;
	border-top:1px solid #CCC;
	margin-top:15px;
}
#footer a{
	color:#CDCDCD;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:16px;
	font-size:13px;
}
#footer a:hover{
	color:#666666;
}
#footer h1{
	float:left;
	margin:6px 0px 0px 0px;
	padding:5px 12px 5px 0px;
	border-right:1px solid #CCC;
}
#footer .topLine{
	float:left;
	height:18px;
	padding:6px 0px 2px 10px;
	width:450px;
}
#footer .bottomLine{
	float:left;
	height:18px;
	width:450px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px 0px 0px 9px;
	font-size:13px;

}
