/**** CSS for sarasotatherapist.com *****
/*****Patricia A. Simmons, Web Wise Concepts, LLC Jan 2008 *****/
body, h1, h2, h3, p, ul, li {
	margin: 0;
	border: none;
	padding: 0;
}
h2 {
	padding: 1.5em 0 .6em 2em;
	font-size: 1.1em;
}
body {
	color: #49434d;
	background-color: #e0dbcf;
	font-size: 100.01%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-stretch: condensed;
	text-align: center;
	word-spacing: 0.01cm;
	vertical-align: 12pt;
	min-width: 742px;
	line-height: 1.25;
	//**float: right;**//
}
#container {
	margin: 5px auto;
	width: 760px;
	position: static;
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
	background-color: #fff;
	border: 5px solid #999999;
}
#content {
	border: 0;
	width: 745px;
}
#content_main {
	width: 564px;
	font-size: 0.75em;
	text-align: left;
	background-image: url(../images/lmwebloogradient.gif);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#contact {
	font-size: 1.5em;
}
#header {
	width: 728px;
	height: 110px;
	background-color: #49434d;
	border: none;
}
#footer {
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
}
#footer #vps { font: normal 10px Georgia, "Times New Roman", Times, serif; }
h3 {
	font-size: 1.2em;
	padding: 1em 0 .5em 0;
	}
p { padding: 10px; }
cite { line-height: normal; }
/****** Images ******/
#pagehead { margin: 15px 20px; }
img { border: none; }
/******* Generic Styles ******/
.fltrt, #linda_photo, #building{
	float: right;
	padding-left: 15px;
}
.fltlt {
	float: left;
	padding-right: 15px;
}
.clears { clear: both; }
.bold { font-weight: bold; }
dl {
	width: 70%;
	font-size: .78em;
	margin: .25em auto;
}
#free30 {
	margin: 0 10px;
	width: 130px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(../images/lftsidebutt.jpg) repeat;
	}
	
/********* Navigation ********/
a { text-decoration: none; }
#nav_main {
	background-color:#f4e586;
	font: .75em Arial, Helvetica, sans-serif;
	height: 18px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: auto;
}
a:link, a:visited {
	color: #d47b27;
	font-weight: bold;
}
a:hover { color: #6b4331; }
ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
ul#navlist li {
	float: left;
	font: bold .75em Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #f4e586;
	padding-left: 5px;
}
#navlist a, #navlist a:link {
	color: #d47b27;
	border-right: 1px dashed #d1e3db;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul#navlist li#active {
	color: #95bbae;
	background-color: #deebe5;
	padding: 3px 0;
}
#navlist a:hover {
	padding: 6px 5px;
	color: #74a893;
	background-color: #d1e3db;
}
/******* Lists ***********/
ul.issues, ul.resources { padding: .75em 2.5em; }
ul.resources li {
	list-style-type: none;
	padding: 3px 0;
}
ul.issues li { list-style: square; }
/******* Tables **********/
table {
	border: 0;
	padding: 0;
	border:none;
	border-collapse: collapse;
}
table#main {
	width: 760px;
	background-color: #fff;
	height: 500px;
}
td#imgleft {
	width: 161px;
	vertical-align: top;
}
table#issues, table#contact {
	margin: 15px 25px;
	width: 340px;
}
table#assess {
	margin: 0.75em auto;
	width: 400px;
	font-size: .78em;
}
table#main td, table#assess td {
	padding: 0;
	vertical-align: top;
}
#issues td { width: 50%; }
#issues td ul li {
	font-weight: bold;
	line-height: 1.5;
}
/**************** AltTxt for inline tooltips*/
.glt-elm{
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 150px;
 	color: #fff;
  	font: 10px Arial, Helvetica, sans-serif;
 	opacity: 0.9;
 	visibility: hidden;
}

.glt-elm p{
 	background: #666;
 	margin: 0;
 	padding: 0.5em;
}

.glt-elm img{
 	display: block;
}

/* and this CSS for IE, if you want to use transparency: */

.glt-elm{
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
