@charset "utf-8";
/* MAIN LAYOUT */
.bd {
	background: #002A5C;
}

#pagewrapper {
	background-color: #FFFFFF;
	margin: 10px auto;
	width: 920px;
	background: #FFFFFF url(../images/bg_page.jpg) repeat-y;
	min-height: 600px;
}
#pagewrapper2 {
	background: url(../images/bg_page_bottom.jpg) no-repeat bottom left;
	padding-bottom: 5px;
}
#page {
	margin: 0px 10px 10px 10px;
}
#headerwrapper {
	background: #FFFFFF url(../images/bg_header.jpg) no-repeat;
	width: 900px;
	height: 250px;
}
#header {
	padding-top: 10px;
}
#header #logo {
	width: 515px;
	height: 240px;
	float: left;
}
#header #logo .inner a {
	display: block;
	width: 515px;
	height: 240px;
}
#header #weatherwrapper {
	width: 200px;
	height: 240px;
	float: left;
}
#header #weatherwrapper #weather {
/*	background: #D7EAF1;
	border: 1px solid #7AB2DB;*/
	width: 80px;
	height: 63px;
	color: #007E9E;
	padding: 5px;
}
#header #weatherwrapper #weather .inner {
	margin: 150px 0 0 0;
}
#header #weatherwrapper #weather p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #002A5C;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
#header #topmenu {
	float: left;
	width: 175px;
}
#header #topmenu .inner {
	margin: 0px 0px 0px 10px;
	background: none;
}

#midwrapper {
	width: 900px;
	float: left;
}

#left {
	width: 175px;
	float: left;
}
#left .inner {
	padding: 10px 5px;
}
#center {
	width: 540px;
	float: left;
}
#center .inner {
	padding: 10px;
}
#user-info {
	text-align: left;
	padding: 5px 5px 5px 5px;
/*	background: #FDBC5E;*/
/*	background: #7AB2DB;*/
}
#user-info a {
	background: #EFEFEF;
	padding: 2px 5px;
	margin: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #CCC;
}
#right {
	width: 185px;
	float: left;
}
#right .inner {
	padding: 10px;
}

#botwrapper {
	padding: 10px 0 5px 0;
}
#bot a {
	color: #FFFFFF;
}
#bot a:hover {
	color: #FFFFFF;
}
#bot .text {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding-bottom: 5px;
}