@charset "utf-8";

/*takes out all the padding from margins and removes any borders*/
*{
border:none;
margin:none;
}

body {
	background-color: #bea179;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;  
	text-align:center; 
}
/*adds in the custom bullet*/
#list li {
	list-style-image: url(../img/bullet.gif);
}

/*replaces the attributes from the standard to those we want to use*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2f5a71;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f5a71;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2f5a71;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*Cliff, maybe this is too wide? if yes remember to change the border backgrounds as well*/
#pagewidth { 
 	width:945px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 /*Need to add in our custome water picture*/
#header {
	position:relative;
	height:153px;
	width:100%;
	background-image: url(../img/headerBorder2.jpg);
	background-repeat: no-repeat;
} 
#wrapper {
	background-image: url(../img/contentbackground.jpg);
	background-repeat: repeat-y;
} 
#leftcol {
	width:223px; 
	float:left; 
	position:relative; 
}
#navtop {
	background-image: url(../img/navtop.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 36px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	height: 40px;
	width: 187px;
}
#nav {
	background-image: url(../img/navbackgound.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-left: 36px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 187px;
}
/*Not overly happy with this Cliff...what do you think?*/
#list a:link {
	color: #2F5A71;
	text-decoration: underline; /*B49265*/
	}

#list a:visited {
	color: #2F5A71;
	text-decoration: underline;
}

#list a:hover {
	color: #B49265;
	text-decoration: none;
}

#list a:active {
	color: #2F5A71;
	text-decoration: underline;
}
.sitemenu {
	width: 161px;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ac884d;
	font-weight: bold;
	list-style-type: none;
}
.sitemenu li {
	list-style: none;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px dashed #e0d3c0;

}

/*Check with the code above for consistancy Anne/Cliff Note hey Cliffs notes!*/
.sitemenu li a {
	color: #ac884d;
	text-decoration: none;
	list-style-type: none;
}
.sitemenu li a:link {
	color: #ac884d;
	text-decoration: none;
	list-style-type: none;
}
.sitemenu li a:visited {
	color: #ac884d;
	text-decoration: none;
}
.sitemenu li a:hover {
	color: #2f5a71;
	text-decoration: none;
}
.sitemenu li a:active {
	color: #2f5a71;
	text-decoration: none;
	list-style-type: none;
}
/*ACTIVE PAGE Navigation*/
#index .index,
#about .about,
#personal .personal,
#couples .couples,
#hypno .hypno,
#seminars .seminars,
#divorce .divorce,
#contact .contact {
	color:#2f5a71;

}

/*The bottom Menu*/
#menubot {
	background-image: url(../img/navbottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 36px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	height: 21px;
	width: 187px;
}
#twocols {
 width:722px; 
 float:right; 
 position:relative; 
  }
 
#rightcol {
	width:220px;
	float:right;
	position:relative;
	background-image: url(../img/rtcolbackground.jpg);
	background-repeat: no-repeat;
}
#notestop {
	background-image: url(../img/notestop.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 33px;
	margin-top: 0px;
	padding: 0px;
	height: 40px;
	width: 187px;
} 
#notes {
	background-image: url(../img/navbackgound.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 33px;
	margin-top: 0px;
	padding: 0px;
	width: 187px;
}
.notescontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ac884d;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dashed #e0d3c0;
}

/*Check with other  LI area for consistancy*/
.notescontent a:link {
	color: #ac884d;
	text-decoration: underline;
}
.notescontent a:visited {
	color: #ac884d;
	text-decoration: underline;
}
.notescontent a:hover {
	color: #2f5a71;
	text-decoration: none;
}
.notescontent a:active {
	color: #ac884d;
	text-decoration: underline;
}
.notescontent img {
	padding: 3px;
	text-align: center;
	margin: 0;
}
#notestuff {
	background-image: url(../img/navbottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 33px;
	margin-top: 0px;
	padding: 0px;
	height: 21px;
	width: 187px;
}
#maincol {
	background-color: #F6E6CF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:502px; 
}
#maincontent {
	background-image: url(../img/titlebacground.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 20px;
} 

/*Check for consistancy*/
.bodytext a:link {
	color: #000000;
	text-decoration: underline;
}
.bodytext a:visited {
	color: #000000;
	text-decoration: underline;
}
.bodytext a:hover {
	color: #ac884d;
	text-decoration: none;
}
.bodytext a:active {
	color: #000000;
	text-decoration: underline;
}
.bodytext li {
	margin-left: 50px;
}
.tablecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
} 
.cleartext {
	clear: both;
}
#footer {
	height: 44px;
	clear: both;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 5px;
 } 
#footer a {
	color: #000000;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}
#portfolio {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
 
 /* Fix courtesy of http://www.csscreator.com/attributes/containedfloat.php - please refer for further details */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* This fix will Hide from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
 


 
 /*printer styles to hide right and left columns during printing*/ 
 @media print{ 

#leftcol{display:none;} 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#test {
	font-size: 12px;
	color: #2F5A71;
	font-style: italic;
}

/*FORM*/
#myform li {
	list-style-type: none;
}
#send li {
	display:inline;
}
#address a:link {
	color: #2F5A71;
	text-decoration: underline; /*B49265*/
	}

#address a:visited {
	color: #2F5A71;
	text-decoration: underline;
}

#address a:hover {
	color: #B49265;
	text-decoration: none;
}

#address a:active {
	color: #2F5A71;
	text-decoration: underline;
}
