/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    Bryan Miller
email:     bmiller@practisinc.com
website:   http://www.fredcardio.com/
-----------------------------------------------------------------------------*/

@media screen {

	/* =General
	-----------------------------------------------------------------------------*/
	body {
	  padding: 0;
	  margin: 0;
	  background: #a3682d url(../images/body-bg.jpg) repeat-x;
	  font: 12px Arial, Helvetica, sans-serif;
	  color:#282828;
	  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  min-width: 970px; /* 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;  }
	h1 { font-size: 1.5em; color:#902311; }
	h2 { font-size: 1.3em; }
	h3 { font-size: 1.1em; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link, a:visited { color:#902311; text-decoration:underline; }
	a:hover { color:#902311; 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: 970px;
	  margin: 0 auto;
	  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	}	
	
	#three_column #container{
		background:#fff url(../images/3col-container-bg.jpg) repeat-y;
	}
	#three_column #container .container-top {
		background:url(../images/3col-container-top.jpg) no-repeat top;
	}
	#three_column #container .container-bottom {
		background:url(../images/3col-container-bottom.jpg) no-repeat bottom;
		min-height:940px;
		height:auto !important;
		height:940px;
	}
	
	#two_column #container{
		background:#fff url(../images/2col-container-bg.jpg) repeat-y;
	}
	#two_column #container .container-top {
		background:url(../images/2col-container-top.jpg) no-repeat top;
	}
	#two_column #container .container-bottom {
		background:url(../images/2col-container-bottom.jpg) no-repeat bottom;
		min-height:930px;
		height:auto !important;
		height:930px;
		padding-bottom:20px;
	}
	
	#content { }
	
	#footer { 
		width: 920px;
		height:80px;
		margin: 0 auto;
		color:#fff;
		text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	}
	#footer #footer-logos { float:right; display:inline; }
	
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	ul#nav_main { height:41px; margin:34px 0 0 150px; padding:0; list-style-type:none; }
	ul#nav_main li { height:41px; 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:111px; }
	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 -41px; }
	
	ul#nav_main li.our-office { width:144px; }
	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 -41px; }
	
	ul#nav_main li.services-procedures { width:242px; }
	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 -41px; }
	
	ul#nav_main li.patient-education { width:204px; }
	ul#nav_main li.patient-education a span,ul#nav_main li.patient-education a:link span { background:url(../images/buttons/btn-patient-education.gif) no-repeat; }
	ul#nav_main li.patient-education a:hover span,body.patient-education ul#nav_main li.patient-education a span { background:url(../images/buttons/btn-patient-education.gif) no-repeat 0 -41px; }
	
	ul#nav_main li.news { width:103px; }
	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 -41px; }
	
	
	#nav_sub { color:#fff; float:right; display:inline; padding:9px 28px 0 0; }
	#nav_sub a,
	#nav_sub a:visited { color:#fff; text-decoration:none; }
	#nav_sub a:hover { color:#fff; text-decoration:underline; }
	
	#nav_supp { color:#fff; }
	#nav_supp a,
	#nav_supp a:visited { color:#fff; text-decoration:none; }
	#nav_supp a:hover { color:#fff; text-decoration:underline; }
	
	
	/* =Header
	-----------------------------------------------------------------------------*/
	#three_column #branding { height:119px; overflow:hidden; }
	#two_column #branding { height:128px; overflow:hidden; }
	
	#branding h1 { width:619px; height:140px; margin:34px 0 0 16px; padding:0; position:absolute; overflow:hidden; }
	#branding h1 span { width:100%; height:100%; position:absolute; cursor:pointer; background:url(../images/logo.jpg) no-repeat; }
	
	#branding #appointments-phone { position:absolute; font-size:18px; color:#464646; margin:93px 0 0 700px; }
	
	#three_column #branding_sub { height:280px; width:970px; overflow:hidden; background:url(../images/flash.jpg); }
	#three_column #branding_sub #quick-access { margin:-27px 0 0 150px; }
	
	#two_column #branding_sub { height:129px; width:970px; overflow:hidden; }
	#two_column #branding_sub h1 { height:129px; width:970px; margin:0; padding:0; position:relative; overflow:hidden; }
	#two_column #branding_sub h1 span { width:100%; height:100%; position:absolute; background:url(../images/banners/banner-default.jpg) no-repeat; }
	#two_column.about-us #branding_sub h1 span { width:100%; height:100%; position:absolute; background:url(../images/banners/banner-about-us.jpg) no-repeat; }
	#two_column.our-office #branding_sub h1 span { width:100%; height:100%; position:absolute; background:url(../images/banners/banner-our-office.jpg) no-repeat; }
	#two_column.services-procedures #branding_sub h1 span { width:100%; height:100%; position:absolute; background:url(../images/banners/banner-services-procedures.jpg) no-repeat; }
	#two_column.patient-education #branding_sub h1 span { width:100%; height:100%; position:absolute; background:url(../images/banners/banner-patient-education.jpg) no-repeat; }
	#two_column.news #branding_sub h1 span { width:100%; height:100%; position:absolute; background:url(../images/banners/banner-news.jpg) no-repeat; }
	#two_column.contact-us #branding_sub h1 span { width:100%; height:100%; position:absolute; background:url(../images/banners/banner-contact-us.jpg) no-repeat; }
	#two_column.thank-you #branding_sub h1 span { width:100%; height:100%; position:absolute; background:url(../images/banners/banner-thank-you.jpg) no-repeat; }
	#two_column.privacy-policy #branding_sub h1 span { width:100%; height:100%; position:absolute; background:url(../images/banners/banner-privacy-policy.jpg) no-repeat; }
	
	
	
	/* =Three Column
	-----------------------------------------------------------------------------*/
	#three_column #content_main { 
		float:left; 
		display:inline; 
		width:545px; 
		height:270px;
		overflow:hidden;
		margin:0 0 10px 30px;
		font-size:14px;
		line-height:22px;
	}
	#three_column #content_main h1 { width:545px; height:22px; margin:35px 0 0 0; padding:0; position:relative; overflow:hidden; }
	#three_column #content_main h1 span { width:100%; height:100%; position:absolute; background:url(../images/txt-welcome.gif) no-repeat; }
		
	#three_column #content_sub { 
		float:left; 
		display:inline; 
		width:330px; 
		height:270px; 
		overflow:hidden; 
		margin:0 0 10px 25px;
		padding:0 0 0 30px;
		background:url(../images/whats-new-bg.jpg) no-repeat; 
	}
	#three_column #content_sub h2 { width:195px; height:19px; margin:50px 0 10px 0; padding:0; position:relative; }
	#three_column #content_sub h2 span { width:100%; height:100%; position:absolute; background:url(../images/txt-whats-new.jpg) no-repeat; }
	#three_column #content_sub h2 span.more { font-size:12px; line-height:26px; background:transparent; text-align:right; }
	#three_column #content_sub h2 span.more a,
	#three_column #content_sub h2 span.more a:visited { text-decoration:none; }
	#three_column #content_sub h2 span.more a:hover { text-decoration:underline; }
	#three_column #content_sub ul { height:180px; width:290px; overflow:hidden; }
	#three_column #content_sub ul li { line-height:18px; padding:2px 0; }
	#three_column #content_sub ul li strong { color:#902311; font-weight:bold; }
	#three_column #content_sub ul li a,
	#three_column #content_sub ul li a:visited { color:#902311; text-decoration:none; font-weight:bold; }
	#three_column #content_sub ul li a:hover { color:#902311; text-decoration:underline; font-weight:bold; }
	
	#three_column #content_supp { clear:both; }
	#three_column #content_supp .callout {
		float:left;
		display:inline;
		margin:20px 18px 0 24px;
		width:275px;
	}
	#three_column #content_supp .callout p { margin:5px 5px 0 28px; line-height:18px; }
	#three_column #content_supp .callout a,
	#three_column #content_supp .callout a:visited { color:#902311; text-decoration:none; font-weight:bold; }
	#three_column #content_supp .callout a:hover { color:#902311; text-decoration:underline; font-weight:bold; }
	
	
	/* =Two Column
	-----------------------------------------------------------------------------*/
	#two_column #content { margin:0; padding:20px 0; }
	
	#two_column #content_main { display:inline; float:left; width:610px; padding:0 20px 0 30px; margin:0; }
	#two_column #content_main ul { margin:0 0 0 40px; list-style-type:disc; }
	#two_column #content_main ol { margin:0 0 0 40px; list-style-type:decimal; }
	
	#two_column #content_sub { display:inline; float:left; width:280px; overflow:hidden; }
	
	#two_column #content_sub #its { 
		height:252px;
		width:250px;
		overflow:hidden;
		padding:0 0 0 30px;
		background:url(../images/its-bg.jpg) no-repeat;
	}
	#two_column.about-us #content_sub #its { 
		height:352px;
		width:250px;
		overflow:hidden;
		padding:0 0 0 30px;
		background:url(../images/its-bg-long.jpg) no-repeat;
	}
	#two_column #content_sub #its h2 { width:163px; height:27px; margin:23px 0 20px 0; padding:0; position:relative; }
	#two_column #content_sub #its h2 span { width:100%; height:100%; position:absolute; background:url(../images/txt-in-this-section.gif) no-repeat; }
	#two_column #content_sub #its ul { list-style-type:none; margin:0; padding:0; }
	#two_column #content_sub #its ul li { list-style-type:none; margin:0; padding:3px 0; }
	#two_column #content_sub #its ul li a,
	#two_column #content_sub #its ul li a:visited { color:#902311; text-decoration:none; }
	#two_column #content_sub #its ul li a:hover { color:#902311; text-decoration:underline; }
	
	#two_column #content_sub #callouts {}
	#two_column #content_sub .callout {
		margin:10px 0 0 5px;
		padding:0;
		width:275px;
	}
	#two_column #content_sub .callout p { margin:5px 10px 0 28px; line-height:18px; }
	#two_column #content_sub .callout a,
	#two_column #content_sub .callout a:visited { color:#902311; text-decoration:none; font-weight:bold; }
	#two_column #content_sub .callout a:hover { color:#902311; text-decoration:underline; font-weight:bold; }
	
	/* =Footer
	-----------------------------------------------------------------------------*/
	#site_info { padding:10px 0 0 0; }
	#site_info a,
	#site_info a:visited { color:#fff; text-decoration:none; }
	#site_info a:hover { color:#fff; text-decoration:underline; }
	
	
	/* =Forms
	-----------------------------------------------------------------------------*/
	
	fieldset {
		padding: 1em;
		border:1px solid #555;
	}
	
	legend {
		padding: 0.2em 0.5em;
		text-align:right;
	}
	
	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; }
	
	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; }
	
	
	/* =Tables
	-----------------------------------------------------------------------------*/
	td {
	  text-align: left;
	  vertical-align:top;
	}
	
	/* =Lists
	-----------------------------------------------------------------------------*/
	#two_column #content_main ul { list-style-type:disc;}
	#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; }
	
	
	/* =Vcard
	-----------------------------------------------------------------------------*/
	.vcard {margin:0 10px 0 0;}
		
	
	/* =Misc 1
	-----------------------------------------------------------------------------*/
	.question { background: #FF0000; }
	.highlight { font-weight:bold; background:#FFFF00; }
	
	.inset-border { border: 1px solid #A35F30; background:#F5E9CF; margin: 10px 50px 10px 0; padding:0 10px 0 10px; width:380px;}
	img.left-inset { float:left; margin:12px 10px 2px 0; }
	
	
	/* =Misc 2
	-----------------------------------------------------------------------------*/
	img.left { float:left; margin:0 10px 10px 0; }
	img.right { float:right; margin:0 0 5px 10px; }
	
	p.left { text-align:left; }
	p.right { text-align:right; }
	p.center { text-align:center; }
	
	
}