body{
	margin: 0;
	border: none;
	padding: 0 0 10px 0;
	color: #666;
	font: 13px 'Trebuchet MS', Arial, Helvetica, Sans-serif;
}

div#wrapper {
	width: 840px;
	margin: 13px auto 0 auto;
	padding: 0;
	background: #fff url(images/content-bg.gif) repeat-y 0 0; 
}
	
div#header {
	height: 205px;
	background: url(images/header-cap.png) no-repeat 0 0;
	margin: 0;
	padding: 10px 12px 0 3px;
}

div#header p{
	clear: both;
	margin: 0 0 0 18px;
	color: #888;
}

div#header p img{
	float: right;
	padding: 0 7px 0 7px;
}

img#logo{
	float: left;
	margin: 20px 0 11px 10px;
}

img#slogan{
	display: block;
	float: right;
	margin: 20px 0 0 0;
}

img#bikers{
	display: block;
	float: right;
	margin: 7px -8px 0 0;
}

div#header div{
	float: right;
	width: 200px;
}

div#header div img{
	display: block;
	margin: 14px 0 0 0;
}

/*Menu*/
ul#nav {	
	clear: both;
	width: 834px;
	height: 42px;
	margin: 0;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	padding: 0;
	overflow: hidden;
	background: #699cc3 url(images/nav-bg.gif) repeat-x 0 0;
	font-weight: bold;
}

#nav li { 
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	border-top: 1px solid #fff; 
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	list-style-type: none;
}

ul#nav li ul { 
	display: none; 
}

/*Drop-Downs*/
ul#nav li:hover > ul { 
	display: block;
	position: absolute;
	width: 230px;
	margin: 1px 0 0 0; 
	border: 1px solid #fff;
	padding: 0;
	z-index: 5;
	background: #699cc3;
}

ul#nav li:hover > ul li {
	float: none;
	width: auto;
	height: 22px;
	margin: 0;
	border-bottom: 1px solid #fff;
	padding: 4px;
}

/*Hyperlink Formatting*/
.menulink:link, .menulink:visited, .menulink:hover, .menulink:active { 
	display: block;
	height: 15px;
	padding: 12px 13px 12px 12px;
	text-align: center;
	text-decoration: none;
}
	
.dropdown:link, .dropdown:visited, .dropdown:active {
	display: block;
	width: 230px;
	height: 16px;
	padding: 2px 3px 3px 3px;
	font-size: 12px;
	color: #605d51;
}

#nav a:link, #nav a:visited { 
	color: #fff; 
}

#nav a:hover { 
	color: #313f57; 
}

.active:link, .active:visited, .active:hover, .active:active {
	background: #a4d1e3 url(images/navOn-bg.gif) repeat-x 0 0;
	color: #369;
}

/*Content*/
div#content {
	clear: both;
	width: 800px;
	padding: 20px 20px 20px 20px;
}

h1 {
	margin: 0;
	font: 28px "trebuchet ms", sans-serif;
	color: #313f57;
}

h2 { 
	margin: 15px 0 0 0;
	color: #313f57;
	font-size: 18px; 
	font-weight: normal;
	line-height: 1em;
}

h3 {
	margin: 15px 0 -14px 0;
	color: #313f57;
	font-size: 15px; 
	font-weight: bold;
}

p { 
	margin: 15px 0 0 0; 
	line-height: 18px;
}

ul {
	margin: 3px 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	line-height: 18px;
}

fieldset { 
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

fieldset li{
	list-style-type: none;
}

img{
	border: 0;
}

legend { 
	color: #313f57; 
	display: block; 
	font-weight: bold; 
	margin: 0 0 1em 0; 
}

label { 
	width: 130px; 
	margin: 0.5em 0 0 0; 
	font-size: 12px;
}

a:link, a:visited { 
	text-decoration: none; 
	color: #316BA3; 
}

a:hover { 
	color: #6a778c; 
}

.clear { 
	clear: both; 
}	

.center{
	text-align: center;
}

/*Home*/
img.home{
	display: block;
	margin: 15px 0 10px 0;
	border: 6px solid #ddd;
	padding: 6px;
}

img.home:hover{
	border: 6px solid #eee;
}

div#hometext{
	float: right;
	width: 480px;
	margin: 0;
	font: 16px arial, sans-serif;
	color: #666;
	line-height: 26px;
}

div#hometext h1{
	margin: 15px 0 0 0;
	font: bold 18px arial, sans-serif;
}

div#hometext li{
	margin: 0 0 0 25px;
	line-height: 24px;
	list-style-type: square;
}

p.copyright{
	clear: both;
	margin: 25px 0 0 0;
	border-top: 1px solid #ddd;
	padding: 8px 0 0 0;
	font-size: 13px;
	text-align: center;
	color: #999;
}

/*Health and Osteo Screening*/
.col-main { 
	float: left; 
	width: 500px; 
}

.cb { 
	float: right; 
	width: 253px;
	background: url(images/cb-bg.gif) repeat-y 0 0;
}

.cb h2 {
	margin: 0;
	padding: 10px 0 8px 0;
	background: url(images/cbHeader-bg.gif) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
	
img.nowscheduling{
	float: left;
	margin: 0 15px 15px 0;
}

.cb .sec { 
	padding: 0 0 14px 0;
	background: url(images/border-h.gif) repeat-x 0 100%;
}

.cb-i {
	padding: 0 11px 0 11px;
	background: url(images/cb-cap.gif) no-repeat 0 100%; 
}
.cb-i h3{
	margin-bottom: 0;
}
	
div.update{
	float: left;
	width: 240px;
	height: 240px;
	margin: 20px 0 0 0;
	padding-right: 20px;
	border-top: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
}

div.update p{
	clear: both;
}

div.news{
	float: left;
	width: 216px;
	height: 240px;
	margin: 20px 0 0 0;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	padding-left: 20px;
}

div.update img, div.news img{
	float: left;
	margin: 2px 12px 15px 0;
}

p#disclaimer{
	clear: both;
	padding: 26px 0 0 0;
	font-size: 11px;
}

div.social{
	float: left;
	width: 114px;
	margin: 15px 0 15px 0;
	text-align: center;
	font-size: 11px;
}

div.social img{
	display: block;
	margin: 0 auto 0 auto;
}

div.coupon{
	float: right;
	width: 320px;
	margin: 15px 0 0 95px;
	border: 3px dotted #888;
	padding: 0 5px 8px 8px;
	text-align: center;
}

div.coupon h3{
	margin-bottom: -14px;
}

div.coupon span{
	color: red;
}

/*Senior Care and Concierge*/
div#left{
	float: left;
	width: 245px;
	margin: 0 25px 25px 0;
}

div#right{
	float: right;
	width: 530px;
}

/*Contact Us*/
div.field label{
	float: left;
}

img.thumb { 
	float: left; 
	margin: 15px 10px 0 0; 
}

.field { 
	margin: 5px 0 5px 0; 
}

/*Clinics*/
/*div.gray{
	width: 380px;
	margin: 15px 0 0 0;
	padding: 5px 5px 5px 5px;
	background: #eee;
}

div.gray h2{
	margin: 0;
}*/

/*Footers*/
div#footer {
	clear: both;
	width: 840px;
	height: 25px;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px 0;
	background: url(images/footer-cap.png);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
}

#footer a:link, #footer a:visited { 
	color: #666; 
}

/* -- forms -- */
a.pdf {
	background: url(images/icons/pdf.png) no-repeat 0 0;
	padding: 5px 0 0 22px;
	}

label em { color: #777; font-style: normal; font-size: 9px; font-family: Verdana, Sans-serif; }

