* {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 100%;
	font-family: inherit;
}
a {
	text-decoration: none;
}
html {
	background: #EFEFEF url('../images/background-gradient.gif') repeat-x scroll top left;
	height: 100%;
}
body {
	background: transparent url('../images/background-shadow.gif') no-repeat scroll top center;
	height: 100%;
	font-family: georgia, serif;
	font-size: 75%;
	color: #333;
}
input { /* IE 7 inheritance bug */
	color: #333;
	font-family: georgia, serif;
}
#body {
	width: 988px;
	background: #EFEFEF url('../images/background-shadow.gif') no-repeat scroll top center;
	margin: 0 auto;
	line-height: 180%;
	height: 100%;
}
/* Top bar */
div#top_links {
	height: 39px;
	line-height: 27px;
	padding: 0 4px;
}
#left_top_links {
	float: left;
	height: 39px;
	color: #999;
}
#left_top_links img {
	margin: 0 3px;
	vertical-align: middle;
}
#choose_your_language {
	padding-left: 1em;
}
#right_top_links {
	height: 27px;
	padding: 6px 0;
	width: 320px;
	float: right;
	margin: 0;
}
#right_top_links a {
	margin-right: 0.5em;
	font-weight: bold;
	color: #333;
	font-size: 15px;
}
#right_top_links a em {
	color: #00642D;
	font-style: normal;
}
.search {
	width: 113px;
	height: 27px;
	float: right;
	line-height: 27px;
	background: transparent url('../images/search.gif') no-repeat top left;
	padding: 0 10px 0 30px;
	margin-left: 1em;
}
.search input {
	border: none;
	background-color: transparent;
	height: 27px;
	line-height: 27px;
	width: 113px;
}
/* Navigation bar */
ul#navigation {
	height: 42px;
	background: #333 url('../images/navigation-background.gif') repeat-x scroll center left;
	list-style: none;
	margin: 0 4px;
	padding-left: 20px;
}
ul#navigation li {
	height: 42px;
	float: left;
	background: transparent url('../images/navigation-separator.gif') no-repeat scroll center left;
	padding-left: 3px;
	font-weight: bold;
	font-size: 140%;
}
ul#navigation li:first-child, ul#navigation li.first-child {
	background: none;
}
ul#navigation li a {
	color: white;
	display: block;
	padding: 0 23px;
	line-height: 42px;
	height: 42px;
	float: left; /* IE 6 */
}
/* Banner */
div#banner {
	padding: 0 4px;
	background: transparent url('../images/banner.jpg') no-repeat scroll top center;
	height: 323px;
}
div#banner_flash {
	margin-top: 3px;
	margin-right: 30px;
	width: 490px;
	height: 316px;
	float: right;
}
#content {
	padding: 35px 30px;
}
/* Footer */
div#footer_surround {
	margin-top: 1em;
	background-color: #333;
	padding: 4px;
}
div#footer {
	position: relative;
	border: 1px solid white;
	padding: 14px 12px;
	color: white;
	line-height: 140%;
	background: transparent url('../images/footer-icons.gif') no-repeat scroll top right;
}
div#footer a {
	color: white;
}
div#footer_block_1, div#footer_block_2 {
	float: left;
	min-width: 100px;
}
div#footer_block_1 {
	margin-right: 2em;
}
/* Footer links */
#footer_links {
	list-style: none;
	position: absolute;
	bottom: 14px;
	right: 12px;
}
#footer_links li {
	float: left;
	border-left: 1px solid white;
}
#footer_links li:first-child, #footer_links li.first-child {
	border-left: none;
}
#footer_links li a {
	padding: 0 0.5em;
}

/* News box items */
div.news-item {
	padding-top: 2em;
}
div.news-item:first-child, div.news-item.first-child {
	padding-top: 0;
}
div.news-item p.date {
	font-weight: bold;
	font-size: 90%;
}
div.news-item h2, div.news-item h2 a {
	margin-top: 0;
	color: #930;
}
div.news-item p {
	margin-top: 0 !important;
}
/* News page items */
.dynamic_page_element.news_item h1 {
	font-size: 125%;
	color: #063;
}
.dynamic_page_element.news_item h1 a {
	color: #063;
}
.dynamic_page_element.news_item h1 em {
	display: block;
	font-weight: normal;
	color: #333;
}
.dynamic_page_element.news_item {
	margin-bottom: -1em;
	padding-bottom: 1em;
}
/* Newsletter form */
#newsletter_sign_up_form h2 {
	color: #333 !important;
}
#newsletter_sign_up_submit {
	border: none;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background: #999 url('../images/square-submit.gif') no-repeat scroll center center;
	color: white;
	font-weight: bold;
}
#newsletter_sign_up_controls {
	height: 27px;
	line-height: 27px;
	background: white url('../images/newsletter-email-box.gif') no-repeat scroll center left;
}
#newsletter_sign_up_email {
	border: none;
	width: 230px;
	padding: 0 5px;
	height: 27px;
	line-height: 27px;
	background: transparent;
}
#newsletter_sign_up_controls .empty {
	color: #999;
}
.formelement {
	width: 560px;
	padding-bottom: 1em;
}
.formlabel {
	width: 560px;
}
#google_map {
	height: 300px;
	width: 300px;
	float: right;
}
