@charset "utf-8";
/* CSS Document */

html,body{
	background-image:url(../i/bg.jpg);
	background-repeat:repeat;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#253400;
	font-size:12px;
}

a img{
	border:none;
	text-decoration:none;
}

#outerShell{
	background-image:url(../i/bg-grad.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

#innerShell{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#menuShell{
	float:left;
	margin:0;
	margin-left:1px;
	padding:0;
	list-style:none;
	display:inline;
	height:49px;
	width:758px;
}

#menuShell li a, #menuShell li{
	margin:0;
	float:left;
}

#menu1, #menu1 a{
	background-image:url(../i/menu-1.png);
	width:137px; height:49px;}
	#menu1 li span{
		display:none;}
		
#menu2, #menu2 a{
	background-image:url(../i/menu-2.png);
	width:122px; height:49px;}
	#menu2 li span{
		display:none;}
		
#menu3, #menu3 a{
	background-image:url(../i/menu-3.png);
	width:121px; height:49px;}
	#menu3 li span{
		display:none;}
		
#menu4, #menu4 a{
	background-image:url(../i/menu-4.png);
	width:121px; height:49px;}
	#menu4 li span{
		display:none;}
		
#menu5, #menu5 a{
	background-image:url(../i/menu-5.png);
	width:122px; height:49px;}
	#menu5 li span{
		display:none;}
		
#menu6, #menu6 a{
	background-image:url(../i/menu-6.png);
	width:135px; height:49px;}
	#menu6 li span{
		display:none;}
		
h1{
	font-size:16px;
	text-decoration:underline;
}

h2{
	font-size:14px;
	text-decoration:underline;
}

#contentShell{
	width:760px;
}

#pageContent{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-left:1px;
	background-image:url(../i/body-bg.png);
	background-repeat:repeat-y;
	padding:10px 35px 10px 35px;
}

#locationContent{
	clear:both;
	height:275px;	
}

#map{
	position:absolute;
	right:35px;
	top:10px;	
}

#weather{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	text-align:center;
}

#subnav{
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

#subnav span{
	margin-top:-10px;
	position:absolute;
	width:600px;
	text-align:center;
	color:#000000;
	font-size:11px;
}

#subnav span a{
	color:#253400;
	font-weight:bold;
	text-decoration:none;
}

#subnav span a:hover{
	text-decoration:underline;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

#footer span{
	position:absolute;
	width:950px;
	text-align:center;
	font-size:10px;
}

#footer span a{
	color:#000000;
}

.cleaner1{
	clear:both;
	visibility:hidden;
	height:0;
	margin:-2px;
}

.tableCenter{
	text-align:center;	
}
