/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#wrap {width:960px; margin-left:auto; margin-right:auto}

#nav-bar {
	width: 950px;
	height:30px;
	padding:5px;
	background: url(/images/navbar.gif) no-repeat;
	margin:15px 0px;
}

.provider-logo td, .get-quote td {padding:10px; text-align:center}
.provider-text td {padding:10px;}
#provider-table {width:100%}
#provider-table td {width:20%;}
#provider-table th {padding:10px; font-size:16px}

#provider-back {
	padding: 10px;
	background: url(/images/get-quote-back.jpg) repeat-x;
	margin-bottom:20px;
}
#appliance-wrap {
	padding:10px;
	height:330px;
	background: url(/images/app-back.jpg) repeat-x;
	margin-bottom:20px;
}
.box-20 { width:168px; float:left; padding:10px;}

.appliance-img {
	background: #FFFFFF;
	height: 200px;
	border: 1px solid #669933;
	text-align:center;
	padding:20px 0px 0px 0px;
}
.appliance-img img {}

#appliance-wrap h3{font-size:16px; text-align:center; margin-bottom:10px;}

#appliance-wrap p { padding:15px 0px;}


h1 {
	font-size: 24px;
	color: #FF3300;
	
	padding-bottom: 15px;

}

.home-sub {
	font-size: 18px;
	color: #009900;
	padding-bottom: 15px;
}

.home-intro {	padding-bottom: 10px;}

#home-base-text p {
	font-size: 10px;
	color: #666666;
	padding-bottom:10px;
}

#content { float:right; width:690px; padding-right:20px;}

#sidebar { margin-right:250px;}


#footer {clear:both; margin:20px 0px}




/***nav 1 **/

#nav-bar ul
{
	margin-left: 0;
	white-space: nowrap;
	width:100%;
	padding: 5px 3px 3px 0;
	font-size:14px;
	font-weight:bold
}

#nav-bar ul li
{
display: inline;
list-style-type: none;
}

#nav-bar ul a { padding: 3px 10px; }

#nav-bar ul a:link, #nav-bar ul a:visited
{
	color: #fff;
	text-decoration: none; 
}

#nav-bar ul a:hover
{
//color: #fff;
//background-color:#99CC33;
text-decoration: none;
}

#guide-boxes {}
#guide-boxes .box { margin-bottom:40px; clear:left;}
#guide-boxes .images { width:200px; float:left}
#guide-boxes .maintext {margin-left: 250px;}
#guide-boxes .maintext h2 {font-size:16px; margin-bottom:10px;}
#guide-boxes .maintext h3 {font-size:14px; margin-bottom:10px;}
#guide-boxes .maintext p {margin-bottom:10px;}
#guide-boxes .clear { clear:left;}
