html {
	background: #fff url('../images/bg.png') 0 0 repeat-x;
}


body {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	font-family: 'arial, helvetica', sans-serif;
	font-size: 12px;
	color: #666;
}

a:link { text-decoration: none; font-weight: 700; color: #c60; }
a:visited { text-decoration: none; font-weight: 700; color: #996; }
a:hover { text-decoration: none; font-weight: 700; color: #f96; }
a:active { text-decoration: none; font-weight: 700; color: #960; }

div.media a:link { text-decoration: none; font-weight: 700; color: #fff; }
div.media a:visited { text-decoration: none; font-weight: 700; color: #fff; }
div.media a:hover { text-decoration: underline; font-weight: 700; color: #fff; }
div.media a:active { text-decoration: underline; font-weight: 700; color: #fff; }

.header { width: 1000px; height: 111px; background-color: #ffffff; }
.logo { float: left; width: 535px; height: 111px; }

.datesearch {
	float: right;
	margin-right: 80px;
	padding-top: 15px;
	width: 385px;
	height: 96px;
	text-align: right;
	color: #97905c;
	background:#ffffff;
}

.topmenu {
	position: absolute;
	top: 0px;
	left: 923px;
	width: 77px;
	height: 192px;
	background: url('../images/topmenu-bg.png') 0 0 no-repeat;
}

div.homeicon {
	margin-top: 11px;
	margin-left: 19px;
	width: 34px;
	height: 45px;
	background: url('../images/home.png') 0 -45px no-repeat;
}

div.homeicon a {
	display: block;
	width: 34px;
	height: 45px;
	overflow: hidden;
	background: url('../images/home.png') 0 0 no-repeat;
}

div.homeicon a:hover { background-image: none; }
div.homeicon a:active { background-image: none; }

div.contacticon {
	margin-top: 11px;
	margin-left: 13px;
	width: 47px;
	height: 45px;
	background: url('../images/contact.png') 0 -45px no-repeat;
}

div.contacticon a {
	display: block;
	width: 47px;
	height: 45px;
	overflow: hidden;
	background: url('../images/contact.png') 0 0 no-repeat;
}

div.contacticon a:hover { background-image: none; }
div.contacticon a:active { background-image: none; }

div.sitemapicon {
	margin-top: 11px;
	margin-left: 15px;
	width: 45px;
	height: 45px;
	background: url('../images/sitemap.png') 0 -45px no-repeat;
}

div.sitemapicon a {
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	background: url('../images/sitemap.png') 0 0 no-repeat;
}

div.sitemapicon a:hover { background-image: none; }
div.sitemapicon a:active { background-image: none; }

.search {
	float: right;
	margin-top: 10px;
	width: 198px;
	height: 36px;
	text-align: left;
	vertical-align: middle;
	font-family: 'arial, helvetica', sans-serif;
	font-size: 12px;
    font-style: normal;
    font-weight: 700;
	color: #97905c;
	line-height: 18px;
}

.searchbox {
	width: 160px;
	border: 1px solid #97905c;
	margin-left: 2px;
	text-align: left;
	font-size: 10px;
	color: #939393;
}

input, select, textarea {
	border: 1px solid #97905c;
	font-size: 12px;
	color: #939393;
}

.searchbutton {
	width: 24px;
	height: 17px;
	border: 1px solid #8e9b30;
	vertical-align: top;
}

.mainwrapper { width: 1000px; min-height: 823px; }
.flash { float: left; width: 364px; height: 823px; }
.right { float: right; width: 636px; min-height: 823px; }
.contentwrapper { width: 636px; min-height: 642px; }

.content {
	float: left;
	width: 511px;
	min-height: 622px;
	padding: 10px;
	font-family: 'verdana', sans-serif;
	text-align: justify;
	line-height: 1.54;
}

.rightside { float: right; width: 105px; }
.rightmenu { width: 99px; }

span.menuitem {
	font-family: 'Times New Roman', Courier, Garamond, serif;
	font-size: 13px;
	font-weight: 700;
}

span.submenuitem {
	display: block;
	margin-left: 17px;
	font-family: 'Times New Roman', Courier, Garamond, serif;
	font-size: 10px;
	font-weight: 400;
	color: #666;
}

span.divider {
	display: block;
	width: 77px;
	height: 1px;
	margin-left: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #cad3b7;
}

span.menuitem a:link { text-decoration: none; color: #666; }
span.menuitem a:visited { text-decoration: none; color: #666; }
span.menuitem a:hover { text-decoration: none; color: #bc4343; }
span.menuitem a:active { text-decoration: none; color: #bc4343; }

.footer {
	width: 980px;
	height: 67px;
	padding: 10px;
	background: url('../images/footerbg.png') 0 0 repeat-x;
}

span.footerlinks a:link { text-decoration: none; font-weight: 400; color: #666; }
span.footerlinks a:visited { text-decoration: none; font-weight: 400; color: #666; }
span.footerlinks a:hover { text-decoration: none; font-weight: 400; color: #bc4343; }
span.footerlinks a:active { text-decoration: none; font-weight: 400; color: #bc4343; }

table, tr, td { line-height: 1.25; }
ul { margin-left: 15px; padding-left: 0px; }
