﻿#logo { margin: 10px 0 0 10px; border: none; }
#mast-contact { margin: 10px 0 0 220px; } 

#nav  
{
	margin: 15px 0 0 0; 
	padding: 0; 
	width: 780px; 
	height: 38px; 
	list-style: none; 
	background: url(../images/bg-nav.gif) no-repeat;
}

#nav li  
{
	display: block;
	float: left;
	margin: 0; 
	padding: 0; 
	height: 26px;
	list-style: none; 
	display: inline; 
	border-right: 1px solid #EA8624; 
	border-left: 1px solid #FFC486; 
}

#nav li a  
{
	display: block;
	padding-top: 6px;
	width: 128px;
	height: 20px;
	font: bold 11px arial,sans-serif; 
	color: #fff; 
	text-align: center;
	text-decoration: none; 
	text-transform: uppercase; 
	background: url(../images/bg-nav.gif) no-repeat -8px 0;
}

#nav li.first { border-left: none; }
#nav li.last { border-right: none; }

#nav li.first a { background-position: 0 0; }
#nav li.last a { background-position: -650px 0; width: 129px; }

#nav li a:hover { background-position: -8px -70px; }
#nav li.first a:hover { background-position: 0 -70px; }
#nav li.last a:hover { background-position: -650px -70px; }

#footer  
{
	position: relative; 
	list-style: none; 
	background: url(../images/footer-bar-bg.gif) no-repeat; 
	width: 780px; 
	height: 100px; 
	margin: 0;
}
#footer-nav 
{
	position: relative; 
	left: -20px; 
	top: 14px;
	width: 595px;
}
#footer-nav li { display: inline; }	
#footer-nav a  
{
	overflow: hidden; 
	margin-top: 0px; 
	padding: 3px 8px 4px 8px; 
	list-style: none; 
	color:#0066cc; 
	border: 1px solid #e5e5e5; 
	font: bold 11px arial, sans-serif; 
	text-align: left;
	text-decoration: none; 
	line-height: 18px;
}
#footer-nav a.selected { color: #FB7200; text-decoration: underline; }
#footer-nav a:hover { color: #0066cc; text-decoration: underline; border: 1px solid #cccccc; }
.footer-phone  
{
	display: inline; 
	float: right; 
	padding: 16px 30px 0 0; 
	color: #fb7200; 
	font-weight: bold; 
	font-size: 14px; 
}
.privacy  
{
	display: inline;
	position: relative; 
	top: 15px;
	padding: 3px 5px 3px 5px; 
	font: 10px arial, sans-serif; 
	color: #cccccc ; 
}

.privacy:hover { color: #0066cc; text-decoration: underline; }

.copyright  
{
	position: relative; 
	padding: 3px 5px 3px 5px;
	top: 15px;
	font: 10px arial, sans-serif;
	color: #888888; 
}
