html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8C8C8C;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arvo', serif;
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #DFCEA1;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 960px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 156px;
}

/** LOGO */

#logo {
	float: left;
	width: 480px;
	height: 156px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	width: 100%;
	height: 76px;
	letter-spacing: -2px;
	padding: 80px 0px 0px 25px;
	text-decoration: none;
	font-size: 38px;
	color: #897457;
}

#logo h1 span {
	color: #897457;
}

/** SEARCH */

#search {
	float: right;
	width: 300px;
	height: 156px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#search form {
	margin: 0px;
	padding: 95px 0px 0px 35px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input.blank {
	color: #7C7768;
}

#search-text {
	outline: none;
	width: 200px;
	background: none;
	border: none;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #6B6B6B;
}

#search-submit {
	display: none;
}

/** BACKGROUNDS */

#bg1 {
	background-color: #DFCEA1;
	margin-top: 50px;
}

#bg2 {
	background: url(images/bg1_02.png) no-repeat left 60px;
}

#bg3 {
}

/** MENU */

#menu {
	height: 60px;
}

#menu ul {
	margin: 0px;
	padding: 23px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 20px;
}

#menu a {
	display: block;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #FFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 35px 0px;
}

.homepage #page {
	padding: 10px 0px 0px 0px;
}

/** CONTENT */

#content {
	float: right;
	width: 680px;
}

.twocolumn2 #content {
	float: left;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
}

.twocolumn2 #sidebar {
	float: right;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 100px;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #C5C5C5;
}

/** FOOTER BAR */

#footer-bar {
	overflow: hidden;
	background: #DFCEA1;
}

/** THREE COLUMNS */

#three-columns {
	overflow: hidden;
	width: 910px;
	padding: 40px 25px 20px 25px;
	color: #999;
}

#three-columns h2 {
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	color: #FFFFFF;
}

#column1 {
	float: left;
	width: 225px;
	margin-right: 30px;
}

#column2 {
	float: left;
	width: 430px;
}

#column3 {
	float: right;
	width: 180px;
}

/** BOX BG 1 */

.box1-style {
	overflow: hidden;
	background: url(images/subpage1_03.jpg) repeat-y left top;
}

.box1-style .bgtop {
	background: url(images/subpage1_02.jpg) no-repeat left top;
}

.box1-style .bgbtm {
	overflow: hidden;
	padding: 27px 25px 15px 25px;
	background: url(images/subpage1_04.jpg) no-repeat left bottom;
}

/** BOX BG 2 */

.box2-style {
	overflow: hidden;
	background: url(images/subpage1_06.jpg) repeat-y left top;
}

.box2-style .bgtop {
	background: url(images/subpage1_05.jpg) no-repeat left top;
}

.box2-style .bgbtm {
	overflow: hidden;
	padding: 30px 40px 20px 40px;
	background: url(images/subpage1_07.jpg) no-repeat left bottom;
}

/** BOX BG 3 */

.box3-style {
	overflow: hidden;
	background: url(images/subpage2_02.jpg) repeat-y left top;
}

.box3-style .bgtop {
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

.box3-style .bgbtm {
	overflow: hidden;
	padding: 30px 40px;
	background: url(images/subpage2_03.jpg) no-repeat left bottom;
}

/** BOX STYLE 1 */

.box-style1 .title1 {
	text-transform: capitalize;
	font-size: 34px;
	color: #A6B896;
}

.box-style1 .title2 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arvo', serif;
	font-size: 20px;
	color: #827159;
}

.box-style1 .title3 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-family: 'Arvo', serif;
	font-size: 14px;
	color: #8C8C8C;
}

.box-style1 .title4 {
	font-family: 'Arvo', serif;
	font-size: 20px;
	color: #D8BD93;
}

.box-style1 .title5 {
	padding: 5px 0px 0px 0px;
	line-height: 1;
	font-family: 'Arvo', serif;
	font-size: 14px;
	color: #66462C;
}

.box-style1 .title6 {
	padding: 0px 0px 20px 0px;
	font-family: 'Arvo', serif;
	font-size: 20px;
	color: #DFCEA1;
}

/** LINK STYLE 1 */

.link-style1 {
	display: inline-block;
	height: 31px;
	background: url(images/homepage03.gif) repeat-x left top;
}

.link-style1 a {
	display: inline-block;
	height: 31px;
	background: url(images/homepage02.gif) no-repeat left top;
	text-decoration: none
}

.link-style1 span {
	display: inline-block;
	height: 28px;
	margin: 0px;
	padding: 3px 20px 0px 20px;
	background: url(images/homepage04.gif) no-repeat right top;
	text-decoration: none;
	font-family: 'Arvo', serif;
	font-size: 15px;
	color: #FFFFFF;
}

/** LINK STYLE 2 */

.link-style2 {
	display: block;
	float: left;
	width: 146px;
	height: 34px;
	margin-right: 14px;
	padding: 7px 0px 0px 30px;
	background: url(images/bg2_02.gif) no-repeat left top;
	text-decoration: none;
	font-family: 'Arvo', serif;
	font-size: 14px;
	color: #FFFFFF;
}

/** LINK STYLE 3 */

.link-style3 {
	display: block;
	float: left;
	width: 146px;
	height: 34px;
	padding: 7px 0px 0px 30px;
	background: url(images/bg2_03.gif) no-repeat left top;
	text-decoration: none;
	font-family: 'Arvo', serif;
	font-size: 14px;
	color: #FFFFFF;
}


/** BOX 1 */

#box1 {
	overflow: hidden;
	width: 250px;
	margin-bottom: 30px;
}

#box1 .content {
	line-height: 1;
	background-image: url(images/news190.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 127px;
}

#box1 .text1 {
	line-height: 160%;
}

/** BOX 2 */

#box2 {
	overflow: hidden;
	width: 250px;
	margin-bottom: 30px;
}

/** BOX 3 */

#box3 {
	overflow: hidden;
	width: 250px;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 15px 0px 10px 0px;
	background: url(images/homepage05.gif) repeat-x left top;
}

ul.style1 a {
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8C8C8C;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .date {
	font-size: 12px;
	color: #C6C6C6;
}

ul.style1 .first {
	background: none;
	padding-top: 0px;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

ul.style2 li {
	float: left;
	margin-right: 13px;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

ul.style3 li {
	padding-bottom: 10px;
}

ul.style3 a {
	text-decoration: none;
	color: #8C8C8C;
}

ul.style3 a:hover {
	text-decoration: underline;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	width: 175px;
	height: 162px;
	margin-bottom: 30px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 6px;
	left: 8px;
}

.image-style1a span {
	background: url(images/pics01.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	position: relative;
	float: left;
	width: 175px;
	height: 162px;
	margin-top: 7px;
	margin-right: 25px;
}

.image-style2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 170px;
}

.image-style2 img {
	position: absolute;
	top: 6px;
	left: 8px;
}

.image-style2a span {
	background: url(images/pics001.png) no-repeat left top;
}

#colA {
	float: left;
	width: 175px;
	margin-right: 40px;
}

#colA .title6, #colB .title6, #colC .title6 {
	padding-bottom: 10px;
}

#colB {
	float: left;
	width: 175px;
}

#colC {
	float: right;
	width: 175px;
}

/** BANNER */

#banner {
	width: 530px;
	height: 235px;
	padding: 60px 370px 0px 60px;
}

#banner h2 {
	text-shadow: 1px 2px 2px #5D422C;
	font-size: 38px;
	color: #FFFFFF;
}

#banner .text1 {
	text-shadow: 1px 1px 1px #5C392A;
	font-family: 'Arvo', serif;
	font-size: 18px;
	color: #E7C5AF;
}
.homepage #bg1 #bg2 #bg3 #banner h2 .text2 {
	font-size: 18px;
	color: #FFF;
}
.breadcrump {
	color: #FFF;
}
