* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.wrapper-1 {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #d52d00;
}

		a:hover {
			text-decoration: none;
		}

html {
	min-width: 980px;
}

body {
	background: #fff url(images/body.jpg) no-repeat 50% 0%;
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

h2 {
	text-transform: uppercase;
	height: 37px;
	padding: 0 0 0 13px;
	line-height: 37px;
	font-size: 1.333em;
	color: #fff;
}

		h2 span {
			background: #e0e0e0 url(images/title-bg-3.jpg) no-repeat 0% 0%;
			display: block;
			margin: 0 0 0 -13px;
			padding: 0 0 0 13px;
			color: #2a2a2a;
		}

h3 {
	background: #b2b2b2 url(images/title-bg.jpg) no-repeat 100% 0%;
	height: 37px;
	padding: 0 0 0 13px;
	line-height: 36px;
	word-spacing: 5px;
	text-transform: uppercase;
	font-size: 1.75em;
	color: #000;
}

		h3 span {
			background: #b2b2b2 url(images/title-bg-5.jpg) no-repeat 100% 0%;
			display: block;
		}

h4 {
	height: 60px;
	margin: 0 0 6px 0;
	overflow: hidden;
	line-height: 1.25em;
	text-transform: lowercase;
	font-size: 2.167em;
	color: #2a2a2a;
}

		h4 strong {
			font-size: 1.769em;
			text-transform: uppercase;
			color: #7b0d0e;
		}
		
		h4 span {
			display: block;
			margin: -18px 0 0 0;
			padding: 0 0 0 16px;
			word-spacing: -2px;
			font-size: 0.615em;
			color: #7f7f7f;
		}

table, td {
	border-collapse: collapse;
}

		table, td, img {
			border: 0;
		}
		
		td, tr {
			vertical-align: top;
			text-align: left;
		}

.title-indent {
	margin: 0 0 31px 0 !important;
}

.title-indent-1 {
	margin: 0 0 9px 0 !important;
}

.fleft {
	float: left;
}

		img.fleft {
			margin: 0 20px 30px 0;
		}
		
		img.fleft1 {
			float: left;
			margin: 0 20px 15px 0;
		}
		
		img.fleft2 {
			float: left;
			margin: 0 20px 21px 0;
		}
		
		img.fleft3 {
			float: left;
			margin: 0 20px 3px 0;
		}

.fright {
	float: right;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#main {
	width: 980px;
	margin: 0 auto;
	font-size: 0.75em;
}

#header {
	position: relative;
	height: 223px;
}

#logo {
	position: absolute;
	top: 44px;
	left: 0;
}

#search-form {
	background: url(images/search-input.png) no-repeat 0% 0%;
	width: 254px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	top: 105px;
	right: -1px;
}

		#search-form input {
			background: none;
			width: 163px;
			height: 20px;
			padding: 10px 10px 5px 10px;
			border: none;
			float: left;
			font-family: "Times New Roman", Times, serif;
			font-size: 1em;
			color: #000;
		}
		
		#search-form input#search-submit {
			background: url(images/search-submit.gif) no-repeat 0% 0%;
			width: 71px;
			height: 35px;
			padding: 0;
			border: none;
			float: left;
			cursor: pointer;
			text-transform: uppercase;
			outline: none;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.167em;
			font-weight: bold;
			color: #fff;
		}

#menu {
	background: url(images/menu.jpg) no-repeat 0% 0%;
	width: 980px;
	height: 49px;
	overflow: hidden;
	position: absolute;
	top: 166px;
	left: 0;
}

		#menu ul {
			padding: 0 0 0 20px;
		}

		#menu ul li {
			padding: 7px 10px 0 10px;
			float: left;
			text-transform: uppercase;
			font-size: 1.333em;
			color: #fff;
		}
		
		#menu ul li a {
			display: block;
			height: 35px;
			padding: 0 18px 0 18px;
			float: left;
			overflow: hidden;
			line-height: 32px;
			text-decoration: none;
			color: #fff;
		}
		
		#menu ul li.act a {
			background: #fff;
			color: #bb0b02;
		}
		
		#menu ul li a:hover {
			color: #bb0b02;
		}

#content {
	background: #fff;
	padding: 22px 21px 21px 22px;
}

		#content p {
			padding: 0 0 18px 0;
			line-height: 1.125em;
			font-size: 1.333em;
			color: #858585;
		}
		
		#content p small {
			float: right;
			padding: 0 8% 0 0;
			font-size: 1em;
		}
		
		#content p small a {
			text-decoration: underline;
			text-transform: none;
			font-size: 1em;
			font-weight: normal;
		}
		
		#content p small a:hover {
			text-decoration: none;
		}
		
		#content p.extra {
			padding: 0 0 42px 0;
		}
		
		#content p.extra-1 {
			padding: 0 0 13px 0;
		}
		
		#content p.extra-2 {
			padding: 0 0 40px 0;
		}
		
		#content p.extra-3 {
			padding: 0 0 28px 0;
		}
		
		#content blockquote p i {
			display: block;
			text-align: right;
			font-style: normal;
		}
		
		#content blockquote p.extra {
			padding: 0 0 46px 0;
		}

.main-pic {
	margin: 0 0 20px 0;
}

.info-box {
	background: url(images/info-box.jpg) no-repeat 0% 0%;
	position: relative;
	width: 937px;
	height: 233px;
	overflow: hidden;
	margin: 0 0 22px 0;
}

		.info-box span img {
			position: absolute;
			top: 39px;
			left: 34px;
		}
		
		.info-box p {
			width: 555px !important;
			line-height: 1.389em !important;
			font-size: 1.5em !important;
			color: #fff !important;
			position: absolute !important;
			top: 125px !important;
			left: 40px !important;
		}
		
		.info-box a {
			background: url(images/info-box-link.gif) no-repeat 0% 0%;
			display: block;
			width: 92px;
			height: 32px;
			overflow: hidden;
			line-height: 28px;
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 1.333em;
			color: #7b0d0e;
			position: absolute;
			top: 178px;
			right: 21px;
		}
		
		.info-box a:hover {
			color: #000;
		}

.box {
	background: #2a2a2a;
}

		.box .inner {
			padding: 8px 8px 26px 7px;
		}
		
		.box .inner .inner {
			padding: 15px 24px 0 26px;
		}
		
		.box .inner .inner-1 {
			padding: 15px 24px 15px 26px;
		}
		
		.box .inner .inner-2 {
			padding: 15px 24px 6px 26px;
		}
		
		.box .inner .inner-3 {
			padding: 23px 24px 8px 28px;
		}
		
		.box h2 {
			background: #151515 url(images/title-bg-1.jpg) no-repeat 100% 0%;
		}
		
		.box ul li {
			background: url(images/line-hor-1.gif) repeat-x 0% 100%;
			line-height: 2.25em;
			font-size: 1.333em;
			color: #858585;
		}
		
		.box ul li a {
			text-decoration: none;
			color: #858585;
		}
		
		.box ul li a:hover {
			color: #fff;
		}
		
		.box ul li.act a {
			color: #fff;
		}
		
		.box ul li.extra {
			background: none;
		}
		
		.box p.no-indent {
			padding: 0 !important;
		}
		
		.box p a {
			margin: 0 0 0 9px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.6875em;
			font-weight: bold;
			color: #fff;
		}
		
		.box p a:hover {
			text-decoration: underline;
		}

.box-1 {
	background: url(images/box-bg.gif) no-repeat 50% 43px;
	margin: 0 0 18px 0;
	border: 1px solid #bfbfbf;
}

		.box-1 .inner {
			padding: 18px 25px 21px 24px;
		}
		
		.box-1 p {
			padding: 0 0 0 6px !important;
			line-height: 1.125em !important;
			font-size: 1.333em !important;
			color: #555555 !important;
		}
		
		.box-1 p a {
			background: url(images/link-bg.gif) no-repeat 0% 0%;
			display: inline-block;
			width: 47px;
			height: 19px;
			overflow: hidden;
			margin: 3px 0 0 3px;
			line-height: 16px;
			vertical-align: text-top;
			font-size: 0.6875em;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
			color: #fff;
		}
		
		.box-1 p a:hover {
			text-decoration: underline;
		}

.box-2 {
	border: 1px solid #bfbfbf;
}

		.box-2 .inner {
			padding: 10px 10px 10px 10px;
		}
		
		.box-2 .inner .inner {
			padding: 16px 31px 7px 19px;
		}
		
		.box-2 .inner .inner-1 {
			padding: 14px 15px 10px 20px;
		}
		
		.box-2 .inner .inner-2 {
			padding: 20px 15px 4px 20px;
		}
		
		.box-2 p {
			color: #2a2a2a !important;
		}
		
		.box-2 p strong {
			color: #9f0c0e;
		}
		
		.box-2 p a {
			margin: 0 0 0 9px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.6875em;
			font-weight: bold;
			color: #9f0c0e;
		}
		
		.box-2 p a:hover {
			text-decoration: underline;
		}
		
		.box-2 p span a {
			margin: 0;
			text-decoration: underline;
			text-transform: none;
			font-size: 1em;
			font-weight: normal;
		}
		
		.box-2 p span a:hover {
			text-decoration: none;
		}
		
		.box-2 p.no-indent {
			padding: 0 !important;
		}

.box-3 {
	background: #7f7f7f;
}

		.box-3 .inner {
			padding: 8px 8px 22px 7px;
		}
		
		.box-3 .inner-1 {
			padding: 8px 8px 32px 7px;
		}
		
		.box-3 .inner .inner {
			padding: 15px 24px 0 26px;
		}
		
		.box-3 .inner .inner-1 {
			padding: 23px 24px 0 28px;
		}
		
		.box-3 .inner .inner-2 {
			padding: 24px 15px 5px 25px;
		}
		
		.box-3 .inner-1 .inner {
			padding: 15px 24px 0 26px;
		}
		
		.box-3 h2 {
			background: #262626 url(images/title-bg-2.jpg) no-repeat 100% 0%;
		}
		
		.box-3 ul li {
			background: url(images/line-hor-2.gif) repeat-x 0% 100%;
			line-height: 2.25em;
			font-size: 1.333em;
			color: #fff;
		}
		
		.box-3 ul li a {
			text-decoration: none;
			color: #fff;
		}
		
		.box-3 ul li a:hover {
			color: #000;
		}
		
		.box-3 ul li.extra {
			background: none;
		}
		
		.box-3 p {
			color: #fff !important;
		}
		
		.box-3 p.extra {
			padding: 0 0 12px 0 !important;
		}
		
		.box-3 p a {
			margin: 0 0 0 9px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.6875em;
			font-weight: bold;
			color: #fefefe;
		}
		
		.box-3 p a:hover {
			text-decoration: underline;
		}

.box-4 {
	background: #7c0d0e;
}

		.box-4 .inner {
			padding: 8px 8px 20px 7px;
		}
		
		.box-4 .inner .inner {
			padding: 15px 24px 0 26px;
		}
		
		.box-4 .inner .inner-1 {
			padding: 6px 24px 14px 28px;
		}
		
		.box-4 .inner .inner-2 {
			padding: 6px 24px 10px 28px;
		}
		
		.box-4 h2 {
			background: #3e0607 url(images/title-bg-4.jpg) no-repeat 100% 0%;
			margin: 0 0 9px 0;
		}
		
		.box-4 ul li {
			background: url(images/line-hor-3.gif) repeat-x 0% 100%;
			line-height: 2.25em;
			font-size: 1.333em;
			color: #fff;
		}
		
		.box-4 ul li a {
			text-decoration: none;
			color: #fff;
		}
		
		.box-4 ul li a:hover {
			color: #000;
		}
		
		.box-4 ul li.extra {
			background: none;
		}
		
		.box-4 p {
			color: #fefefe !important;
		}
		
		.box-4 p.extra {
			padding: 0 0 14px 0 !important;
		}
		
		.box-4 p a {
			margin: 0 0 0 9px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.6875em;
			font-weight: bold;
			color: #fefefe;
		}
		
		.box-4 p a:hover {
			text-decoration: underline;
		}

.box-indent {
	margin: 0 0 21px 0;
}

.box-indent-1 {
	margin: 0 0 18px 0;
}

.list {
	padding: 0 0 4px 0;
	overflow: hidden;
}

		.list li {
			background: url(images/marker.gif) no-repeat 0% 10px;
			padding: 0 0 0 22px;
			line-height: 1.5em;
			font-size: 1.333em;
			font-weight: bold;
			color: #9f0c0e;
		}
		
		.list li a {
			text-decoration: none;
			color: #9f0c0e;
		}
		
		.list li a:hover {
			color: #000;
		}

.list-1 {
	overflow: hidden;
}

		.list-1 li {
			line-height: 1.2em;
			font-size: 1.25em;
			color: #000;
		}
		
		.list-1 li span {
			color: #cb0608;
		}
		
		.list-1 li a {
			text-decoration: none;
			color: #000;
		}
		
		.list-1 li a:hover {
			text-decoration: underline;
		}

.list-2 {
	width: 100%;
	padding: 1px 0 0 0;
	overflow: hidden;
}

		.list-2 dt {
			line-height: 1.2em;
			font-size: 1.25em;
			font-weight: bold;
			color: #9f0c0e;
		}
		
		.list-2 dt a {
			text-decoration: none;
			color: #9f0c0e;
		}
		
		.list-2 dt a:hover {
			text-decoration: underline;
		}
		
		.list-2 dd {
			padding: 0 0 18px 0;
			line-height: 1.125em;
			font-size: 1.333em;
			color: #2a2a2a;
		}
		
		.list-2 dd.extra {
			padding: 0 0 16px 0;
		}

.link {
	float: right;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.917em;
	font-weight: bold;
	color: #9f0c0e;
}

		.link:hover {
			color: #000;
		}

.link-1 {
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.917em;
	font-weight: bold;
	color: #9f0c0e;
}

		.link-1:hover {
			text-decoration: underline;
		}

.link-2 {
	margin: 0 0 0 9px;
	text-transform: uppercase;
	font-size:  0.6875em;
	font-weight: bold;
	text-decoration: none;
	color: #858585;
}

		.link-2:hover {
			text-decoration: underline;
		}

.link-position {
	margin: -18px -20px 0 0;
}

#subscribe-form {
	width: 238px;
	padding: 21px 0 0 0;
}

		#subscribe-form h2 {
			background: #e0e0e0 url(images/title-bg-3.jpg) no-repeat 0% 0%;
			color: #2a2a2a;
		}
		
		#subscribe-form p {
			padding: 8px 0 3px 0 !important;
			line-height: 1.2em !important;
			font-size: 1.333em !important;
			color: #7f7f7f !important;
		}
		
		#subscribe-form input {
			background: none;
			width: 196px;
			height: 17px;
			padding: 3px 3px 3px 3px;
			border: 1px solid #bfbfbf;
			border-right: none;
			float: left;
			font-family: "Times New Roman", Times, serif;
			font-size: 1em;
			color: #7f7f7f;
		}
		
		#subscribe-form input#subscribe-submit {
			background: url(images/subscribe-submit.gif) no-repeat 0% 0%;
			width: 35px;
			height: 25px;
			padding: 0;
			border: none;
			float: left;
			cursor: pointer;
			text-transform: uppercase;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.333em;
			font-weight: bold;
			color: #fff;
		}

.month {
	margin: 0 0 -1px 0;
	padding: 0 0 0 3px;
	line-height: 1.2em;
	font-size: 1.25em;
	font-weight: bold;
	color: #858585;
}

.calendar td {
	width: 33px;
	padding: 0 0 6px 0;
	line-height: 24px;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #858585;
}

		.calendar td span {
			font-size: 1.066em;
			font-weight: normal;
		}
		
		.calendar td strong {
			background: #858585;
			display: block;
			width: 27px;
			color: #fff;
		}

.prev-month {
	background: url(images/arrow-back.gif) no-repeat 0% 1px;
	padding: 0 0 1px 25px;
	margin: 7px 0 0 2px;
	line-height: 19px;
	font-size: 1.333em;
	color: #858585;
}

		.prev-month a {
			color: #858585;
		}

.picture-position {
	margin: 8px 0 40px 0;
}

.gallery {
	width: 100%;
	padding: 0 0 32px 0;
	overflow: hidden;
}

		.gallery li {
			float: left;
			padding: 0 16px 0 0;
		}
		
		.gallery li.extra {
			padding: 0;
		}

.next {
	background: url(images/arrow-right.gif) no-repeat 100% 6px;
	margin: 0 6px 0 0;
	padding: 0 21px 0 0;
	float: right;
	text-decoration: none;
	font-size: 1.333em;
	font-weight: bold;
	color: #9f0c0e;
}

		.next:hover {
			text-decoration: underline;
		}

.prev {
	background: url(images/arrow-left.gif) no-repeat 0% 6px;
	margin: 0 6px 13px 0;
	padding: 0 0 0 22px;
	float: left;
	text-decoration: none;
	font-size: 1.333em;
	font-weight: bold;
	color: #9f0c0e;
}

		.prev:hover {
			text-decoration: underline;
		}

#contact-form {
	width: 239px;
	padding: 5px 0 33px 0;
}

		#contact-form label {
			display: block;
			width: 100%;
			height: 33px;
			overflow: hidden;
		}
		
		#contact-form input {
			background: #fff;
			width: 229px;
			height: 18px;
			padding: 0 3px 2px 3px;
			float: left;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.333em;
			color: #858585;
		}
		
		#contact-form textarea {
			background: #fff;
			width: 229px;
			height: 216px;
			padding: 3px;
			float: left;
			overflow: auto;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.333em;
			color: #858585;
		}
		
		#contact-form a {
			background: url(images/arrow-right.gif) no-repeat 1px 6px;
			margin: 18px 0 0 8px;
			padding: 0 2px 0 23px;
			float: right;
			text-decoration: none;
			line-height: 1.2em;
			font-size: 1.333em;
			font-weight: bold;
			color: #9f0c0e;
		}
		
		#contact-form a:hover {
			text-decoration: underline;
		}

#footer {
	background: url(images/footer.png) no-repeat 0% 10px;
	width: 100%;
	height: 117px;
	overflow: hidden;
}

		#footer p {
			padding: 17px 0 0 23px;
			font-size: 1.25em;
			color: #2a2a2a;
		}
		
		#footer p a {
			margin: 0 0 0 12px;
			text-decoration: none;
			color: #990c0e;
		}
		
		#footer p a:hover {
			text-decoration: underline;
		}
