/*-----------------------------------------------------------------------------
Print specific styling
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - 
http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs*/
div{
    border: 0px solid #ccc;
}

/* Class for clearing floats */
.clear {
    clear:both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
    border: 0;
    vertical-align: bottom;
}
body {
	font-family: Arial;
	font-size: 0.9em;
	background-color: #eff6f9;
}

/* =Structural
-----------------------------------------------------------------------------*/
#container {
	width: 777px;
	margin: 20px auto 0 auto;
	border: 0pt solid #000;
}
	#header #headbanner {
		height: 74px;
		width: 777px;
		background-color: #fff;
	}
	#header #navigation {
		width: 777px;
		height: 25px;
		background:#008f9f url(../images/3.jpg) right repeat-y;
		visibility: hidden;
	}  
	#container #content {
/*		height: 476px;*/
		clear: both;
		background: #ffffff url(../images/5.gif);
		float: left;
	}
		#container #content #content-left {
			float: left;
			width: 210px;
		}
			#container #content #content-left #subnavigation {
				visibility: hidden;
			}
		#container #content #content-right {
			width: 546px;
			float: right;
		}
	
	#container #footer {
		clear: both;
		width: 777px;
		height: 25px;
		background-color: #008f9f;
		visibility: hidden;
	} 



/* =Typography
-----------------------------------------------------------------------------*/



/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #008f9d;
	float: left;
}
	#navigation ul li {
		float: left;
	}
		#navigation ul li a {
			display: block;
			padding: 0 .5em;
			line-height: 25px;
			text-decoration: none;
			color: #fff;
			border-right: 1pt solid #00717c;
		}
			#navigation ul li a:hover {
				background-color: #daecec;
				color: #008f9d;
			}	




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
	#footer p {
		font-size: 0.8em;
	}
	#footer p.copyright {
		color: #fff;
		float: left;
		line-height: 25px;
		padding-left: 5px;
	}
	#footer p.footernavigation {
		float: right;
		line-height: 25px;
		color: #fff;
		
	}
		#footer p.footernavigation a {
			color: #fff;
			padding: .5em .3em;
			text-decoration: none;
		}
			#footer p.footernavigation a:hover {
				background-color: #daecec;
				color: #008f9d;
			} 
		



/* =Forms
-----------------------------------------------------------------------------*/




/* =Tables
-----------------------------------------------------------------------------*/

table {
   border-spacing: 0;
    border-collapse: collapse;
}

td {
   text-align: left;
   font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

