body {
	background:#dedede;
	margin: 0px auto 0px auto;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#container {
	width:760px;
	margin:0px auto 0px auto;
	border:1px solid #000;
	background:#fff;	
}

#divider {
	
	
	border-bottom:1px solid #000;
}

#header {
	height:150px;
	background:#77a13d;
	border-bottom:10px solid #77a13d;
}

#header h1 {
	color:#fff;
	font-size:40pt;
	margin:0;
	padding:30px 0px 10px 10px;
	font-family:Maiandra, Maiandra GD;
}
#header h2 {
	color:#fff;
	font-size:12pt;
	margin:0;
	padding:0px 10px 10px 10px;
	font-family:Maiandra, Maiandra GD;
	text-align:center;
}

#header_image {
	width:150px;
	padding:10px 10px 10px 60px;
	float:left;
	margin:0;
}

#header_text {
	width:500px;
	padding:10px;
	float:right;
}

#content {
	width:500px;
	padding:10px;
	float:right;
	margin:0px 15px 0px auto;
	/*background: #fff url(images/ziggy-1.png) no-repeat center scroll;*/
	
	/*background-image: url('images/ziggy-1.png');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-postion: center;*/
	
	/*This was the active one
	background-image: url('images/ziggy-2.png');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;*/
}

#cright{width:200px;
	padding:10px;
	float:right;
	margin:0px 15px 0px auto;}
#cleft{width:200px;
	padding:10px;
	float:left;
	margin:0px 15px 0px auto;}

#therapistborder{
	/*border-width:thin;
	border-color:#77a13d;
	border-style:solid;*/
	width:500px;
	/*height:250px;*/
	margin:0px auto 0px auto;
	border:1px solid #77a13d;
	background:#fff;
	padding:5px
}

#crightbio{width:250px;
	padding:10px;
	float:right;
	margin:0px 15px 0px auto;
	height:auto;
}
#cleftimage{width:150px;
	padding:10px;
	float:left;
	margin:0px 15px 0px auto;
}

#crightimage{width:150px;
	padding:10px;
	float:right;
	margin:0px 15px 0px auto;
}
#cleftbio{width:250px;
	padding:10px;
	float:left;
	margin:0px 15px 0px auto;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}


#content h3 {
	color:#333;
	font-size:12pt;
}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

.imgrightbottom {
	border:0px ;
	margin:15px;
	float:right;
	display:inline;
	vertical-align:top;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	/*background:url(images/li-off.jpg) top left no-repeat #f2f7e9;*/
	background: top left no-repeat #f2f7e9;
	color:#060;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	/*background:url(images/li-on.jpg) top left no-repeat #f2f7e9;*/
	background: top left no-repeat #f2f7e9;
}

.widget {
	height:60px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}

.widget2 {
	height:80px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}

.widget3 {
	height:80px;
	border:1px solid #ccc;
	background:#77a13d;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
	color:#ffffff;
}

.widget3 a {
	text-decoration:underline;
	font-weight:bold;
	color:#ffffff;
}

.widget3 a:hover {
	/*background:url(images/li-on.jpg) top left no-repeat #f2f7e9;*/
	background: top left no-repeat #77a13d;
}

.contactinfo {
	height:80px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#bottomnav {
	clear:both;
	padding:10px;
	font-size:8pt;
	text-align:center;
}

#bottomnav a {
	text-decoration:none;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}

p {
	clear:both;
	text-align: justify}
	
img.padleft10 {
border: 0px solid #333333 ;
padding: 0px 0px 0px 10px ;
}

img.padright10 {
border: 0px solid #333333 ;
padding: 0px 10px 0px 0px ;
}

.ul_check
{
	/*background:url(images/li-on.jpg) top left no-repeat #f2f7e9;*/
	/*background: top left no-repeat #f2f7e9;*/
	/*display:block;
	padding:3px;
	width:300px;*/
	background:url(images/checkmark.gif) top left no-repeat ;
	/*background: top left no-repeat #f2f7e9;*/
	/*color:#000;*/
	text-indent:30px;
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	border-bottom:none;
}
.ul_nocheck
{
	/*background:url(images/li-on.jpg) top left no-repeat #f2f7e9;*/
	/*background: top left no-repeat #f2f7e9;
	display:block;
	padding:10px;*/
	/*width:300px;
	background:url(images/checkmark.gif) top left no-repeat ;*/
	/*background: top left no-repeat #f2f7e9;*/
	/*color:#000;*/
	text-indent:20px;
	text-decoration:none;
	margin:0;
	padding:0;
	/*list-style:none;*/
	border:none;
	border-bottom:none;
}