@import 'reset.css';

html {
	min-width: 840px;
	}
body {
	font: 12px/18px verdana, arial, sans-serif;
	text-align: left;
	background: #f3f4db;
	color: #333;
	}
#wrap {
	width: 800px;
	margin: 45px auto;
	}
#header {
	position: relative;
	width: 800px;
	height: 80px;
	}
#logo {
	top: 0;
	left: 0;
	width: 249px;
	height: 84px;
	position: absolute;
	}
#logo h1 {
	text-indent: -9999px;
	}
#logo h1 a {
	display: block;
	width: 249px;
	height: 84px;
	background: url(/images/logo-tagline.gif) 0 0 no-repeat;
	}
#search {
	position: absolute;
	top: 5px;
	right: 0;
	color: #73766c;
	font-size: 10px;
	text-transform: uppercase;
	}
#slideshow {
	margin: 25px 0;
	height: 352px;
	position: relative;
	}
#imageCycle {
	top: 0;
	left: 0;
	position: absolute;
	}
#anchor-sides {
	right: -9px;
	top: 0;
	position: absolute;
	}
#banner {
	margin: 25px 0 15px 0;
	}
#main {
	background: url(/images/bg_main.gif) 0 0 repeat-y;
	margin: 0 0 15px 0;
	}
#main-2 {
	background: url(/images/bg_main-top.gif) top left no-repeat;
	}
#main-3 {
	background: url(/images/bg_main-bottom.gif) bottom left no-repeat;
	padding: 0 0 7px 0;
	min-height: 370px;
	}
div.content {
	float: right;
	margin: 25px 45px 25px 0;
	width: 540px;
	display: inline;
	}
div.sidebar {
	width: 172px;
	float: left;
	display: inline;
	}
#footer {
	font-size: 9px;
	text-align: center;
	border-top: #e0e1cb solid 2px;
	padding: 10px 0;
	color: #73766c;
	}

#actions {
	margin: 0 0 30px 0;
	}
div.action {
	width: 260px;
	float: left;
	margin: 0 10px 0 0;
	background: #d4d6c1 url(/images/bg_action-top.gif) top left no-repeat;
	color: #73766c;
	}
div.action-2 {
	background: url(/images/bg_action-bottom.gif) bottom left no-repeat;
	padding: 0 0 10px 0;
	}
div.action h3 {
	font-weight: bold;
	padding: 10px 80px 10px 10px;
	line-height: 16px;
	height: 30px;
	margin: 0;
	font-size: 13px;
	}
div.action h3 a {
	text-decoration: none;
	color: #73766c;
	}
div.action div.description {
	border-top: #f3f4db solid 2px;
	margin: 0 2px;
	padding: 4px 8px;
	font-size: 10px;
	line-height: 14px;
	}
div.action p {
	margin: 0;
	}
p.link-date {
	float: right;
	padding: 7px 7px 0 0;
	text-align: right;
	font-style: italic;
	font-size: 11px;
	}
p.link-date a {
	text-decoration: none;
	}
	
div.physician {
	margin: 0 0 18px 0;
	border-bottom: #ccc solid 1px;
	}
div.physician img {
	margin-bottom: 18px;
	}
.service {
	margin: -9px 0 18px 0;
	text-transform: uppercase;
	color: #999;
	}
	
#search-container {
	width: 560px;
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	}
	
div.entry {
	margin: 0 0 18px 0;
	border-bottom: #ccc solid 1px;
	}
div.entry h3 {
	margin: 0;
	}
.date {
	margin: -9px 0 18px 0;
	text-transform: uppercase;
	color: #999;
	}
		
/* NAV
---------------------------------------------------- */

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	}
#nav ul {
	width: 491px;
	height: 22px;
	margin: 0;
	}
#nav ul li {
	float: left;
	display: inline;
	margin: 0;
	list-style: none;
	}
#nav ul li a {
	height: 22px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
#nav ul li a:hover, #nav ul li a.active, #nav ul li a.active:hover {
	background-position: 0 -22px;
	}
#nav ul li#home a {
	background-image: url(/images/nav_home.gif);
	width: 55px;
	}
#nav ul li#services a {
	background-image: url(/images/nav_services.gif);
	width: 107px;
	}
#nav ul li#about a {
	background-image: url(/images/nav_about.gif);
	width: 70px;
	}
#nav ul li#questions a {
	background-image: url(/images/nav_questions.gif);
	width: 75px;
	}
#nav ul li#forms a {
	background-image: url(/images/nav_forms.gif);
	width: 52px;
	}
#nav ul li#news a {
	background-image: url(/images/nav_news.gif);
	width: 51px;
	}
#nav ul li#contact a {
	background-image: url(/images/nav_contact.gif);
	width: 81px;
	}
	
ul.subnav {
	margin: 15px 0 18px 0;
	}
ul.subnav li {
	list-style: none;
	margin: 0;
	font-size: 10px;
	display: inline;
	line-height: 14px;
	}
ul.subnav li a {
	color: #73766c;
	text-decoration: none;
	padding: 7px 10px;
	display: block;
	}
ul.subnav li a:hover {
	color: #3a4b01;
	}
ul.subnav li a.active {
	background: #bbc2a0;
	color: #3a4b01;
	font-weight: bold;
	}
	
ul.subnav ul.docs {
	margin: 0 1px;
	background: #f3f4db !important;
	}
ul.subnav ul {
        margin: 0 1px;
	background: transparent;
	}
ul.subnav ul li a {
	background: none;
	padding: 7px 10px 7px 20px;
	}
ul.subnav ul li a.active {
	background: none;
	}
	
ul.subnav ul li.label {
	text-transform: uppercase;
	padding: 7px 0 5px 0;
	display: block;
	border-bottom: #d4d5c1 solid 1px;
	margin: 0 20px;
	}

/* HEADERS
---------------------------------------------------- */	

h2 {
	color: #3a4b01;
	font-size: 18px;
	margin: 0 0 18px 0;
	}
h3 {
	color: #3a4b01;
	font-size: 14px;
	margin: 0 0 9px 0;
	}
h4 {
	color: #333;
	font-size: 12px;
	margin: 0;
	}

/* LISTS
---------------------------------------------------- */	

ul {
	margin: 0 0 18px 0;
	}
ul li {
	margin: 0 0 0 35px;
	list-style: disc;
	}
	
ol {
	margin: 0 0 18px 0;
	}
ol li {
	list-style: decimal;
	margin: 0 0 0 35px;
	}
	
dl {
	margin: 0 0 18px 0;
	}
dl.form {
	background: #f3f4db;
	padding: 20px;
	}
dl.form dt {
	font-weight: bold;
	}
dl.form dd {
	margin: 0 0 18px 0;
	}

/* TEXT
---------------------------------------------------- */	

p {
	margin: 0 0 18px 0;
	}
p.lead {
	font-size: 14px;
	color: #a8af72;
	font-weight: bold;
	}
small {
	font-size: 10px;
	color: #777;
	}
hr {
	margin: 18px 0;
	border: #ccc solid;
	border-width: 1px 0 0 0;
	padding: 0;
	}
.star {
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;
	}
.error {
	color: #cc0000 !important;
	}
	
/* LINKS
---------------------------------------------------- */	
a {
	color: #73766c;
	}
a:hover {
	color: #3a4b01;
	}
	
h2 a, h3 a {
	color: #3a4b01;
	}
h2 a:hover, h3 a:hover {
	color: #000;
	}
a.facebook {
	background: url(/images/facebook.png) left no-repeat;
	padding: 5px 10px 5px 25px;
	}
a.twitter {
	background: url(/images/twitter.png) left no-repeat;
	padding: 5px 0 5px 25px;
	}
	
/* IMAGES
---------------------------------------------------- */	

img { -ms-interpolation-mode:bicubic; } /* This scales images better in IE */

img.left {
	float: left;
	margin: 0 20px 0 0;
	}
img.right {
	float: right;
	margin: 0 0 0 20px;
	}
img.border {
	border: #d4d5c1 solid 3px;
	padding: 1px;
	}
	
/* TABLES
---------------------------------------------------- */	

table {
	font: 12px/18px verdana, helvetica, arial, sans-serif;
	margin: 0 0 18px 0;
	}
	
table.details tr th {
	padding: 10px 10px 10px 0;
	border-bottom: #ccc solid 1px;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3a4b01;
	}
table.details tr td {
	padding: 10px;
	border-bottom: #ccc solid 1px;
	}
table.details tr td ul, table.details tr td ul li {
	margin: 0;
	}
table.details tr td ul li {
	margin: 0 0 0 15px;
	}

/* FORMS
---------------------------------------------------- */	
	
input, textarea {
	border: #c7c8b6 solid 1px;
	padding: 2px;
	background: #fff;
	font: 12px/14px verdana, helvetica, arial, sans-serif;
	}
input:focus, textarea:focus {
	border: #003600 solid 1px;
	outline: none;
	}
#search input {
	font-size: 10px;
	background-image: none !important;
	}
input.search-btn {
	background: none;
	border: 0;
	font-style: italic;
	color: #73766c;
	cursor: pointer;
	}
input.search-btn:hover {
	color: #3a4b01;
	}
input.submit {
	background: #3a4b01;
	padding: 5px;
	color: #fff;
	border: 0;
	cursor: pointer;
	}

/* SELF-CLEARING FLOATS
---------------------------------------------------- */
#actions:after,
#main-3:after,
div.physician:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* trigger hasLayout and target ie5+6/win only */
* html #actions,
* html #main-3,
* html div.physician {
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */
*:first-child+html #actions,
*:first-child+html #main-3,
*:first-child+html div.physician {
	min-height: 1px;
	}
