@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/subpage1_01.jpg) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #796A45;
}

body.home {
	background-image: url(images/bg01.jpg);
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 28px;
	color: #AD070E;
}

h2.style1 {
	margin: 0px;
}

h3 {
	font-size: 19px;
	color: #513003;
}

h3.style2, h4 {
	margin-bottom: 14px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #114883;
}

p, ol, ul {
	margin: 0px 0px 20px 0px;
	line-height: 200%;
	text-align: justify;
}

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

ul li {
	padding-left: 14px;
	background: url(images/homepage10.gif) no-repeat left center;
}

a {
	color: #114883;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 5px 20px 0px 0px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	border: 6px solid #F5B18A;
}

.thumbnails img {
	margin-left: 32px;
}

.thumbnails img.first {
	margin: 0px;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 974px;
	height: 109px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 540px;
	height: 109px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
	margin: 0px;
	text-indent: -999em;
}

#logo h1 a {
	display: block;
	height: 109px;
}

/** MENU */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 64px 0px 0px 0px;
	list-style: none;
}

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

#menu a {
	float: left;
	width: 104px;
	height: 30px;
	margin: 0px 1px 0px 0px;
	padding: 15px 0px 0px 0px;
	background: url(images/homepage02.jpg) no-repeat left top;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

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

#menu .active a {
	background-image: url(images/homepage03.jpg);
}

/** PAGE */

#page {
	width: 874px;
	margin: 0px auto;
	padding: 70px 50px 0px 50px;
	background: #FFFFFF url(images/bg02.jpg) no-repeat left top;
}

/** CONTENT */

#content {
	float: left;
	width: 570px;
}

.home #content {
	width: 447px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 	265px;
}

.home #sidebar {
	width: 	389px;
}

/** FOOTER */

#footer {
	background: #E1E6E4;
}

#footer p {
	margin: 0px;
	padding: 25px 0px 50px 0px;
	text-align: center;
	color: #9EA0A0;
}

#footer .legal {
}

#footer .links {
}

/** BOX1 */

#box1 {
	width: 974px;
	margin: 0px auto;
}
