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

version:   1.0
author:    
email:     @practisinc.com
website:   http://www..com/

TABLE OF CONTENTS

-----------------------------------------------------------------------------*/


/*
# Constants
# 
#
#
#
#
#
*/


@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: 840px; /* Centered design work around for Netscape 6. */
	  background: #f2f4f3 url(../images/bg.gif) repeat-x;
	}
	body#three_column { background: #f2f4f3 url(../images/bg.gif) repeat-x; }
	body#two_column { background: #f2f4f3 url(../images/bg2.gif) repeat-x; }
	
	/* Class for clearing floats */
	.clear { clear: both; height: 1px; overflow: hidden; }
	
	/* 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; }
	h2 { font-size: 1.3em; }
	h3 { font-size: 1.1em; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link { color: #063647; }
	a:visited { color: #063647; }
	a:hover {  }
	
	
	/* =Structure
	-----------------------------------------------------------------------------*/
	#container {
	  width: 840px;
	  margin: 0 auto;
	  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	}
	
	#three_column #left { display: inline; height: 652px; width: 237px; float: left; background: url(../images/bg_left.gif) no-repeat; }
	#two_column #left { display: inline; height: 652px; width: 237px; float: left; background: url(../images/bg_left2.gif) no-repeat; }
	
	#right { display: inline; width: 603px; float: left; }
	
	#content { }
		
	
	/* =Navigation
	-----------------------------------------------------------------------------*/
	#nav_main { }
	
	
	#nav_sub { height: 36px; text-align: right; font-size: 14px; font-weight: bold; }
	#nav_sub, #nav_sub a { color: #054b10; }
	#nav_sub a { text-decoration: none; }
	
	
	#nav_supp { margin-top:10px; padding-top: 10px; font-size: 0.92em;  }
	#nav_supp, #nav_supp a { color: #464646; }
	#nav_supp a { text-decoration: none; }
	#nav_supp a:hover { text-decoration: underline; }
	
	
	/* =Header
	-----------------------------------------------------------------------------*/
	#branding { }
		
	
	/* =Three Column
	-----------------------------------------------------------------------------*/
	#three_column #content_main { height:176px; padding: 10px 0 0 20px; color: #FFFFFF; }
	#three_column #content_main img.doctors { float: left; margin: 10px 10px 0 0; }
	
	#three_column #content_sub { height: 207px; padding-left: 20px; color: #FFFFFF; }
	#three_column #content_sub ul { float: left; margin:0; padding:0; list-style-type: none; }
	#three_column #content_sub li { padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 4px; line-height: 17px; }
	
	#three_column #content_supp{ }
	
	
	/* =Two Column
	-----------------------------------------------------------------------------*/
	#two_column #content_main { padding: 0 23px; color:#05294d; }
	
	#in_this_section { margin: 12px 0 0 10px; }
	#in_this_section ul { margin:0; padding: 0; list-style-type: none; }
	#in_this_section li { padding-left: 5px; }
	#in_this_section li a { color:#454545; text-decoration: none; line-height: 18px; }
	
	#two_column #content_sub { }
	
	
	/* =Footer
	-----------------------------------------------------------------------------*/
	#site_info { margin-top: 5px; font-size: 0.92em; }
	#site_info, #site_info a { color: #464646;}
	#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
	-----------------------------------------------------------------------------*/
	ul.double li { line-height:25px;}
	
	
	/* =Misc 2
	-----------------------------------------------------------------------------*/
}