/*-----------------------------------------------------------------------------
Pine Street Pediatrics Website Style Sheet

version:   1.0
author:    Chris Monnat
email:     cmonnat@practisinc.com
website:   http://www.pinestreetpediatrics.com/
-----------------------------------------------------------------------------*/
@media screen {

	/* =General
	-----------------------------------------------------------------------------*/
	body {
	  padding: 0;
	  margin: 0;
	  font: 12px Arial, Helvetica, sans-serif;
	  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  min-width: 872px; /* Centered design work around for Netscape 6. */
	}
	body#three_column { background: url(../images/bg.gif) repeat-x; }
	body#two_column { background: url(../images/bg2.gif) repeat-x; }
	
	/* Class for clearing floats */
	.clear { clear:both; }
	
	/* Remove border around linked images */
	img { border: 0; }
	
	p { margin: 0.8em 0; }
	
	h1, h2, h3, h4, h5 { margin: 0.4em 0; }
	h1 { font-size: 1.5em; color: #012257; }
	h2 { font-size: 1.3em; color: #49744d; }
	h3 { font-size: 1.1em; color: #758ba1; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link { color: #0F5237; }
	a:visited { color: #0F5237; }
	a:hover {  }
	
	
	/* =Structure
	-----------------------------------------------------------------------------*/
	#container {
	  width: 872px;
	  margin: 0 auto;
	  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	}
	
	#content {}
	
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	#nav_main { }
	
	
	#three_column #nav_sub { width: 284px; height: 32px; padding: 40px 0 0 115px; margin-right: -3px; float:right; background: url(../images/bg_nav_sub.gif) no-repeat; font-size: 11px; }
	#two_column #nav_sub { width: 284px; height: 32px; padding: 40px 0 0 115px; margin-right: -3px; float:right; background: url(../images/bg_nav_sub2.gif) no-repeat; font-size: 11px; }
	#nav_sub, #nav_sub a { color: #002157; }
	#nav_sub a { text-decoration: none; font-weight: bold; }
	#nav_sub a:hover { text-decoration: underline; }
	
	
	#nav_supp { margin: 5px 0 0 10px; font-size: 0.92em; }
	#nav_supp, #nav_supp a { color: #575757; }
	#nav_supp a { text-decoration: none; }
	#nav_supp a:hover { text-decoration: underline; }
	
	
	/* =Header
	-----------------------------------------------------------------------------*/
	#three_column #branding { height: 301px; }
	#two_column #branding { height: 114px; }
	#branding img { float: left; }
		
	
	/* =Three Column
	-----------------------------------------------------------------------------*/
	#three_column #content_main { display:inline; width:563px; float:left; }
	#callout_parents { display: inline; width: 128px; height: 119px; float: left; padding: 50px 130px 0 20px; background: url(../images/bg_for_parents.gif) no-repeat; }
	#callout_expecting { display: inline; width: 125px; height: 119px; float: right; padding: 50px 130px 0 30px; background: url(../images/bg_expecting.gif) no-repeat; }
	#welcome { padding: 0 15px; clear: both; background: url(../images/bg_welcome.gif) no-repeat; }
	#welcome h1 { padding:15px 0 0 0; margin:0;}
	#welcome p { line-height:18px; }
	#three_column #content_sub { display:inline; width: 309px; float: right; }
	#whats_new { height: 268px; background:url(../images/bg_whats_new.gif) no-repeat; }
	#whats_new ul { margin: 0; padding: 55px 50px 0 50px; }
	
	#three_column #content_supp{ }
	
	
	/* =Two Column
	-----------------------------------------------------------------------------*/
	#two_column #content_main { display: inline; width: 534px; float: right; padding: 40px 40px 0 10px; background: url(../images/bg_content_main.gif) no-repeat; }
	
	#two_column #content_sub { display: inline; width: 288px; float: left; }
	#in_this_section { height: 205px; padding: 50px 0 0 40px; background: url(../images/bg_in_this_section.gif) no-repeat; }
	#in_this_section_big { height: 374px; padding: 50px 0 0 40px; background: url(../images/bg_in_this_section_big.gif) no-repeat; }
	#in_this_section ul,#in_this_section_big ul { /*margin: 0 0 0 40px;*/ padding: 0; margin: 0;  list-style-type: none; }
	#in_this_section li,#in_this_section_big li { padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 4px; line-height: 17px; }
	#in_this_section li a,#in_this_section_big li a { text-decoration: none; color: #454545; }
	#in_this_section li a:hover,#in_this_section_big li a:hover { text-decoration: underline; }
	
	
	/* =Footer
	-----------------------------------------------------------------------------*/
	#site_info { margin: 5px 0 5px 10px; font-size: 0.92em; }
	#site_info, #site_info a { color: #575757;}
	#site_info a { 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: 35%; }
	
	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;
	}
	
	
	/* =Misc 1
	-----------------------------------------------------------------------------*/
	
	.name {font-size: 1.5em; color: #012257;
	}
	
	/* =Misc 2
	-----------------------------------------------------------------------------*/
}


/* =Print Style Sheet
-----------------------------------------------------------------------------*/
@media print {
	html { margin: 0; }
	
	body { margin: 0; font: 12px Arial, Helvetica, sans-serif; }
	
	h1 { font-size: 18px; }
	h2 { font-size: 15px; }
	h3 { font-size: 13px; }
	
	#branding,#branding_sub,#nav_main,#nav_sub,#nav_supp { display: none; }
	  
	#content_main,#content_sub,#side_content { float: none; }
}