/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    
email:     @practisinc.com
website:   http://www..com/
-----------------------------------------------------------------------------*/
@media screen {

	/* =General
	-----------------------------------------------------------------------------*/
	body {
	  padding: 0;
	  margin: 0;
	  font: 12px "Trebuchet MS";
	  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  min-width: 841px; /* Centered design work around for Netscape 6. */
	}
	
	/* 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:#460702; }
	h2 { font-size: 1.3em; color:#460702; }
	h3 { font-size: 1.1em; color:#460702; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link { color: #4e0000; }
	a:visited { color: #4e0000; }
	a:hover {  }
	
	
	/* =Structure
	-----------------------------------------------------------------------------*/
	#container {
	  width: 841px;
	  margin: 0 auto;
	  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	}
	
	#content { background: url(../images/bg_content.gif) repeat-y; }
	
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	#nav_main { }
	
	
	#nav_sub { width: 105px; height: 61px; padding: 20px 0 0 170px; float: right; background: url(../images/bg_nav_sub.gif) no-repeat; }
	
	
	#nav_supp { margin-left: 213px; font-size: 0.92em; }
	#nav_supp, #nav_supp a { color: #; }
	#nav_supp a { text-decoration: none; }
	#nav_supp a:hover { text-decoration: underline; }
	
	
	/* =Header
	-----------------------------------------------------------------------------*/
	#branding { height: 81px; }
	#branding img { float: left; }
		
	
	/* =Three Column
	-----------------------------------------------------------------------------*/
	#three_column #content_main { width: 607px; float: right; padding-left: 20px; }
	
	ul.bullets { margin: 0; padding: 0; list-style-type: none; }
	ul.bullets li { padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 7px; }
	
	#main_left { width: 200px; float: left; color:#454545; }
	#main_left ul { padding: 0; margin: 0; list-style-type: none; }
	#main_left li a { color:#3c0602; font-weight: bold; text-decoration: none; }
	#main_left li a:hover { text-decoration: underline; }
	
	#main_right { width: 330px; height: 260px; margin-right: 10px; float: right; padding: 10px; background: url(../images/bg_davinci.gif) no-repeat; }
	#main_right img.callout { margin-right: 15px; }
	
	#three_column #content_sub { width: 213px; float: left; }
	
	#three_column #content_supp{ }
	
	
	/* =Two Column
	-----------------------------------------------------------------------------*/
	#two_column #content_main { width: 587px; float: right; padding: 0 20px; }
	
	#two_column #content_sub { width: 213px; float: left; }

	#in_this_section { background: url(../images/bg_in_this_section.gif) no-repeat; min-height: 198px; }
	#in_this_section ul { margin: 0 0 0 10px; }	
	
	.vcard { margin: 5px 0 0 10px; }
	
	/* =Footer
	-----------------------------------------------------------------------------*/
	#site_info { margin-left: 213px; font-size: 0.92em; }
	#site_info, #site_info a { color: #;}
	#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
	-----------------------------------------------------------------------------*/
	
	
	
	/* =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; }
}