@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0C6DCE;
	background-image: url(/images/check_bkgrd.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
	line-height: 18px;
	}
#container {
	width: 950px;
	text-align: left;
	background-image: url(/images/page_bkgrd_l2.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	background-image: url(/images/header_bkgrd.png);
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 108px;
	background-repeat: no-repeat;
	padding: 0px;
}
#pagebottom {
	background-image: url(/images/bottom_bkgrd.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header img {
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #0066CC;
}

h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #990000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
#footer ul {
	list-style-type: none;
	display: inline;
}
#footer ul li {
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#footer ul li a {
	color: #ACFA58;
	font-weight: normal;
	font-size: 11px;
}#welcome p {
	margin: 0px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
	line-height: 14px;
}
#sidebar1 h3 {
	font-size: 12px;
	font-weight: bold;
  text-align:center;
}

.newslink:hover{
text-decoration:underline;

}
.newslink{
font-weight:normal;

}
#mainContent .quote {
	

	line-height: 20px;
	margin: 0px;

	padding-top: 10px;
}
#mainContent .quotee {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	padding-right: 15px;
	padding-left: 500px;
	line-height: 16px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC33;
}
.FaqQuestion {
font-weight:bold;
}
.breadcrumbtext{
float:left;
}
.storebreadcrumbtext{
float:left;
font-size:13px;
}

.callus{
float:right;
display:inline;
font-size:12px;
font-weight:bold;
}
.storecallus{
float:right;
display:inline;
font-size:14px;
font-weight:bold;
}
.PrintReadyWaiver{
text-align:center;
display:block;
font-size:22px;
font-weight:bold;
text-decoration:underline;
}
.PrintReadyWaiver a:link
{
	text-decoration:underline;
}
.lnkApply{
font-size:14px;
font-weight:bold;
}
/*#videoplayer{
text-align:center;
background-image:url(/images/videoButton.jpg);
background-repeat:no-repeat;
background-position:top;
padding-top:50px;
float:left;
width:260px;
}*/
#videoplayer {
	text-align: center;
	padding-bottom: 20px;
	width: 250px;
	background: url(/images/videoButton.jpg) no-repeat left top;
	float: left;
	padding-top: 50px;
}
.matrix{
    font-size: 14px;
}
.matrix td{
	vertical-align:middle;
	text-align:center;
}
.matrix-orange{    
	background-color: #FECD08;
    border-bottom: 1px solid #FFFFFF;
}
.matrix-med-orange {
    background-color: #FCE165;
    border-bottom: 1px solid #FFFFFF;
}
.matrix-dark-orange {
    background-color: #F8981D;
    border-bottom: 1px solid #FFFFFF;
}
.matrix-light-orange {
    background-color: #FDF3B0;
    border-bottom: 1px solid #FFFFFF;
}
.matrix h2 {
    font-size: 14px;
    font-weight: bold;
}
.matrix h3 {
    color: #1958AB;
    font-size: 14px;
    font-weight: bold;
}
.blue {
    color: #1958AB;
    font-size: 11px;
}

.orange{
	background-color:#fecd08;
	padding:15px;
	border-bottom:5px solid #ffffff;
}  
.dark-orange{
	background-color:#f8981d;
	padding:15px;
	border-bottom:5px solid #ffffff;
} 
.light-orange{
	background-color:#fdf3b0;
	padding:15px;
	border-bottom:5px solid #ffffff;
} 
.med-orange{
	background-color:#fce165;
	padding:15px;
	border-bottom:5px solid #ffffff;
}     
.red{
	color:#ed1e23;
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
}    
.red a{
	color:#ed1e23;
	text-decoration:underline;
}
.blue{
	color:#1958ab;
	font-size:11px;
	}
.blue-bold-prices{
	color:#1958ab;
	font-size:16px;
	font-weight:bold;
	margin-top: 14px	
	}
.blue-bold{
	color:#1958ab;
	font-size:16px;
	font-weight:bold;
	}
.check{
	margin-left:40px;
}
.check li{
	list-style:none;
	background:url(../images/1234/checked.jpg) no-repeat 5px 2px;
	padding-left:35px;
	line-height:25px;
	padding-bottom:10px;
}
.green-bull{
	background:url(../images/1234/green-bull.jpg) repeat-x;
	height:7px;
	margin:20px 0;
}
.radio{
	background:url(../images/1234/radio.jpg) no-repeat;
	height:14px;
}
.blue-list{
	margin:20px 0 10px 15px;
}
.blue-list li{	
	list-style:disc #1958ab;
}	
