/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";


/* Sarah Hoagland Therapy CSS
-------------------------------------------------------------- */
  
body {
	margin:0px;
	padding:0px;
	background-image: url(../images/sage-bg.gif);
	background-repeat: repeat;
	text-align: center;
}
#topcorners {
	background-image: url(../images/top-corners.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 800px;
	position: absolute;
	z-index: 1;
	left: -2px;
	top: 0px;
}

#page {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#maincontainer {
	background-color: #FFFFCC;
	padding: 0px;
	height: auto;
	width: 796px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: relative;
	background-image: url(../images/illumination-bg.png);
	background-repeat: no-repeat;
	background-position: 50px -160px;
	margin: 30px 0 0 0;
}
#content {
	margin-top: 120px;
	clear: both;
	padding: 0 15px 0 0;
}
#content p {
	color: #333300;
}
#content li {
	color: #333300;
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 1em;
}
#quotebox {
	height: 130px;
	width: 340px;
	overflow: hidden;
	margin: 0px;
	position: absolute;
	left: 230px;
	top: -140px;
	padding: 0px;
}
ul#quotes {
	color: #336633;
	list-style: none;
	margin-left: 25px;
}


#left-menu {
	margin: 0;
	padding: 0px;
	float: left;
	width: 200px;
}
#navbar {
	height: 100%;
	width: 200px;
	background-image: url(../images/dark-brown-bg.gif);
	background-repeat: repeat;
}
#navmenu {
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6633;
	font-family: Tahoma;
	color: #FFFFCC;
}
#navmenu ul {
	border: none;
	list-style: none;
	margin: 0px;
	padding: 0px;

}
#navmenu li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
#navmenu li a {
	color: #FFF;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background-color: none;
	text-decoration: none;
}
#navmenu li.current a {
	color:#FFFFFF!important;
	display: block;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	background-color: none;
	text-decoration: none;
	cursor:pointer;
}	
html>body #navmenu li a, #navmenu li.current a {
	width: auto;
}
#navmenu li a:hover, #navmenu li.current a {
	color: #FFFFFF!important;
	background-color: #CC6633;
	text-decoration: none;
	background-image:url(../images/menu-illuminate-bg.png);
	background-repeat:no-repeat;
	background-position: center center;
}	
#minicontact  {
	color: #CC6633;
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
	background-image: url(../images/labyrinth.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	width: 200px;
	padding-top: 28px;
}
#photo {
	background-image: url(../images/sarah-hoagland-therapy-photo-2.png);
	background-repeat: no-repeat;
	height: 301px;
	width: 200px;
}

#right-content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 560px;
	float: right;
}
#logo-huge {
	height: 100px;
	width: 500px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo-small {
	background-image: url(../images/sarah-hoagland-logo-small-2.png);
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	width: 250px;
	margin: 20px 20px 20px 0;
	padding: 0px;
}

#bottomcorners {
	background-image: url(../images/bottom-corners.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 800px;
	position: relative;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	top: -10px;
}
.author {
	font-weight: bold;
	color: #2F2E2B;
	line-height: 1em;
	text-align: right;
	margin-right: 15px;
}


#butterfly {
	background-image: url(../images/individuation-change-therapy-butterfly-2.png);
	background-repeat: no-repeat;
	height: 164px;
	width: 216px;
	position: absolute;
	right: 2px;
	z-index: 0;
	bottom: 10px;
}
#footer {
	width: 800px;
	font-size: 9px;
	color: #336633!important;
	margin: 0;
	position: relative;
	top: -10px;
}
#footer p {
	margin: 0;

}

#footer a {
	text-decoration: none;
}

#copyright {
	width: 250px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
	float: left;
	color: #336633;
}

#webdesign   {
	width: 300px;
	margin: 0px;
	padding: 0px;
	margin-left: 490px;
	text-align: right;
	margin-right: 10px;
	color: #336633;
}
#webdesign  a, #copyright a {
	color: #336633;
	border-bottom: 1px dotted #336633;
	font-weight: normal;
}
#webdesign   a:hover, #copyright a:hover {
	color: #FFFFCC;
	border-bottom: 1px dotted #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}




.clear {
	clear: both;
}
.goodbye {
	display:block;
	position: absolute;
	left: -9999px;
}	
.relative {
	position: relative;
}
.floatleft {
	float: left;
}
.subpageheader {
	margin-top: 60px;
	font-size: 1.8em;
}

