
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #272727 url(images/homepage01.gif) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7A7A7A;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arvo', serif;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
	color: #464646;
}

a {
	color: #A81400;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	height: 194px;
	background: url(images/bg2_01.jpg) no-repeat center top;
}

#header {
	overflow: hidden;
	width: 900px;
	height: 194px;
	padding: 0px 50px;
	background: url(images/bg1_01.jpg) no-repeat left top;
}

/** LOGO */

#logo {
	float: left;
	width: 270px;
	height: 193px;
}

#logo h1 {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	padding: 130px 0px 0px 0px;
	letter-spacing: -2px;
	text-decoration: none;
	text-shadow: 1px 2px 2px #550C04;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: normal;
	color: #FFFFFF;
}

/** MENU */

#menu {
	float: right;
	width: 630px;
	height: 193px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 130px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-left: 5px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	text-shadow: 1px 2px 2px #550C04;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span {
	display: inline-block;
	height: 37px;
	padding: 0px 15px;
	line-height: 37px;
}

#menu li.active {
	background: url(images/homepage03.gif) repeat-x left top;
}

#menu li.active a {
	background: url(images/homepage02.gif) no-repeat left top;
}

#menu li.active span {
	background: url(images/homepage04.gif) no-repeat right top;
	text-shadow: 2px 2px 2px #171717;
}

/** PAGE */

#page {
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	background: url(images/bg1_03.gif) repeat-y left top;
}

#page-bgtop {
	overflow: hidden;
	width: 900px;
	padding: 30px 50px 10px 50px;
	background: url(images/bg1_02.gif) no-repeat left top;
}

/** CONTENT */

#content {
	float: left;
	width: 570px;
}

.two-column2 #content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	height: 176px;
	background: url(images/bg1_06.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 47px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #141414;
	color: #575757;
}

/** FOOTER CONTENT */

#footer-content-bg {
	background: url(images/bg1_05.gif) repeat-y left top;
}

#footer-content {
	overflow: hidden;
	width: 840px;
	padding: 50px 80px;
	background: url(images/bg1_04.gif) no-repeat left top;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-shadow: 2px 2px 2px #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #272727;
}

#footer-content #column1 {
	float: left;
	width: 510px;
}

#footer-content #column2 {
	float: right;
	width: 240px;
}

/** BANNER */

#banner {
	position: relative;
	width: 570px;
	height: 297px;
	margin: 0px auto;
	padding: 0px;
}

#banner .image {
}

#banner .image img {
	display: block;
}

#banner .caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 540px;
	height: 51px;
	padding: 0px 0px 0px 30px;
	background: url(images/bg2_02.png) no-repeat left top;
	line-height: 51px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #212121;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 18px;
	color: #FFFFFF;
}

#banner span {
	font-weight: bold;
}

#banner a {
	color: #FF611C;
}

/** BOX 1 */

#box1 {
	padding: 50px 30px;
	background: url(images/homepage07.gif) no-repeat right top;
}

#box1 h2 {
	display: block;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	color: #272727;
}

#box1 .byline {
	display: block;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #909090;
}

/** BOX 2 */

#box2 {
	height: 247px;
}

/** BOX 3 */


/** BOX 4 */

#box4 {
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	height: 51px;
	padding: 0px 30px;
	background: url(images/homepage11.jpg) no-repeat left top;
	letter-spacing: -1px;
	line-height: 51px;
	text-shadow: 1px 1px 1px #550C04;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.box-style1 .entry {
	padding: 30px;
	background: url(images/subpage1_01.gif) no-repeat left top;
}

.two-column2 .box-style1 .entry {
	background: url(images/subpage2_01.gif) no-repeat right top;
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	height: 51px;
	padding: 0px 30px;
	background: url(images/subpage1_02.jpg) no-repeat left top;
	letter-spacing: -1px;
	line-height: 51px;
	text-shadow: 1px 1px 1px #550C04;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.box-style2 .entry {
	padding: 30px;
	background: url(images/subpage1_03.gif) no-repeat right top;
}

.two-column2 .box-style2 .entry {
	background: url(images/subpage2_02.gif) no-repeat left top;
}

/** BOX STYLE 3 */

.box-style3 {
}

.box-style3 .title {
	height: 51px;
	padding: 0px 30px;
	background: url(images/subpage3_01.gif) no-repeat left top;
	letter-spacing: -1px;
	line-height: 51px;
	text-shadow: 1px 1px 1px #550C04;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.box-style3 .entry {
	padding: 30px;
	background: url(images/subpage1_03.gif) no-repeat right top;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	clear: both;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #DFDFDF;
}

ul.style1 h3 {
	display: block;
	padding: 0px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
}

ul.style1 .alignleft {
	float: left;
	margin-right: 20px;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/** LINK STYLE 1 */

.link-style1 {
	display: inline-block;
	height: 42px;
	margin-top: 10px;
	background: url(images/homepage09.gif) repeat-x left top;
}

.link-style1 a {
	display: inline-block;
	height: 42px;
	background: url(images/homepage08.gif) no-repeat left top;
	text-decoration: none;
}

.link-style1 span {
	display: inline-block;
	height: 42px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background: url(images/homepage10.gif) no-repeat right top;
	line-height: 42px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 2px 1px #171717;
	font-family: 'Arvo', serif;
	font-size: 15px;
	color: #FFFFFF;
}
