@charset "UTF-8";
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background-image:url(images/body-bg.jpg);
	background-color:#fafafa;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}
a:link {
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	tcolor: #000;
	font-weight:bold;
	text-decoration: none;
}
.top-bar {
	height:5px;
	background:#e5c20f;
	border-bottom:1px solid #666;
}
.container {
	width: 960px;
	padding:0 4px;
	background:url(images/container-bg.png);
	margin: 0 auto;
	overflow:auto;
}
.wrapper {
	width:960px;
	margin:0 auto;
}
.header {
	height:181px;
	background:url(images/header-bg.jpg);
}
.logo {
	width:285px;
	height:161px;
	float:left;
	margin:9px 0 0 4px;
}
.phone {
	width:500px;
	float:right;
}
.social-images {
	margin:11px 10px 0 0;
	float:right;
}
.social-images img {
	margin:0 3px;
}
.number {
	text-align:right;
	margin:64px 10px 0 0;
}
.number h1 {
	font-size:20px;
	color:#476c47;
	font-weight:normal;
	text-shadow:0 1px #fff;
}
.number h2 {
	margin-top:-12px;
	font-size:44px;
	color:#003300;
}
.nav {
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	height:46px;
	padding:0;
}
.sidebar {
	float: right;
	width: 243px;
	margin:-1px 2px 0 0;
	padding-bottom:20px;
}
.quickcontact {
	height:379px;
	padding:12px 10px 16px 10px;
	background: -webkit-gradient(linear, center top, center bottom, from(#e2eaec), to(#c2d1d3));
	background: -moz-linear-gradient(top, #e2eaec, #c2d1d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2eaec', endColorstr='#c2d1d3');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2eaec', endColorstr='#c2d1d3')";
	background: linear-gradient(top, #e2eaec, #c2d1d3);	
}
.quickcontact h1 {
	font-size:18px;
	color:#003300;
	margin-bottom:4px;
}
.quickcontact p {
	font-size:12px;
	line-height:14px;
	color:#666;
	margin-bottom:10px;
}
.quickcontact label {
	font-size:12px;
	color:#333;
	font-weight:bold;
	margin-left:3px;
}
.quickcontact input {
	width:210px;
	height:27px;
	background-color:#ffffff;
	border:none;
	margin:3px 0 6px 0;
	padding:0 6px;
	font-size:12px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	behavior: url(ie-css3.htc);
}
.quickcontact textarea {
	width:210px;
	height:43px;
	background-color:#ffffff;
	border:none;
	margin:3px 0 6px 0;
	padding:6px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	overflow:auto;
	behavior: url(ie-css3.htc);
}
.quickcontact input:focus, .quickcontact textarea:focus {
	background:#fafafa;
}
#quicksubmit {
	display: block;
	width: 225px;
	height: 36px;
	background: url(images/quick-contact-submit.png) bottom;
	text-indent: -99999px;
	margin:0 auto;
	margin:12px 0 10px 0;
	cursor:pointer;
	border:none;
	font-size:0;
	display:block;
	line-height:0;
}
#quicksubmit:hover {
	background-position: 0 0;
}
.call-now-sidebar {
	width:244px;
	height:63px;
	background:url(images/call-now-sidebar-bg.jpg);
	text-align:center;
	padding-top:12px;
}
.call-now-sidebar h1 {
	font-size:15px;
	color:#ffc30d;
}
.call-now-sidebar h2 {
	font-size:26px;
	color:#fff;
	margin-top:-4px;
}
.joint-commission {
	height:177px;
	width:243px;
	margin:0 auto;
	text-align:center;
	font-size:15px;
	color:#333;
	font-weight:bold;
	background:#e7ecec;
}
.joint-commission img {
	padding:8px 0 2px 0;
}
.florida-rehab {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	height:46px;
	font-size:14px;
	color:#333;
	padding-top:12px;
	margin-bottom:20px;
}
.florida-rehab img {
	float:left;
	padding:0 10px 12px 0;
}

.sidebar-main-nav li {
	font-size:15px;
	color:#333;
	list-style:url(images/sidebar-arrow.png);
	margin:2px 0 2px 0;
	padding:0 0 0 4px;
	border-bottom:1px solid #eee;
}
.sidebar-main-nav li a:link, .sidebar-main-nav li a:visited, .sidebar-main-nav li a:active  {
	font-size:15px;
	color:#333;
	text-decoration:none;
}
.sidebar-main-nav li a:hover  {
	font-size:15px;
	color:#000;
	text-decoration:none;
}
.sidebar-nav-title li {
	font-size:15px;
	font-weight:bold;
	color:#003300;
	background:#fafafa;
	list-style:none;
	margin:12px 0 4px -20px;
	padding:2px 0 2px 4px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.sidebar-nav-title li a:link, .sidebar-nav-title li a:visited, .sidebar-nav-title li a:active {
	font-size:15px;
	font-weight:bold;
	color:#003300;
	text-decoration:none;
}
.sidebar-nav-title li a:hover {
	font-size:15px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.sidebar-nav li {
	font-size:14px;
	color:#4e4e4e;
	list-style:none;
	margin:2px 0 2px -20px;
	padding:0 0 0 10px;
	border-bottom:1px solid #eee;
}
.sidebar-nav li a:link, .sidebar-nav li a:visited, .sidebar-nav li a:active {
	font-size:14px;
	color:#4e4e4e;
	text-decoration:none;
	font-weight:normal;
}
.sidebar-nav li a:hover {
	font-size:14px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
.sidebar .last {
	border:none;
}
.content {
	padding: 16px 30px 20px 10px;
	width: 675px;
	font-size:15px;
	float: right;
}
.content h1 {
	font-size:20px;
	color:#003300;
	margin:14px 0 8px 0;
}
.content h2 {
	font-size:18px;
	color:#064206;
	margin:16px 0 2px 0;
}
.content p {
	margin:0 0 12px 0;
}
.content img {
	margin-bottom:10px;
}
.content ul {
	margin:20px 0 0 10px;
}
.content li {
	padding:5px 0;
}
.footer {
	padding:10px 20px;
	height:20px;
	background:#fcfcfc;
	border-top:1px solid #ddd;
	position: relative;
	clear: both;
}
.footer p {
	font-size:13px;
	color:#333;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
