html {
	height: 100%;
}
body {
	margin: 0;
	font: 14px/17px Arial, sans-serif !important;
	color: #666;
	background: #000 url(../images/bg.gif) repeat-x;
	height: 100%;
	min-width: 1000px;
}
img {
	border: none;
	display: block;
	float:left;
}
h2 {
	font-weight: bold !important;
	font-size: 16px !important;
	color: #02507a;
}
strong {
	font-weight: bold !important;
}
a:focus {
	outline:none;
}
form {
	margin: 0;
	padding: 0;
}
.page {
	min-height: 100%;
	background: url(../images/container-bg.gif) repeat-y 50% 0;
}
* html .page {
	height: 100%;
}
.page-bg-holder {
	background: url(../images/bg-shadow.gif) no-repeat 50% 0;
}
.page-bg-holder-content {
	background: url(../images/bg-shadowContent.gif) no-repeat 50% 0;
}
#main {
	margin: 0 auto;
	width: 1000px;
	position: relative;
/*	padding-right: 1px;*/
}
* html #main {
	left: 1px;
	width: 1001px;
}
*+html #main {
	left: 1px;
	width: 1001px;
}
#header {
	width: 1000px;
	height: 143px;
	position: relative;
	background: url(../images/header-bg.jpg) no-repeat;
/*	margin-left: 0px;*/
}
.logo {
	position: absolute;
/*	background: url(../images/logo.gif) no-repeat;*/
	width: 290px;
	height: 78px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 50px 0 0 14px;
}
.phone {
	position: absolute;
	margin-top: 10px;
	margin-left: 21px;
	width: 179px;
	height: 26px;
}
.menumain-nav {
	position: absolute;
	top: 69px;
	right: 0;
	margin: 0;
	padding: 0;
	font: bold 11px/14px Arial, sans-serif;
}
.menumain-nav li {
	float: left;
	display: inline;
	height: 23px;
	background: url(../images/main-nav-shadow.png) no-repeat;
	padding: 51px 0 0;
	text-align: center;
}
.menumain-nav li.item17 {
	background: none;
	width: 50px;
}
.menumain-nav li.item2 {
	width: 70px;
}
.menumain-nav li.item7 {
	width: 108px;
}
.menumain-nav li.item3 {
	width: 213px;
}
.menumain-nav li.item4 {
	width: 165px;
}
.menumain-nav li.item5 {
	width: 90px;
}
.menumain-nav li.item6 {
	width: 86px;
}
.menumain-nav li a {
	text-decoration: none;
	color: #666;
	position: relative;
}
.menumain-nav li a:hover {
	text-decoration: underline;
}
.form {
	float: right;
	margin: 9px 0 0;
	width: 425px;
}
.form label {
	float: left;
	font: bold 11px/14px Verdana, Arial, sans-serif;
	color: #fff;
	margin: 7px 8px 0 0;
}
.form input {
	float: left;
	margin: 4px 5px 0 6px;
}
.form #input {
	float: left;
	border: 1px solid #999;
	width: 181px;
	font: 11px/14px Arial, sans-serif;
	color: #000;
	padding: 3px 3px 4px;
	margin: 0;
}
.container {
	overflow: hidden;
	width: 100%;
	padding: 0 0 208px;
}
.flash-holder {
	overflow: hidden;
	width: 100%;
	height: 280px;
}
.content_header{
	overflow: hidden;
	width: 100%;
	height: 176px;
}
.content {
/*	border-top: 3px solid #024f79;*/
/*	background: url(../images/content-bg.jpg) no-repeat;*/
	min-height: 250px;
	width: 954px;
	padding: 16px 0px 0 46px;
	overflow: hidden;
}
* html .content {
	height: 250px;
	overflow: visible;
}
.content h1 {
	margin: 0;
	padding: 0 0 12px;
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	color: #02507a;
}
.content li{
	margin-left: 20px !important;
/*	list-style: circle !important;*/
}
.content ul.affiliations li{
	list-style-image: url(../images/web_16.gif) !important;
	padding-bottom: 6px;
}
.content p {
	margin: 0;
	padding: 0 25px 10px 10px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
/*	width: 646px*/;
}
.content p a {
	color: #02507a;
}
.content p a:hover {
	text-decoration: none;
}
#right_image{
	float:right;
	padding-right: 25px;
	padding: 10px 25px 25px 0;
}
.footer-wrapper {
	background: url(../images/footer-bg.gif) repeat-x;
	margin: -208px 0 0;
	height: 208px;
	position: relative;
}
.footer-bg {
	background: url(../images/footer-bg-main.jpg) no-repeat 50% 0;
	height: 208px;
}
.footer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
* html .footer {
	left: 1px;
	width: 1001px;
}
*+html .footer {
	left: 1px;
	width: 1001px;
}
.footer .right {
	float: right;
	margin: 9px 8px 0 0;
	display: inline;
	width: 280px;
}
.footer .right ul {
	float: right;
	margin: 0;
	padding: 0;
	font: bold 10px/13px Arial, sans-serif;
}
.footer .right ul li {
	float: left;
	display: inline;
	background: url(../images/sep.gif) no-repeat 0 3px;
	padding: 0 5px 0 8px;
}
.footer .right ul li.first {
	background: none;
}
.footer .right ul li a {
	color: #fff;
	text-decoration: none;
}
.footer .right ul li a:hover {
	text-decoration: underline;
}
.footer .right p {
	clear: both;
	margin: 0 4px 0 0;
	padding: 1px 0 0;
	font: bold 10px/13px Arial, sans-serif;
	color: #fff;
	text-align: right;
}
.menufooter-nav {
	margin: 0;
	padding: 0;
	float: left;
}
.menufooter-nav li {
	float: left;
	display: inline;
	padding: 0 1px 0 0;
	font: bold 10px/13px Arial, sans-serif;
}
.menufooter-nav li a {
/*	background: url(../images/footer-button-bg.gif) no-repeat;*/
	height: 21px;
	display: block;
	text-align: center;
	color: #666;
	text-decoration: none;
	float: left;

}
.menufooter-nav li.item12 a{
	background: url(../images/footer_client.gif) no-repeat;
	padding: 8px 18px 0 28px;
}
.menufooter-nav li.item13 a{
	background: url(../images/footer_employee.gif) no-repeat;
	padding: 8px 11px 0 28px;
}
.menufooter-nav li.item14 a{
	background: url(../images/footer_physician.gif) no-repeat;
	padding: 8px 5px 0 28px;
}
.menufooter-nav li.item15 a{
	background: url(../images/footer_hippa.gif) no-repeat;
	padding: 8px 11px 0 28px;
}
.menufooter-nav li a:hover {
	text-decoration: underline;
}
.menufooter-nav li span {
/*	height: 29px;
	width: 5px;
	float: left;
	font-size: 0;*/
/*	background: url(../images/footer-button-bg-right.gif) no-repeat;*/
}
img.rightimage{
	float:right;
}
/*HIPAA STYLES*/
#center{
	margin-left: 100px;
}
form#hipaa_select{
	margin-left: 25px;
}
/*--------------------------------------------------------------form styles------*/
form#contactUs {
	width:870px; 
	margin-left: 25px;
}
form#contactUs ul{
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
}

#colOne {
	display:block;
	float:left;
	width:435px;
}

#colTwo {
	display:block;
	float:right;
	width:435px;
/*	margin-left: -25px;*/
}

form p {
	clear:both; 
	padding-bottom:15px;
}
form p.amenities {clear:both; padding-bottom:5px;}
#colTwo p{
	width: 200px !important;
}
#colOne label {
	width:120px;
	display:inline;
	float:left;
	text-align:right;
	padding-left:15px;
	padding-right:25px;
}

