* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
	background: #F2F0F3 url(../images/background_gradient.gif) repeat-x scroll top left;
}
body {
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #333;
	line-height: 1.35em;
}
div#main_container {
	background: transparent url(../images/page_shadow_horizontal.png) repeat-y scroll top center;
}
div#main {
	background: white url(../images/sidebar_background.gif) repeat-y scroll top left;
	width: 954px;
	margin: 0 auto;
	position: relative;
}
div#main_inner {
	background: transparent url(../images/sidebar_background_fade.gif) no-repeat scroll top left;
	width: 909px;
	padding: 2em 34px 0 0;
}
#top_flash {
	position: relative;
	left: -5px;
	top: -24px;
	margin-bottom: -24px;
	width: 664px;
	padding: 17px;
	min-height: 293px;
	background: white url('../images/header_image_background.gif') no-repeat scroll top center;
}
#top_flash_item {
	width: 664px;
}
div#sidebar {
	width: 205px;
	float: left;
}
div#content {
	width: 680px;
	float: right;
	padding-bottom: 2em;
}

div#sidebar h1 {
	margin: 1em 0 0.7em 28px;
	font-size: 120%;
	font-weight: normal;
}
div#sidebar h1, div#sidebar h1 * {
	color: #459ABE;
}
div#right_navigation h2 {
	font-size: 140%;
	font-weight: normal;
	color: #600;
	background: none;
	padding-left: 0;
}
div#right_navigation h2 * {
	color: #600 !important /* Important for the sake of IE 6 */;
}
div#right_navigation .twtr-widget h4 {
	font-size: 85% !important;
}
ul#sidebar_navigation {
	margin: 5px 0 0 0;
}
ul#sidebar_navigation li {
	list-style: none;
	background: #40204D url(../images/sidebar_navigation.gif) no-repeat scroll top left;
	height: 38px;
	margin-top: -5px;
	line-height: 1.3em;
}
ul#sidebar_navigation li:first-child, ul#sidebar_navigation li.first-child {
	background-image: url(../images/sidebar_navigation_first.gif);
}
ul#sidebar_navigation li a {
	display: block;
	height: 26px;
	padding-left: 28px;
	padding-top: 6px;
	color: white;
}
ul#sidebar_news {
	margin: 0;
}
ul#sidebar_news li {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 20px 0 28px;
	font-size: 75%;
}
ul#sidebar_news li h1 {
	margin: 0;
	color: black;
	font-weight: bold;
	font-size: 100%;
}
ul#sidebar_news li p {
	margin-top: 0;
}
div#footer_container {
	height: 123px;
	background: transparent url(../images/footer.png) no-repeat scroll top center;
}
img#logo {
	margin-left: 14px;
	margin-top: 4px;
}
div#numbers {
	position: absolute;
	right: 34px;
	top: 22px;
	text-align: right;
}
div#numbers p {
	margin-top: 0;
}
ul#navigation {
	position: absolute;
	right: 33px;
	top: 93px;
	width: 691px;
	height: 31px;
	padding-left: 10px;
	padding-top: 7px;
	background: #333 url(../images/navigation_bar.gif) no-repeat scroll center center;
}
ul#navigation li {
	list-style: none;
	float: left;
	color: white;
	padding: 0 0.7em 0;
	border-left: 1px solid #999;
	line-height: 1.3em;
}
ul#navigation li:first-child, ul#navigation li.first-child {
	border-left: none;
}
ul#navigation a {
	color: white;
	text-decoration: none;
	display: block;
}
ul#navigation li.selected, ul#navigation li.selected a {
	color: #F6EC94;
}
div#footer {
	color: white;
	font-size: 75%;
	line-height: 130%;
}
div#footer a {
	color: white;
}
div#footer_inner {
	width: 916px;
	margin: 0 auto;
}
div#footer p {
	margin: 0;
}
div#footer_links {
	float: left;
	margin-top: 25px;
}
div#footer_address {
	float: right;
	text-align: right;
	margin-top: 12px;
}
div#content {
	font-size: 75%;
}
div#content_left {
	width: 460px;
	float: left;
}
div#content_right {
	width: 150px;
	float: right;
	text-align: right;
}
div#right_navigation ul {
	list-style: none;
	text-align: right;
	padding-bottom: 2em;
}
div#right_navigation li {
	line-height: 1.3em;
	margin-top: 0.9em;
	color: black;
}
div#right_navigation li.selected {
	font-weight: bold;
}
div#right_navigation li.selected li {
	font-weight: normal;
}
div#right_navigation li a {
	color: black;
}
div#right_navigation li ul {
	padding-bottom: 0;
}
div#right_navigation li ul li {
	font-size: smaller;
}
div#link_box_container {
	width: 484px;
	overflow: hidden;
	padding-bottom: 2em;
}
div.link_box {
	float: left;
	width: 224px;
	background-color: #333;
	color: white;
	padding: 1px;
	margin: 16px 16px 0 0 !important; /* IE 6 overrides this with the .first-child rule */
}
div.link_box p {
	padding: 0.1em 0.5em 0.3em 0.5em !important;
	margin: 0 !important;
}
div.link_box p a {
	color: white;
}
div.link_box.blue, div.link_box:hover, div.link_box.hover {
	background-color: #469ABE;
}
div.dynamic_page_element.news_item h1 em {
	display: block;
	font-size: 80%;
}

#google_map {
	margin-top: 2em;
	height: 300px;
	width: 100%;
	border: 1px solid black;
}
p.page_numbers {
	height: 22px;
	line-height: 22px;
}
p.page_numbers a {
	border: 1px solid #459ABE;
	color: #459ABE;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
}
p.page_numbers a:hover,
p.page_numbers a.selected {
	background-color: #459ABE;
	color: white;
}