body, body * { margin: 0; padding: 0; }

body {
	background: #fff url(graphics/body_bgd.jpg) top center repeat-y;
	font: normal 20px "HelveticaNeue-Light", Arial, sans-serif;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#title {
	height: 226px;
	width: 800px;
	padding-top: 100px;
	background: url(graphics/logo.jpg) top center no-repeat;
}

#location {
	height: 30px;
	width: 550px;
	margin: -48px 0px 30px 48px;
	overflow: hidden;
	font-size: 22px;
	font-family: Baskerville, Times, serif;
	color: #444;
}
	#location a:link, #location a:visited {
		color: #444;
	}

#content {
	margin: -8px 0 10px 0;
	padding-right: 25px;
	float: right;
	width: 500px;
}

	#content p {
		margin-bottom: 15px;
		line-height: 30px;
		font-size: .7em;
		clear: right;
	}
	#content p.headline {
		font-size: .9em;
		padding-bottom: 15px;
		border-bottom: 1px solid #f7f7f7;
	}
	#content a:link, #content a:visited {
		color: #950E00;
		text-decoration: none;
		border-bottom: 1px solid #950E00;
	}
	#content a:hover {
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid #000;
	}
	#content a:active {
		color: #ccc;
		text-decoration: none;
		border-bottom: 1px  solid #ccc;
	}
	#content a.mb:hover, #content a.mb:active, #content a.mb:link, #content a.mb:visited {
		text-decoration: none;
		border-bottom: 0px  solid #ccc;
	}
	#content p img {
		border: 2px solid #000;
		margin: 8px 16px 5px 1px;
	}
		#content p img:hover {
			border: 2px solid #950E00;
			margin: 8px 16px 5px 1px;
		}

	#content p img#homeimage {
		float: left;
		border: none;
		margin: 0 16px 0 0;
	}

	#content p img#map {
		border: 0;
		margin: 10px 15px 25px 20px;
		padding: 0;
	}

	#content p.headline img {
		float: left;
		border: none;
		margin: 8px 20px 15px 0;
	}
	#content ul {
		list-style: disc;
		margin-left: 30px;
		font-size: 17px;
	}
	#content ul li { margin-bottom: 10px; }
	#content form {
	padding-top: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
	#content form p { line-height: 14px; }
	 {
		width: 150px;
		float: left;
		clear: both;
		text-align: right;
		margin-bottom: 28px
	}
	#content form p label, #content form p input, 
	#content form p textarea {
		display: block;
		width: 250px;
		float: left;
		padding: 3px;
		margin-bottom: 14px;
	}
	#content form p input:hover, #content form p textarea:hover {
		background: #f7f7f7;
	}
	#content form p input:focus, #content form p textarea:focus {
		background: #950E00;
		color: #fff;
	}
	#content form p label, #content form h3  {
		text-align: right;
		width: 150px;
		padding-right: 20px;
	}
			#content form p label:after {
				content: " :";
			}
	#content form p br { clear: left; }
	#content form p .radio, #content form p .check {
		width: 13px;
		height: 13px;
		margin: 5px 0 0 0;
		
	}
	#content form p span.comment { font-size: .8em; }
	#content form h3  {
		width: 122px;
		margin: 0 0 15px -1px;
		font-size: .8em;
		font-weight: bold;
		background: #fff url(graphics/pen.gif) 0px 9px no-repeat;
		border: 1px solid #ccc;
		border-left: none;
		padding: 10px 10px 10px 30px;
	}
	#content form p input#submit {
		width: 80px;
		margin: 20px 0 0 172px;
		background: #fff;
		border: 1px solid #000;
	}
	#content form p input#submit:hover { background: #f7f7f7; }
	#content form p input#submit:active { background: #950E00; color: #fff; }

#navigation {
	float: left;
	width: 184px;
	margin: 0 0 20px 0;
	padding: 0 26px 0 38px;
	font-size: .6em;
	border-right: 1px solid #F7F7F7;
}

	ul { list-style: none; }
	#navigation li#selected a {
	color: #ccc;
	}
	#navigation li { padding-top: 10px; }
	#navigation li#selected a:after {
	content: " -";
	}

	#navigation a:link, #navigation a:visited {
		display: block;
		text-decoration: none;
		color: #000;
		height: 21px;
		line-height: 16px;
		padding: 5px 0 0 10px;
		background: #fff url(graphics/li_bgd.gif) -552px 0 no-repeat;
	}
	#navigation a#selected {
		text-shadow: 2px 2px 2px #5E0000;
		color: #fff;
		font-weight: bold;

		background: #fff url(graphics/li_bgd.gif) -184px 0 no-repeat;
	}

	#navigation a:hover, #navigation a:active {
		text-decoration: none;
		color: #fff;
		font-weight: bold;

		text-shadow: 2px 2px 2px #5E0000;
		background: url(graphics/li_bgd.gif) 0 0 no-repeat;
	}

	#navigation a:active {
		background: url(graphics/li_bgd.gif) -368px 0 no-repeat;
	}

	#navigation #additionallinks {
		font-size: .9em;
		border-top: 1px solid #f7f7f7;
		padding-top: 20px;
	}

#footer {
	background: url(graphics/footer_bgd.jpg) top center;
	clear: both;
	height: 300px;
	margin: 0;
	padding-bottom: 50px;
	font-size: .6em;
	color: #fff;
	text-align: center;
}
	#footer a:link, #footer a:visited { color: #fff; }
	#footer a:active, #footer a:hover { color: #000; }

	#footer p {
		margin: 20px 0 0 0;
		text-shadow: 1px 1px 2px #540800;
	}

	#footer div {
		margin: 0;
		background: url(graphics/footer_div_bgd.jpg) repeat-x top center;
		padding-top: 20px;
		font-size: 2.8em;
		color: #7F0800;
		text-shadow: 1px 1px 2px #B73B28;
		font-weight: bold;
	}
	#footer p#footerimages {
		padding-top: 40px;
		background: url(graphics/footer_p_bgd.jpg) top center no-repeat;
		width: 750px;
		margin: 0 auto;
	}
	#footer p img {
		margin: 20px 10px 0 14px;
		border: 1px solid #000;
		-webkit-transition: all .2s linear;
	}
	#footer p img:hover {
		margin: 20px 10px 0 14px;
		border: 1px solid #fff;
		-webkit-transform: scale(1.2);
	}


p#contactbox {
	width: 265px;
	height: 115px;
	background: #fff url(graphics/contactbox.jpg) no-repeat;
	padding: 28px;
	padding-left: 200px;
	margin: 20px 0 20px 0;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}






.multiBoxDesc { display: none; }

/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 12px solid #950E00;
	padding: 20px;
	background-color: #000;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(multibox/images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(multibox/images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(multibox/images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(multibox/images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(multibox/images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(multibox/images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/
