/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	background-image: url('../graphics/background.gif');
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

* img {
	border: 0;
}

a {
	color: #149bc0;
}
a:hover {
	text-decoration: none;
}

* h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

h2.head {	
	background-color: #f8f8f8;
	padding: 3px 10px 3px 10px;
	margin: 0 0 2px 0;
}
h4 {
	color: #149bc0;
	font-size: 13px;
}
h3 {
	color: #149bc0;
	font-size: 17px;
}

.clear {
	clear: both;
}

#wrapper {
	width: 825px;
	background-image: url('../graphics/background_plate.png');
	background-repeat: repeat-y;
	margin: -40px auto 0 auto;
	min-height: 100%;
	height: auto;
}
* html #wrapper {
	height: 100%;
}
	#header {
		background-image: url('../graphics/background.gif');
		background-repeat: repeat-x;
		padding-top: 70px;
		height: 120px;
	}
	ul#menu {
		float: left;
		margin-left: 5px;
		padding: 20px 20px 20px 10px;
		width: 170px;
		height: 260px;
		list-style: none;
		background-image: url('../graphics/background_menu.gif');
		background-repeat: no-repeat;
	}
		ul#menu li {
			color: #fff;
			font-weight: bold;
			font-size: 13px;
		}
		ul#menu li.active {
			color: #149bc0;
		}
			ul#menu li a {
				text-decoration: none;
				font-weight: bold;
				font-size: 13px;
			}
	#content {
		float: left;
		padding: 20px 0 20px 0;
		width: 595px;
	}
#footer {
	height: 22px;
	background-image: url('../graphics/background_footer.jpg');
	background-repeat: no-repeat;
	width: 775px;
	color: #fff;
	font-size: 13px;
	padding: 13px 25px 5px 25px;
	margin: 0 auto 0 auto;
}
	#footer a {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer div {
		float: right;
	}
		#footer div a {
			font-weight: normal;
			text-decoration: underline;
		}
		#footer div a:hover {
			text-decoration: none;
		}

		
iframe {
	border: 0;
	width: 100%;
	padding: 0;
	height: 600px;
}
#map iframe {
	width: 300px;
	height: 247px;
}

.red {
	color: #CC0000;
}
ul#error {
	padding: 5px 0 0 0;
	text-align: left;
	margin-bottom: 10px;
}
	ul#error li {
		margin-left: 15px;
	}
	
#msgbox {
	margin: 20% auto 0 auto;
	width: 210px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #149bc0;
}
	#msgbox p {
		margin-top: 5px;
	}
	#msgbox span {
		margin-top: 20px;
		text-align: center;
		display: block;
	}