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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

html{
	height:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/back.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
}

a{
	color:#333;
}

#bottom{
	font-size:11px;
	color:#666;
	padding:5px;
}


#logo{
	margin-bottom:50px;
}

#nav-holder{
	margin-bottom:4px;
}

#nav-holder ul{
	margin:0;
	padding:0;
}

#nav-holder ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	padding:10px;
	
}

#nav-holder ul li a{
	text-decoration:none;
}

.selected{
	background:#abc22a;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	color:#FFF;
}

.selected a{
	color:#FFF;
}

#content-holder{
	line-height:120%;
	background:#abc22a;
	padding:30px;
	width:650px;
	text-align:left;
	font-size:12px;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
}

#content-holder h2{
	line-height:20px;
	letter-spacing:-0.8px;
	font-weight:normal;
}

#content-holder h2 a{
	line-height:20px;
	letter-spacing:-0.8px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}

#content-holder h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:28px;
	letter-spacing:-0.8px;
}

#city-rain-box{
	float:left;
	padding:5px;
	padding-right:15px;
}

.big-button{
	padding:8px;
	margin:10px;
	padding-left:14px;
	padding-right:14px;
	background-image:url(images/bt-back.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-decoration:none;
	text-align:center;
}

.faded{
	color:#333;
}

#container{
	height:100%;
}

#container tr td{
	height:100%;
}