/* CSS Document */


body {
	margin-top: 0px;
	margin-left: 0px;
	} 

/*  ===================================================  */
/*  DEFINES CONTAINER FOR SERVICES PROMO */
/*  ===================================================  */

#PromoContainerHack {
	position: relative;
	width: 308px;
	}
	
	#bottomBorderHack {
		float: left;
		width: 305px;
		height: 1px;
		border-top: 1px solid #8D9E5D;
		}

#servicesPromoContainer {
	float: left;
	width: 305px !important; /* Safari, IE5/Mac */
  	width: 305px; /* IE5/5.5/WIN */
	width/**/:/**/308px; /* IE6/WIN */	
	background-image: url(../images/services_promo_column.gif);
	background-repeat: repeat-y;
	}
	
	#servNavContainer {
		float: left;
		width: 128px !important; /* Safari, IE5/Mac */
  		width: 130px; /* IE5/5.5/WIN */
		width/**/:/**/123px; /* IE6/WIN */
		background-color: #B9C891;
		border-right: 1px solid #8D9E5D;
		border-top: 1px solid #8D9E5D;
		border-left: 1px solid #8D9E5D;
		}
	
	#servNavContainer ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
		
	#servNavContainer ul li {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		}
		
		#servNavContainer ul li a {
			display: block;
			text-decoration: none;
			color: #fff;
			padding: 5px 0px 8px 5px;
			border-top: 1px solid #B9C891;
			border-bottom: 1px solid #A3B377;
			width: 100%;
			}
			
			html>body #servNavContainer a {
				width: auto;
				} /* resets 100% width to block for other browsers */
			
		#servNavContainer ul a:hover {
			text-decoration: none;
			color: #917223;
			background: #fff;
			border-top: 1px solid #8D9E5D;
			background-image: url(../images/svc_promo_border.gif);
			background-repeat: repeat-x;
			background-position: bottom;
			}
			

	
/*  ===================================================  */
/*  DEFINES CONTENT DIVS FOR SERVICES PROMO */
/*  ===================================================  */

#serviceLinkContentTop {
	float: left;
	width: 175px;
	height: 14px;
	background-image: url(../images/services_promo_bckgrnd.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
	/* #serviceLinkContentBottom {
		height: 133px;
		margin-top: 14px;
		border-right: 1px solid #8D9E5D;
	} */
	
		
#initialContent {
	width: auto;
	}

#serviceLinkOneContent {
	width: auto;
	display: none;
	}
	
#serviceLinkTwoContent {
	width: auto;
	display: none;
	}
	
#serviceLinkThreeContent {
	width: auto;
	display: none;
	}
	
#serviceLinkFourContent {
	width: auto;
	display: none;
	}
	
#serviceLinkFiveContent {
	width: auto;
	display: none;
	}
	
/*  ===================================================  */
/*  DEFINES MISCELLANEOUS ELEMENTS */
/*  ===================================================  */


#serviceLinkIcon {
	width: 10px;
	height: 10px;
	background-image: url(../images/services_promo_arrow.gif);
	background-repeat: no-repeat;
	display: none;
	}
	
#servFooterHolder {
	clear: both;
	height: 0px;
	} /* hacks the main container div to stretch height for all child divs */
	
	* html #servFooterHolder {
		/* commented backslash hack v2 \*/
 		display: none;
  		d\isplay: none;
  		/* end hack */
		} 
	
	
/*  ===================================================  */
/*  DEFINES SERVICE PROMO TEXT STYLES */
/*  ===================================================  */

.servicePromoIntroHead {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 16px;
	color: #917223;
	padding: 0px 5px 0px 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	}

.servicePromoIntroTxt {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #8D9E5D;
	padding: 0px 5px 0px 0px;
	margin-top: 0px;
	}
	
.servicePromoTxt {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #444038;
	line-height: 11px;
	margin: 7px 4px 0px 7px; 
	}
	
	.servicePromoTxt a {
		text-decoration: none;
		color: #917223;
		}
		
		.servicePromoTxt a:hover {
			text-decoration: underline;
		}
		
.servicePromoTxtBold {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #444038;
	line-height: 11px;
	font-weight: bold;
	}
	
	
/* intitial content image */		
.initialContentImage {
	margin-top: 30px;
	border-top: 1px solid #8D9E5D;
	}
	
	* html .initialContentImage {
	margin-top: 19px; /* MAC IE */
	
	/* commented backslash hack v2 \*/
	margin-top: 35px;
	m\argin-top: 35px;
	/* end hack */
	}

/* service promo image one */		
.servicePromoImageOne {
	margin-top: 19px;
	border-top: 1px solid #8D9E5D;
	}
	
	* html .servicePromoImageOne {
	margin-top: 19px; /* MAC IE */
	
	/* commented backslash hack v2 \*/
	margin-top: 13px;
	m\argin-top: 13px;
	/* end hack */
	}
	
/* service promo image two */		
.servicePromoImageTwo {
	margin-top: 30px;
	border-top: 1px solid #8D9E5D;
	}
	
	* html .servicePromoImageTwo {
	margin-top: 30px; /* MAC IE */
	
	/* commented backslash hack v2 \*/
	margin-top: 32px;
	m\argin-top: 32px;
	/* end hack */
	}
	
/* service promo image three */		
.servicePromoImageThree {
	margin-top: 19px;
	border-top: 1px solid #8D9E5D;
	}
	
	* html .servicePromoImageThree {
	margin-top: 19px; /* MAC IE */
	
	/* commented backslash hack v2 \*/
	margin-top: 13px;
	m\argin-top: 13px;
	/* end hack */
	}
	
/* service promo image four */		
.servicePromoImageFour {
	margin-top: 8px;
	border-top: 1px solid #8D9E5D;
	}
	
	* html .servicePromoImageFour {
	margin-top: 19px; /* MAC IE */
	
	/* commented backslash hack v2 \*/
	margin-top: 13px;
	m\argin-top: 13px;
	/* end hack */
	}
	
/* service promo image five */		
.servicePromoImageFive {
	margin-top: 9px;
	border-top: 1px solid #8D9E5D;
	}
	
	* html .servicePromoImageFive {
	margin-top: 9px; /* MAC IE */
	
	/* commented backslash hack v2 \*/
	margin-top: 9px;
	m\argin-top: 9px;
	/* end hack */
	}