	/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    Bryan Miller
email:     bmiller@practisinc.com
website:   http://www.hslcares.com
-----------------------------------------------------------------------------*/

@media screen {

	/* =General
	-----------------------------------------------------------------------------*/
	body {
	  padding: 0;
	  margin: 0;
	  background: #f8f6e9 url(../images/bg.jpg) repeat-x;
	  font: 12px Arial, Helvetica, sans-serif;
	  color:#000;
	  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  min-width: 980px; /* Centered design work around for Netscape 6. */
	  overflow: -moz-scrollbars-vertical;
	}
	
	/* Class for clearing floats */
	.clear { clear:both; height:0px; }
	* html .clear { clear:both; height:0px; margin:0; padding:0; font-size:0; margin-bottom:-2px;}
	
	/* Remove border around linked images */
	img { border: 0; }
	
	abbr {border-bottom:none; }
	
	p { margin: 0.8em 0; }
	
	h1, h2, h3, h4, h5 { margin: 0.4em 0; color:#84733d; font:Arial, Helvetica, sans-serif;}
	h1 { font-size: 18px; }
	h2 { font-size: 16px; }
	h3 { font-size: 14px; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link, a:visited { color:#8d1111; }
	a:hover { color:#8d1111; }
	
	a[href$='.pdf'] {
		display:inline-block;
		padding-right:22px;
		line-height:16px;
		background:transparent url(../images/icon_pdf.gif) no-repeat right center;
	}
	
	
	/* =Structure
	-----------------------------------------------------------------------------*/
	#container {
	  width: 980px;
	  margin: 0 auto;
	  background:url(../images/gradient.png) repeat-y;
	  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	}
	
	* html #container { height:1%; background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://ns3.practisinc.com/~hslcares.com/images/gradient.png', sizingMethod='scale', enabled='true' ); }
	
	
	#container .content {
		position:relative;
		width: 940px;
	  	margin: 0 auto;
		padding:10px 10px 0 10px;
	  	background:#fff;
	  	text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	}
	
	#content { margin:20px 0; padding:0; }
	
	#footer { background:url(../images/footer.gif) repeat-x; margin:0 -10px; height:55px; padding:15px 0 0 25px; } 
	
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	ul#nav_main { height:65px; margin:-76px 0 0 0; padding:0; list-style-type:none; float:right;}
	ul#nav_main li { height:65px; float:left; position:relative; overflow:hidden; }
	ul#nav_main li span { width:100%; height:100%; position:absolute; }
	ul#nav_main li a { display:block; cursor:pointer;}
	* html #nav_main a:hover { background:#ccccff; cursor:pointer;}
	
	
	/* This is an example of what needs to be done for each li in the main navigation unordered list. 
	   You can copy this block and just change out the class name, widths and background image names/locations. */
	ul#nav_main li.about-us { width:109px; }
	ul#nav_main li.about-us a span,ul#nav_main li.about-us a:link span { background:url(../images/buttons/btn-about-us.gif) no-repeat; }
	ul#nav_main li.about-us a:hover span,body.about-us ul#nav_main li.about-us a span { background:url(../images/buttons/btn-about-us.gif) no-repeat 0 -65px; }
	
	ul#nav_main li.our-office { width:110px; }
	ul#nav_main li.our-office a span,ul#nav_main li.our-office a:link span { background:url(../images/buttons/btn-our-office.gif) no-repeat; }
	ul#nav_main li.our-office a:hover span,body.our-office ul#nav_main li.our-office a span { background:url(../images/buttons/btn-our-office.gif) no-repeat 0 -65px; }
	
	ul#nav_main li.services-procedures { width:127px; }
	ul#nav_main li.services-procedures a span,ul#nav_main li.services-procedures a:link span { background:url(../images/buttons/btn-services-procedures.gif) no-repeat; }
	ul#nav_main li.services-procedures a:hover span,body.services-procedures ul#nav_main li.services-procedures a span { background:url(../images/buttons/btn-services-procedures.gif) no-repeat 0 -65px; }
	
	ul#nav_main li.interactive-health { width:108px; }
	ul#nav_main li.interactive-health a span,ul#nav_main li.interactive-health a:link span { background:url(../images/buttons/btn-interactive-health.gif) no-repeat; }
	ul#nav_main li.interactive-health a:hover span,body.interactive-health ul#nav_main li.interactive-health a span { background:url(../images/buttons/btn-interactive-health.gif) no-repeat 0 -65px; }
	
	ul#nav_main li.contact-us { width:125px; }
	ul#nav_main li.contact-us a span,ul#nav_main li.contact-us a:link span { background:url(../images/buttons/btn-contact-us.gif) no-repeat; }
	ul#nav_main li.contact-us a:hover span,body.contact-us ul#nav_main li.contact-us a span { background:url(../images/buttons/btn-contact-us.gif) no-repeat 0 -65px; }
		
	
	#nav_supp { padding:0 0 5px 0; }
	#nav_supp, 
	#nav_supp a,
	#nav_supp a:visited { color:#010101; text-decoration: none;}
	#nav_supp a:hover { text-decoration: underline; }
	
	
	/* =Header
	-----------------------------------------------------------------------------*/
	#branding { margin:0; padding:0; height:111px; background:url(../images/branding.gif) repeat-x; overflow:hidden;}
	
	#branding h1 { width:358px; height:100px; margin:0; padding:0; position:relative; overflow:hidden; float:left;}
	#branding h1 span { width:100%; height:100%; position:absolute; cursor:pointer; background:url(../images/logo.gif) no-repeat; }
	
	#branding #telephone {font:Verdana, Arial, Helvetica, sans-serif; font-size:20px; float:right; padding:8px 38px 0 0;}
	#branding #telephone .call {font-size:16px; font-weight:bold;}
	
	/* =Three Column
	-----------------------------------------------------------------------------*/
	#three_column #content_main { width:440px; border-right: 1px solid #c68888; margin:0; padding:25px 0 0px 10px; float:left; }
	
	#three_column #content_main #welcome {border:1px solid #e3cca1; background:#f9f5ee url(../images/welcome.jpg) no-repeat; width:376px; padding:20px 15px 10px 15px; margin:0; line-height:20px;}
	#three_column #content_main #welcome h2 { width:378px; height:24px; margin:0 0 5px 0; padding:0; position:relative; overflow:hidden; }
	#three_column #content_main #welcome h2 span { width:100%; height:100%; position:absolute; background:url(../images/txt-welcome.gif) no-repeat; }
	
	#three_column #content_main #featured-services {margin:43px 0 0 0; padding:0;}
	#three_column #content_main #featured-services h2 { width:408px; height:39px; margin:0 0 30px 0; padding:0; position:relative; overflow:hidden; float:left; }
	#three_column #content_main #featured-services h2 span { width:100%; height:100%; position:absolute; background:url(../images/txt-featured-services.gif) no-repeat; }
	
	#three_column #content_main #featured-services .callout { clear:both; height:110px; margin:0 0 25px 0; padding:0 25px 0 15px; line-height:18px; overflow:hidden; }
	#three_column #content_main #featured-services .callout img {float:left; height:110px; width:110px; margin:0 25px 0 0; background:#000;}
	#three_column #content_main #featured-services .callout h3 { width:200px; height:22px; margin:0; padding:10px 0 2px 0; position:relative; overflow:hidden; }
	#three_column #content_main #featured-services .callout h3.health-library span { width:100%; height:100%; position:absolute; background:url(../images/txt-health-library.gif) no-repeat; }
	#three_column #content_main #featured-services .callout h3.interactive-tutorials span { width:100%; height:100%; position:absolute; background:url(../images/txt-interactive-tutorials.gif) no-repeat; }
	
	
	#three_column #content_sub { width:485px; padding:0; margin:0 0 0 -1px; float:left; border-left: 1px solid #c68888; }
	#three_column #content_sub #flash { float:right; width:480px; height:340px; }
	
	#three_column #content_sub #whats-new {clear:both; margin:0 0 0 50px;}
	#three_column #content_sub #whats-new h2 { width:145px; height:20px; margin:0; padding:10px 0 12px 0; position:relative; overflow:hidden; }
	#three_column #content_sub #whats-new h2 span { width:100%; height:100%; position:absolute; background:url(../images/txt-whats-new.gif) no-repeat;}
	
	#three_column #content_sub ul { list-style-type:none; background:url(../images/whats-new.jpg) repeat-x; width:370px; margin:0; padding:5px 20px 5px 15px; min-height:120px; height:auto !important; height:120px; }
	#three_column #content_sub ul li { margin:0; padding:2px 0; line-height:18px; }
	#three_column #content_sub ul li strong { color:#8d1111; }
	#three_column #content_sub ul li a:link, a:hover { text-decoration:none;}
	
	/* =Two Column
	-----------------------------------------------------------------------------*/
	#two_column #content_main { width:685px; float:left; border-left: 1px solid #c68888; margin:0 0 0 -1px; padding:0 0 0 25px; }
	
	
	#two_column #content_main h1 {width:300px; height:34px; margin:5px 0; padding:0; position:relative; overflow:hidden;}
	#two_column #content_main h1 span {width:100%; height:100%; position:absolute;}
	
	#two_column.about-us #content_main h1 span {background:url(../images/banners/txt-about-us.gif) no-repeat;}
	#two_column.our-office #content_main h1 span {background:url(../images/banners/txt-our-office.gif) no-repeat;}
	#two_column.services-procedures #content_main h1 span {background:url(../images/banners/txt-services-procedures.gif) no-repeat;}
	#two_column.interactive-health #content_main h1 span {background:url(../images/banners/txt-interactive-health.gif) no-repeat;}
	#two_column.contact-us #content_main h1 span {background:url(../images/banners/txt-contact-us.gif) no-repeat;}
	#two_column.thank-you #content_main h1 span {background:url(../images/banners/txt-thank-you.gif) no-repeat;}
	#two_column.privacy-policy #content_main h1 span {background:url(../images/banners/txt-privacy-policy.gif) no-repeat;}
	
	
	#two_column #content_sub { float:left; width:195px; border-right: 1px solid #c68888; padding:0 20px 0 10px; margin:0; } 
	
	#two_column #content_sub #in-this-section { width:193px; margin-bottom:60px;}
	#two_column #content_sub #in-this-section h2 { width:193px; height:31px; margin:0; padding:0; position:relative; overflow:hidden}
	#two_column #content_sub #in-this-section h2 span {width:100%; height:100%; position:absolute; background:url(../images/txt-in-this-section.gif) no-repeat;}
	#two_column #content_sub #in-this-section ul {list-style-type:none; margin:0; padding:0; }
	#two_column #content_sub #in-this-section ul li { border-top:1px solid #e9d6b3; }
	#two_column #content_sub #in-this-section ul li a,
	#two_column #content_sub #in-this-section ul li a:visited { padding:5px 10px 5px 14px; margin:0; color:#000; text-decoration:none; background:#fff; display:block; width:169px; }
	#two_column #content_sub #in-this-section ul li a:hover { color:#000; text-decoration:none; background:#e3cca1; }
	
	#two_column #content_sub #callouts img {margin-bottom:25px; }

	
	/* =Footer
	-----------------------------------------------------------------------------*/
	#site_info { }
	#site_info, 
	#site_info a,
	#site_info a:visited { color:#010101; text-decoration: none;}
	#site_info a:hover { text-decoration: underline; }
	
	
	/* =Forms
	-----------------------------------------------------------------------------*/
	form { padding: 0.4em; margin: 0; }
	form em { color: #FF0000; }
	form p { clear: left; margin: 0; padding: 0; padding-top: 0.4em; }
	form p label { float: left; width: 25%; }
	
	fieldset { padding: 0.6em; padding-left: 0.7em; }
	fieldset legend { padding: 0; margin-bottom: 0.2em; font-weight: bold; color: #000000; font-size: 1.1em; }
	
	input.txt { width: 200px; }
	
	.formerror {
	  border: 1px solid red;
	  background-color : #FFCCCC;
	  width: auto;
	  padding: 0.4em;
	  margin-bottom: 0.4em;
	}
	.formerror ul { padding-left: 1.7em; }
	
	
	/* =Tables
	-----------------------------------------------------------------------------*/
	td {
	  text-align: left;
	  vertical-align:top;
	}
	
	
	/* =Lists
	-----------------------------------------------------------------------------*/
	#two_column #content_main ul { list-style-type:square;}
	#two_column #content_main li { margin:0; padding:2px 0;}
	
	
	/* =Health Library
	-----------------------------------------------------------------------------*/
	#health_library { }
	#health_library .interactive {width:225px; margin:0; padding:0; border: 1px dashed  #FF0000; margin:0 10px 0 10px; padding: 10px; background: #f2f2f2; color: #333333; float:right;}
	#health_library .interactive h2{ margin:0; padding:0;}
	#health_library .interactive img{ margin:0; padding:0 10px 0 0; float:left; border:0; }
	#health_library .interactive ul{ margin:0; padding:10px 0 0 15px;  }
	#health_library .interactive a:link,
	#health_library .interactive a:visited { text-decoration:none; }
	#health_library .interactive a:hover{ text-decoration:underline; }
	
	#health_library .topic {width:350px; margin-bottom:10px; padding:10px; border: dashed 1px #CCCCCC;}
	#health_library .icon {margin-right:8px; float:left;}
	#health_library .txt {margin:0 0 0 45px;}
	
	
	/* =Driving Directions 
	-----------------------------------------------------------------------------*/
	#driving_directions { margin:0; padding:0; border:0; width:250px; float:right;}
	#driving_directions h2 {width:250px; height:30px; margin:0; padding:0; position:relative;}
	#driving_directions h2 span {width:100%; height:100%; position:absolute; background:url(../images/directionsTop.gif) no-repeat;}
	#driving_directions form {margin:0; padding:0; border:0;}
	#driving_directions p {margin:3px 0; padding:0;}
	#driving_directions .dd-content {background: url(../images/directionsMiddle.gif) repeat-y; font-size:12px; padding:10px 20px;}
	#driving_directions .dd-content input {margin:3px 0px;}
	#driving_directions .bottom {background: url(../images/directionsBottom.gif) no-repeat; width:250px; height:35px; text-align:center;}
	#driving_directions .bottom #submitButton {margin:0px auto; cursor:pointer;}

	/* =Vcard
	-----------------------------------------------------------------------------*/
	.vcard {margin:5px 15px;}
	.vcard-dl {margin-top:10px; background: url(../images/vcard.gif) center no-repeat; background-position: right 50%;}
	.vcard-dl a {margin-right:25px; display:block;}
	
	
	/* =Misc 1
	-----------------------------------------------------------------------------*/
	.question { background: #FF0000; }
	.highlight { font-weight:bold; background:#FFFF00; }
	
	
	/* =Misc 2
	-----------------------------------------------------------------------------*/
	img.left { float:left; margin:0 10px 10px 0; }
	img.right { float:right; margin:0 0 10px 10px; }
	
	p.left { text-align:left; }
	p.right { text-align:right; }
	p.center { text-align:cetner; }
	
	
}