body,html{
	color:black;
	background: url("/chrome/bkg_stripe.jpg");
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	
}
	
#container{
	font-family: "Trebuchet MS", Arial, Sans-serif;
	margin-left: auto;
	margin-right: auto;
	height: 160px;
  width: 1010px;
  background: transparent;
  color: black;
  text-align: left;
}
    
p.small{
	font: 10px Arial, sans-serif;
	color:#FFF;
	margin: 15px 0px 5px 15px;
}

#logo{
	margin-left: auto;
	margin-right: auto;
	height: 121px;
	margin-top: 0px;
	width: 1010px;
	color: white;
	background: url("/chrome/banner_home_bkg.jpg") repeat-x;
}

#logo ul {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: transparent;
	margin-top: -22px;
}
	
#logo li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
}
	
#logo li a {
	text-decoration: none;
	color: #FFF;
}
	
	
#logo li a:visited {
	color: #FFF;
}
	
#logo li a:hover {
	color: #FFE000;
}

#logo img{
  float: left;
  margin: 15px 0px 0px 20px;
}

.livehelp{
float: left;
margin: -80px 0px 0px 800px;
}
	
li.phone{
	font-weight: normal;
	font-size: 15px;
	font-weight: bold;
	color: white;
	margin-right: 10px;
}

	/*Red Horizontal Nav*/
	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
	
.solidblockmenu{ 
	margin: 0; 
	padding: 0; 
	float:left; 
	font: bold 12px Arial, Sans-serif; 
	width: 100%; 
	overflow: hidden;
	margin-bottom: 1px; 
	border: 1px solid #D20000; 
	border-width: 1px 0;
	background: black url("/chrome/blockactive.gif") center center repeat-x;
	color: black; 
}

.solidblockmenu li{ display: inline; } 
	
.solidblockmenu li a{ 
	float:left; 
	color: white; 
	padding: 9px 19px; 
	text-decoration: none;
	border-right: 1px solid #4F0000; 
}
	
.solidblockmenu li a:visited{
	color:white; 
}
	
.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white; 
	background: transparent url(/chrome/blockdefault.gif) center center repeat-x; 
}  


#googlesearch{
	float: right;
	clear: right;
	width: 300px;
	margin: 10px 20px 0px 0px;
	
}  
