/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    
email:     @practisinc.com
website:   http://www..com/
-----------------------------------------------------------------------------*/

@media screen {

	/* =General
	-----------------------------------------------------------------------------*/
	body {
	  padding: 0;
	  margin: 0;
	  background:#e6e6e6 url(../images/bg.jpg) repeat-x top center;
	  font: 12px Arial, Helvetica, sans-serif;
	  color:#303030;
	  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  min-width: 996px; /* 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:#8c0f05;}
	h1 { font-size: 1.5em; }
	h2 { font-size: 1.3em; }
	h3 { font-size: 1.1em; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link, a:visited { color: #8c0f05; text-decoration:none; }
	a:hover { text-decoration:underline;  }
	
	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: 996px;
	  margin: 0 auto;
	  text-align: left; 
	  /* Centered design work around for IE 5.X and 6 in quirks mode. */
	}
	#content { margin:0; padding:0; background:url(../images/content-bg.jpg) repeat-y top left; text-align:left; }
	#content .top { background:url(../images/content-top-bg.jpg) no-repeat top left; padding-top:21px;}
	#content .bottom { background:url(../images/body-base.jpg) no-repeat bottom left; padding:0 0 20px 0;}
	
	#footer { 
		width: 996px;
		margin: 0 auto;
		text-align: left;
	}
	
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	ul#nav_main { height:35px; margin:0 0 0 18px; padding:0; list-style-type:none; text-align:left; }
	ul#nav_main li { height:35px; 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.home { width:135px; }
	ul#nav_main li.home a span,ul#nav_main li.home a:link span { background:url(../images/buttons/btn-home.gif) no-repeat; }
	ul#nav_main li.home a:hover span,body.home ul#nav_main li.home a span { background:url(../images/buttons/btn-home.gif) no-repeat 0 -35px; }
	
	ul#nav_main li.about-us { width:138px; }
	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 -35px; }
	
	ul#nav_main li.new-patients { width:137px; }
	ul#nav_main li.new-patients a span,ul#nav_main li.new-patients a:link span { background:url(../images/buttons/btn-new-patients.gif) no-repeat; }
	ul#nav_main li.new-patients a:hover span,body.new-patients ul#nav_main li.new-patients a span { background:url(../images/buttons/btn-new-patients.gif) no-repeat 0 -35px; }
	
	ul#nav_main li.services { width:138px; }
	ul#nav_main li.services a span,ul#nav_main li.services a:link span { background:url(../images/buttons/btn-services.gif) no-repeat; }
	ul#nav_main li.services a:hover span,body.services ul#nav_main li.services a span { background:url(../images/buttons/btn-services.gif) no-repeat 0 -35px; }
	
	ul#nav_main li.patient-resources { width:137px; }
	ul#nav_main li.patient-resources a span,ul#nav_main li.patient-resources a:link span { background:url(../images/buttons/btn-patient-resources.gif) no-repeat; }
	ul#nav_main li.patient-resources a:hover span,body.patient-resources ul#nav_main li.patient-resources a span { background:url(../images/buttons/btn-patient-resources.gif) no-repeat 0 -35px; }
	
	ul#nav_main li.contact-us { width:138px; }
	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 -35px; }
	
	
	#nav_sub { } 
	#nav_sub a,
	#nav_sub a:visited { color: #8c0f05; }
	#nav_sub a:hover { color: #8c0f05; }
	
	#nav_supp { color:#3f3f3f; margin:0 0 15px 38px; padding:0; }
	#nav_supp a,
	#nav_supp a:visited { text-decoration: none; color:#3f3f3f; }
	#nav_supp a:hover { text-decoration: underline; }
	
	
	/* =Header
	-----------------------------------------------------------------------------*/
	#branding { height:114px; overflow:hidden; text-align:left;}
	
	#branding h1 { width:490px; height:114px; 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.jpg); }
	
	#branding_sub { margin:0; padding:75px 0 0 0; float:left; text-align:right;}
	#branding_sub h1 { margin:0; padding:0; }
	
	/* =Three Column
	-----------------------------------------------------------------------------*/
	#three_column #content_main { margin:0 0 0 18px; padding:0; width:960px; height:280px; background:url(../images/welcome-bg.jpg) repeat-x #fff; }
	#three_column #content_main #flash { width:549px; height:280px; margin:0; padding:0; float:left; }
	#three_column #content_main #welcome { width:373px; height:247px; margin:0; padding: 25px 21px 8px 16px; float:right; }
	#three_column #content_main #welcome h2 { width:374px; height:28px; margin:0; padding:0; position:relative; overflow:hidden; }
	#three_column #content_main #welcome h2 span { width:100%; height:100%; position:absolute; background: url(../images/welcome-txt.gif); }
	#three_column #content_main #welcome p { line-height:18px; }
	
	#three_column #content_sub { width:273px; margin:0; padding:0 0 0 18px; float:left; clear:left;}
	#three_column #content_sub #whats_new { width:273px; }
	#three_column #content_sub #whats_new h2 { width:273px; height:45px; margin:0; padding:0; position:relative; overflow:hidden; }
	#three_column #content_sub #whats_new h2 span {width:100%; height:100%; position:absolute; background: url(../images/whats-new-txt.jpg); }
	#three_column #content_sub #whats_new #content {  height:244px; margin:0; padding:15px 0 0 18px; background:url(../images/content-sub-bg.jpg) repeat-x;  }

	
	
	
	#three_column #content_supp { width:687px; margin:0; padding:0; float:left; }
	#three_column #content_supp h2 { width:687px; height:45px; margin:0; padding:0; position:relative; overflow:hidden; }
	#three_column #content_supp h2 span { width:100%; height:100%; position:absolute; background: url(../images/featured-services-txt.jpg) no-repeat; }
	/* Design may not call for this container, delete id not necessary. */
	#three_column #content_supp #featured { height:90px; margin:0; padding:0; background:url(../images/content-supp-bg.jpg) repeat-x; } 	
	#three_column #content_supp #featured .callout1 { width:273px; margin:0; padding:0 0 0 38px; float:left;}
	#three_column #content_supp #featured .callout1 h3 { width:273px; height:30px; margin:0; padding:0; position:relative; overflow:hidden; }
	#three_column #content_supp #featured .callout1 h3 span{ width:100%; height:100%; position:absolute; background: url(../images/txt-patient-resources.jpg) no-repeat; }
	#three_column #content_supp #featured .callout1 p { margin:0 0 10px 10px; padding:0; line-height:18px; }
	
	#three_column #content_supp #featured .callout2 { width:273px; margin:0 0 0 58px; padding:0; float:left;}
	#three_column #content_supp #featured .callout2 h3 { width:273px; height:30px; margin:0; padding:0; position:relative; overflow:hidden; }
	#three_column #content_supp #featured .callout2 h3 span{ width:100%; height:100%; position:absolute; background: url(../images/quick-access-txt.jpg) no-repeat; }
	#three_column #content_supp #featured .callout2 p { margin:0 0 10px 10px; padding:0; line-height:18px; }
	
	
	
	/* =Two Column
	-----------------------------------------------------------------------------*/
	#two_column #content_main { width:648px; margin:0 18px 0 0; padding:50px 20px 10px 20px; line-height:18px; float:right; background: url(../images/grey-bg.gif) repeat-x top; display:inline;}
	
	#two_column #content_main a:link, 
	#two_column #content_main a:visited { color: #8c0f05; text-decoration:underline; }
	#two_column #content_main a:hover { text-decoration:underline;  }
	
	#two_column #banner h1{ width:960px; height:100px; margin:0 0 0 18px; padding:0; position:relative; overflow:hidden; float:left; display:inline; }
	#two_column.about-us #banner h1 span{ width:100%; height:100%; position:absolute; background: url(../images/banners/banner-about-us.jpg) no-repeat;  }
	#two_column.new-patients #banner h1 span{ width:100%; height:100%; position:absolute; background: url(../images/banners/banner-our-office.jpg) no-repeat;  }
	#two_column.services #banner h1 span{ width:100%; height:100%; position:absolute; background: url(../images/banners/banner-services.jpg) no-repeat;  }
	#two_column.patient-resources #banner h1 span{ width:100%; height:100%; position:absolute; background: url(../images/banners/banner-patient-resources.jpg) no-repeat;  }
	#two_column.contact-us #banner h1 span{ width:100%; height:100%; position:absolute; background: url(../images/banners/banner-contact-us.jpg) no-repeat;  }
	#two_column.thanks #banner h1 span{ width:100%; height:100%; position:absolute; background: url(../images/banners/banner-thanks.jpg) no-repeat;  }
	#two_column.privacy-policy #banner h1 span{ width:100%; height:100%; position:absolute; background: url(../images/banners/banner-privacy-policy.jpg) no-repeat;  }
	
	#two_column #content_sub { width:272px; margin:0 0 0 18px; float:left; display:inline; }
	#two_column #content_sub #in-this-section { width:272px; height:100%; margin:0; padding:0; background:url(../images/content-sub-bg.jpg) repeat-x top; }
	#two_column #content_sub #in-this-section .bg { margin:0; padding:0;  }
	#two_column #content_sub h2{ width:272px; height:45px; margin:0; padding:0; position:relative; overflow:hidden; }
	#two_column #content_sub h2 span{ width:100%; height:100%; position:absolute; background: url(../images/in-this-section-txt.gif) no-repeat; }
	#two_column #content_sub #in-this-section ul { margin:0; padding:20px 8px 8px 18px; list-style-type:none; }
	#two_column #content_sub #in-this-section li { margin:0; padding:0; line-height:24px;  border-bottom: 1px solid #8c0f05; }
	#two_column #content_sub #in-this-section li a,
	#two_column #content_sub #in-this-section li a:visited,
	#two_column #content_sub #in-this-section li a:hover { color:#8c0f05; }
	
	
	
	/* =Footer
	-----------------------------------------------------------------------------*/
	#site_info { color:#3f3f3f; margin:0 0 15px 38px; padding:0;}
	#site_info a,
	#site_info a:visited { text-decoration: none; color:#3f3f3f ; }
	#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:circle;}
	#two_column #content_main li { margin:0; padding:2px 0;}
	
	
	/* =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 .content {background: url(../images/directionsMiddle.gif) repeat-y; font-size:12px; padding:10px 20px;}
	#driving_directions .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:0px;}
	.vcard-dl {margin-top:10px; background: url(../images/vcard.gif) center no-repeat; background-position: 0 50%;}
	.vcard-dl a {margin-left: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:center; }
	
	
}
