/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    Bryan Miller
email:     bmiller@practisinc.com

Description: Main CSS for website design and architecuture
Copyright Practis Inc
-----------------------------------------------------------------------------*/

@media screen {

	/* =General
	-----------------------------------------------------------------------------*/
	body {
	  padding: 0;
	  margin: 0;
	  background: #708f98;
	  font: 12px Arial, Helvetica, sans-serif;
	  color:#595959;
	  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  min-width: 974px; /* Centered design work around for Netscape 6. */
	  overflow: -moz-scrollbars-vertical;
	}
	
	/* Class for clearing floats */
	.clear { clear:both; height:0px; overflow:hidden; margin:0; padding:0; }
	
	p { margin: 0.8em 0; line-height:18px; }
	
	h1, h2, h3, h4, h5, h6 { font-family:"Times New Roman", Times, serif;  margin: 0.4em 0; color:#35494e; }
	h1 { font-size: 29px; }
	h2 { font-size: 22px; color:#708F98; }
	h3 { font-size: 20px; }
	h4 { font-size: 17px; }
	h5 { font-size: 14px; }
	h6 { font-size: 12px; }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link, a:visited, a:hover { color:#595959; text-decoration:underline; }
	
	
	/* =Container
	-----------------------------------------------------------------------------*/
	#container {
	  width: 974px;
	  margin: 0 auto;
	  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	}
	
	
	#three_column #container_top { background:url(../images/container-top-home.png) no-repeat top left; }
	#two_column #container_top { background:url(../images/container-top-interior.png) no-repeat top left; }
	#container_repeat { 
		background:#fff url(../images/container-repeat.png) repeat-y top left;
		/* background color #fff is specified to maintain highlight color when text is selected */
	}
	#container_bottom {
		background:url(../images/container-bottom.png) no-repeat bottom left; 
		min-height:500px; height:auto !important; height:500px; /* IE6 min-height work around */
		padding:1px 0 70px 0;
	}
	
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	ul#nav_main { height:57px; margin:0; padding:0 0 0 5px; list-style-type:none; }
	ul#nav_main li { height:57px; 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:86px; }
	ul#nav_main li.home a span,ul#nav_main li.home a:link span { background:url(../images/buttons/btn-home.png) 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.png) no-repeat 0 -57px; }
	
	ul#nav_main li.about-us { width:102px; }
	ul#nav_main li.about-us a span,ul#nav_main li.about-us a:link span { background:url(../images/buttons/btn-about-us.png) 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.png) no-repeat 0 -57px; }
	
	ul#nav_main li.our-office { width:113px; }
	ul#nav_main li.our-office a span,ul#nav_main li.our-office a:link span { background:url(../images/buttons/btn-our-office.png) 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.png) no-repeat 0 -57px; }
	
	ul#nav_main li.conditions { width:116px; }
	ul#nav_main li.conditions a span,ul#nav_main li.conditions a:link span { background:url(../images/buttons/btn-conditions.png) no-repeat; }
	ul#nav_main li.conditions a:hover span,body.conditions ul#nav_main li.conditions a span { background:url(../images/buttons/btn-conditions.png) no-repeat 0 -57px; }
	
	ul#nav_main li.services-procedures { width:213px; }
	ul#nav_main li.services-procedures a span,ul#nav_main li.services-procedures a:link span { background:url(../images/buttons/btn-services-procedures.png) 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.png) no-repeat 0 -57px; }
	
	ul#nav_main li.balloon-sinuplasty { width:203px; }
	ul#nav_main li.balloon-sinuplasty a span,ul#nav_main li.balloon-sinuplasty a:link span { background:url(../images/buttons/btn-balloon-sinuplasty.png) no-repeat; }
	ul#nav_main li.balloon-sinuplasty a:hover span,body.balloon-sinuplasty ul#nav_main li.balloon-sinuplasty a span { background:url(../images/buttons/btn-balloon-sinuplasty.png) no-repeat 0 -57px; }
	
	ul#nav_main li.contact-us { width:129px; }
	ul#nav_main li.contact-us a span,ul#nav_main li.contact-us a:link span { background:url(../images/buttons/btn-contact-us.png) 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.png) no-repeat 0 -57px; }

	
	
	/* =Branding
	-----------------------------------------------------------------------------*/
	#branding { height:143px; overflow:hidden; }
	
	#branding h1 { width:500px; height:125px; margin:0; padding:0; position:relative; overflow:hidden; float:left; display:inline; }
	#branding h1 span { width:100%; height:100%; position:absolute; cursor:pointer; background:url(../images/logo.png) no-repeat; }
	
	#branding #contact_info { 
		float:right; display:inline; 
		padding:98px 40px 0 0; 
		text-align:right;
		font:26px "Times New Roman", Times, serif;
		line-height:26px;
		color:#35494e;
	}
	
	/* =Three Column Content
	-----------------------------------------------------------------------------*/
	#three_column h1,
	#three_column h2,
	#three_column h3,
	#three_column h4,
	#three_column h5,
	#three_column h6 { color:#35494e; }
	
	#three_column #content_main { float:right; display:inline; width:550px; margin:0 33px 0 0; }
	
	#three_column #content_main #main_image {
		width:550px;
		height:340px;
		overflow:hidden;
		margin:25px 0 0 0;
		background:url(../images/img-main.jpg) no-repeat;
		position:relative;
	}	
	
	#three_column #content_main #main_image_text {
		width:320px;
		height:100px;
		margin:120px 0 0 50px;
		overflow:hidden;
	}	
	
	#three_column #content_main #main_image_text p,
	#three_column #content_main #main_image_text h1,
	#three_column #content_main #main_image_text h2,
	#three_column #content_main #main_image_text h3,
	#three_column #content_main #main_image_text h4,
	#three_column #content_main #main_image_text h5,
	#three_column #content_main #main_image_text h6 {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		line-height:1em; 
		margin:0; 
		padding:0;
		color:#35494e; /* text color for all elements in #main_image_text */
	} 
		
	#three_column #content_main #main_image_text a,
	#three_column #content_main #main_image_text a:visited { text-decoration:none; }
	#three_column #content_main #main_image_text a:hover { text-decoration:underline; }
	
	#three_column #content_main #main_image_text h1 { font-size:35px; }
	#three_column #content_main #main_image_text h2 { font-size:26px; }
	#three_column #content_main #main_image_text h3 { font-size:20px; }
	#three_column #content_main #main_image_text h4 { font-size:18px; }
	#three_column #content_main #main_image_text h5 { font-size:16px; }
	#three_column #content_main #main_image_text h6 { font-size:14px; }
	#three_column #content_main #main_image_text p { font-size:12px; line-height:18px; margin:0.8em 0; }
	
	#three_column #content_main #welcome { padding:0 10px 0 15px; }
	#three_column #content_main #welcome p { font-size:14px; line-height:24px; }
	#three_column #content_main #welcome ul { list-style:none; }
	#three_column #content_main #welcome li { list-style:disc; margin:0 0 0 25px; font-size:14px; line-height:24px; }
	
	#three_column #content_sub { float:left; display:inline; width:365px; margin:0 0 0 17px; }
	
	#three_column #content_sub #quick_access { height:110px; overflow:hidden; padding:0 0 0 15px; }	
	#three_column #content_sub #quick_access ul { list-style:none; }
	#three_column #content_sub #quick_access li { list-style:none; background:url(../images/bullet-square.gif) no-repeat 0 7px; padding:0 0 0 15px; line-height:24px; }
	#three_column #content_sub #quick_access a,
	#three_column #content_sub #quick_access a:visited { color:#48646b; text-decoration:none; }
	#three_column #content_sub #quick_access a:hover { color:#48646b; text-decoration:underline; }
	
	#three_column #content_sub #news { 
		padding:1px 15px 15px 15px;
		background:url(../images/news-bg.png) repeat-x; 
		min-height:240px; height:auto !important; height:240px; /* IE6 min-height work around */
	}	
	#three_column #content_sub #news strong { color:#35494e; }
	
	
	/* =Two Column Content
	-----------------------------------------------------------------------------*/
	#two_column #content_main { 
		float:right; display:inline; width:560px; padding:30px 25px 0 0;
		min-height:600px; height:auto !important; height:600px; /* IE6 min-height work around */
	}
	
	
	#two_column #content_sub { float:left; display:inline; width:360px; margin:0; padding-top:240px; } 
	#two_column #content_sub { background:url(../images/banners/banner-default.jpg) no-repeat; } /* Content Sub - Banner Default Image */
	
	#two_column #content_sub #in_this_section {
		margin:0 10px 0 26px;
		padding:1px 15px 1px 15px;
		background:url(../images/in-this-section-bg.png) repeat-x;
		min-height:220px; height:auto !important; height:220px; /* IE6 min-height work around */
	}
	#two_column #content_sub #in_this_section ul { list-style:none; }
	#two_column #content_sub #in_this_section li { list-style:none; line-height:18px; padding:5px 0; }
	#two_column #content_sub #in_this_section li li { list-style:disc; line-height:18px; padding:2px 0; margin:0 0 0 20px; }
	
	#two_column #content_sub #in_this_section a,
	#two_column #content_sub #in_this_section a:visited { color:#35494e; text-decoration:none; }
	#two_column #content_sub #in_this_section a:hover { color:#35494e; text-decoration:underline; }
	
	#two_column #content_sub #callouts { padding:15px 0 0 17px; }
	
	/* =Footer
	-----------------------------------------------------------------------------*/
	#footer { color:#fff; line-height:24px; padding:10px 33px; }
	#footer a,
	#footer a:visited { color:#fff; text-decoration:none;  }
	#footer a:hover { color:#fff; text-decoration:underline; }
	
	#footer .practis_by_line { float:right; display:inline; text-align:right; margin:-24px 0 0 0;}
	
	/* =Forms
	-----------------------------------------------------------------------------*/
	form { padding: 0.4em; margin: 0; }
	form em { color: #FF0000; }
	form em.no-color { color: #595959; }
	form p { clear: left; margin: 0; padding: 0; padding-top: 0.4em; }
	form p label { float: left; width: 25%; }
	
	fieldset { margin: 0.8em 0; padding: 0.6em; border:1px solid #ccc; }
	fieldset legend { padding:0 5px; margin-bottom: 0.2em; font-weight: bold; color: #000000; font-size: 1.1em; }
	
	input.txt { width: 200px; }
	
	textarea {
	  width: 300px;
	  height: 100px;
	}
	
	.formerror {
	  border: 1px solid red;
	  background-color : #FFCCCC;
	  width: auto;
	  padding: 0.4em;
	  margin-bottom: 0.4em;
	}
	.formerror ul { padding-left: 1.7em; }
	
	blockquote { margin:0 20px; }
	
	
	/* =Tables
	-----------------------------------------------------------------------------*/
	td {
	  text-align: left;
	  vertical-align: top;
	}
	
	/* =Lists
	-----------------------------------------------------------------------------*/
	#two_column #content_main ul { list-style-type:disc; margin:0 0 0 40px; }
	#two_column #content_main ol { list-style-type:decimal; margin:0 0 0 40px; }
	#two_column #content_main li { line-height:18px; margin:0; padding:2px 0; }
	
	
	/* =Driving Directions
	-----------------------------------------------------------------------------*/
	#driving_directions { margin:10px 0 0 0; padding:0; border:0; width:230px; background:url(../images/driving-directions/driving-directions-bg.gif) repeat-y top left; overflow:hidden; float:right; display:inline;}
	#driving_directions .dd-top { background:url(../images/driving-directions/driving-directions-top.gif) no-repeat top left; }
	#driving_directions .dd-bottom { background:url(../images/driving-directions/driving-directions-bottom.gif) no-repeat bottom left; 
	min-height:230px; height:auto !important; height:230px; }
	
	#driving_directions h2 { width:203px; height:30px; margin:0 auto; padding:0; position:relative; overflow:hidden; }
	#driving_directions h2 span { width:100%; height:100%; position:absolute; background:url(../images/driving-directions/txt-driving-directions.gif) no-repeat; }
	
	#driving_directions form { font-size:12px; font-weight:normal; padding:10px 15px; }
	#driving_directions form input { margin:4px 0px; }
	
	
	/* =Misc 1
	-----------------------------------------------------------------------------*/
	.question { background: #FF0000; }
	.highlight { font-weight:bold; background:#FFFF00; }
	.vcard { margin:0px; }
	
	/* =Misc 2
	-----------------------------------------------------------------------------*/
	img.left { float:left; display:inline; margin:0 10px 10px 0; }
	img.right { float:right; display:inline;  margin:0 0 10px 10px; }
	
	p.left { text-align:left; }
	p.right { text-align:right; }
	p.center { text-align:center; }
	
	#addthis { float:right; display:inline; }
	
	
}