@charset "utf-8";
/* CSS Document */
html body {
	background-image:url(../images/bg_body.png);
	background-repeat:repeat-y;
	background-position: center;
	margin: 0 auto;
	text-align: center;
	width: 950px;
	background-color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
html #container {
	text-align: left;
}
.border_red {
	border: solid red 1px;
}
.border_blue {
	border: solid blue 1px;
}
#content h1, #content h2, #content h3, #content h4, #content p, #content form {
	margin-left: 15px;
	margin-right: 15px;
}
#content ul {
	padding: 0 15px;
}
html h1 {
	color: #5A5A5C;
	font-size: 28px;
}
html h2, html h3, html h4 {
	color: #666;
}
.underline {
	border-bottom: solid #CCC 1px;
	padding-bottom: 5px;
}
html p, html ul {
	color: #666;
}
html a {
	color: #610005;
	text-decoration: none;
}
html a:visited {
	color: #7D4445;
	text-decoration: none;
}
html a:hover {
	text-decoration: underline;
	color: #610005;
}
#header {
	background-image:url(../images/border_top.gif);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:top left;
	padding: 15px 10px 7px 10px;
	margin-top: 20px;
	height: 58px;
	_overflow: hidden;
}
#content .span-16 hr {
	width: 600px;
}
#content .span-8 hr {
	width: 280px;
}
#content hr {
	_padding-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	height: 1px;
	margin-top: 0px;
	padding-top: 0px;
	display: block;
}
#content.splash h1 {
	color: #610005;
	font-size: 24px;
}
#content.splash img {
	margin: 0 0 0 15px;
}
#splash_content_top {
	background-image:url(../images/border_top.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
	height: 15px;
	margin-top: 15px;
	overflow: hidden;
}
#content.splash {
	background-image:url(../images/border_bottom_grey.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
	padding: 0px 0px 40px 0px;
}
#content {
	background-image:url(../images/bg_content.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	background-color:#FFF;
	padding: 25px 0 15px 0;
	text-align: left;
}
#content_top {
	background-color:#3F3F3F;
	height: 15px;
}
#content_bottom {
	background-image:url(../images/border_bottom_grey.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	height: 25px;
	text-align: left;
}
#slideshow .pics {
	width:   640px;
	height:  260px;
	padding: 0;
	margin:  0;
	float: left;
	position: static;
}
#slideshow .pics img {
	border: none;
	width:  640px;
	height: 260px;
	top:  0;
	left: 0;
	float: left;
	z-index: 0;
}
#slideshow .pics a {
	height: 260px;
}
div#slideshow {
	height: 260px;
	background-color: #FFF;
	background-image:url(../images/border_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 25px;
}
/****footer****/
#footer p {
	margin: 5px 15px;
}
#footer a, #footer p {
	color:#494949;
}
#footer a:hover {
	color: #610005;
	text-decoration: underline;
}
/****forms****/
form label {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
html input.singleline {
	color: #000;
	line-height: 18px;
	font-size: 16px;
	height: 30px;
	margin: 0px;
	background-image: url(../images/bg_form_singleline.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 264px;
	padding: 8px 8px 0 8px;
	margin-right: 10px;
}
label + textarea {
	padding-left: 0px;
}
html textarea.multiline {
	width: 444px;
	height: 150px;
	padding: 0px 8px;
	margin: 0px;
	background-color: none;
	background-image: url(../images/bg_form_multiline.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}
html textarea.multiline {
	width: 444px;
	height: 150px;
	padding: 0px 8px;
	margin: 0px;
	background-color: none;
	background-image: url(../images/bg_form_multiline.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}
html input.send {
	width: 75px;
	height: 30px;
	padding: 0px 8px;
	margin: 0px;
	color: #FFF;
	background-color: none;
	background-image: url(../images/bg_form_send.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

