/*--------CSS Reset----------*/

a:link,a:visited { 
	text-decoration:none; 
}


ul,ol { 
	list-style:none; 
}


h1,h2,h3,h4,h5,h6,pre,code { 
font-size:1em; 
}

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,input { 
	margin:0; padding:0; 
}

a img,a:link img,a:visited img { 
	border:none;
}

/*--------end CSS Reset----------*/


body { 
	background-color:#ffffff; 
	text-align:left; 
}

a {
	font-size: 14px;
	color: #C0202F;
	font-weight:bold;
	text-decoration: none;
}


p,ul,li,dl,dt,dd,h1,h2,h3,h4 { 
	font-family: verdana, helvetica, arial, sans-serif; 
	color:#1A2233; 
	font-size:12px; 
	text-decoration:none; 
}

p,dl,dt,dd,ul,ol,li { 
	
	line-height: 18px; 
	padding-bottom: 15px;
}

ul {
	list-style: disc;

}

ol {
	list-style-type: decimal;

}

#genCols {
	width: 525px;
	margin: auto;

}


#genCols ul {
	list-style: none;

}

#genCols li {
		margin-bottom: -25px;
}

#raccoonLI li {
	margin-bottom: -20px;

}

#raccoonLI {
	margin-left: 35px;

}

.italics {
	font-style: italic;

}


p,pre,blockquote { 
	margin-bottom:7px; 
}



a:visited {
	font-weight: normal;
}

a:hover,a:active { 
	text-decoration:underline; 
}

h1 { 
	font-size:20px; 
	color: #C0202F;
	line-height: 32px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.services {
	font-size:22px; 
	color: #C0202F;
	line-height: 32px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}



h2,h3 { 
	font-size:18px; 
	line-height: 28px;
	min-height: 
}

h4 { 
	font-size:14px; 
	line-height: 20px;
}

.red {
	color: #C0202F;
	padding-top: 5px;

}

.subHead {
	color: #C0202F;
	margin-top: -28px;

}

/*---------page width--------*/
#wrap { 
	position:relative; 
	width:898px; 
	margin:10px auto/*-------auto = centered-------*/; 
}


/*------------Header----------*/
#banner { 
	 background:url("images/header.png") no-repeat; 
	 height:172px; margin:0 0 4px 0; 
 }
 
/*------------content----------*/ 

.contentBlock {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 30px;

}

.contentText {
	padding-top: 5px;
	padding-left: 5px;
}
  
#content { 

	min-height: 530px; 
	padding-top: 20px;
	padding-left: 220px;
	PADDING-RIGHT: 40PX;
 
}
 
#leftNav {
	float: left;
	width: 165px;
	height: 530px;
	

}

#col1 {
	float: left;
	width: 130px;
	height: 110px;
	

}

#col2 {
	float: left;
	width: 130px;
	height: 110px;
	

}

#col3 {
	float: left;
	width: 130px;
	height: 110px;
	

}

#col4 {
	float: left;
	width: 130px;
	height: 110px;

}

 
#contactform {	
	position:absolute;	
	left: 277px;	
	top: 376px; 
}

#bottom { 
	height:10px; 
	clear:both; 
	overflow:hidden; 
}

#footerBanner {
	background: url(images/footerBanner.png) no-repeat;
	width: 898px;
	height: 70px;
	margin: 40px 0;
	

}

#footer { 
	width:898px; 
	text-align:center; 
	margin:10px auto; 
}

#footer p { 
	margin-bottom:3px; 
	font-size: 11px;
	line-height: 4px;
}

#footer a:link, #footer a:visited { 
	font-weight:normal; 
}
