@CHARSET "UTF-8";

/* MainCSS File */
html,body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #fff;
	margin-top: 20px;
}

.mapson span {
	display: none;
}

#page {
	width: 1092px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

#container {
	width: 970px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 128px;
}

#head {
	overflow: hidden;
}

#branding img,#claim img {
	margin: 0;
}

#branding {
	float: left;
}

#claim {
	float: right;
	margin: 48px 63px 0 0;
}

#banner img {
	margin: 0;
}

#banner {
	background: transparent url(../images/header_key_visual.png) no-repeat
		top right;
	margin-left: 71px;
	margin-top: 25px;
	width: 830px;
	height: 263px;
	overflow: hidden;
}

#columns {
	margin-left: 36px;
	margin-top: 17px;
	width: 865px;
	overflow: hidden;
}

#navigation,#content,#sidebar {
	float: left;
}

#content {
	margin: 11px 10px 5px 16px;
	width: 410px;
}

#sidebar {
	padding-left: 20px;
	width: 240px;
	background: transparent url(../images/separator.png) no-repeat 0 0;
	height: 307px;
	margin-top: 11px;
}

#footer {
	position: absolute;
	background: #fff url(../images/background_footer.png) no-repeat;
	bottom: 0;
	height: 128px;
	width: 1092px;
	clear: both;
}

#footer,#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #950c12;
}

#footer p {
	margin: 0;
}

#footer .contact a {
	text-decoration: underline;
}

#footer .contact {
	left: 50px;
	line-height: 14px;
	position: absolute;
	text-align: right;
	top: 75px;
}

#footer .shortCuts {
	position: absolute;
	right: 194px;
	top: 104px;
}

/* Module */
.wvgallery img {
	margin: 0;
}

.wvgallery ul {
	overflow: hidden;
	margin-left: -10px;
}

.wvgallery ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
}

.wvgallery hr {
	margin-bottom: 23px !important;
	margin-top: 50px !important;
}

.wvrequestform .input-text,.wvrequestform .input-select {
	margin-bottom: 8px;
}

.wvrequestform .input-select {
	width: 56px;
}

.wvrequestform .input-text {
	width: 227px;
}

.wvrequestform .input-submit {
	float: right;
	margin-top: 21px;
}

.wvrequestform .input-textarea {
	height: 140px;
	width: 226px;
}

.wvrequestform label {
	display: block;
	height: 22px;
	margin-right: 17px;
	text-align: right;
	width: 165px;
}

.error_message {
	color: #cb1820;
	margin-left: 20px;
}

.fmore {
	display: none;
}