@charset "UTF-8";
/*=========================================
http://www.KozarianCounseling.com
=========================================*/

/* +GENERAL - include note
=========================================*/
	/* Remove padding and margin - universal */
* {margin: 0;padding: 0;}

	/* Put it back on certain elements */
p, pre, blockquote, form, fieldset, table {margin: .3em 0 1.3em 0;}

	/* Class for clearing floats */
.clear {clear:both;height:0;font-size:1px;line-height:0px;}

	/* Remove border around linked images */
img {border: 0;}

.fltrt {float: right;margin-left: 8px;}
.fltlft {float: left;margin-right: 8px;}

hr {
	background:#D2E8CC;
	height:2px;
	border:none;
	margin:25px 0;
	}
hr.heavy {
	background:#D2E8CC;
	height:4px;
	border:none;
	margin:30px 0;
	}


/*==============================================================*/

body  {
	font: 14px 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', 'serif';
	background:#F7F8F3;
	margin:0;
	padding: 0;
	text-align:center;
	color: #909090;
	}
#container { 
	width: 700px;
	background: url(images/watercooloer_bkgnd.jpg) repeat top center #F7F8F3;
	margin: 0 auto;
	text-align:left;
	}
div.index { 
	background: url(images/home_bkgnd.png) no-repeat top center;
	height:406px;
	margin: 0 auto;
	text-align:left;
	}  
#header { 
	height:125px;
	background:none; 
	margin:0;
	padding: 20px 10px 0 20px;
	} 
#header2 { 
	height:125px;
	background: url(images/navbg_green-2.jpg) top center no-repeat;
	margin:0;
	padding: 20px 10px 0 20px;
	}
#header3 {
	height:125px;
	background: url(images/navgb_blue-1.jpg) top center no-repeat;
	margin:0;
	padding: 20px 10px 0 20px;
	}
#sidebar1 {
	float: left;
	width: 200px;
	padding: 15px 10px;
	line-height:1.7em;
	}
#mainContent {
	margin: 0 0 0 250px;
	padding:20px;
	line-height:1.5em;
	}
#mainContent.details {
	margin:20px;
	padding:20px;
	line-height:1.5em;
	}
#footer { 
	padding: 0 10px 0 20px;
	}
#footer p {
	text-align:center;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#444444;
	margin: 0;
	padding: 10px 0;
	}


/*==============================================================*/

a { 
	color:#879C57;
	text-decoration:none;
	}
a:hover { 
	color:#444444;
	text-decoration:underline;
	}
	
/*==============================================================*/

h1 {
	margin:15px 0;
	color:#444444;
	font-weight:normal;
	font-size:24px;
	line-height:1.6em;
	}
h1.index {
	margin:50px 0 0px 0;
	color:#444444;
	font-weight:normal;
	font-size:27px;
	}

h2 {
	margin:10px 0;
	color:#909090;
	font-weight:normal;
	font-size:18px;
	}

h2.index {
	margin:5px 0;
	color:#909090;
	font-weight:normal;
	font-size:18px;
	}

h3 {
	margin:8px 0 2px 0;
	color:#879C57;
	font-weight:normal;
	font-size:14px;
	}

/*==============================================================*/

#nav {
	height:30px;
	padding:0 25px;
	}
#nav ul {
	list-style:none;
	}
#nav li {
	display:inline;
	padding:5px 14px;
	}
#nav li a {
	color:#879C57;
	text-decoration:none;
	}
#nav li a:hover {
	color:#444444;
	text-decoration:none;
	}
#nav li a.active {
	color:#909090;
	text-decoration:none;
	}

/*==============================================================*/
body.blue #nav {
	height:30px;
	padding:0 25px;
	}
body.blue #nav ul {
	list-style:none;
	}
body.blue #nav li {
	display:inline;
	padding:5px 14px;
	}
body.blue #nav li a {
	color:#72A3BA;
	text-decoration:none;
	}
body.blue #nav li a:hover {
	color:#444444;
	text-decoration:none;
	}
body.blue #nav li a.active {
	color:#909090;
	text-decoration:none;
	}
body.blue a { 
	color:#72A3BA;
	text-decoration:none;
	}
body.blue a:hover { 
	color:#444444;
	text-decoration:underline;
	}
	

/*==============================================================*/

ul.workshops {
	list-style-image:url(images/bullet.png);
	}
div.moreinfo {
	float:right;
	margin:60px 10px;
	padding:5px 35px;
	width:80px;
	height:100px;
	text-align:right;
	line-height:1.5em;
	font-size:12px;
	background:url(images/shapeimage_4.png) right top no-repeat;
	}
div.moreinfo a:hover {
	text-decoration:none;
	}
	
/*==============================================================*/

#mainContent.details ul {
	list-style:none;
	}
#mainContent.details ul.fees {
	list-style-image: url(images/bullet2.png);
	}