/* CSS Document */

html { margin: 0; padding: 0; }
body {
	background: url(../images/htmlBG.gif) repeat 0px 362px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color: #202020;
	height: 100%;
}
h2 {
	color: #2d93da;
	font-size: 2em;
	line-height: 1.15em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

h3 {
	color: #666;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

/* ( Header )  */

#headerWrap {
	background: url(../images/headerBG.gif) repeat-x top;
	height: 114px;
}
#header {
	width: 904px;
	margin: 0 auto;
}
#header h1 {
	margin: 39px 0 0 15px;
	width: 269px;
	float: left;
}
#header h1 a:link, #header h1 a:visited {
	background: url(../images/logo.gif) no-repeat top left;
	float: left;
	height: 62px;
	margin: 0;
	width: 269px;
	text-indent: -3000px;
	display: block;
	text-decoration: none;
}
#header h3 {
	color: #8F8F8F;
	clear: right;
	float: right;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.33em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	margin: .187em 0 0;
	padding-right: 15px;
	width: 500px;
	text-align: right;
}
#header h5 {
	margin: 21px 0 0;
	padding: 0 25px 0 0;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
	color: #3D8381;
	font-weight: normal;
	clear: right;
	float: right;
	text-align: right;
	width: 300px;
}
#header p {
	margin: 72px 0 0;
	font-size: 2.5em;
	line-height: 1em;
	float: right;
	color: #2c84c1;
	padding-right: 15px;
	text-align: right;
}
#header ul {
	margin: 0;
	padding: 15px 11px 0 15px;
	float: right;
	display: block;
}
#header ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#header ul li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #6E6E6E; /* Top Tool Navigation Text Color */
	font-size: 11px;
}
#header ul li a:hover {
	text-decoration: underline;
}
#header ul li.home a {
	background-image: url(../images/icon_home.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#header ul li.contact a {
	background-image: url(../images/icon_email.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
/* self clearing rules */
.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.selfclear { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.selfclear { display: block; }
/* End hide from IE-mac */

/* ( Navigation ) */

#navWrap {
	background: url(../images/navBG01.gif) repeat-x top;
}
#nav {
	width: 903px;
	margin: 0 auto;
}
/* self clearing rules */
#nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#nav { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#nav { display: block; }
/* End hide from IE-mac */
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	padding: 9px 19px;
	color: #FFFEFC;
	font-size: 14px;
	
	font-weight: bold;
	line-height: 1em;
	font-weight: 900;
	float:left;
}
#nav ul li a:hover {
	background: url(../images/navBG02.gif) repeat-x;
}
#nav ul li img {
	float: left;
}

/* ( Body ) */

#bodyWrap {
	background: url(../images/bodyBG.gif) repeat-x top;
	padding: 0;
}
/* self clearing rules */
#bodyWrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#bodyWrap { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#bodyWrap { display: block; }
/* End hide from IE-mac */
#body {
	width: 904px;
	margin: 0 auto;
	padding: 0 0 24;
	background-color: #FDFDFD;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}
#body .shadow {
	display: block;
	height: 24px;
	width: 904px;
	margin: 0 auto;
	background: url(../images/bodyTopShadow.gif) repeat-x top left;
}
#leftColumn {
	float: left;
	width: 194px;
	padding-left: 10px;
	padding-bottom:132px;
}
#leftColumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #288fd7;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 0 8px;
}
#leftColumn div {	
	background: url(../images/left-col_bg.gif) repeat;
	padding: 10px;
}
#leftColumn ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 194px;
}
#leftColumn ul li {
	text-align: left;
	line-height: 3.16em;
	margin: 0.75em auto;
	padding: 0pt;
	text-align: center;
	background: url(../images/btn_sidenav.gif) no-repeat center;
}
#leftColumn ul li a:link, #leftColumn ul li a:visited {
	color: #F9F9F9;
	font-size: 1.5em;
	text-decoration: none;
}
#leftColumn ul li a:hover {
	color: #FFF;
}
#leftColumn .secondary-categories {
	margin-top: 2em;
}
#leftColumn p.more {
	text-align: right;
}
#leftColumn p.more a {
	text-decoration: none;
	color: #1c86cf;
	font-size: .916em;
}
#leftNavDiv {
background-image:url(../images/leftNavDiv.gif);
width:145px;
height:1px;
margin:7pt 0pt 0pt 12px;
float:left;
display:block;
background-repeat: no-repeat;
background-position: center;
}
#rightColumn {
	float: right;
	width: 201px;
	padding-right: 15px;
}
#rightColumn h3 {
	padding: 11px 0;
	width: 201px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FAFAFA;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 8px;
	background: url(../images/sidecontent_head.gif) no-repeat;
}
#rightColumn h3.eli {
	line-height: 1;
	padding-top: 4px;
	padding-bottom: 6px;
}
#rightColumn .content {
	background-color: #F7F7F7;
	background-image: url(../images/sidecontent_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	margin-bottom: 18px;
	
}
#rightColumn .content div {
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	padding: 7px 16px 1px;
}
#rightColumn .content ul {
	padding-left: 20px;
	margin-left: 0;
}
#rightColumn .content ul  li {
	margin-bottom: .25em;
}
#rightColumn .quote {
	text-indent: 30px;
	background: url(../images/sidecontent_quote.gif) no-repeat top left;
}
#rightColumn .name {
	font-size: .916em;
	line-height: 1em;
	text-align: right;
}
#rightColumn h4 a {
	width: 201px;
	height: 89px;
	text-decoration: none;
	text-indent: -3000px;
	background: url(../images/btn_phoneconsult.gif) no-repeat top left;
	display: block;
	text-align: left;
}
#rightColumn h4 a.cancer {
	width: 201px;
	height: 89px;
	text-decoration: none;
	text-indent: -3000px;
	background: url(../images/btn_cancer.gif) no-repeat top left;
	display: block;
	text-align: left;
}
#rightColumn p.img {
	text-align: center;
}
#bodyContent {
	float: left;
	width: 453px;
	padding: 0 15px;
}
#bodyContent h2.home {
	padding-top: 175px;
	background: url(../images/headpic_01.jpg) no-repeat top left;
}
#bodyContent h2.about {
	padding-top: 175px;
	background: url(../images/headpic_home.jpg) no-repeat top left;
}
#bodyContent h2.services {
	padding-top: 175px;
	background: url(../images/headpic_services.jpg) no-repeat top left;
}
#bodyContent h2.faq {
	padding-top: 175px;
	background: url(../images/headpic_faq.jpg) no-repeat top left;
}
#bodyContent h2.contact {
	padding-top: 175px;
	background: url(../images/headpic_contact.jpg) no-repeat top left;
}
#bodyContent ul.contact {
	float: left;
	width: 215px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}


#footerPic {
	width: 454px;
	height: 107px;
	background:url(../images/footpic_01.jpg) no-repeat;
	margin: 10pt 0pt 0pt 220px;
	clear: both;
}

/* ( Footer ) */

#footerWrap {
	background: #080808 url(../images/footerWrapBG.gif) repeat-x 0px 0px;
}
#footer {
	width: 904px;
	margin: 0 auto;
	background: url(../images/footerBG.gif) repeat-x 0px 0px;
}
#footerContent {
	padding: 10px 150px 0;
}
/* self clearing rules */
#footerContent:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#footerContent { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#footerContent { display: block; }
/* End hide from IE-mac */
#footer #locations {
	float: left;
	width: 363px;
}
#footer #contact {
	float: left;
	width: 220px;
}
#footer h4 {
	font-size: 18px;
	color: #D0D0D0;
	border-bottom: 1px dotted #FAFAFA;
	width: 183px;
	font-weight: normal;
	margin: 9px 0;
	padding-bottom: 6px;
}
#footer #contact address {
	font-style: normal;
	font-size: 11px;
	color: #C0C0C0;
	float: left;
}
#footer #contact address a {
	text-decoration: none;
	color: #C0C0C0;
}
#footer #contact address a:hover {
	text-decoration: underline;
}
#footer #contact .a1 {
	float: left;
}
#footer #contact .a2 {
	float: right;
}
#footer #footerNav {
	float: right;
	color: #C0C0C0;
	width:200px;
	margin: 0;
}
#footer #footerNav ul {
	margin: 0;
	padding: 0;
	width: 236px;
}
#footer #footerNav ul li {
	float: left;
    width: 118px;
	list-style: none;
}
#footer #footerNav ul li a:link, #footer #footerNav ul li a:visited {
	font-size: 11px;
	color: #C0C0C0;
	text-decoration: none;
	
}
#footer #footerNav ul li a:hover {
	text-decoration: underline;
}
#copyright {
	font-size: 11px;
	color: #B0B0B0;
	text-align: center;
	padding: 5px 0;
}
#copyright a:link, #copyright a:visited {
	color: #B0B0B0;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* ( Classes ) */

.clear {
	clear: both;
}
.smallRight {
	font-size: 11px;
	text-align: right;
}
div.horRule {
	height: 24px;
	background: url(../images/hr.gif) no-repeat;
	margin: 15px 0 20px 0;
}
div.horRule hr {
	display: none;
}
.top {
	text-align: right;
}
span.llc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #202020;
}


