/*-----------------------------------------------------------------------------
Richmond Radiology Website Style Sheet

version:   1.0
author:    Chris Monnat
email:     cmonnat@practisinc.com
website:   http://www..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: 860px; /* Centered design work around for Netscape 6. */
	  background: #fdfdfc url(../images/bg.gif) repeat-x;
	}
	
	/* Class for clearing floats */
	.clear { clear:both; visibility:hidden; height:0; }
	
	/* 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: #85264b; }
	h2 { font-size: 1.3em; color: #505050; }
	h3 { font-size: 1.1em; color: #505050; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link { color: #85264b; }
	a:visited { color: #85264b; }
	a:hover {  }
	
	
	/* =Structure
	-----------------------------------------------------------------------------*/
	#container {
	  width: 860px;
	  margin: 0 auto;
	  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  background: #FFFFFF url(../images/bg_container.gif) repeat-y;
	}

	#background { background:url(../images/bg_container2.gif) no-repeat; }	
	#three_column #content { padding-left: 11px; padding-right: 9px; background: #FFFFFF url(../images/bg_container.gif) repeat-y;}
	#two_column #content { margin-left: 11px; margin-right: 9px; min-height: 300px; background: #FFFFFF url(../images/bg_content.gif) repeat-x; }
	#two_column #content_extended { margin-left: 11px; margin-right: 9px; background: #FFFFFF url(../images/bg_content_extended.gif) repeat-x; }

	
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	#nav_main { }
	
	
	#three_column #nav_sub { background:url(../images/bg_nav_sub.gif) no-repeat; }
	#nav_sub { height: 21px; padding-top: 15px; padding-right: 20px; text-align: right; font-size: 0.92em; }
	#nav_sub, #nav_sub a { color: #313131; }
	#nav_sub a { text-decoration: none; }
	#nav_sub a:hover { text-decoration: underline; }
	
	
	#nav_supp { padding-top: 15px; font-size: 0.92em; text-align: center; }
	#nav_supp, #nav_supp a { color: #000000; }
	
	
	/* =Header
	-----------------------------------------------------------------------------*/
	#three_column #branding { height: 291px; padding-left: 11px; background:url(../images/bg_branding.gif) no-repeat; }
	#two_column #branding { height: 230px; padding-left: 11px; }
	#branding img { float: left; }
	
	#quick_access { width: 302px; height: 115px; float: left; padding-top: 30px; background:url(../images/bg_quick_access.gif) no-repeat; }
	#quick_access ul { padding: 10px 0 0 35px; margin:0; list-style-type: none; }
	#quick_access li { padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 3px; line-height: 18px; }
	#quick_access li a { font-weight:bold; }
		
	
	/* =Three Column
	-----------------------------------------------------------------------------*/
	#three_column #content_main { display: inline; width: 583px; height: 355px; float:right; background: url(../images/bg_content_main.gif) no-repeat; font-size:12px; }
	
	#three_column #content_sub { display: inline; width: 257px; height: 355px; float:left; background: url(../images/bg_content_sub.gif) no-repeat; }
	#three_column #content_sub #news { margin-left: 30px; width: 210px; }	
	#three_column #content_sub #news ul { padding: 0; margin: 0; list-style-type: none; }
	#three_column #content_sub #news a { color: #5a5a5a; text-decoration: none; }
	#three_column #content_sub #news a:hover { text-decoration: underline; }
	
	/* =Two Column
	-----------------------------------------------------------------------------*/
	#two_column #content_main { display: inline; width: 550px; float: right; margin-right: 15px; }
	
	#two_column #content_sub { display: inline; width: 265px; float: left; }
	#in_this_section { width: 205px; margin-left: 30px; }
	#in_this_section ul { padding: 0; margin: 0; list-style-type: none; }
	#in_this_section li { padding-left: 10px; line-height: 18px; }
	#in_this_section li a { color: #5a5a5a; text-decoration: none; }
	#in_this_section li a:hover { text-decoration: underline; }
	
	/* =Footer
	-----------------------------------------------------------------------------*/
	#footer { height: 65px; padding-left: 11px; background: url(../images/bg_footer.gif) no-repeat 11px 0; }
	
	#site_info { margin-top: 5px; font-size: 0.92em; text-align: center; }
	#site_info, #site_info a { color: #000000;}
	#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
	-----------------------------------------------------------------------------*/
	
	.doctors { font-size: 14px; color: #505050; font-weight: bold;}
	
	/* =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; }
}
