/*-----------------------------------------------------------------------------
Vancouver Radiologists 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: #d3d3d3 url(../images/bg.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:#913445; }
	h2 { font-size: 1.3em;  color:#913445; }
	h3 { font-size: 1.1em;  color:#999999; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link { color: #8C011B; }
	a:visited { color: #8C011B; }
	a:hover {  }
	
	
	/* =Structure
	-----------------------------------------------------------------------------*/
	#container {
	  width: 841px;
	  margin: 0 auto;
	  padding-left: 10px;
	  padding-right: 9px;
	  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  background-image: url(../images/bg_container.png);	
	}
		
	#container_main { width: 559px; float: right; }
	#container_sub { width: 282px; float: left; background: url(../images/bg_container_sub.gif) no-repeat 0 204px; }
	#container_sub img { float: left; }
	
	#index #content { background: url(../images/bg_content.gif) repeat-y; }
	#secondary #content { background: url(../images/bg_content2.gif) repeat-y 10px 0; }
	#secondary #content[id] { background: url(../images/bg_content2.gif); }
	
	#footer { height: 48px; background: url(../images/bg_footer.gif) repeat-x; clear: both; }
	
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	#nav_main { }
	
	
	#nav_sub { height: 18px; padding-top: 2px; padding-right: 10px; background: url(../images/bg_nav_sub.gif) repeat-x; text-align: right; font-size: 11px; }
	#nav_sub, #nav_sub a { color: #FFFFFF; }
	#nav_sub a { text-decoration: none; }
	#nav_sub a:hover { text-decoration: underline; }
	
	
	#nav_supp { padding-top: 5px; padding-left: 10px; font-size: 0.92em; }
	#nav_supp, #nav_supp a { color: #6c6c6c; }
	#nav_supp a { text-decoration: none; }
	#nav_supp a:hover { text-decoration: underline; }
	
	
	/* =Header
	-----------------------------------------------------------------------------*/
	#branding img { float: left; }
		
	
	/* =Three Column
	-----------------------------------------------------------------------------*/
	#index #content_main { display: inline; width: 282px; float: left; }
	#index #content_main p { padding-left: 10px; }
	
	#index #content_sub { display: inline; width: 277px; float: right; }
	#index #content_sub ul { padding:0 10px 0 30px; margin:0; list-style-type: none; }
	#index #content_sub li { padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #CCCCCC; }
		
	
	/* =Two Column
	-----------------------------------------------------------------------------*/
	#secondary #content_main { display: inline; float: right; width: 519px; padding: 0 20px; }
	
	#secondary #content_sub { display: inline; width: 281px; float: left; min-height: 344px; background: url(../images/bg_content_sub.gif) no-repeat; }
	#secondary #content_sub h1 { padding-left: 38px; font-size: 18px; font-style:italic; color: #913445; }
	#secondary #content_sub ul { list-style-type: none; padding: 0; margin: 0; }
	#secondary #content_sub li { padding-left: 38px; margin: 0; line-height: 18px; }
	#secondary #content_sub a { color: #292929; text-decoration: none; }
	#secondary #content_sub li a:hover { text-decoration: underline; }
	
	#in_this_section { margin-top: 5px;  }
	#in_this_section ul { list-style-type: none; padding: 0; margin: 0; }
	#in_this_section li { padding-left: 38px; margin: 0; line-height: 18px; }
	#in_this_section li a { color: #292929; text-decoration: none; }
	#in_this_section li a:hover { text-decoration: underline; }
	#secondary #content_sub #in_this_section h1 { font-size: 12px; font-style:normal; }
	
	.vcard { margin-left: 38px; }
	
	
	/* =Footer
	-----------------------------------------------------------------------------*/
	#site_info { margin-top: 5px; padding-left: 10px; font-size: 0.92em; }
	#site_info, #site_info a { color: #6c6c6c;}
	#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
	-----------------------------------------------------------------------------*/
	.bios { font-size: 14px;  color:#000000; font-weight:bold; }
	img.left { float:left; margin:0 10px 10px 0; }
	img.right { float:right; margin:0 0 2px 10px; }
	
	
	/* =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; }
}