@charset "utf-8";
/* CSS Document */

/*******************************************************
		PROJECT: 

		DESCRIPTION:
		This CSS file comprises layout elements for
		all site pages.
		
		CREATED: 

*******************************************************/



/*******************************************************
	_BASIC LAYOUT ELEMENTS
*******************************************************/

* {margin: 0; padding: 0;}

body {
	color: #333;
	font-size:100%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	background: #003d5c url(../m/bg-body.jpg) repeat top left;
	margin: 0; padding: 0;
}

p {
	font-size: .7em;
	line-height: 1.6em;
	margin: 0 0 1.2em 0;
}

h2 {
	color:#005f88;
	font-size: 1.2em;
	margin: 0 0 .9em 0;
}

h2#page-title {
	font-weight:normal;
}


h3 {
	color:#005f88;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 .4em 0;
}

h4 {
	color: #000;
	font-size: .8em;
	line-height: 1.4em;
	margin: 0 0 .2em 0;
}

h5 {
	color: #000;
	font-size: .7em;
	line-height: 1.4em;
	margin: 0 0 .2em 0;
}



/* ANCHOR TAGS */

a:link {
	color:#966206;
}

a:visited {
	color:#966206;
}

a:hover {
	color:#966206;
	text-decoration: none;
}

a:active {
	color:#966206;
}




img {
	display: block;
	border: 0;
}




ul, ol {
	margin: .5em 0 1.2em .7em;
	padding: 0;
}


li {
	font-size: .7em;
	line-height: 1.4em;
	padding: 0 0 0 10px;
	margin: 0 0 .4em 0;
	background:url(../m/li-square.gif) no-repeat 0px 6px;
	list-style: none;
}

ol li {
	background-image: none;
	list-style-type:decimal;
	padding-left: 0;
	margin-left: 18px;
}

li ul, li ol {margin: 6px 0 12px 18px;}
li ul li, li ol li {font-size: .97em;}

/*li ul li {background-image:url(../m/li-square-open.gif);}*/


hr {
	height: 0px;
	line-height:0px;
	color:#FFF;
	background-color: #FFF;
	margin: 24px 0;
	border: 0;
	border-bottom: 1px dotted #999;
}









form {
	margin: 0;
	padding: 0;
}

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

table {
	margin: 0 0 24px 0;
}

td {
	font-size: .7em;
	padding: 4px;
}

tbody td {
	background-color: #F1F4FB;
}

thead td {
	background-color:#E3EAF8;
}






/*******************************************************
	_MAIN CONTAINERS
*******************************************************/

div#global {
	width: 867px;
	text-align:left;
	margin: 16px auto 0 auto;
/*	background: url(../m/bg-global-sub.jpg) repeat-y top left;*/
}



div#main-con {
	float: left;
	width:676px;
	padding: 0 0 24px 0;
	background: #f5eee6 url(../m/bg-main.jpg) no-repeat top left;
}

div#main {
	padding: 35px 20px 20px 24px;
}









/*******************************************************
	_TOP
*******************************************************/

div#top {
	padding: 17px 0 0 0;
	height:93px;
	background:url(../m/bg-top.jpg) no-repeat top left;
}
div#flash_top {
	width:867px;
	height:110px;
}



h1 { /* Levin technique */
 	width: 209px;
	height: 70px;
	position: relative;
	padding: 0;
	font-size: .2em;
	margin: 0 0 0 324px;
}

h1 span {
	top: 0px;
	left: 0px;
 	width: 209px;
	height: 70px;
	background: url(../m/logo-top.jpg) no-repeat top left;
	position: absolute;
	z-index:1;
}

h1 a {
 	width: 209px;
	height: 70px;
	display: block;
	cursor:pointer;
}






/*******************************************************
	_LEFT
*******************************************************/
div#left {
	float: left;
	width: 191px;
	min-height:301px;
}

body#page-home div#left {
	background:url(../m/bg-left-btm.jpg) no-repeat bottom left;
}





/*******************************************************
	_MAIN NAVIGATION
*******************************************************/
ul#main-nav {
	display:block;
	margin: 0;
	padding: 27px 0 0 26px;
	background: url(../m/bg-left-top.jpg) no-repeat top left;
}

ul#main-nav li { /* Levin technique */
	height: 30px;
	font-size: .7em;
	line-height:1.3em;
	position:relative;
	display: block;
	padding: 0;
	margin: 0;
	background:url(../m/nav-divider.jpg) no-repeat bottom left;
}

ul#main-nav li a {
	display: block;
	height: 30px;
	padding: 6px 0 0 23px;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	color:#12597a;
	text-transform:uppercase;
	background-position: 0px 10px;
	background-repeat:no-repeat;
}



body#page-home li#nav-home a,
body#page-about li#nav-about a,
body#page-physicians li#nav-physicians a,
body#page-services li#nav-services a,
body#page-forms li#nav-forms a,
body#page-links li#nav-links a,
body#page-affiliates li#nav-affiliates a,
body#page-contact li#nav-contact a
{background-image:url(../m/nav-arrow.jpg);color:#966206;}
ul#main-nav li a:hover {color:#966206;}





/*******************************************************
	_HOME PAGE
*******************************************************/
div#main-content {
	background:url(../m/bg-home-mid.jpg) repeat-y top left;
	min-height:301px;
}


div#main-home {
	float: left;
	width:676px;
}

div#main-home-btm-con {
	background:#e2e2e2 url(../m/bg-home-btm.jpg) repeat-y top left;
}


div#main-home-btm {
	background: url(../m/bg-home-mid-big.jpg) no-repeat top left;
	min-height:331px;
	padding: 28px 0 0 31px;
}

div#home-lt {
	float:left;
	width:190px;
	margin-right:45px;
}

div#home-mid {
	float:left;
	width:345px;
	margin-right:50px;
}

div#home-rt {
	float:left;
	width:180px;
}

div#home-lt p {
	line-height: 1.4em;
}

div#home-forms {
	min-height:190px;
}

div#home-about {
	padding: 0 0 16px 0;
}


/****** Home page headers ******/
div#home-forms h2 {
	width: 138px;
	height: 22px;
	background-image: url(../m/hdr-home-forms.gif);
}

div#home-about h2 {
	width: 138px;
	height: 22px;
	background-image: url(../m/hdr-home-about.gif);
}

/* Welcome */
div#home-mid h2 {
	width: 321px;
	height: 61px;
	background-image: url(../m/hdr-home-welcome.gif);
}

/* Services */
div#home-rt h2 {
	width: 138px;
	height: 22px;
	background-image: url(../m/hdr-home-services.gif);
}


div#home-forms h2 span,
div#home-about h2 span,
div#home-mid h2 span,
div#home-rt h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}













/*******************************************************
	_FOOTER
*******************************************************/
div#footer {
	width: 867px;
	margin: 24px auto 12px auto;
	text-align:left;
}

div#footer p {
	color:#a9a9a9;
	margin: 0 0 6px 0;
}

div#footer a {color: #c6a15f;}
div#footer ul {	margin: 0 0 2px 0;}
div#footer li {display: inline;margin: 0 6px 0 0;padding: 0;background-image:none;}

div#footer-main {
	width:525px;
	float:left;
}

div#footer-logo {
	width:160px;
	float:left;
}

div#footer-contact {
	width:125px;
	float:left;
}







/*******************************************************
	_MISC
*******************************************************/
div.section {padding-bottom: 24px;}

div.col1, div.col2 {
	float: left;
	display: inline;
	width: 45%;
}

div.col1 {margin-right: 24px;}

div.contactCol1, div.contactCol2 {
	float: left;
	display: inline;
	font-size:.7em;
	line-height: 1.6em;
	margin-bottom:6px;
}
div.contactCol1 {width:115px;font-weight:bold;text-align:right;margin-right:12px;}
div.contactCol2 {width:250px;}


div.insetRt {
	float: right;
	margin: 0 0 16px 16px;
}

div.dot-h {
	height: 1px;
	line-height:1px;
	font-size:1px;
	margin: 12px 0;
	background: url(../m/dot-h.gif) repeat-x top left;
}

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px;}
div.hide {display: none;}


div.bio {
	padding: 8px 0 12px 0;
	border-bottom: 1px dotted #666;
	margin-bottom: 24px;
}

ul.jump_menu {
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #666;
}