@charset "utf-8";

head {
}

html, body {
	padding:0;
	height:100%; /* this is the key! */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}

img {
	margin: 0px;
	padding: 0px;
	border:none;
}

a:link {
	color: #5D482D;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #5D482D;
}
a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #5D482D;
}

ul {
	margin: 0px;
	padding: 0px;
}
#left a {
	color: #5D482D;
	font-weight: bold;
	text-decoration: none;
}
.pageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #5D482D;
	text-align: center;
	margin-bottom: 10px;
}
.subTitle {
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px;
	margin-left: 20px;
}


li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

form {
	margin: 0px;
	padding: 0px;
}

.clr {
	clear:both;
}
#siteContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
	background-image: url(../images/bgnd_content.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
}
#header {
	height: 75px;
}
#image {
	float: left;
	width: 691px;
}
#logo {
	float: left;
	height: 162px;
	width: 691px;
}
#flash {
	height: 191px;
	width: 691px;
	float: left;
}
#language {
	height: 353px;
	width: 319px;
	float: left;
}

#headerContent {
	height: 428px;
	width: 1010px;
	margin-top: 0px;
}
#menu {
	background-image: url(../images/menu_blank.gif);
	height: 63px;
	width: 1010px;
}
#menuItem {
	float: left;
}
#left {
	width: 227px;
	padding: 10px;
	float: left;
}
#center {
	padding: 10px;
	width: 457px;
	float: left;
	margin-right: 27px;
}
#right {
	padding: 10px;
	float: left;
	width: 229px;
	font-size: 11px;
}


#mainContent {
	width: 1010px;
	float: left;
}
#footer {
	_height: 1%;
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
}
.footer, .push {
height: 3em;
clear: both;
}
#map_canvas, #map_canvas2, #map_canvas3 {
	border:	2px solid #fff;
	width:	100%;
	height:	220px;
	margin-top:	10px;
}
.newsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #5D482D;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
hr {
	background-color: #5D482D;
}

