/* Coded by Vizon Media http://VizonMedia.com */

/* MAIN ELEMENTS */
body {
	background: url("images/bg.gif") no-repeat #000;
	font: normal 12px arial;
}


#container {
	width: 1000px;
	height: auto;
}


* {
	margin: 0; padding: 0;
}
.clear {
	clear: both; 
}


/* END MAIN ELEMENTS */

/* HEAD ELEMENTS */

	#head {
		margin-left: 79px;
		position:relative;
		z-index:3;
	}

		#head h1 a {
			width: 313px;
			height: 145px;
			float: left;
			text-indent: -10000px;
			outline: none;
			margin-top: 32px;
		}
		
		#head h2 a {
			width: 235px;
			height: 50px;
			float: left;
			margin-left: 290px;
			text-indent: -10000px;
			font-size: 10px;
			cursor: default;
			outline: none;
		}
		
/* END HEAD ELEMENTS */

/* MAP & NAV ELEMENTS */

	#map {
		width: 600px;
		height: 398px;
		background: url("images/map-transparent.gif") no-repeat;
		margin: 21px 0 0 12px;
		float: left;
		position:relative;
		z-index:2;
	}
	
		.map-marker{
			background: url("images/map-marker.gif") no-repeat;
			height:10px;
			width:10px;
			position:absolute;
			cursor:pointer;
		}
	
	#right-section {
		width: 310px;
		height: auto;
		margin-top: 65px;
		float: left;
		position:relative;
		top:0px; left:0px;
		z-index:3;
	}
	
		#right-section h3 {
			width: 310px;
			height: 64px;
			background: url("images/help.gif") no-repeat;
			text-indent: -10000px;
			
		}
		
		#right-section ul {
			list-style: none;
		}
		
			#right-section ul li a {
				width: 300px;
				height: 27px;
				background: url("images/home-over.gif") no-repeat;
				line-height: 26px;
				display: block;
				outline: none;
				padding-left: 10px;
				color: #fff;
				text-decoration: none;
			}
			
				#right-section ul li a:hover {
					background-position: 0 -27px;
					color: #5680da;
				}
				
		#right-section div {
			width: 295x;
			height: 25px;
			background: url("images/home-foot.gif") no-repeat;
			color: #9e9e9e;
			font-size: 10px;
			padding: 35px 15px 0 0;
			text-align: right;
		}
		
	#homepage-preview{
		position:absolute;
		opacity:0;
		display:none;
		width:122px;
		z-index:10;
	}
	
		#preview-cap-top{
			background:url('images/preview-cap-top.gif') no-repeat;
			width:122px;
			height:6px;
		}
		
		#preview-cap-bottom{
			background:url('images/preview-cap-bottom.gif') no-repeat;
			width:122px;
			height:17px;
		}
		
		#preview-content{
			background-color:black;
		}
		
		#preview-content p{
			color:white;
			margin:0px 10px 0px 10px;
			padding:1px 0px 2px 0px;
		}
		
	
	#home-flash{
		position:absolute;
		top:0; left:0;
		z-index:1;
	}

		
/* END MAP & NAV ELEMENTS */