body {
margin:0px;
}

.shell{
	margin-left:auto;
	margin-right:auto;
	width:980px;

}

.topHeader{
	height:125px;
	width:980px;
}
/*MENU STYLES*/
.menu{
	width:980px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#424242;
	padding-top:10px;
	text-align:center;
}

.menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.menu li{
display:inline;
padding:0px;
margin:0px;
}

.menu a{

width:100px;
text-decoration:none;
color:#424242;
font-weight:bold;
padding-left:5px;
padding-right:5px;

}

.menu a:hover{
/*background:#CCCC00;*/
color:#000;
}

.contentShell{
	width:980px;
	padding-top: 10px;
}

.contentLeft{
	float:left;
	width:650px;
	text-align:left;
}

.contentLeft .spacer{
	height:10px;
}

.contentRight{
	float:right;
	width:329px;
	background-image:url(../images/rightside-background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#6f0100;
}

.contentRight .spacer{
	height:10px;
}

.content{
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	font-size:15px;
	line-height:20px;
	padding:25px;
}

.HEADER{
	font-family:Arial, Helvetica, sans-serif;
	color:#cd0202;
	font-size:19px;
	line-height:20px;
	padding:5px;
}

.footerShell{
	
	

	height:187px;
	background-image:url(../images/footerbackground.jpg);
	background-repeat:repeat-x;
	background-position:top;

}

.footerContent{
	width:980px;
	height:187px;
	margin-left:auto;
	margin-right:auto;
	display:table;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.footerMenu{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-top:10px;
	text-align:center;
}

.footerMenu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.footerMenu li{
display:inline;
padding:0px;
margin:0px;
}

.footerMenu a{

width:100px;
text-decoration:none;
color:#fff;
font-weight:bold;
padding-left:5px;
padding-right:5px;

}

.footerMenu a:hover{
/*background:#CCCC00;*/
color:#CCC;
}

.contentcols{
padding: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;

}

.contentcols .contentcolumn{
width: 180px;
float: left;
}

.contentcols .contentcolumn ul{
margin: 0;
padding: 0;
list-style-type: none;
}


.contentcols li{
padding-bottom: 3px;
}

.contentcolumn a{

text-decoration:none;
color:#424242;
font-weight:bold;


}

.contentcolumn a:hover{
/*background:#CCCC00;*/
color:#000;
}

.testimonial_spacer{
	width:100%;
	border-bottom:#999 1px dashed;
	height:10px;
	margin-bottom:10px;
}