.adsright {
	float:right;
	width:120px;
	height:5px;
	}
	
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #7F2900;
}

h1, h2 {
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-weight: normal;
}

h1 {
}

h2 {
	font-size: 24px;
}

h3 {
	margin-bottom: 8px;
	font-size: 11px;
	color: #698F0D;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #727272;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	
	line-height: 150%;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}


.list1 li {
	padding: 10px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 .date {
	float: left;
	width: 40px;
	height: 44px;
	padding: 3px 0px 0px 0px;
	background: url(images/homepage11.gif) no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
}

.list1 .date span {
	display: block;
	padding: 4px 0px 0px 0px;
	font-weight: normal;
	font-size: 18px;
}

.list1 h3 {
	display: inline;
	margin: 0px 0px 0px 14px;
	color: #727272;
}

.list1 p {
	margin: 0px 0px 0px 54px;
	line-height: normal;
}

.list1 .more {
	display: block;
	padding-top: 5px;
	background-position: 0px 10px;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}


.list2 li {
	padding: 5px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list2 .first {
	background: none;
}

.list2 .date {
	float: left;
	width: 40px;
	height: 44px;
	padding: 3px 0px 0px 0px;
	background: url(images/homepage11.gif) no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
}

.list2 .date span {
	display: block;
	padding: 4px 0px 0px 0px;
	font-weight: normal;
	font-size: 18px;
}

.list2 h3 {
	display: inline;
	margin: 0px 0px 0px 14px;
	color: #727272;
}

.list2 p {
	margin: 0px 0px 0px 54px;
	line-height: normal;
}

.list2 .more {
	padding-left: 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}
.list2 .more a{
text-decoration:none;
}
/** LINKS */

a {
	color: #00B0C7;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 11px;
	font-size: 11pt;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

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

form li {
	margin-bottom: 10px;
}

form label {
	float: left;
	width: 100px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
	color: #1C1C1C;
}

form .input-submit {
	width: 56px;
	height: 18px;
	padding: 0px;
	background: url(images/homepage09.gif) no-repeat left top;
	border: none;
	font-size: 10px;
	color: #FFFFFF;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: 0px;
	border-color: black;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	height: 3px;
	margin: 0px auto;
}

/** WRAPPER */

#wrapper {
	background: #FFFFFF url(images/homepage02.gif) repeat-x left top;
}

/** HEADER */

#header {
	width: 890px;
	height: 0px;
}

/** LOGO */

#logo {
	width: 366px;
	height: 69px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	color:white;
	padding: 52px 0px 10px 10px;
	
}

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

#menu li {
	float: left;
}

#menu a {
	
	height: 0px;
	letter-spacing: -1px;
	font-weight:bold;
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #DDE3F3;
}

#menu .active a {
	background: url(images/homepage05.jpg) repeat-x left top;
	color: #604934;
}

/** HEADER2 */

#header2 {
	width: 890px;
	height: 200px;
	margin: 0px auto;
}

/** BANNER */

#banner {
	float: left;
}

/** SEARCH */

#search {
	float: left;
	width: 290px;
	margin-top: 4px;
}

#search .title {
	margin-bottom: 15px;
	font-size: 18px;
}

#search .content {
	height: 138px;
}

#search .input-submit {
	float: left;
}

#search ul {
	margin: 0px;
}

#search a {
	float: right;
	padding-right: 20px;
}

/** PAGE */

#page {
	width: 880px;
	margin: 0px auto;
	padding-bottom: 5px;
	padding-right: 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 500px;
	padding-right:5px;
}

/** SIDEBAR */

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

/** FOOTER */

#footer {
	height: 90px;
	background: url(images/homepage03.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #FFC490;
}

/** BOX STYLE A */

.boxA {
	padding: 5px;
	background: #FFFFFF;
	border: 3px solid #EDEDED;
}

.boxA .title {
	padding: 10px 20px 0px 20px;
}

.boxA .content {
	padding: 0px 20px 15px 20px;
	background: url(images/homepage07.jpg) repeat-x left bottom;
	font-size: 12pt;
}

/** BOX STYLE B */

.boxB {
	padding: 15px 15px 3px 15px;
	background: #FFD3A7 url(images/homepage13.gif) repeat-x left top;
	border: 1px solid #FFE8D1;
}

/** ITEM BOX */

.item {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #E4E2E2;
}

.item .bg {
	padding: 6px;
	background: #F8F8F8 url(images/homepage18.gif) repeat-x left bottom;
}

.item .image {
	float: left;
}

.item .info {
	margin: 0px 0px 0px 90px;
	padding: 0px;
	list-style: none;
}

.item .info li {
	height: 18px;
}

.item li b {
	float: left;
}

.item li span {
	float: right;
}

.item .more {
	height: 18px;
	padding: 0px 0px 0px 8px;
	background: url(images/homepage09.gif) no-repeat left center;
}

.item .more a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

/** BOX1 */

#box1 {
	padding-bottom: 0px;
}

#box1 .item {
	float: left;
	width: 242px;
	height: 112px;
}

#box1 .bg {
	height: 100px;
}

#box1 .alt {
	margin: 0px 0px 19px 19px;
}

#box1 .title {
	position: relative;
}

/** BOX2 */

#box2 {
}

#box2 .item {
	height: 112px;
	margin-top: 20px;
}

#box2 .item .bg {
	height: 100px;
}

#box2 .item h3 {
	margin-left: 90px;
}

#box2 .info li {
	float: left;
	width: 150px;
	padding-right: 30px;
}

#box2 .info .more {
	margin-top: 15px;
}