@charset "utf-8";
/* CSS Document */

/*
//// BASIC ELEMENTS ////
 */

body {
	background: url('../assets/images/eccm_btm_rht.jpg') no-repeat bottom right;
	color: #8B7765;
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 0 0 70px 0;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #5A5FE0;
	background-color: transparent;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5A5FE0;
	background-color: transparent;
	}

a:active {
	text-decoration: underline;
	color: #9685BA;
	background-color: transparent;
	}

a:hover {
	text-decoration: underline;
	color: #9685BA;
	background-color: transparent;
	}

p {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 14px;
	color: #8B7765;
	background-color:transparent;
	line-height: 150%;
	text-align: justify;
	margin: 0;
	padding: 0;
	}

h1 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #7D775C;
	background-color: transparent;
	}

h2 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #7D775C;
	background-color: transparent;
	}

h3 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #7D775C;
	background-color: transparent;
	}

h4 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #7D775C;
	background-color: transparent;
	}

li {
	list-style: none;
	margin: 0 0 10px 0;
	}

a img {
	border: none;
	}

acronym {
	cursor: help;
	border-bottom: #777 1px dotted;
	text-decoration: none
	}

/*
//// CLASSES ////
 */

.phone {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	text-align: center;
	color: #5A4436;
	background-color: transparent;
	}

/*
//// LEFT NAVIGATION ////
 */

#leftcol {
	margin: 160px 5px 0px 5px;
	width: 146px;
	float:left;
	display: inline-block;
	}

#navcontainer {
	font-size: 12px;
	width: 12em;
	border-right: 1px solid #666;
	/*
	// Uncomment the line below to add a top border //
	*/
	/*border-top: 1px solid #666;*/
	padding: 0px;
	margin: 0 0 0em 0;
	background-color: #8B8378;
	color: #333;
	}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}

#navcontainer li {
	border-bottom: 1px solid #8B8378;
	margin: 0;
	}

#navcontainer li a {
	display: block;
	padding: 6px .5em 6px .5em;
	/*
	// Change menu background colors //
	*/
	border-left: .7em solid #CDAF95;
	border-right: .7em solid #EEE8DC;
	background-color: #FFE4C4;
	color: #8B8378;
	text-decoration: none;
	width: 9.6em;
	}

#navcontainer li a:hover {
	/*
	// Change menu rollover colors //
	*/
	border-left-color: #CDC0B0;
	border-right-color: #FFDAB9;
	background-color: #FFF6E8;
	color: #CDB79E;
	}

/*
//// DIV ID'S ////
 */

 #wrapper {
	background: url('../assets/images/eccm_bridge.jpg') no-repeat top left;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	}

#container {
	margin: 0 160px 0 160px;
	padding: 0 0 0 10px;
	}

#pageHeader {
	margin: 0 0 1px 0;
	padding: 0;
	background-color: transparent;
	}

/* using an image to replace text in an h1.
 This trick courtesy Douglas Bowman,
 http://www.stopdesign.com/articles/css/replace-text/ */

#pageHeader h1 {
	background: transparent url('../assets/images/ecmm-txt.gif') no-repeat top left;
	margin: 0 0 0 180px;
	padding: 0 0 0 0;
	height: 44px;
	}

#pageHeader h1 span {
	display: none;
	}

#bringing {
	height: 22px;
	margin: 15px 0 0 0;
	text-align: right;
	display: block;
	clear: both;
}
	
#bringing h2 {
	background: transparent url('../assets/images/ecmm-txt1.gif') no-repeat top left;
	width: 325px;
	height: 22px;
	float: right;
	margin: 0;
	}

#bringing h2 span {
	display: none;
	}

#quickSummary {
	width: 150px;
	margin: 8px 15px 10px 0;
	float: left;
	}

#quickSummary p {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	color: #5A4436;
	background-color: transparent;
	text-align: center;
	}

#benefits {
	margin: 60px 0 0 16px;
	/*width: 80%; BAD BAD don't use % for width*/
	}
	
/* Don't show empty items comment them out
#benefits p {
	text-indent: .5cm;
		}
*/

#benefits li {
	list-style-image: url('../assets/images/list_li.png');
	/*color:#99AAAA;*/
		}

#party {
	margin: 60px 0 0 18px;
	}
	
/* Don't show empty items comment them out
#party p {
	text-indent: .5cm
		}
*/

#party li {
	list-style-image: url('../assets/images/list_li.png');
	/*color:#99AAAA;*/
		}

#firstmassage {
	margin: 60px 0 0 18px;
	}
	
/* Don't show empty items comment them out
#firstmassage p {
	text-indent: .5cm;
		}
*/

#home {
	margin: 60px 0 0 18px;
	/*width: 95%; BAD  */
	display: inline-block;
	}

#home p {
	margin: 0;
	padding: 0;
	}

#contact {
	margin: 60px 0 0 100px;
	}

#contact a {
	text-decoration: underline;
	}

#reviews {
	margin: 60px 0 0 100px;
	}

#reviews a {
	text-decoration: underline;
	}

#reviews li {
	list-style-image: url('../assets/images/list_li.png');
	/*color:#99AAAA;*/
		}

#hours {
	margin: 60px 0 0 100px;
	}

#rates {
	margin: 60px 0 0 100px;
	}