/* Home Styles */
div#rightcolumn {
	width: 170px;
	height: auto;
	display: block;
	float: right;
	margin: 5px 0px 10px 5px;
	padding: 5px;
}
div#memberlogin {
	background: #c99;
	padding: 5px;
}
h2.login {
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: -0.05em;
	color: #603;
}
label {
	width: 160px;
	margin: 1px;
	font-weight: bold;
	display: block;
	clear: left;
}
div.infoblock {
	margin: 0px;
	padding: 5px;
	width: 160px;
	text-align: left;
	background: #c99;
	color: #000;
	font-size: 0.7em;
}
div.formError {
	font-size: 0.8em;
	color: #c00;
	font-style: italic;
}
.formText {
	font-family: verdana, sans-serif;
	font-size: 1em;
	border: 0;
	padding: 2px;
}

div#regionalMap {
	display: block;
	width: 560px;
	height: 390px;
	margin: 5px;
	padding: 0px;
}
ul#regionalList {
	margin: 10px 5px;
	padding: 2px;
	width: 160px;
	float: right;
}
ul#regionalList li {
	list-style-image: url(/design/images/bullet_bl.gif);
	padding: 0px;
	margin: 5px;
}
ul#regionalList li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
}
ul#regionalList li a:hover {
	background: #ccf;
}
div#loginbox {
	width: 200px;
	margin: 20px 10px;
}
div.spacer {
	height: 2px;
	clear: both;
}


/* Mini Gallery */
div#minigallery {
	width: 570px;
	display: block;
	clear: both;
	margin: 2px;
	padding: 0px;
	background: transparent;
}
div.largepic {
	float: left;
	margin: 0px;
}
img.thumb {
	float: left;
	margin: 1px;
}

/* Latest  Box */
div#latest {
	width: 200px;
	height: 250px;
	display: block;
	margin: 10px 0px 5px 5px;
	padding: 10px 5px 5px 5px;
	float: right;
	background: transparent url(/design/images/bg_latest.jpg) no-repeat scroll center center;
	font-size: 0.85em;
}
*html div#latest {
	margin-top: 15px;
}
div#latest h2 {
	font-family: "Arial Rounded MT Bold", arial;
	font-size: 1.55em;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin: 0px;
	letter-spacing: -0.02em;
}
ul#latest_items {
	margin: 0 10px 0 10px;
	padding: 5px;
	color: #fff;
}
ul#latest_items li {
	margin: 0;
	padding: 8px 0 4px 7px;
	background:  url(/design/images/hr.gif) no-repeat left bottom;
	list-style: none url(/design/images/bullet_latest.gif);
}
a.more {
	display: block;
	padding: 0 2px 2px 2px;
	margin: 0;
	color: #fff;
	text-align: right;
	text-decoration: none;
}
ul#latest_items a:visited {
	color: #fff;
}
ul#latest_items a:hover {
	text-decoration: none;
	color: #000;
}

