/* 
	Rev Date :: 04/12/2006
	Author   :: David Walsh
	Fixes    :: Tan Hack  
	
	Padding/Margin ::  Top - Right - Bottom - Left - TRouBLe
	
*/

/*  GLOBAL CLASSES  */
* 								{ font-family:verdana, arial, helvetica, sans-serif; font-size:11px; margin:0px; padding:0px; }
body							{ background-color:#d6b19f; margin:15px 0 5px 0; padding:0px; }


/*	PAGE LAYOUT CLASSES :: CUSTOM :: ORDERED BY PAGE VIEW - TOP TO BOTTOM  */
.wrap							{ border-left:1px solid #513127; border-right:1px solid #513127; border-top:1px solid #513127; margin-right:auto; margin-left:auto; width:740px; background-color:#eee8c3; background-image:url(../graphics/wrap-back.jpg); background-position:top left; background-repeat:repeat-y; } * html #wrap { }
.header						{ float:left; width:233px; height:500px; }
.header1						{ width:233px; height:17px; }
.header2						{ float:left; width:507px; height:51px; background-color:#eee8c3; }
.header_left_links		{ width:158px; height:122px; float:left; background-image:url(../graphics/home_accepted.jpg); background-repeat:no-repeat; }
.header_left_links div	{ margin:0px 0 0 40px; color:#513127; }
.navigation					{ float:left; width:507px; background-color:#82a997; position:relative; }
.navigation_sep			{ height:4px; background-color:#513127; }
.content						{ float:right; padding:20px 20px 20px 20px; width:467px; }
.footer						{ border-left:1px solid #513127; border-right:1px solid #513127; font-size:10px; border-bottom:1px solid #513127; margin-right:auto; margin-left:auto; color:#513127; width:740px; height:26px; background-image:url(../graphics/footer_background.jpg); background-repeat:repeat-y; background-color:#82a997; }
.footer div					{ padding:7px 0 0 40px; margin:0px; font-size:10px; }

.home_content				{ width:507px; margin-top:-4px; float:right; background:url(../graphics/home_background.jpg) 0 0 no-repeat; }
* + html .home_content { margin-top:-1px; } * html .home_content { margin-top:-1px; }
.home_content_links		{ margin:115px 0 0 88px; }
.home_content_text		{ margin:126px 10px 0 250px; text-align:center; }

#home-blank-fix			{ width:1px; height:120px; } * html #home-blank-fix { height:45px; margin-top:75px; }

.phoneSystemNotice		{ margin:-110px 0 0 88px; }



/*  FORMATTING CLASSES :: XHTML TAGS :: ORDER BY ALPHA */
b								{ font-weight:bold; }
h1								{ color:#82a997; font-size:18px; font-weight:normal; padding-bottom:10px; }
h2								{ color:#82a997; font-size:12px; padding-top:10px; margin-bottom:3px; border-bottom:3px double #82a997; }
h3								{ color:#513127;  }
i								{ font-style:italic; }
label							{ cursor:pointer; }
li								{ line-height:18px; }
ol								{  }
p								{ margin-bottom:11px; line-height:18px; }
ul         					{ list-style:outside; margin:10px 30px 10px 30px;}


/*  FORMATTING CLASSES :: CUSTOM :: ORDER BY ALPHA */
.arrow						{ padding:0 3px 0 0; }
.b								{ font-weight:bold; }
.button						{ cursor:pointer; }
.center						{ text-align:center; }
.clear						{ clear:both; }
.clinical_images			{ border:1px solid #000; float:left; margin:6px; }
.clinical_heading			{ padding:0px; margin:20px 0 0 116px; }
.copyright 					{ font-size:9px;  text-align:center; color:#000000; }
.email_page_container		{ margin-left:10px; }
.error 						{ color:#ff0000; }
.error_table				{ width:100%; }
.error_td					{ color:#ff0000; background-color:#ffffff; font-weight:bold; font-size:10px; border:1px solid #ff0000; padding:3px 10px 3px 10px; }
.error_td_head				{ color:#ffffff; background-color:#ff0000; font-weight:bold; font-size:10px; }
.float_left					{ float:left; }
.float_right				{ float:right; }
ol.forms 					{ list-style-position:inside; }
	
.image_border				{ border:1px solid #000000; }
.image_pad					{ margin:0px 0 10px 10px; border:1px solid #000000; }
.input_box					{ border:1px solid #000000; }
.print_only					{ display:none; }
.no_space					{ margin:0px 0 3px 0; padding:0px; }
.postcard_pad				{ margin:0 10px 0 0; float:left; }
.postcard_pad2				{ margin-bottom:10px; }
.press_margin				{ margin-left:187px; }
.press_back					{ background-image:url('../graphics/loading.gif'); background-position:center center; background-repeat:no-repeat; }
.session_message 			{ border:1px solid #000000; margin:15px 0 10px 0; }
.session_message_head 	{ background-color:#ff0000; }
.session_message_text	{ background-color:#ffffff; color:#ff0000; font-weight:bold; font-size:10px; padding:0px 10px 0 10px; }


/*  LINKS  */
a:link 						{ color:#513127; text-decoration:underline; }
a:visited 					{ color:#513127; text-decoration:underline; }
a:hover 						{ color:#513127; text-decoration:none; }
a:active 					{ color:#513127; text-decoration:none; }

.footer a:link 			{ color:#513127; text-decoration:none; font-weight:normal; }
.footer a:visited 		{ color:#513127; text-decoration:none; }
.footer a:hover 			{ color:#513127; text-decoration:underline; }
.footer a:active 			{ color:#513127; text-decoration:underline; }

.header_left_links 	 	{  }

#forms-page h1.center 	{ margin-top:20px; }
#forms-page ol 			{ margin-bottom:10px; }
#forms-page a:link, #forms-page a:visited { color:#513127; text-decoration:underline; }
#forms-page a:hover { color:#51317; text-decoration:none; }


