/*	$Id: home.css,v 1.1.1.1 2006/03/31 20:55:33 gordon Exp $	*/

			body {
				background: #e2e2e2;
				background-image: url(../graphics/elements/background-home-vertical.gif); background-position: top left; background-repeat: repeat-y;
				padding: 0;
				margin: 0;
				font-family: Verdana, Arial, Helvetica, Sans-Serif;
			}
			
			#container{
				background-image: url(../graphics/elements/background-home-horizontal.gif); background-position: top left; background-repeat: repeat-x;
				margin: 0 auto;
				width: 100%;
			}
			
			#header {
				padding: 0;
				margin: 0;
				width: 780px;
				max-width: 780px;
				height: 395px;
			}
				
			#logo { padding: 0; margin: 0; height: 70px; max-height: 70px; }
			#contact { position: absolute; top: 45px; left: 695px; width: 100px; height: 35px; border: none; font-size: 14px; }
			
			#contact a {
				top:  35px;
				left: 680px; 
				display: block;
				color: #fff;
				text-decoration: none;
				font-weight: bold;
			}
			
			#contact a:hover {
				color: #9cf;
			}
			
			#spacer { position: absolute; left: 0px; top: 70px; width: 780px; height: 325px; }
			#homepage-image-1 { position: absolute; left: 0px; top: 0px; width: 44px; height: 325px; }
			#homepage-image-2 { position: absolute; left: 44px; top: 0px; width: 256px; height: 85px; }
			#homepage-image-3 { position: absolute; left: 44px; top: 85px; width: 256px; height: 240px; }
			#homepage-image-4 { position: absolute; left: 300px; top: 0px; width: 480px; height: 325px; }
			
			#nav {
				float: left;
				width: 300px;
				z-index: 10000;
			}
	
	#nav ul {
		margin: 0;
		padding: 0;
		margin-left: 44px;
		list-style-type: none;
	}
	
	#nav ul li {
		float: left;
		padding: 0;
		border: none;
		background: #ca5937;
		font-weight: bold;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	
	#nav ul li a {
		padding: 10px 0 10px 15px;
		height: 20px;
		width: 241px;
		display: block;
		text-decoration: none;
	}
	
	#nav ul li a.one {
		color: #fff;
	}
	
	#nav ul li a.one:hover {
		background: #d67d63;
		color: #ca5937;
	}
	
	#nav ul li a.two {
		border-top: 3px solid #e5ac9b;
		color: #fff;
	}
	
	#nav ul li a.two:hover {
		background: #d67d63;
		color: #ca5937;
	}
	
	#nav ul li a.three {
		border-top: 3px solid #e5ac9b;
		color: #fff;
	}
	
	#nav ul li a.three:hover {
		background: #d67d63;
		color: #ca5937;
	}
	
	#nav ul li a.four {
		border-top: 3px solid #e5ac9b;
		color: #fff;
	}
	
	#nav ul li a.four:hover {
		background: #d67d63;
		color: #ca5937;
	}
			
			#content {
				float: left;
				margin-bottom: 20px;
				padding: 20px;
				font-size: 12px;
				width: 440px;
				max-width: 440px;
				line-height: 150%;
			}
			
			#content h1 { margin: 0 0 20px 0; padding:0; font-family: Times, "Times New Roman" }
		
/*
			#footer {
				clear: both;
				text-align: center;
				margin-left: 300px;
				font-size: 10px;
				width: 480px;
				max-width: 480px;
			}
*/			
			
			#footer {
				clear: both;
				width: 780px;
				max-width: 780px;
				height: 100px;
			}
			
			#footerstar {
				float: left;
				width: 300px;
			}
			
			#footercorp {
				float: left;
				margin-top: 14px;
				font-size: 9px;
				font-family: Verdana;
				width: 469px;
				text-align: center;
			}
			
			
			
			
			
			
			
			
			.menuCont .options { border: none; background: #e5ac9b; color: #fff; font-weight: bold; }
			.menutop a {
				padding: 10px 0 10px 15px;
				height: 20px;
				width: 200px;
				text-align: left; 
				display: block; 
				text-decoration: none;
				font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Sans-Serif;
				padding-left: 2px; 
				border: none;
				border-top: 3px solid #e5ac9b;
				background: #d67d63;
				color: #fff;
			}
			.menu a {
				padding: 10px 0 10px 15px;
				height: 20px;
				width: 200px;
				text-align: left; 
				display: block; 
				text-decoration: none;
				font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Sans-Serif;
				padding-left: 2px; 
				border: 3px solid #e5ac9b; border-left: none; border-right: none; 
				background: #d67d63;
				color: #fff;
			}
			.menubottom a {
				padding: 10px 0 10px 15px;
				height: 20px;
				width: 200px;
				text-align: left; 
				display: block; 
				text-decoration: none;
				font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Sans-Serif;
				padding-left: 2px; 
				border: none;
				border-bottom: 3px solid #e5ac9b; 
				background: #d67d63;
				color: #fff;
			}
			.menutop a:hover, .menu a:hover, .menubottom a:hover { text-decoration: none; color: #e5ac9b; background: #ca5937;  }