@charset "utf-8";

html {
	background-color: #fff;
	overflow: -moz-scrollbars-vertical !important;
}

body {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	font-family: georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	text-decoration: none;
}

.top {
	width: 1000px;
	height: 112px;
	background: #fff url('../images/topbg.png') 0 0 repeat-x;
}

.logo {
	float: left;
	width: 362px;
	height: 112px;
}

.searchmenu {
	float: right;
	width: 600px;
	height: 112px;
}

.search {
	float: left;
	width: 330px;
	height: 22px;
	margin-left: 59px;
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

.searchbox {
	width: 237px;
	height: 18px;
	border: 1px solid #999;
	text-align: left;
	font-size: 10px;
	color: #939393;
}

.searchbutton {
	width: 33px;
	height: 22px;
	border: 0px;
	vertical-align: top;
}

.icons {
	float: right;
	width: 71px;
	height: 15px;
	margin-top: 22px;
	margin-right: 12px;
}

.home {
	float: left;
	width: 17px;
	height: 15px;
	background: url('../images/home.png') 0 -15px no-repeat;
}

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

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

.contact {
	float: right;
	width: 17px;
	height: 15px;
	background: url('../images/email.png') 0 -15px no-repeat;
}

.contact a {
	display: block;
	width: 17px;
	height: 15px;
	overflow: hidden;
	background: url('../images/email.png') 0 0px no-repeat;
}

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

.menubar {
	float: right;
	text-align: right;
	margin-top: 25px;
	width: 600px;
	height: 15px;
}

.footmenubar {
	float: left;
	text-align: left;
	margin-top: 10px;
	width: 600px;
	height: 15px;
}

.menu {
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #797979;
}

.footmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
}

.menu a:link { text-decoration: none; font-weight: 700; color: #797979; }
.menu a:visited { text-decoration: none; font-weight: 700; color: #797979; }
.menu a:hover { text-decoration: underline; font-weight: 700; color: #f60; }
.menu a:active { text-decoration: underline; font-weight: 700; color: #f60; }

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

.thedate {
	float: right;
	text-align: right;
	padding-right: 5px;
	width: 575;
	height: 22px;
	margin-top: 15px;
	color: #fff;
}

.headerflash {
	clear: both;
	float: left;
	width: 1000px;
	height: 295px;
	margin-top: 1px;
	margin-bottom: 15px;
	background-color: #000;
}

.left {
	float: left;
	width: 333px;
	min-height: 415px;
}

.leftform {
	float: left;
	width: 313px;
	border: 1px solid #c5c3c3;
	background-color: #dad5c5;
	padding: 10px;
	line-height: 1.5;
}

.right {
	float: right;
	text-align: left;
	width: 623px;
	min-height: 415px;
	padding: 10px;
	line-height: 1.5;
}

.title {
	font-size: 14px;
	font-weight: 700;
	color: #626363;
}

.sideform {
	width: 237px;
	border: 1px solid #c5c3c3;
	background-color: #fff;
}

.sideselect {
	width: 237px;
	border: 1px solid #c5c3c3;
	background-color: #fff;
	font-size: 12px;
}

.center {
	float: left;
	width: 1000px;
}

.footer {
	clear: both;
	float: left;
	width: 1000px;
	height: 93px;
	margin-top: 20px;
	background: #fff url('../images/footerbg.png') 0 0 repeat-x;
}

.footleft {
	float: left;
	width: 268px;
	height: 93px;
}

.footmid {
	float: left;
	width: 100px;
	height: 93px;
}

.footright {
	float: left;
	width: 632px;
	height: 93px;
}

.copyright {
	float: left;
	margin-top: 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

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