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

body{
	background-color: #f4f4f4;
	text-align: center;
	margin: 0px;
}

#content{
	font-family: Arial, Helvetica, sans-serif;
}

/* CSS Header */

#header{
	width: 970px;
	margin: 16px auto 0px auto;
}

#terrainDominationPolaris{
	float: left;
}

#terrainDominationPolaris img{
	display: block;
	border-style: none;
}

#top_navigation_container{
	position: relative;
	height: 34px;
	z-index: 2;
	clear: left;
}

#top_navigation{
	position: absolute;
	right: 0px;
}

/* CSS Weather Nation */

#weather_nation_container{
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	background-color: #FFF;
}

#weather_nation{
	height: 517px;
	width: 958px;
	margin: 0px auto;
	background-color: #F00;
	text-align: left;
}

/* CSS Trim */

.trim{
	background-color: #fff;
	height: 10px;
	position: relative;
	z-index: 1;
	width: 970px;
	font-size: 0px;
	border-color: #c9c9c9;
	border-style: solid;
}

.trimTop{
	border-width: 1px 0px 0px 0px;
	margin: 8px auto -1px auto;
}

.trimBottom{
	border-width: 0px 0px 1px 0px;
	margin: -1px auto 8px auto;
}

.trimCap{
	position: absolute;
}

.trimCapTop{
	top: -1px;
}

.trimCapLeft{
	left: 0px;
}

.trimCapRight{
	right: 0px;
}

.trimCapBottom{
	top: 0px;
}

/* CSS Pedestal */

#pedestal{
	width: 910px;
	margin: 2px auto;
}

/* CSS Footer Navigation */

#footer{

}

#footerNavigation{
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	width: 520px;
	margin: 11px auto;
}

#footerNavigation li{
	float: left;
	color: #727272;
}

#footerNavigation a{
	text-transform: uppercase;
	color: #727272;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	white-space: nowrap;
}

/* CSS Footer 2 Navigation */

#footerInfo{
	clear: left;
	position: relative;
	width: 970px;
	margin: 0px auto;
}

#footerInfo ul{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
}

#footerInfo li{
	color: #727272;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#footerInfo a{
	color: #727272;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

#copyright{
	right: 0px;
}

#privacy{
	left: 0px;
}
