/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    Bryan Miller
email:     bmiller@practisinc.com
website:   http://www..com/
-----------------------------------------------------------------------------*/

@media screen {

	/* =General
	-----------------------------------------------------------------------------*/
	html { background:#f9f9f9; margin:0; padding:0; }
	
	body {
	  padding: 0;
	  margin: 0;
	  background: #f1eed7 url(../images/body-bg.jpg) repeat-x;
	  font: 12px Arial, Helvetica, sans-serif;
	  color:#4b4236;
	  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  min-width: 957px; /* 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; }
	
	h1, h2, h3, h4, h5 { margin: 0.4em 0; color:#216773; }
	h1 { font: 1.8em "Times New Roman", Times, serif; color:#ae811e; font-weight:bold; }
	h2 { font-size: 1.3em; }
	h3 { font-size: 1.1em; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link, a:visited { color:#1e8381; text-decoration:underline; }
	a:hover { color:#1e8381; text-decoration:underline; }
	
	#two_column #content_main a[href$='.pdf'] {
		padding-right:22px;
		line-height:16px;
		background:transparent url(../images/icon_pdf.gif) no-repeat right center;
	}
	
	
	/* =Structure
	-----------------------------------------------------------------------------*/
	#container {
		width: 957px;
		margin: 0 auto;
		text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
		background:url(../images/container-bg-3col.jpg) no-repeat;
		min-height:790px;
		height:auto !important;
		height:790px;
	}
	
	#container_padding { 
		padding:0 8px 0 9px; /* extra div work around for IE 6 */
	}
	
	#content {}
	
	
	#footer_container { 
		height:88px;
		background:url(../images/footer-bg.jpg) repeat-x;
	}
	
	#footer { 
		width: 887px;
		margin: 0 auto;
		padding:26px 35px 0 35px;
		text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
		line-height:26px;
		color:#807a72;
	}
	
	#footer a:link, #footer a:visited { color:#807a72; text-decoration:none; }
	#footer a:hover { color:#807a72; text-decoration:underline; }
	
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	ul#nav_main { height:34px; margin:0; padding:0; list-style-type:none; }
	ul#nav_main li { height:34px; 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:96px; }
	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 -34px; }
	
	ul#nav_main li.about-us { width:122px; }
	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 -34px; }
	
	ul#nav_main li.our-office { width:126px; }
	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 -34px; }
	
	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.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 -34px; }
	
	ul#nav_main li.womens-health { width:169px; }
	ul#nav_main li.womens-health a span,ul#nav_main li.womens-health a:link span { background:url(../images/buttons/btn-womens-health.gif) no-repeat; }
	ul#nav_main li.womens-health a:hover span,body.womens-health ul#nav_main li.womens-health a span { background:url(../images/buttons/btn-womens-health.gif) no-repeat 0 -34px; }
	
	ul#nav_main li.news { width:80px; }
	ul#nav_main li.news a span,ul#nav_main li.news a:link span { background:url(../images/buttons/btn-news.gif) no-repeat; }
	ul#nav_main li.news a:hover span,body.news ul#nav_main li.news a span { background:url(../images/buttons/btn-news.gif) no-repeat 0 -34px; }
	
	ul#nav_main li.contact-us { width:133px; }
	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 -34px; }
	
	
	/* =Header
	-----------------------------------------------------------------------------*/
	#branding { margin:0; padding:11px 0 0 0; height:100px; }
	
	#branding h1 { width:450px; height:100px; 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.jpg) no-repeat; }
	
	#branding_right { 
		float:right;
		display:inline;
		text-align:right;
		padding:16px 27px 0 0;
		color:#746c61; 
	}
	
	/* =Three Column
	-----------------------------------------------------------------------------*/
	#three_column #branding_sub { 
		width:939px;
		height:368px;
		overflow:hidden;
	}
	
	#three_column #content {
		background:url(../images/content-top-3col.jpg) no-repeat;
		min-height:40px;
		height:auto !important;
		height:40px;
		padding:0 0 20px 0;
	}
	
	#three_column #content_main { 
		float:left; 
		display:inline; 
		width:575px;
		font: 17px "Times New Roman", Times, serif;
		margin:0 35px 0 22px;
		line-height:22px;
	}
	
	#three_column #content_main p { margin:10px 0; padding:0; }
	
	#three_column #content_main h2 { width:505px; height:28px; margin:17px 0 0 -3px; padding:0; position:relative; overflow:hidden; }
	#three_column #content_main h2 span { width:100%; height:100%; position:absolute; background:url(../images/txt-welcome.gif) no-repeat; }
	
	#three_column #content_sub { 
		float:left; 
		display:inline; 
		width:275px;
		line-height:18px;
	}
	
	#three_column #content_sub h2 { width:115px; height:28px; margin:17px 0 0 -3px; padding:0; position:relative; overflow:hidden; }
	#three_column #content_sub h2 span { width:100%; height:100%; position:absolute; background:url(../images/txt-whats-new.gif) no-repeat; }
	
	#three_column #content_sub ul { margin:0; padding:5px 0; }
	
	#three_column #content_sub li {
		line-height:18px;
		padding:4px 0;
	}
	
	#three_column #content_sub a,
	#three_column #content_sub a:visited { font-weight:bold; text-decoration:none; }
	#three_column #content_sub a:hover { font-weight:bold; text-decoration:underline; }
	
	
	/* =Two Column
	-----------------------------------------------------------------------------*/
	#two_column #branding_sub { 
		width:939px;
		height:175px;
		overflow:hidden;
	}
	
	#two_column #content {
		background:url(../images/content-top-2col.jpg) no-repeat;
		min-height:40px;
		height:auto !important;
		height:40px;
		padding:0 0 20px 0;
	}
	
	#two_column #content_main { 
		float:right; 
		display:inline;
		width:690px;
		margin:0 10px 0 0;
	}
	
	#two_column #content_main p { line-height:18px; }
	
	#two_column #content_sub { 
		float:left; 
		display:inline;
		width:210px;
		margin:0 0 0 10px;
	} 
	
	#two_column #content_sub #in_this_section h2 { width:209px; height:40px; 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; }
	
	#in_this_section ul { width:209px; overflow:hidden; }
	#in_this_section li { width:209px; overflow:hidden; border-bottom:1px solid #fff; }
	
	#in_this_section li a,
	#in_this_section li a:visited { background:transparent; width:209px; overflow:hidden; display:block; padding:0 0 0 15px; line-height:29px; text-decoration:none; }
	#in_this_section li a:hover { background:url(../images/its-hover.jpg) repeat-y; text-decoration:none; }
	
	#in_this_section li li a,
	#in_this_section li li a:visited { background:transparent; width:209px; overflow:hidden; display:block; padding:0 0 0 30px; line-height:29px; text-decoration:none; }
	#in_this_section li li a:hover { background:url(../images/its-hover.jpg) repeat-y; text-decoration:none; }
	
	
	/* =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 { 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 { 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; padding:0 0 0 15px; }
	
	/* =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; }
	
	
}
