/* 	GENERAL BODY STYLES  */	
/* \*/
* html #bodyContainer  {
	padding: 0 0 0 12px; /* IE fix */ 
	}
/* */
body {
	background:#F2F2E9;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #5d5d5d;
	margin: 0;
	padding: 0 0 0 8px;
	}
#bodyContainer {
	background:#F2F2E9 url("../images/background.jpg") top center repeat-y;
	margin: 0 auto 0 auto;
	width: 790px;
	padding: 0;
	}	
/*
	HEADINGS ------------------------------------------------------------------------------------------------------------------- 
*/	
h1 { 
	color:#BB2F00;
	font-size: 12px;
	font-weight:bold;
	margin:0;
	padding: 4px 0 2px 0;
	text-transform:uppercase;
	}
h2 {
	color: #5E5D5D;
	font-size: 12px;
	font-weight:bold;
	margin:0;
	padding:0;
	}	
h4 {
	color:#BB2F00;
	font-size: 12px;
	font-weight:bold;
	margin: 10px 0 2px 0;
	padding: 0;
	text-transform:uppercase;
	}	
h5 { /* testimonials */
	background: url("../images/iconQuote.gif") left center no-repeat;
	color:#BB2F00;
	font-size: 12px;
	font-weight:bold;
	margin: 10px 0 2px 0;
	padding:0 0 0 20px;
	text-transform:uppercase;
	}	
h6 { /* claening list headings */
	color:#FC8003;
	font-size: 12px;
	font-weight:bold;
	margin: 0 0 0 5px;
	padding: 0;
	text-transform:uppercase;
	}	
#clearDiv {
	clear:both;
	}	



/*
	IMAGES	-------------------------------------------------------------------------------------------------------------------------
*/	
img {
	border: 0;
	margin: 0;
	padding: 0;
	}
.imgCenter {
	border: 0;
	margin: 0;
	padding: 0 30px 0 29px;
	}
.imgCenterBorder { /* services page */
	border:1px solid #5d5d5d;
	margin:4px 10px 4px 5px;
	padding:0 ;
	text-align:center;
	}
.imgFloatLeft {/*home page only extra margin on bottom to keep 'column' look */
	margin: 10px 10px 20px 0;
	padding:0;
	float:left;
	}
.imgFloatRight {
	margin: 10px 2px 10px 10px;
	padding:0;
	float:right;
	}
.imgFloat {
	margin: 0 10px 0 0;
	padding: 0;
	float:left;
	}
.imgFloatBorder {
	border:1px solid #5d5d5d;
	margin: 2px 10px 10px 0;
	padding: 0;
	float:left;
	}
#questions div {
	display:none;
	padding:6px 10px 10px 20px;
	}



/* 
	CONTENT CONTAINERS (total width = 750px) ----------------------------------------------------------------------------------
*/
#contentContainer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 770px;
	}
#contentSideBar {
	float: left;
	margin: -20px 0 0 0px;
	padding: 0 10px 0 18px;
	width: 155px;
	}
#content {
	color: #5E5D5D;
	float: right;
	line-height: 18px;
	margin: 0;
	padding:15px 40px 20px 20px;
	width: 520px;
	}



/*	
	services background 
*/
#content #services {
	border:1px solid #ccc;
	background:#F5F5F2;
	margin: 0;
	padding: 8px 0 0 15px;	
	}
#content #giftCertificates {
	border-bottom:1px dotted #ccc;
	background:#fff;
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;	
	}



/* 
	Floating columns 
*/ 	
#content #services .contentColumnFloat, #content #giftCertificates .contentColumnFloat {
	float: left;
	margin: 0;
	padding: 0 16px 0 0;
	position:relative;
	width: 151px;
	}
#content #services .contentColumnFloat ul, #content #giftCertificates ul {
	margin: 5px 0 0 0;
	padding: 0;
	width: 145px;
	}
#content #services .contentColumnFloat ul li {
	background:url("../images/iconBullet.jpg") 1px 5px no-repeat;
	list-style-type:none;
	margin: 0;
	padding: 0 0 0 15px;
	width: 130px;
	}


/* HOME PAGE */
#contentSplit {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin:15px 0 15px 0;
	padding:20px 0 0 0;
	}
#contentSplit #contentLeft {
	border-right:1px dotted #ccc;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position:relative;
	width: 259px;
	}
#contentSplit .textFloatRight {
	color:#006699;
	font-weight:bold;
	margin:0;
	padding:8px;
	}
#contentSplit #contentRight {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	position:relative;
	width: 195px;
	}

/* content sidebar */
#contentSideBar .sideBarBox {
	background:#F2F2E9 url("../images/backgroundSide.jpg") top left no-repeat; 
	border-top:1px solid #F2F2E9;
	border-left:1px solid #F2F2E9;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	color: #5E5D5D;
	font-weight: normal;
	font-size:11px;
	margin:12px 0 8px 0;
	padding:5px 2px 5px 5px;
	width: 143px;
	}
	#contentSideBar .sideBarTitle {
		color:#006699;
		font-weight:bold;
		font-size:12px;
		float:left;
		width: 89px;
		}
	#contentSideBar .sideBarIcon {
		float:right;
		}
	#contentSideBar .sideBarCenter {
		color:#999;
		font-weight:bold;
		font-size:11px;
		margin:20px 0 20px 0;
		text-align:center;
		}

/*	content links */
#content a:link, #contentSideBar .sideBarBox a:link, #contentSideBar .sideBarBox a:visited {
	border-bottom:1px dashed #D42752;
	color:#D42752;
	padding: 0;
	text-decoration:none;
	}
#content a:visited {
	border-bottom:1px dashed #333;
	color:#333;
	padding: 0;
	text-decoration:none;
	}
#content a:hover, #contentSideBar .sideBarBox a:hover {
	background:#D42752;
	border-bottom:0;
	color:#fff;
	padding: 0;
	text-decoration:none;
	}	



/*
	FOOTER -----------------------------------------------------------------------------------------------------------------------
*/
#footerContainer {
	background:#009933;
	clear:both;
	color: #fff;
	font-size:11px;
	height: 24px;
	padding: 4px 0 2px 20px;
	}
#footerLinks {
	height: 19px;
	float:left;
	margin: 0;
	padding: 2px;
	width:510px;
	}
#footerRight {
	height: 19px;
	float:right;
	width:210px;
	margin: 0;
	padding: 2px 20px 2px 2px;
	text-align:right;
	}
#footerLinks a, #footerLinks a:visited {
	color: #fff;
	text-decoration:underline;
	}
#footerLinks a:hover {
	color: #fff;
	text-decoration:none;
	}



/* 	
	LOGIN FORM
*/	
form {
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
	}



/* 
	UTILITY - LINKS -------------------------------------------------------------------------------------------------------------
*/
#mastHead {
	background: url("../images/mastHead.jpg") top left no-repeat;
	height:70px;
	margin: 0;
	padding: 0;
	width: 770px;
	}
#mastHeadUtilityContainer {
	color:#FFECF0;
	position:absolute;
	font:bold 13px georgia;
	margin: 1px 0 1px 0;
	padding: 1px;
	text-align: right;
	width: 755px;
	}



/* 
	NAV HORIZONTAL ITEMS ACROSS TOP ------------------------------------------------------------------------------------------------------
*/
#navMain {
	margin: 0px 0 0 182px;
	padding: 0;
	width: 600px;
	}
#navMain ul {
	margin:0;
	padding:0;
	}
#navMain ul li {
	display: block;
	float: left;
	margin:0 4px 0 0;
	padding:0;
	list-style-type: none;
	width: 90px;
	}
#navMain ul li a {
	background: url("../images/navOff.jpg") top left no-repeat;
	color:#fff;
	font: bold 13px Arial;
	display: block;
	height:34px;
	margin:0;
	padding: 18px 0 0 0;
	text-decoration: none;
	text-align: center;
	width:90px
	}
#navMain a:hover {
	text-decoration: underline;
	}
#navMain ul li a#navMainActive {
	background: url("../images/navOn.jpg") top left no-repeat;
	color:#BF3000;
	}



	
/* 
	MENU CLASSES FOR HIDE/SHOW
*/
.showSwitch {
	display: block;
	}
.hideSwitch {
	display: none;
	}
	
	
	
/* 
	FONT STYLES  ----------------------------------------------------------------------------------------------------------------------
*/
.textCaption { /* services page */
	color:#333;
	font: bold 10px arial;
	}
.textNormal {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #5d5d5d;
	}
.textBold {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #5d5d5d;
	}
.textQuote {
	color: #5d5d5d;
	font-size: 12px;
	font-style:italic;
	line-height:17px;
	margin: 0 0 3px 0;
	padding: 0;
	}
.textHighlight {
	font-weight: bold;
	font-size: 12px;
	color: #FC8003;
	}
.textHighlightPrice {
	font-weight: bold;
	font-size: 17px;
	color: #FC8003;
	margin: 6px 0 6px 0;
	}
.textRed {
	color:#BB2F00;
	font-size: 14px;
	font-weight:bold;
	margin:0;
	padding: 0;
	text-transform:uppercase;
	}	



/* 
	LISTs  ----------------------------------------------------------------------------------------------------------------------
*/	
ul {
	margin: 8px 0 0 25px;
	padding: 0;
	}
ul li {
	background:url("../images/iconBullet.jpg") 1px 5px no-repeat;
	list-style-type:none;
	margin: 0;
	padding: 2px 0 2px 15px;
	width:420px;
	}



/*
	ONLINE BILLING LIST
*/	
ol {
	clear:both;
	margin:10px 25px 10px 25px;
	padding:0;
	}
ol li {
	color:#BB2F00;
	font:normal 18px georgia;
	margin:2px 0 8px 0;
	padding:0;
	}
