/*General*/
body
{
	padding:0;
	margin:0;
	font-family: Arial; 
	font-size: 12px;
}
h1 {font-size: 18px; color:#3163CE;}
h2 {font-size: 14px; color:#3163CE;}
h3 {font-size: 12px;}

/*Master Page*/
.master-logo
{
	width:160px; 
	margin-left:30px; 
	margin-top:4px; 
	float:left;
}
.master-logo-name
{
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
	float:left;
}
.master-logo-title
{
	font-weight:normal;
	font-size:14px;
	color:#FFCC00;
}
.master-header
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	margin:0 auto; 
	width:500px;
	height:35px;
	float:left;
}
.master-header a 
{
	color:#FFFAF0;
	text-decoration:none;
}
.master-header a:hover 
{
	color:#009;
	text-decoration:underline;
}
.master-header img
{
	border-width:0px;
}
.master-header span
{
	color:#009; 
	font-size:26px; 
	font-weight:normal;
}
.master-container
{
	margin:0 auto; 
	width:780px;
}
.master-container-header
{
	margin-top:6px;
	width:780px; 
	height:45px;
	background-image: url('/content/images/headerback.gif');
}
master-container-header img
{
	margin-top:4px;
}
.master-footer
{
	float:left; 
	background-color:White; 
	border-top-style:ridge; 
	border-top-color:Silver; 
	border-top-width:2px; 
	width:780px; 
	margin-top:10px;
}
.master-footer a
{
	text-align:center; 
	margin-left:130px; 
	width:190px;
}

/*shared*/
.normdiv
{
	border: solid 2px #37b2de; 
	margin-top:5px;
}
.paddingFive
{
	padding: 5px 5px 5px 5px;
}

/*results*/
.results-prod-container
{
    width:776px;
    height:90px;
    border:solid 2px #8c8c8c; 
}
.results-prod-agent-img
{
	float:left;
    height: 88px; 
    width: 115px;
}
.results-prod-agent-img img
{
	margin-left:6px;
	margin-top:25px;
}
.results-prod-price
{
	float:left;
	height:100%;
	width:155px;
    font-size: 16px; 
    font-weight: bold;
    text-align:center;
    background-color:#e7efff;
}
.results-prod-price-sm
{
	font-size:12px;
}
.results-prod-vantype
{
	float:left;
	height: 88px; 
	width: 120px; 
	text-align:center;
}
.results-prod-vantype p
{
	margin-top:0px;
	margin-bottom:0px;
}
.results-prod-desc
{
	float:left;
	height: 88px; 
    width:125px;
    padding-right:5px;
}
.results-prod-desc p
{
    margin-top:0px;
    margin-bottom:0px;
}
.results-prod-location
{
	float:left;
	width:145px;
    height: 88px;
    margin-right:3px;
}
.results-prod-location p
{
	margin-top:0px;
	margin-bottom:0px;
}
.results-prod-title
{
	font-weight:bold;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:2px;
}
.results-prod-visit
{
	float:left;
    height: 88px; 
	width:105px;
}
.results-prod-visit img
{
	margin-top:23px;
}

/*Home*/
.home-header
{
	text-align:center;
	margin-bottom:5px;
}
.home-header h1
{
	color:black;
}
