@charset "UTF-8";
/* Common CSS */

* {
	margin: 0px;
	padding: 0px;
}

body { font-family: "Helvetica Neue", "Lucida Grande", Calibri, sans-serif; }
a  {
	outline: none;
	color: #40509F;
}

#wrapper {
	margin: 20px auto;
	width: 905px;
	background: url(../images/zen-circle.gif) no-repeat 400px 30px;
	position: relative;
}

#navigation {
	margin-bottom: 20px;
	display: block;
	height: 20px;
}


#home #nav-home, #courses #nav-courses, #psychotherapists #nav-psychotherapists, #contact #nav-contact, #psychotherapy #nav-psychotherapy, #meditation #nav-meditation, #resources #nav-resources, #people #nav-people, #mindfulness #nav-mindfulness, .resources #nav-resources, #books #nav-books, #articles #nav-articles

{color:#DF4934;}



#first-bar {
	background: #D7D8AE;
	opacity: .65;
	filter: Alpha(Opacity=65);
	height: 75px;
	
}

#first-bar-opaque {
	margin-top: -75px;
	margin-bottom: 0px;
	height: 75px;
	position: absolute;
	right: 0px;
	width: 100%;
	text-align: right;
}
p  {
	font-size: 14px;
	margin: 0 0  12px 0;
	line-height: 1.3em;
}
#main-column li{
	font-size: 14px;
	margin-bottom: 3px;
	margin-left: 24px;
	list-style: square;
}
#main-column ul{ margin-bottom: 12px; }

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #DF4934;
	margin: 0 0 6px 0;
}
#main-column h2 {
	font-size: 18px;
	margin-bottom: 6px;
}

h4 {
	font-weight: normal;
	color: #DF4934;
	margin-bottom: 6px;
	font-size: 14px;
}

h5 {
	font-size: 15px;
	color: #005C90;
	margin-bottom: 6px;
	font-weight: normal;
}

b { color: #DF4934; }

.clearfloat {
	clear: both;
	height: 1%;
}

