﻿#logo { margin: 10px 0 0 10px; border: none; }
#mast-contact { margin: 10px 0 0 220px; } 

#nav  
{
	margin: 15px 0 0 0; 
	padding: 0; 
	width: 920px; 
	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: 92px;
	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: -658px 0; width: 120px; }

#nav li a:hover { background-position: -8px -70px; }
#nav li.first a:hover { background-position: 0 -70px; }
#nav li.last a:hover { background-position: -658px -70px; }

#footer  
{
	position: relative; 
	list-style: none; 
	background: url(/images/footer-bar-bg-old.gif) no-repeat; 
	width: 780px; 
	height: 100px; 
	margin: 0;
}
#footer-nav 
{
	position: relative; 
	margin-bottom: 20px;
	left: -20px; 
	top: 14px;
	width: 750px;
}
#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; 
}

.footer-social
{
	color: #B5B3B3;
    display: inline;
    float: left;
    font-size: 9px;
    font-weight: bold;
    padding: 7px 2px 0 0;    
}

.footer-social a
{
    text-decoration:none !important;
}

.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; 
}
.quotewide
{
	width: 550px;
	padding: 10px; 
	color: #607e9a;
	background: #f3f8fe; 
	border: 1px dashed #cce0f2; 
	font: 15px/20px georgia, 'times new roman', serif;
}
.quote-signaturewide { font: 11px/12px arial, sans-serif; color: #555555; }

