body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,html,label {margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ type selectors ------------------------ */
html {
	background:#fff url("../images/html.jpg") 0 0 repeat-x;
}

body { 
	background:#fff;
	text-align:center; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#838182;
	}
	
	body#index {
	background:transparent url("../images/body.gif") top center no-repeat;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#CC0000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2f86af; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:887px;
	margin:0 auto;
	text-align:left;
	}

.content{
	margin:0 auto;
	width:780px;
	float:left;
}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:none
	height:108px;
	}
	#masthead a {	
		display:block;
		height:108px;
		width:300px;
		}
	#masthead a span {
		display:none;
		}
		
		
/* ------------------------ Navigation and Dropdowns --------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:875px; 
	margin:0;
	padding:0; 
	text-align:left;
	}

#nav li, #nav a { height:21px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; margin-right:24px; }

#nav li a span {
	color:#abaaaa; 
	font:17px/16px "Lucida Grand", Verdana, Arial, Helvetica, sans-serif; 
}

#nav li a span:hover {
	color:#9a0106;
}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#e6e6e6;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	border:2px solid white;
	border-top:0;
	z-index:999;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border-top:none;
	background:#e6e6e6;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	margin:0;
	}

#nav li ul li a span {
	display:block;
	font-size:12px;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto;}


/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:150px; }
#nav-02 ul, #nav-02 li { width:170px; }
#nav-03 ul, #nav-03 li { width:140px; }		
#nav-04 ul, #nav-04 li { width:190px; }
#nav-05 ul, #nav-05 li { width:145px; }
#nav-06 ul, #nav-06 li { width:110px; }
#nav-07 ul, #nav-07 li { width:190px; }
#nav-08 ul, #nav-08 li { width:150px; }



#header-graphic {
	width:887px;
	height:357px;
	margin-top:19px;
	float:left;
	background:url("../images/header.jpg");
	padding:0;
	z-index:0;
	position:relative;
}
	#header-graphic img {
		display:none;
		position:absolute;
		top:0; left:0;
	}




/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:450px;
	float:left;
}

#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:0px 0px 10px 36px;
	}
		
	
	#free-quote {
		display:block;
		width:437px;
		height:58px;
		background:url("../images/cta.jpg") 0 0 no-repeat;
	}
		#free-quote span { display:none; }


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:335px;
	float:left;
	text-align:right;
	padding-top:17px;
}
#column-right-home {
	width:430px;
	float:left;
	text-align:right;
	padding-top:17px;
}


	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}



/* ------------------------ bottom-wrap framework ------------------------ */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%;
	height:20px;
	clear:both; /* important */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:887px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	margin-bottom:10px;
	}
