﻿body {
	background-image:url(images/background.gif);
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
* {
	margin: 0px 0px 0px auto;
	padding: 0px;
}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 768px;
}
a {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
a:hover{
	color:#ffffff;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:164px;
}
#menu {
	position:relative;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:117px;
}
#menu ul{
	position:absolute;
	top:21px;
	left:30px;
	width: auto;
}
#menu li{
	float:left;
	display:inline;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #cccccc;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #cccccc;
	text-decoration: none;
}
#menu a:hover{
	color:#ffffff;
}
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #cccccc;
}
h1,h2 {
	position:absolute;
	top:93px;
}
h1 {
	left:200px;
}
h2 {
	right:90px;
}
h3 {
	margin: 15px 0px 0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
}
/********************** Main ***************************/
#main {
	background-image:url(images/main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:768px;
	height:auto;
}
#content {
	background-image:url(images/map_bg.gif);
	background-repeat: repeat-y;
	width:748px;
	padding: 5px 10px 5px 10px;
	
}
/********************** Google Balloon ************************/
#mapbubble {
	float:left;
	width:200px;
	height:50px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;

}

/********************** Left - Text ***************************/
#left {
	float:left;
	width:768px;
	height:600px;
	
}
#left p{
	padding: 5px 5px 5px 5px;
}

#left a:hover{color:#ffffff;}

/********************** Forecast *******************************/

/********************** Right - Team ***************************/
#right {
	float:right;
	width:230px;
}
#button {
	width: 266px;
	height:26px;
	text-align: center;
	white-space: nowrap;
	
}
.btn {
	width:50px;
	height:24px
}

/********************** Footer ***************************/
#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #cccccc;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover{color:#ffffff;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #cccccc;
	margin:10px;
	display:block;
}

