/* 
Website: 
Name: VNA - Visiting Nurse Association
Description: inSite-powered website, designed and hosted by Artemis Inc.
Version: 
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments:	This stylesheet contains all the basic styles used by inSite.
			Also notable is the combination of two css methodologies, tabbed(rounded) buttons and drop-down navigation.
			This stylesheet is best viewed without word wrapping.
*/

/*** Body Styles ***/
body { margin: 0; font-size: 62.5%; font-family: Arial, Verdana, Sans-serif; background: #fff; } 
/* This percentage sets 1.0 em to 10px. */
.pageTitle { float: left; width: 560px; padding-top: 5px;}
.pageTitle a { background: url('/images/print.gif') no-repeat top left; display: inline; float: right; height: 20px; width: 80px; }
.pageTitle a:hover { background: url('/images/printup.gif') no-repeat top left; }
#page { padding: 0; margin: auto auto; width: 775px; background: #FDB813; }
#HomePage #page { background: url('/images/homebg.gif'); }
#ContactUs #page { background: url('/images/homebg.gif'); }
#Careers #page { background: url('/images/homebg.gif'); }
#HomeHealth #page { padding: 0; margin: auto auto; width: 775px; background: #0065A5; }
#HospiceCare #page { padding: 0; margin: auto auto; width: 775px; background: #6C1F7F; }
#CommunityPrograms #page { padding: 0; margin: auto auto; width: 775px; background: #48AA43; }
#SupportUs #page { padding: 0; margin: auto auto; width: 775px; background: #ED2724; }
#printpage { margin: auto; width: 600px; background: #fff; }

/*** Headers ***/
#header { background: url('/images/hd_home.jpg') no-repeat top right; width: 775px; height: 147px; padding: 0; }
#header_HomeHealth { background: url('/images/hd_homehealth.jpg') no-repeat top right; width: 775px; height: 147px; padding: 0; }
#header_Hospice { background: url('/images/hd_hospice.jpg') no-repeat top right; width: 775px; height: 147px; padding: 0; }
#header_Found { background: url('/images/hd_found.jpg') no-repeat top right; width: 775px; height: 147px; padding: 0; }
#header_Wellness { background: url('/images/hd_wellness.jpg') no-repeat top right; width: 775px; height: 147px; padding: 0; }
#logo { float: left; width: 250px; height: 110px; margin: 0 0 0 30px; }

/*** Heading Styles ***/
h1 { display: none; } 
h2 { float: left; margin: 0; font-size: 1.3em; color: #000; font-weight: bold; letter-spacing: -1px; text-transform: uppercase;}
h3 { margin: 0; font-size: 1.1em; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; font-weight: italic;} 
h4 { margin: 0; font-size: 1.0em; margin-bottom: 0px; font-weight: bolder; } 
h5 { margin: 0; font-size: .8em; margin-top: 0; margin-bottom: 10px; font-weight: bolder; }
hr { 1px solid #888; margin: 0; } 

/*** Form Styles ***/
	/* 	WE CAN FINALLY STOP USING TABLES FOR FORMS! 
	Example Markup: <label for="name">Name:</label><input id="name" name="Name"> 		*/

label,input { display: block; float: left; margin-bottom: 10px; } 
label { font-size: 1.2em; font-weight: bolder; text-align: right; width: 175px; padding-right: 20px; } 
#req { color:#FF0000; font-weight: bolder; background: #fff6db; padding: 3px 18px 3px 3px;}
form br { clear: left; }
.submit { width: 50px; display: block; float: left; background-color: white; border: 1px solid brown; margin: 10px 10px 0 0; }
#submit { margin-left: 235px; }

	/* Contact Form Styles */
	#cont_FAX { width: 100px; }
	#cont_AreaCode { width: 30px; margin-right: 10px; }
	#cont_Prefix { width: 35px; margin-right: 10px; }
	#cont_Suffix { width: 40px; }
	#cont_State { width: 20px; float: left; }
	#cont_Zip { width: 35px; }
	#cont_Comments { height: 55px; width: 250px; margin-bottom: 10px; }
	#cont_form { margin: 0 60px; height: 450px; width: 550px; background: #fffdf6; padding: 20px; }

/*** Table Styles - Tables are for tabular data ***/
td { font-size: 12px; padding: 4px;}
td p {font-size:  12px;}
tr.altrow { background-color: #e5e5e5; }
table { float: left; width: 99%; }
table .normal { width: 330px; }

/*** Content/Copy Styles ***/
p {	font-size: 1.2em; font-family: Arial, Verdana, Sans-serif; line-height: 125%; margin: 0; padding: 5px 0; }
#content { float: left; width: 557px; background: white; margin: 0 0 0 0px; color: #333; padding: 10px; }
#content_wide {float: left; width: 755px; background: white; margin: 0 0 0 0px; color: #333; padding: 10px;}
#content ul { font-size: 1.3em; margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
#printcontent { clear: left; color: #000; }
#printcontent p { font-size: 11px; clear: left; }
.smallbold { font-size: 11px; font-weight: bolder; }


/*** Lists ***/
#content ul { font-size: 1.2em; }
#content ul ul {font-size: 1.0em; }
#content ul ul li {font-size: 1.0em; }

/*** TriPanel Homepage styles ***/
#tri_left { clear: left; float: left; width: 270px; margin: 0 15px 0 0; font-size: 1.1em;}
#tri_right { float: left; width: 270px; font-size: 1.1em; }

/*** Sidebar styles ***/
#sidebar { posistion: absolute; float: left; width: 175px; margin-right: 0px; padding: 6px 8px; }
#sidebar table { width: 160px; padding: 0; margin: 0 0 0 5px;}
#sidebar td {padding: 1px; }

/*** Inconsistant HR styling across browsers forces the use of a div with this class in lieu of the hr tag ***/
.hr { border-top: 1px solid #; width: 100%;	height: 1px; margin: 0 0 0 7px;	padding: 0;	border: 1px solid #4299ce; }

/*** Navigation - Uses an unordered list and styles them as buttons 
	 This nav supports rounded buttons and drop-down menus.								***/

	/* Main Nav */
	
		/* Main Nav Container */
		#navcontainer1 {
			width: 775px;
			height: 28px;
			padding: 0;
			margin: 0;
			background: #000; 
			display: inline;
			text-transform: normal;
			float: right;
			margin: 0; 
			z-index: 900; 
			position:relative;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {
			float: left;
			font-size: 1.2em;
			line-height:normal;
			letter-spacing: -1; 
			}
		#nav1 ul {
			height: 25px; float: left;
			margin:0;
			padding:0;
			list-style: none;
		}
		#nav1 li {
			float: left;
			position: relative;
			margin:0px;
			padding:0;
		}
		#nav1 a {
			float: left;
			background:url('/images/nav_frontcap.png') no-repeat left top;
			margin:0;
			padding:0 0 0 8px; /* The space between the left side of the tab and the text. */
			margin: 0 8px 0 9px; /* Spacing between navigation tabs */
			text-decoration:none;
			font-weight: bold; 
		}
		#nav1 a span {
			float:left;
			display:block;
			background:url('/images/nav_endcap.png') no-repeat right top;
			padding:8px 8px 8px 0px; /* The padding around the text */
			color:#fff;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav1 a span {float:none;}
		/* End IE5-Mac hack */
		#nav1 a:hover span {
			color: #fff; text-decoration: none;
		}
		#nav1 #current a {
			background-position: left bottom;
			border-width:0;
		}
		
		#nav1 #current a span {
			background-position:100% 100%;
			padding:8px 8px 8px 5px;
			color: #000;		
		}
		#nav1 a:hover {
			background-position:0% 71%; background: #606060;
		}
		#nav1 a:hover span {
			background-position: 100% 71%; 
		}

	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown1, #nav_dropdown1 ul { float: left; height: 20px; padding: 0; margin: 0; list-style: none; line-height: 1; }
			
		#nav_dropdown1 ul a { display: inline; background: none; font-weight: normal; font-size: 1.1em; }
		
		/* 1st Level List Items */
		#nav_dropdown1 li { float: left; }
		
		/* 2nd Level List - UL
		Using left instead of display to hide menus because display: none isn't read by screen readers */
		#nav_dropdown1 li ul { position: absolute; left: -999em; }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { clear:left; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { width: 130px; padding: 6px 8px; background: #606060; color: #fff;}
		#nav_dropdown1 ul li a:hover { background: #3E3E3E; text-decoration: none;}	
		
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown1 li ul ul { margin: 0px 0 0 146px; }
		
		/* 3rd Level List elements - A */
		#nav_dropdown1 ul ul li a { background: #3E3E3E; }
		#nav_dropdown1 ul ul li a:hover { background: #000; text-decoration: none;}		
		
		/* This bit moves list items off the page using negative left margin */
		#nav_dropdown1 li:hover ul ul, #nav_dropdown1 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		
		/* lists nested under hovered list items - 3rd Level List elements - UL - Sets position of the UL element	*/ 
		#nav_dropdown1 li:hover ul, #nav_dropdown1 li li:hover ul, #nav_dropdown1 li.sfhover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 0px; 
			top: 27px;
		}
		#nav_dropdown1 li li:hover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown1 .nav_has_level3 { background-image: url('/images/dot_arrow.png');
			background-position: top right; 
		}
		#nav_dropdown1 ul li .nav_has_level3:hover { background-image: url('/images/dot_arrow_up.png');
			background-position: top right;
		}	
		
	/* Top Nav */
	
		/* Main Nav Container */
		#navcontainer2 {display: block; float: right; height: 21px; white-space: nowrap; padding-top: 5px; margin: 7px 10px 0 500px; }

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav2 {
			float: left;
			font-size: 1.2em;
			line-height:normal;
			letter-spacing: -1; 
			}
		#nav2 ul {
			height: 25px; float: left;
			margin:0;
			padding:0;
			list-style: none;
		}
		#nav2 li {
			float: left;
			position: relative;
			margin:0px;
			padding:0;
		}
		#nav2 a {
			float: left;
			background:url('/images/nav_frontcap.png') no-repeat left top;
			margin:0;
			padding:0; /* The space between the left side of the tab and the text. */
			margin-left: 15px; /* Spacing between navigation tabs */
			text-decoration:none; 
			font-weight: bold; 
		}
		#nav2 a span {
			float:left;
			display:block;
			background:url('/images/nav_endcap.png') no-repeat right top;
			padding:6px 8px 7px 8px; /* The padding around the text */
			font-weight: normal;
			color: #fff;
			
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav2 a span {float:none;}
		/* End IE5-Mac hack */
		#nav2 a:hover span {
			color: #000; text-decoration: none;
		}
		#nav2 a:hover {
			background-position:0% 71%; background: #BFBFBF;
		}
		#nav2 a:hover span {
			background-position: 100% 71%; 
		}

	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown2, #nav_dropdown2 ul { float: left; height: 20px; padding: 0; margin: 0; list-style: none; line-height: 1; }
			
		#nav_dropdown2 ul a { display: block; background: none; font-weight: normal; font-size: 1.1em; }
		
		/* 1st Level List Items */
		#nav_dropdown2 li { float: left; }
		
		/* 2nd Level List - UL
		Using left instead of display to hide menus because display: none isn't read by screen readers */
		#nav_dropdown2 li ul { position: absolute; left: -999em; }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown2 ul li { clear:left; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown2 ul li a { width: 130px; padding: 6px 8px; background: #606060; color: #fff;}
		#nav_dropdown2 ul li a:hover { background: #BFBFBF; text-decoration: none;}	
		
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown2 li ul ul { margin: 0px 0 0 146px; }
		
		/* 3rd Level List elements - A */
		#nav_dropdown2 ul ul li a { background: #3E3E3E; }
		#nav_dropdown2 ul ul li a:hover { background: #000; text-decoration: none;}		
		
		/* This bit moves list items off the page using negative left margin */
		#nav_dropdown2 li:hover ul ul, #nav_dropdown2 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		
		/* lists nested under hovered list items - 3rd Level List elements - UL - Sets position of the UL element	*/ 
		#nav_dropdown2 li:hover ul, #nav_dropdown2 li li:hover ul, #nav_dropdown2 li.sfhover ul, #nav_dropdown2 li li.sfhover ul { 
			left: 0px; 
			top: 27px;
		}
		#nav_dropdown2 li li:hover ul, #nav_dropdown2 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown2 .nav_has_level3 { background-image: url('images/dot_arrow.png');
			background-position: top right; 
		}
		#nav_dropdown2 ul li .nav_has_level3:hover { background-image: url('images/dot_arrow_up.png');
			background-position: top right;
		}	
		
	/* Support Nav */
	
		/* Main Nav Container */
		#navcontainer3 {
			position: relative;
			padding: 0;
			margin: 0;
			display: block;
			text-transform: normal;
			float: left;
			margin: 0px 0 10px 0px; 
			z-index: 100;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav3 {
			float: left;
			font-size: 1.2em;
			letter-spacing: -1; 
			}
		#nav3 ul {
			display: block; 
			float: left;
			margin:0;
			padding:0;
			list-style: none;
		}
		#nav3 li {
			float: left;
			display: block;
			position: relative;
			margin: 0px;
			padding:0;
		}
		#nav3 a {
			float: left;
			background:url('/images/nav_frontcap.png') no-repeat left top;
			margin:0;
			padding:0; /* The space between the left side of the tab and the text. */
			text-decoration:none; 
			width: 170px;
			color:#fff;
		}
		#nav3 a span {
			float:left;
			display:block;
			background:url('/images/nav_endcap.png') no-repeat right top;
			padding:8px; /* The padding around the text */
			font-weight: bold;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav3 a span {float:none;}
		/* End IE5-Mac hack */
		#nav3 a:hover span {
			color: #fff; text-decoration: none;
		}
		#nav3 a:hover {
			background-position:0% 71%; text-decoration: underline;
		}
		#nav3 a:hover span {
			background-position: 100% 71%; 
		}

	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown3, #nav_dropdown3 ul { float: left; padding: 0; margin: 0; list-style: none; line-height: 1; }
			
		#nav_dropdown3 ul a { display: inline; background: none; font-weight: normal; }
		
		/* 1st Level List Items */
		#nav_dropdown3 li { float: left; }
		
		/* 2nd Level List - UL
		Using left instead of display to hide menus because display: none isn't read by screen readers */
		#nav_dropdown3 li ul { float: left; height: 117px; margin: 0 0 0 15px; font-size: 0.95em; }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown3 ul li { clear:left; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown3 ul li a { float: left; width: 130px; padding: 6px 0px 6px 12px; background: url('/images/nav3_bg.gif') no-repeat 0px 6px; color: #fff;}
		#nav_dropdown3 ul li a:hover { text-decoration: underline; background: url('/images/nav3_bg.gif') no-repeat 0px 6px;}	
		
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown3 li ul ul { margin: 0px 0 0 146px; }
		
		/* 3rd Level List elements - A */
		#nav_dropdown3 ul ul li a { background: #3E3E3E; }
		#nav_dropdown3 ul ul li a:hover { background: #000; text-decoration: none;}		
		
		/* This bit moves list items off the page using negative left margin */
		#nav_dropdown3 li:hover ul ul, #nav_dropdown3 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		
		/* lists nested under hovered list items - 3rd Level List elements - UL - Sets position of the UL element	*/ 
		#nav_dropdown3 li:hover ul, #nav_dropdown3 li li:hover ul, #nav_dropdown3 li.sfhover ul, #nav_dropdown3 li li.sfhover ul { 
			left: 0px; 
			top: 27px;
		}
		#nav_dropdown3 li li:hover ul, #nav_dropdown3 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown3 .nav_has_level3 { background-image: url('/images/dot_arrow.gif');
			background-position: 150px 10px;
			background-repeat: no-repeat;
		}
		#nav_dropdown3 ul li .nav_has_level3:hover { background-image: url('/images/dot_arrow_up.gif');
			background-position: top right;
		}	
		

	/* Footer Nav */
	#footerCenter { text-align: center; width: 535px; float: left; position: relative; display: block; margin: auto; padding-right: 5px; }
	.footer { width: 755px; clear: left; margin: 0; height: 55px; margin: auto; background: #000; color: white; text-align: center;  padding: 5px 10px 10px 10px; }
	.footer p { font-size: 0.9em; }
	.footer a { line-height: 14px; color: #fff; padding: 2px 2px 0 2px; margin: 0 3px 0 0; text-decoration: none;}
	.footer a:visited { color: #fff; }
	.footer a:hover {background-color: #888; color: #fff; text-decoration: none; margin: 0 3px 0 0; }
	.footer img.alignleft { display: block; margin: 0; border: 0; }

/*** Images & Alignments

	Using 'class="alignright"' on an image will align the image to the right. 
	And using 'class="centered', will of course center the image. This is much
	better than using align="center", being much more futureproof (and valid)       ***/
#header img { border: 0; }
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { border: 0; margin-left: 10px; margin-right: 15px;	margin: 10px; }
img.alignleft { border: 0; margin-right: 20px; margin-bottom: 20px; }
.alignright { float: right; }
.alignleft { float: left;}
.captionblock { background-color: white; border: 10px solid white; width: 150px; margin-left: 30px; }


/*** Hacks - May become outdated when/if IE ships with proper CSS support ***/

	/* The infamous "clear div" or "spacer div" hack. An empty div placed below
		floated divs that clears the floats, so that content can continue to flow 
		below the clear. http://www.complexspiral.com/publications/containing-floats/ 

		Update: Use of overflow:hidden in combination with a totally floated layout and position:relative now replaces this hack. 		 		*/
		div.spacer { clear: both; }

/*** Calendar System Styles ***/

	/* Mini Calendar Styles */
	.MiniCalTableTitle { width: 150px; background: white;}
	.MiniCalTableDays { width: 150px; background: #FDF3DA; }
	.MiniCalFont { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder;	}
	.MiniCalHeader { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder;}	
	A.MiniCalLink:link {color: #000000;	font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:visited {	color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:hover { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder; text-decoration: none; }

	/* Main Calendar & Event Coordinator Styles */

	/* Single Event Display Styles */
	.EventTable { background-color: #ffffff; }
	.EventHeader { font-weight: bolder; background-color: #fdb813; font-size: 15px; color: #000000; }
	.EventSubHeader { font-weight: bolder; font-size: 12px; background-color: #fdb813; color: #000000; }
	.EventSubHeaderReg { font-weight: bolder; font-size: 10px; background-color: #fdb813; }
	.EventDate { color: #000000; font-size: 14px; font-weight: bolder; }
	.EventTitle { font-size: 13px; font-weight: bolder; }
	.EventDetail { color: #000000; font-size: 11px; font-weight: normal; }
	.EventDetailSmall { color: #000000; font-size: 9px; font-weight: bolder; text-decoration: none; }
	.EventLinks { font-size: 10; }
	a.EventLinks { font-size: 10; text-decoration: none; }
	a.EventLinks:link { text-decoration: none; font-size: 10;}
	a.EventLinks:visited { font-size: 10; text-decoration: none; }
	a.EventLinks:hover { text-decoration: underline; font-size: 10; }

	/* Side Bar Styles */
	.EventSideBar { color: #000000; font-size: 11px; font-weight: bolder;}
	a.EventSideBar {color: #FFFFFF; font-size: 11px; font-weight: bolder;}
	a.EventSideBar:link { color: #FFFFFF; font-size: 11px; font-weight: bolder;}
	a.EventSideBar:visited { color: #FFFFFF; font-size: 11px; font-weight: bolder;}
	a.EventSideBar:hover { color: #FFFFFF; font-size: 11px; font-weight: bolder;}
	
	/* Main Calendar & Event Coordinator Admin Styles */
	.AdminHeader { font-size: 18px; font-weight: bolder; color: #000000;}
	.AdminSubHeader { font-size: 14px; font-weight: bolder; color: #FFFFFF; background-color: #000000;	}
	.AdminAltRows { background-color: #8f8f8f;}	
	A.AdminLinks:link { font-size: 9px; font-weight: bolder; color: #000000; text-decoration: none;	}
	A.AdminLinks:visited { font-size: 9px; font-weight: bolder; color: #000000; text-decoration: none;	}
	A.AdminLinks:hover { font-size: 9px; font-weight: bolder; color: #000000; text-decoration: none;}
	.AdminNormal {color: #000000; font-size: smaller; font-weight: bolder; }
	.AdminDetails {	color: #000000;	font-size: 9px;}
	.AdminWarning {	color: #FF0000;	font-size: small;}
	.MenuDD { font-size: 10px; font-weight: bolder; color: #000000; }
	
/*** Print Button styles ***/
.printBox a { float: right; display: block; background: url(images/print.gif) no-repeat; width: 80px; height: 20px;}
.printBox a:hover { display: block; background: url(images/printUp.gif) no-repeat; }

/*** Insite WYSIWYG styles ***/
.h1 { font-size: 1.0em; color: #000; font-weight: bold; letter-spacing: -1px; }
.h2 { margin: 0; font-size: 1.1em; font-weight: bold; } 
.h3 { font-weight: bold; margin: 0; font-size: 1.2em; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; line-height: 1.0em;} 
.h4 { margin: 0; font-size: 0.8em; margin-bottom: 0px; font-weight: bolder; padding: 0; } 
.h5 { margin: 0; font-size: .8em; margin-top: 0; margin-bottom: 10px; font-weight: bolder; }
.normal { font-family: Arial, Verdana, Sans-serif; line-height: 145%; margin: 0; padding-bottom: 15px; clear: left; }
.linkBox { font-size: 1.2em; border: 1px solid #8EC2E1; background-color: white; padding: 20px; width: 560px; margin: auto;}

/*** Link Styles ***/
#content a:link { color: #a66109; text-decoration: none; }
#content a:visited { color: #402504; text-decoration: none;}
#content a:hover { color: #653b06; }

/*** Contact Styles ***/
#contHeader { margin-bottom: 10px; display: block; color: white; background: #FDB813; padding: 5px; width: 568px; font-size: 12px; font-weight: bold;}
#contactForm { float: left; padding-bottom: 10px; border: 1px solid #FDB813; }
#contHeader span {font-weight: normal; font-size: 10px;}
#submit {margin-top: 10px;}
#reset {margin-top: 10px;}

/**** Inline STYLE-tag style sheet ****/
#page { padding: 0; margin: auto auto; width: 775px; background: #48AA43; }
