body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.png) repeat fixed;
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: black;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffee;
}

a:hover{
	border-bottom: 1px white dashed;
}
	
#header {
	text-align: center;
	width: 100%;
	margin: 6px 0px 4px 0px;
	font-size: 200%;
	font-weight: bold;
	clear: both;
	color: white;
}

#logo {
	margin-bottom: 40px;
	clear: both;
	text-align: center;
}

#logo img{
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#logoWords{
	color: white;
	font-weight: bold;
	font-size: 90%;
}

#mapTable{
	width: 100%;
	margin: auto;
	clear: both;
	vertical-align: top;
}

#mapTable table{
	margin: 0;
	padding: 0;
}

/**
 * Official weather states map
 */
#mapOfficialCol{
	vertical-align: top;
	text-align:center;
	padding-right: 5px;
	width: 35%;
}

#mapOfficial{
	width: 100%;
	min-width: 335px; /*425*/
	height: 530px;
	border: 1px solid white;
	margin: 0;
	padding: 0;
	font-size: 90%;
	clear: both;
}

/***************************************/

/**
 * Inferred weather states map
 */
#mapCol{
	vertical-align: top;
	text-align:center;
	width: 35%;
}

#map{
	width: 100%;
	min-width: 335px;
	height: 530px;
	border: 1px solid white;
	margin: 0;
	padding: 0;
	font-size: 90%;
	clear: both;
}
/****************************************/


#mapTitle{
	text-align: center;
	color: white;
	font-size: 120%;
	font-weight: bold;
	clear: both;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	margin-right:0;
	min-width: 335px;
	width: 100%;
}

#map a{
	text-decoration: none;
}

#map a:hover{
	border: none;
}

#mapOfficialTitle{
	text-align: center;
	color: white;
	font-size: 120%;
	font-weight: bold;
	clear: both;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	margin-right:0;
	min-width: 335px;
	width: 100%;
}

#mapOfficial a:hover{
	border: none;
}

#locationsTitle{
	text-align: center;
	color: #ffeeff;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid white;
	margin: 0 auto 0 auto;
}

/**
 * Middle bar (with the location names)
 */
#middleBar{
	max-width: 15%;
	margin: 0;
	padding: 0 10px 0 0;
	vertical-align: top;
}

#side_bar{
	width: 120px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	margin-top: 130px;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	text-align: center;
}

#side_bar ul{
	margin: 0;
	padding: 0;
}

#side_bar li{
	margin:0;
	padding: 0;
	list-style: none;
	/*display: block;*/
	color: white;
	/*border-bottom: 1px dotted white;*/
}

#side_bar a{
	display: block;
	border-bottom: 1px dotted white;
	text-decoration: none;
	padding: 2px 0 2px 0;
}

#side_bar a:hover{
	background-color: white;
	color: black;
	text-decoration: none;
}

/**
 * Toolbar
 */
#toolBar{
	max-width: 20%;
	min-width: 190px;
	padding: 0px;
	vertical-align: top;
	text-align: right;
	color: #ffeeff;
}

.sideTitle{
	font-weight: bold;
	border-bottom: 1px dashed white;
	border-left: 1px dashed white;
	border-top: 1px dashed white;
	padding: 2px;
	margin-bottom: 8px;
	text-align: center;
	clear: both;
	line-height: 20px;
}

/**
 * Footer
 */
#footer{
	text-align: center;
	width: 50%;
	margin: 40px auto 0px auto;
	padding: 2px;
	clear: both;
	font-size: 90%;
	border: 1px solid white;
}

#footer a{
	font-weight: normal;
}

#footer a:hover{
	border: none;
	color: black;
}

#footer img{
	vertical-align: middle;
}
