/* -------- Design -> Andrew Strojny -> http://www.andrewstrojny.com ------------ please do not remove ---------- */


/* -----IE Hack----- */
html { 
	font-size: 100%; 
}

/* -----Body, Container, Header----- */

body {
	font-family: helvetica, arial, sans-serif;
	min-width: 760px;
	text-align: center;	
	font-size: .8em;
	background-color: #3C035A;
	color: #333333;
}
#container {
	width: 760px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	background-color:#E4BBFD;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#header {
	padding: 5em 0 0 0;
	text-align: center;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: center;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(http://www.conscioushealingtherapy.com/Purple/images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: center;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
border-left: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(http://www.conscioushealingtherapy.com/Purple/images/indentbg2.gif) center center repeat-x;
}



#lbox {
	width: 605px;
}
/* ------Main Content Box----- */

#content {
	width: 680px;
	margin-left : auto;
	margin-right : auto;
	padding:0 0 2.5em 0;
	background-color: #E4BBFD;
}

/* -----Content Header----- */

#content span.content_title {
	padding-left: 1em;
	font-family: Times, serif;
	font-size: 1.6em;
	font-style: italic;
	margin-left: 1em;
}

/* ------Round Inner Content Box------ Courtesy of http://kalsey.com/2003/07/rounded_corners_in_css/ ------- */

.roundcont {
	width: 100%;
	background-color: #EFDBFF;
}

.roundcont p {
	margin: 1em 2em;
}


.roundtop { 
	background: url(images/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   	width: 19px;
   	height: 19px;
   	border: none;
   	display: block !important;
}

/* -----Float Images----- */

.floatright {
	margin: 0 2em 0 0;
	float: right;
}

.floatrightb {
	margin: 1em 1em 0 1em;
	float: right;
}

.floatleft {
	margin: 1em 1em 0 2em;
	float:left;
}

/* -----List----- */

.list {
	margin: 0 0 0 2.5em;
	padding: 0 0 0 2.5em;
}

/* -----Links----- */

a {
	color: #3C035A;
	outline: none;
}

a:hover {
	background-color: #3C035A;
	color: #EFDBFF;
	outline: none;
}

/* -----Footer----- */

#footer {
	clear: both;
}
