html, body { height: 100% }
body {
	margin: 0;
	background: url(../images/bkg.gif) top left repeat
}

:focus { outline: none }

a { color: #bd6b42; text-decoration: none }
a:hover { color: #DF9853 }
img { border: none }
img.left { float: left; margin-right: 20px; }
img.right { float: right; margin-left: 20px; }
.addtopspace { margin-top: 15px !important }
.notoppadding { padding-top: 0 !important }
.left { float: left; margin: 0 25px 15px 0 }
.clear { clear: both }
.half { width: 50%; float: left }
.textcenter { text-align: center }

#container {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:  0 auto -160px auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5b5141;
}
* html #container { height: auto !important }
#container p { margin: 0 0 15px 0 }
/* ----------------------------------------- /end container styles -------------------------------------- */




/* ----------------------------------------- top links styles -------------------------------------- */
#topLinks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 23px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #797979;
}
#topLinks li.last, #topNav li.last, #footer ul.links li.last { 
	border-right: none;
}
#topLinks ul {
	margin: 2px 25px 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
}
#topLinks ul li {
	margin: 0;
	padding: 0 15px;
	display: inline;
	border-right: 1px solid #f8f1e1;
}
#topLinks ul li a { color: #f8f1e1 }
#topLinks ul li a:hover { color: #EFB395 }
/* ----------------------------------------- /end top links styles -------------------------------------- */




/* ----------------------------------------- top nav styles -------------------------------------- */
#topNav {
	width: 950px;
	height: 96px;
	position: relative;
	top: 40px;
	font-size: 14px;
	background: url(../images/top-nav-bkg.gif) top left no-repeat;
}
#topNav a#logo {
	width: 175px;
	height: 119px;
	float: left;
	position: relative;
	margin: -30px 0 0 22px;
	text-indent: -999em;
	background: url(../images/logo.png) top left no-repeat;
}
* html #topNav a#logo { 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png',sizingMethod='crop'); 
}
* html #homePage #topNav a#logo { 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='crop'); 
}
#topNav ul {
	width: 675px;
	float: right;
	margin: 48px 10px 0 0;
	padding: 0;
	list-style-type: none;
	background: url(../images/nav-ul-bkg.gif) top left no-repeat;
}
#topNav li {
	height: 100%;
	float: left;
	padding: 8px 12px;
	border-right: 1px solid #c0c075;
}
#topNav li a {
	color: #FFF;
}
#topNav li:hover {
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/nav-rollover.png);
}
#topNav li#navPatients:hover {
	background-position: top left;
}
#topNav li#navContact:hover {
	background-position: top right;
}
* html #topNav a:hover { 
	border-bottom: 1px solid #FFF;
}

/* ----------------------------------------- /end top navigation styles -------------------------------------- */




/* ----------------------------------------- content styles -------------------------------------- */
#content {
	width: 950px;
	position: relative;
	top: 60px;
	line-height: 20px;
	overflow: hidden;
	_height: 1%;
}
#content h2 {
	margin: 10px 0 0 0;
	padding: 3px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #5c6f7b;
	border-bottom: 1px solid #c0c075;
}
#content h3 {
	margin: 35px 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #bd6b42;
}
#content h4 {
	margin: 10px 0 5px 0;
	font-size: 14px;
	font-weight: normal;
	color: #5c6f7b;
}
#content h4.addtopspace { margin-top: 35px !important }
#content h1 {
	margin: 0 0 15px 0;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	color: #c0c075;	
}
#content h5 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
#content ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: square;
}
#content ul ul {
	font-size: 12px;
	list-style-type: none
}
#content li {
	margin: 2px 0;
}	
#content dt, #content dd { 
	margin: 0;
	padding: 0;
}
#content dt { margin-bottom: 5px }
#mainContent {
	width: 640px;
	height: auto;
	float: left;
	margin-right: 20px;
	text-align: justify;
}
#sideContent {
	width: 269px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 15px;
	padding: 40px 10px 5px 10px;
	font-size: 12px;
	line-height: 18px;
	background: url(../images/side-content-bkg.gif) bottom left repeat-y;
}
#sideContent h5 {
	width: 289px;
	height: 40px;
	position: absolute;
	top: -15px;
	margin: 0 -10px;
	padding: 0;
	text-indent: -999em;
	background-position: top left;
	background-repeat: no-repeat;
}
#sideContent a.title {
	display: block;
	margin-bottom: 2px;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}
#sideContent a img {
	float: left;
	margin: 0 10px 25px 0;
}
#sideContent p { 
	clear: both;
	margin: 0;
	line-height: 18px;
}
#sideContent dl { margin-bottom: 25px }
#sideContent dd { margin-left: 25px }
#sideContent a.pdf {
	margin-bottom: 15px;
	height: 36px;
	padding: 15px 0 0 60px;
	background: url(../images/pdf.gif) top left no-repeat;
}
#sideContent div.bottom {
	width: 289px;
	height: 11px;
	display: block;
	position: relative;
	bottom: -5px;
	margin: 0 -10px;
	background: url(../images/side-content-bottom.gif) top left no-repeat;
}

.spacer { height: 260px }
/* ----------------------------------------- /end content styles -------------------------------------- */




/* ----------------------------------------- footer styles -------------------------------------- */
#footer {
	width: 100%;
	height: 140px;
	padding-top: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #797979;
}
#footer ul.links {
	width: 690px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	color: #bbb8ab;
}
#footer ul.links li {
	display: inline;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid #FFF;
}
#footer ul.links li a { color: #d1a272 }
#footer ul.links li a:hover { color: #EFB395 }
#footer ul.links li.copy {
	display: block;
	margin-top: 5px;
	padding: 0;
	border: none;
}
#footer ul.address {
	float: right;
	margin: 0 25px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	color: #FFF;
}
#footer ul.address span { color: #bbb8ab }
/* ----------------------------------------- /end footer styles -------------------------------------- */




/* ----------------------------------------- home page styles -------------------------------------- */
#homePage #mainContent {
	width: 548px;
}
#homePage #sideContent {
	width: 350px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	background: none;
	border: none;
}
#homePage #branding {
	width: 509px;
	height: 62px;
	margin-bottom: 20px;
	padding: 223px 25px 0 14px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	background: url(../images/branding-bkg.jpg) top left no-repeat;
}
#homePage #branding h2 {
	margin: 0;
	color: #FFF;
	border-bottom: none;
}
#homePage #branding h6 {
	margin: -8px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
#homePage #sideContent #newPatient {
	width: 364px;
	height: 102px;
	margin-bottom: 15px;
	padding: 20px 0 10px 15px;
	font-size: 16px;
	font-style: italic;
	background: url(../images/new-patients-bkg.gif) top left no-repeat;
	position: relative;
}
#homePage #sideContent #newPatient h4, 
#homePage #sideContent #locations h4,
#homePage #sideContent #spotlight h4 {
	margin: 0;
	text-indent: -999em;
}
#homePage #sideContent #newPatient strong {
	position: absolute;
	top: 72px;
	left: 2px;
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	color: #dfae96;
	height: 86px;
	padding: 5px;
	width: 240px;
}
#homePage #sideContent #newPatient span {
	position: absolute;
	left: 236px;
	top: 75px;
}
#homePage #sideContent #newPatient a {
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	width: 101px;
	height: 44px;
	padding-top: 6px;
	left: 265px;
	top: 61px;
	background-image:url(../images/bg-button-request.png);
	background-repeat: no-repeat;
	background-position:top;
}
#homePage #sideContent #newPatient a:hover {
	background-position:bottom;
}
#homePage #sideContent #locations {
	width: 364px;
	height: 150px;
	margin-bottom: 15px;
	padding: 20px 0 0 15px;
	background: url(../images/locations-bkg.gif) top left no-repeat;
}
#homePage #sideContent #locations a {
	display: block;
	margin: 10px 0 20px 0;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #e5ccb4;
}
#homePage #sideContent #spotlight {
	width: 349px;
	height: 194px;
	padding: 10px 15px 0 15px;
	background: url(../images/spotlight-bkg.gif) top left no-repeat;
}
#homePage #sideContent #spotlight dt { width: 106px; float: left }
#homePage #sideContent #spotlight dd#drName { margin-bottom: 5px }
#homePage #sideContent #spotlight dd#drName a {
	margin-bottom: 15px;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #bd6b42;
	text-decoration: none;
}
#homePage #sideContent #spotlight dd {
	width: 230px;
	float: right;
	margin: 0 0 15px 0;
}
#homePage #sideContent #spotlight a { text-decoration: underline }
#homePage #sideContent #spotlight a:hover { color: #C4734B }
#homePage a.guideButton { background-image:url(../images/bg-guide-button.gif); background-repeat:no-repeat; font-size: 18px; font-weight: normal; text-decoration: none; color: #FFFFFF; padding: 20px 150px 20px 70px; height: 20px; display: block; clear: both; margin: 0px; background-position: top; }
#homePage a.guideButton:hover {  background-position: bottom;  }
/* ----------------------------------------- /end home page styles -------------------------------------- */




/* ----------------------------------------- page indicator styles -------------------------------------- */
#patientsPage #topNav li#navPatients,
#aboutPage #topNav li#navAbout,
#servicesPage #topNav li#navServices,
#providersPage #topNav li#navProviders,
#locationsPage #topNav li#navLocations,
#contactPage #topNav li#navContact {
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/nav-indicator.png);
}
#patientsPage #topNav li#navPatients {
	background-position: top left;
}
#contactPage #topNav li#navContact {
	background-position: top right;
}

#aboutPage #mainContent {
	padding-top: 171px;
	background: url(../images/img-about-us.gif) top left no-repeat;
}
h5#sideProviders {
	background-image: url(../images/side-providers.gif);
}
h5#sideLocations {
	background-image: url(../images/side-locations.gif);
}
h5#sideGuide {
	background-image: url(../images/side-guide.gif);
}
h5#sidePatients {
	background-image: url(../images/side-patients.gif);
}

* html #patientsPage #topNav li#navPatients,
#aboutPage #topNav li#navAbout,
#servicesPage #topNav li#navServices,
#providersPage #topNav li#navProviders,
#locationsPage #topNav li#navLocations,
#contactPage #topNav li#navContact { 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav-indicator.png',sizingMethod='crop'); 
}


/* ----------------------------------------- /end page indicator styles -------------------------------------- */

/* ----------------------------------------- request appointment styles -------------------------------------- */

#appointmentPage label {
	display: block;
	padding-bottom: 5px;
}
#appointmentPage span {
	display: block;
	padding-top: 10px;

}
/* ----------------------------------------- /end request appointmen styles -------------------------------------- */

/* ----------------------------------------- misc styles -------------------------------------- */

/*================================== sIFR al rescante! http://www.mikeindustries.com/sifr/ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h2 { visibility: hidden }




.locationLink {
	width: 197px;
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
}
.locationLink img { display: block; margin-bottom: 5px }

.commercial { 
	width: 197px; 
	float: left;
	margin: 0 15px 5px 0;
	padding-top: 158px; 
	text-align: center;
	background: url(../images/commercial.gif) top left no-repeat; 
}
.commercial img { display: block }
.commercial.addtopspace { margin-top: 25px }

* html .fixie6 { margin-left: -3px }
