body{
margin: 0 0 10px 0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background: #f5f5f5;
}

a {
	outline: none;	
} 

#footer p {
	margin: 10px;
}

a:link, a:visited, a:hover, a:active {
	color: #105382;
}

a img {
	border: 0;
}

h4 {
	color: #0d3f96;
	margin: 0;
	font-size: 1.65em;
}

form {
	margin: 0;
	padding: 0;
}

.bluetxt {
	color: #0d3f96;
	font-size: 1.50em;
}

.call {
	color: #0d3f96;
	font-size: 2.00em;
	font-weight: bold;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #fff;
border: 1px solid #aaa;
border-bottom: 0;
border-top: 0;
}

#header {
	width: 800px;
	background: url(../images/barrusHeader2.gif) no-repeat;
	height: 103px;
	margin: 0 auto;
	cursor: pointer;
}

#leftColumn {
	font-size: 0.75em;
	width: 380px;
	float: left;
	background: #fff;
	border-right: 0px solid #aaa;
	height: auto;
	padding: 20px;
}

#rightColumn {
	width: 330px;
	float: right;
	border: 0px solid red;
	margin: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}

#rightColumnBenefits {
	background: url(../images/barrusBenefits.jpg) no-repeat;
	height: 235px;
	width: 330px;
}

#rightColumnBenefits2 {
	background: url(../images/barrusBenefits2.jpg) no-repeat;
	height: 235px;
	width: 330px;
}


#rightColumnBenefits ul {
	padding: 60px 0 11px 50px;
	font-size: 0.75em;
	margin: 0;
	line-height: 14px;
	list-style: none;
	list-style-image: url(../images/sq_arrow.gif);
}

#rightColumnBenefits2 ul {
	padding: 60px 0 11px 50px;
	font-size: 0.75em;
	margin: 0;
	line-height: 14px;
	list-style: none;
	list-style-image: url(../images/sq_arrow.gif);
}

.latestRatesUL {
	list-style: none;
	list-style-image: url(../images/sq_arrow.gif);
}

.list {
	list-style: none;
	list-style-image: url(../images/sq_arrow.gif);
}

#fullColumn {
	font-size: 0.75em;
	width: 760px;
	float: left;
	background: #fff;
	border-right: 0px solid #aaa;
	height: auto;
	padding: 20px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#contentWrapper {
	width: 800px;
	margin: 0 auto;
	border: 0px solid red;
	height: 200px;
}

#menuHolder {
	width: 790px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/menubg.gif) repeat-x;
	padding-left: 10px;
	border-top: 12px solid #0d3f96;
	border-bottom: 1px solid #aaa;
}

#mainContent {
	width: 800px;
	background: #fff;
	overflow: auto;
}

#footer {
	width: 790px;
	background: #0d3f96;
	margin: 0 auto 0 auto;
	color: white;
	font-size: 0.75em;
	padding: 5px;
	border: 1px solid #999;
}


.button1 a:link, .button1 a:visited, .button1 a:hover, .button1 a:active {
	background: #0d3f96;
	color: white;
	padding: 6px;
	font-weight: bold;
	font-size: 0.90em;
	line-height: 2.40em;
	text-decoration: none;
	border: 3px solid #aaa;
}

.button2 a:link, .button2 a:visited, .button2 a:hover, .button2 a:active {
	background: #105382;
	color: white;
	padding: 6px;
	font-weight: bold;
	font-size: 0.90em;
	line-height: 2.40em;
	text-decoration: none;
	border: 2px solid #999;
}

.latestModelsBanner {
	width: 800px;
	margin: 0 auto;
}

/* NAVIGATION START HERE*/
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 720px;
	float: left;
}

.menu li {
	float: left;
}

.menu a:link, .menu a:visited, .menu a:active {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	text-decoration: none;
	float: left;
	color: #333;
	border-right: 1px dotted #aaa;
	font-size: 12px;
	font-weight: bold;
}

.menu a:hover {
	  background: url(../images/menubg_over.gif) repeat-x;
	  color: #333;
}

/* NAVIGATION END HERE*/


/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
  font-size: 0.75em;
}

.nav li {
  border-right: 1px dotted #aaa;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  height: 30px;
  line-height: 30px;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  height: 31px;
  color: #333;
  display: block;
  padding: 0 9px;
  font-weight: bold;
  text-decoration: none;
}

.nav li a:hover {
  /*background: #ccc;*/
  color: #333;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: url(../images/menubg_over.gif) repeat-x;
  color: #333;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #0d3f96;
  color: #fff;	
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #0d3f96;
  color: #fff;
  text-decoration: underline;	
}

.nav ul {
  background: #0d3f96;
  border: 1px solid #aaa;
  list-style: none;
  border-top: 0;
  margin: 0;
  width: 175px;
  position: absolute;
  top: -999em;
  left: -1px;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 31px;
}

.nav ul li {
  border: 0;
  float: none;
}

.nav ul a { 
  border: 0px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 86px;
  white-space: nowrap;
}

.nav ul a:hover {
  background: #ccc;
  color: #000;
}

 