body {
	margin:0;
	background:url(../images/bg-body.gif);
	color:#3e4a48;
	font:14px Arial, Helvetica, sans-serif;
}

/* base rules */
img {border-style:none;}
a {
	text-decoration:none;
	color:#5b9cb6;
}
a:hover {text-decoration:underline;}
input,
textarea,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
q:before,
q:after {
	content: '';
	content: none;
}

.text-box a {
	text-decoration:underline;
	color:#3d6e82;
}


/* wrapper */
#wrapper {
	width: 978px;
	margin: 0 auto;
	padding:0 0 60px;
	position:relative;
	overflow:hidden;
}
.wrapper-c {
	width:960px;
	padding:0 9px;
	background:url(../images/bg-wrapper-c.png) repeat-y;
}
.wrapper-c:after {
	content:"";
	display:block;
	clear:both;
}
.wrapper-b {
	background:url(../images/bg-wrapper-b.png) no-repeat;
	height: 18px;
}

/* header */
#header {
	width:960px;
	background:url(../images/bg-header.jpg) no-repeat;
	padding:0 0 1px;
	position:absolute;
	z-index:4;
	left:9px;
	top:0;
	border-bottom:1px solid #87735b;
}
#header:after {
	content:"";
	display:block;
	clear:both;
}
.header-holder {
	overflow:hidden;
	width:100%;
	padding:30px 0 0;
	height: 97px;
	overflow: hidden;
}
.logo {
	margin:0 0 0 77px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.jpg) no-repeat;
	width: 284px;
	height: 67px;
	display:inline;
}
.logo a {
	height:100%;
	display:block;
}

/* weather update */

.weather {
    float: left;
    margin: 0 0 0 80px;
}

.weather a {
    outline: none;
}

.weather .update-logo img {
    margin-top: 12px;
}

.weather ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.weather .weather-title {
    color: #fff200;
    font-family: Arial, Helvetica Black, Sans-Serif;
    font-size: 12px;
    position: relative;
    bottom: 24px;
}

.weather .weather-title a{
    color: #fff200;
    font-family: Arial, Helvetica Black, Sans-Serif;
    font-size: 12px;
}

.weather li {
    list-style: none;
    padding: 5px;
    margin: 0;
    float: left;
}

.weather li a {
    color: #fff;
}

/* search-form */
.search-form {
	float:right;
	margin:10px 6px 0 0;
	display:inline;
	line-height:13px;
}
.search-form fieldset {
	display:inline;
}
.row {
	overflow:hidden;
	width:208px;
	background:url(../images/bg-search-form.png) no-repeat;
	padding:8px 0 8px 8px;
}

.rowmessage {
	overflow:hidden;
	width:350px;
	padding:14px 0 8px 8px;
}

.text {
	float:left;
	background:#e1cd8c;
	width:169px;
	height:27px;
	margin:0 1px 0 0;
	overflow:hidden;
}
.text input {
	background:none;
	border:0;
	width:155px;
	padding:5px 7px 6px;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	color:#514a3e;
	position:relative;
	margin:0;
}
.submit {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
	padding:0;
	border:0;
	background:url(../images/bg-go.gif) no-repeat;
	width: 30px;
	height: 27px;
	position:relative;
	cursor:pointer;
}

/* nav */
#nav {
	margin: 0;
	padding: 0 0 0 21px;
	list-style: none;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	background: url(../images/bg-nav.png);
	width:939px;
	float:left;
}
#nav li {
	float: left;
	margin: 0 5px 0 0;
	text-transform:uppercase;
	position:relative;
	vertical-align:top;
	line-height:16px;
}
#nav a {
	float: left;
	text-indent:-9999px;
	overflow:hidden;
	height: 42px;
}
.home {
	background:url(../images/bg-a-home.png) no-repeat;
	width: 65px;
}
.home:hover,
#nav .active .home,
#nav li:hover .home,
#nav li.hover .home {
	background:url(../images/bg-a-home-hover.png) no-repeat;
}
.physicians {
	background:url(../images/bg-a-physicians.png) no-repeat;
	width: 189px;
}
.physicians:hover,
#nav .active .physicians,
#nav li:hover .physicians,
#nav li.hover .physicians {
	background:url(../images/bg-a-physicians-hover.png) no-repeat;
}
.patient-info {
	background:url(../images/bg-a-patient.png) no-repeat;
	width: 171px;
}
.patient-info:hover,
#nav .active .patient-info,
#nav li:hover .patient-info,
#nav li.hover .patient-info {
	background:url(../images/bg-a-patient-hover.png) no-repeat;
}
.about {
	background:url(../images/bg-a-about.png) no-repeat;
	width: 91px;
}
.about:hover,
#nav .active .about,
#nav li:hover .about,
#nav li.hover .about {
	background:url(../images/bg-a-about-hover.png) no-repeat;
}
.contact {
	background:url(../images/bg-a-contact.png) no-repeat;
	width: 106px;
}
.contact:hover,
#nav .active .contact,
#nav li:hover .contact,
#nav li.hover .contact {
	background:url(../images/bg-a-contact-hover.png) no-repeat;
}
#nav li:hover,
#nav li.hover {
	z-index:2;
}
#nav li:hover .drop,
#nav li.hover .drop { display:block;}

#nav .drop {
	position: absolute;
	left: -5px;
	top: 21px;
	display:none;
	z-index: 999;
	width: 9999px;
}
#nav .right-side .drop {
	left: auto;
	right: 0;
}
#nav .drop .drop-inner {
	float: left;
	position: relative;
}
#nav .drop .col {
	float: left;
	margin: 0 10px 0 15px;
	width:155px;
	display:inline;
}
#nav .drop ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav .drop ul li {
	background: none;
	/* ie bug fix start */
	font-size: 0;  
	line-height: 0;
	padding: 0 0 1px;
	margin: 0 0 -1px;
	/* ie bug fix end */
}
#nav .drop ul li a {
	padding: 3px 5px;
	margin:0 0 5px;
	float: none;
	display: block; /* must be block - fix FF2 */
	height: auto;
	background:url(../images/none.gif);
	border:none;
	color: #fff;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	text-indent:0;
}
#nav .drop ul li a:hover {
	background: #9d8f63 !important;
	text-decoration:none;
}
.pointer { display: none; }

/* if javascript disable start */
#nav.menu-hard-code .drop ul { width: 155px; }
/* if javascript disable end */

/* drop-down bg start */
.table { display: table;}
.body { display: table-row;}
.left,
.right {
	background: url(../images/bg-left.png) repeat-y;
	width: 11px;
	display: table-cell;
}
.right { background: url(../images/bg-right.png) repeat-y; }
.content {
	height: 1%;
	background:url(../images/bg-drop.png);
	display: table-cell;
	padding:18px 0 14px;
}
.top-left,
.top-right,
.bottom-left,
.bottom-right {
	background: url(../images/bg-top-left.png) no-repeat;
	height: 11px;
	width: 11px;
	font-size: 0;
	display: table-cell;
}
.top-right { background: url(../images/bg-top-right.png) no-repeat; }
.bottom-left { background: url(../images/bg-bottom-left.png) no-repeat; }
.bottom-right { background: url(../images/bg-bottom-right.png) no-repeat; }
.top,
.bottom {
	background: url(../images/bg-top.png) repeat-x;
	height: 11px;
	display: table-cell;
	font-size: 0;
}
.bottom { background: url(../images/bg-bottom.png) repeat-x; }
/* drop-down bg end */

/* main */
#main {
	background:#fff;
	padding:171px 0 0;
	position:relative;
}
.title-holder h1 {
	position:absolute;
	left:-9999px;
}

/* footer */
#footer {
	width:960px;
}
.footer-holder {
	float:left;
	margin:0 0 -7px;
	position:relative;
	width:960px;
}

.connect {
	background:url(../images/bg-connect.gif) no-repeat;
	overflow:hidden;
	width:910px;
	padding:3px 26px 2px 24px;
	margin:0 0 1px;
}
/* connect-form */
.contact-form {
	float:left;
	margin:0 5px 0 0;
}
.contact-form fieldset {
	float:left;
}
.connect-us {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-connect-us.jpg) no-repeat;
	width: 183px;
	height: 15px;
	margin:15px 5px 0 0;
}
.contact-form .row {
	float:left;
	width:208px;
}

.contact-form  .rowmessage {
	float:left
}

/* social */
.social {
	float:left;
	margin:0;
	padding:8px 0 0;
	list-style:none;
}
.social li {
	float:left;
	margin:0 12px 0 0;
}
.social .twitter,
.social .facebook {
	background:url(../images/bg-social.jpg) no-repeat;
	width: 28px;
	height: 27px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.social .facebook {background-position:0 -27px;}
.section-c {
	background:#f2e4b5;
	width:930px;
	padding:8px 5px 1px 25px;
	font-size:11px;
	line-height:15px;
	color:#8a8361;
}
.section-b {
	background:url(../images/bg-section-b.png) no-repeat;
	height: 12px;
	overflow:hidden;
}
/* nav */
.nav {
	margin:0 -46px 11px -16px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:976px;
}
.nav li {
	float:left;
	background:url(../images/separator.gif) no-repeat 0 3px;
	margin:0 1px 0 -1px;
	padding:0 16px;
	font-weight:bold;
	text-transform:uppercase;
}
.nav a:hover,
.nav .active a {
	color:#635b4d;
	text-decoration:none;
}
.section p {
	margin:0;
}


