body {
	background-color:#f9cc22; /* YELLOW */
	font-family:arial,helvetica;
	color:#000000;
	margin:0;
	padding:0;
	background-image:url(../images/global_back.jpg);
	background-repeat:no-repeat;
	background-position:0px 70px;
	}

.hash {
	height:32px;
	background-image:url(../images/global_hash.jpg);
	background-repeat:repeat-x;
	width:100%;
	position:absolute;
	}
	
.top {
	top:0px;
	}
	
.bottom {
	top:890px;
	}
	
	
.homeText {
	width:285px;
	position:absolute;
	top:295px;
	left:640px;
	font-size:12px;
	line-height:16px;
	}
.inclement {
	width:850px;
	position:absolute;
	/*
top:750px;
*/
	top:37px;
	/*
left:30px;
*/
	left:549px;
	/*
font-size:16px;
*/
	line-height:19px;
	color:Red;
	}	
.homeVideo {
	background-color:#f9cc22; 
	width:300px;
	height:200px;
	position:absolute;
	top:290px;
	left:930px;
	font-size:12px;
	line-height:16px;
	margin-top:0em;
	margin-bottom:0em;
	padding-top:0em;
	padding-bottom:0em;
	padding:0;
	}
.text {
	width:285px;
	position:absolute;
	top:312px;
	left:670px;
	font-size:12px;
	line-height:16px;
	}
	
.small {
	font-size:10px;
	}

select {
	width:240px;
	}
	
	
	
#footer {
	background-color:#f9cc22; /* YELLOW */
	position:absolute;
	top:860px;
	height:32px;
	float:left;
	width:526px;
	z-index:2000;
	}
	
	.footer_navigation {
		position:absolute;
		top:5px;
		left:30px;
			text-transform:uppercase;
			font-size:10px;
		}
		
		.footer_navigation a {
			color:#333333;	
			text-decoration:none;
			font-weight:bold;
			padding-right:10px;
			}
			
		.footer_navigation a:hover {
			color:#000000;
			}
			
			
			
#navigation {
	background-color:#e86625; /* RED ORANGE */
	background-image:url(../images/navigation_background.jpg);
	width:952px;
	height:30px;
	position:relative;
	}
	
	#navigation img {
		border:0;
		margin-right:3px;
		margin-left:27px;
		}
		
		.menubox {
			visibility:hidden;
			position:absolute;
			z-index:1500;
			top:29px;
			width:161px;
			background-image:url(../images/menu_background.png);
			background-repeat:repeat-y;
			opacity:.90;
			filter: alpha(opacity=90);
			-moz-opacity: 0.9;
			}
			
			.menu {
				background-image:url(../images/menu_item_divider.png);
				background-position:bottom right;
				background-repeat:no-repeat;
				width:161px;
				}
			
				.menu a {
					color:#ffffff;
					text-decoration:none;
					font-size:11px;
					line-height:12px;
					font-weight:bold;
					display:block;
					padding:8px 6px 6px 20px;
					}
				
				.menu_bottom {
					position:relative;
					top:13px;
					}
			
		
		

			
			