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

body {
	margin: 0 auto;
	background-image: url(../images/bg_ww.jpg);
	background-repeat: repeat;
	}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 800px;
	}

#left_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 150px;
	height: 585px;
	left: 0px;
	top: 165px;
	background-image: url(../images/left_150w.png);
	background-repeat: repeat-y;
}

#middle_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 500px;
	height: 585px;
	left: 150px;
	top: 165px;
	background-color: #FFF;
}

#right_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 150px;
	height: 585px;
	left: 650px;
	top: 165px;
	background-image: url(../images/right_150w.png);
	background-repeat: repeat-y;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 650px;
	height: 145px;
	background-image: url(../images/header_600w.png);
	background-repeat: no-repeat;
	}

#address_bar {
	margin: 0 auto;
	position: relative;
	width: 650px;
	height: 20px;
	background-color: #101090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	}
	
#address_bar a:link, #address_bar a:visited{
	color: #FFF;
	text-decoration: none;
	}

#address_bar a:hover {
	text-decoration: underline;
	}

	
#copyright_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 650px;
	height: 50px;
	left: 75px;
	top: 750px;
	background-color: #101090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	}
	
#copyright_wrapper a:link, #copyright_wrapper a:visited{
	color: #FFF;
	text-decoration: none;
	}

#copyright_wrapper a:hover {
	text-decoration: underline;
	}
	
#menu_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 150px;
	height: 275px;
	left: 0px;
	top: 10px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	}
	
#menu_full {
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 175px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	z-index: 1000;
	}
	
#good_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 150px;
	height: 275px;
	left: 0px;
	top: 296px;
	background-image: url(../images/bg_news.jpg);
	background-repeat: no-repeat;
}

#featured1_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 150px;
	height: 130px;
	left: 0px;
	top: 10px;
	background-image: url(../images/bg_taunt.jpg);
	background-repeat: no-repeat;
}

#featured2_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 150px;
	height: 130px;
	left: 0px;
	top: 152px;
	background-image: url(../images/bg_taunt.jpg);
	background-repeat: no-repeat;
}

#featured3_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 150px;
	height: 130px;
	left: 0px;
	top: 294px;
	background-image: url(../images/bg_taunt.jpg);
	background-repeat: no-repeat;
}

#featured4_wrapper {
	margin: 0 auto;
	position: absolute;
	width: 150px;
	height: 130px;
	left: 0px;
	top: 436px;
	background-image: url(../images/bg_taunt.jpg);
	background-repeat: no-repeat;
}

#feature-it {
	margin: 0 auto;
	position: absolute;
	width: 146px;
	height: 126px;
	left: 2px;
	top: 2px;
	}
	
#feat-date {
	margin: 0 auto;
	position: absolute;
	width: 146px;
	height: 13px;
	left: 0px;
	top: 0px;
	background-color: #F1E5A9;
	text-align: right;
	}
	
#feat-det {
	margin: 0 auto;
	position: absolute;
	width: 146px;
	height: 36px;
	left: 0px;
	top: 90px;
	background-color: #F1E5A9;
	}
	
#feat-text {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	}
	
#feat-text a:link, #feat-text a:visited{
	color: #101090;
	text-decoration: none;
	}

#feat-text a:hover {
	color: #C4AC29;
	text-decoration: underline;
	}

#good_filler {
	margin: 0 auto;
	position: absolute;
	width: 140px;
	height: 275px;
	left: 7px;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-y: auto;
}

#good_filler a:link, #good_filler a:visited, #bingo_text a:link, #bingo_text a:visited, #service-teaser_text a:link, #service-teaser_text a:visited{
	color: #101090;
	text-decoration: underline;
}

#good_filler a:hover, #bingo_text a:hover, #service-teaser_text a:hover{
	color: #C4AC29;
	text-decoration: underline;
}

#content {
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 566px;
	width: 480px;
	overflow-y: auto;
}

#content_in {
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 565px;
	width: 480px;
	overflow-y: auto;
}

.pic_right {
	float: right;
	padding: 5px;
	}

#content p, #content li, #content_td, #content_in p, #content_in td, #content_in li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.highlight {
	background-color: #F1E5A9;
	color: #101090;
	}
	
.big-highlight {
	background-color: #101090;
	font-weight: bold;
	color: #FFF;
	}

#content a:link, #content_in a:link, #content a:visited, #content_in a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101090;
}

#content a:hover, #content_in a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C4AC29;
}

#content h1, #content_in h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #101090;
}

#content h2, #content_in h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C4AC29;
}

#content h3, #content_in h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #101090;
	font-style: italic;
}

.pic_right {
	float: right;
	padding-left: 5px;
	}
	
#focus {
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	top: 298px;
	left: 8px;
	height: 280px;
	width: 480px;
	background-image: url(../images/bg_focus.jpg);
	background-repeat: no-repeat;
}

#office-focus {
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	top: 298px;
	left: 8px;
	height: 280px;
	width: 480px;
	background-image: url(../images/office_focus.jpg);
	background-repeat: no-repeat;
}

#bingo_text {
	margin: 0 auto;
	width: 214px;
	height: 97px;
	position: absolute;
	top: 44px;
	left: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #C4AC29;
	}
	
#office_text {
	margin: 0 auto;
	width: 214px;
	height: 97px;
	position: absolute;
	top: 58px;
	left: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #101090;
	}
	
#service-teaser_text {
	margin: 0 auto;
	width: 235px;
	height: 242px;
	position: absolute;
	top: 24px;
	left: 246px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.background {
	background-color: #C4AC29;
	color: #FFFFFF;
}