* {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #460;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #EEE url(../images/body.png) repeat-x;
	border-top: 10px solid #460;
	color: #036;
	font: normal 12px Arial, sans-serif;
	padding-top: 20px;
}

form input, form select, form textarea {
	background-color: #FFF;
	border: 1px solid #DDD;
	color: #333;
	font: normal 12px Arial, sans-serif;
	margin-top: 4px;
	padding: 4px;
	width: 200px;
}

form label {
	display: block;
	margin-top: 10px;
}

form select {
	padding: 3px;
}

h1 {
	height: 100px;
}

h1 span {
	display: none;
}

h2 {
	border-bottom: 1px solid #DDD;
	font: normal 22px Arial, sans-serif;
	margin-top: 20px;
	padding-bottom: 5px;
}

h2.first {
	margin-top: 0;
}

h3 {
	font: bold 16px Arial, sans-serif;
	margin-top: 10px;
	color: #8B8B8B;
}

h4 {
	color: #460;
	font: normal 14px Arial, sans-serif;
	margin-top: 10px;
}

h5 {
	border-bottom: 1px solid #DDD;
	font: bold 14px Arial, sans-serif;
	margin-top: 20px;
	padding-bottom: 5px;
}

p {
	margin-top: 10px;
}

table {
	background-color: #F9F9F9;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	font-size: 11px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

table th {
	background: #DDD url(../images/dark_grey_bg.png) repeat-x;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
	border-top: 1px solid #FFF;
	font-weight: bold;
	padding: 5px;
}

table td {
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
	border-top: 1px solid #FFF;
	padding: 5px;
}

ul {
	list-style-type: disc;
	margin-top: 10px;
}

ul li {
	margin: 5px 0 0 20px;
}

.hi {
	background: #FFF;
}

.button {
	margin: 0;
	width: auto;
}

.small {
	width: 100px;
}

.center {
	text-align: center;
}

.error {
	background-color: #FAF2F2;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	color: #900;
	padding: 5px 10px 10px 10px;
}

.even {
	background-color: #F3F3F3;
}

.icon {
	margin-top: -1px;
	vertical-align: text-top;
}

.left {
	float: left;
}

.over {
	background-color: #FFC;
}

.right {
	float: right;
}

.success {
	background-color: #F2F7F2;
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
	color: #060;
	padding: 10px;
}

#banners {
	margin-top: 2px;
}

#contact {
	background: #FFF url(../images/contact.png) no-repeat;
	height: 384px;
	margin-top: 10px;
	padding: 10px 0 20px 20px;
	width: 330px;
}

#content {
	background: #FFF url(../images/content.png) repeat-x;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	height: 1%;
	padding: 20px 10px;
	overflow: hidden;
}

#footer {
	background: #FFF url(../images/footer.png) repeat-x;
	border-top: 1px solid #DDD;
	font-size: 11px;
	padding: 10px 0 20px 0;
	_padding-top: 20px;
	text-align: center;
	height: 1%;
}

#left {
	border-right: 2px dotted #DDD;
	float: left;
	padding: 0 20px 20px 0;
	width: 540px;
}

#location {
	background: #FFF url(../images/footer.png) repeat-x;
	padding: 1px 10px 10px 10px;
	text-align: center;
	line-height: 12px;
}

#location p.first {
	margin-top: 5px;
}

#location a {
	color: #8B8B8B;
}

#map {
	border: 2px solid #DDD;
	height: 160px;
	margin-top: 5px;
	width: 365px;
}

#navigation {
	background: #FFF url(../images/bg.png) 0 10px repeat-x;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	text-align: right;
	height: 1%;
}

#navigation li {
	display: inline;
	margin: 0 0 0 -4px;
}

#navigation li a {
	color: #036;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}

#navigation li a:hover {
	background: #FFF url(../images/bg.png) repeat-x;
	text-decoration: none;
}

#right {
	float: right;
	margin-bottom: 20px;
	width: 150px;
}

#wrapper {
	background: #FFF;
	border: 4px solid #FFF;
	border-bottom: 0;
	width: 750px;
	float: left;
}

#lateral {
	border: 2px solid #FFF;
	width: 215px;
	float: right;
}

#wrapper_b {
	overflow: hidden;
	height: 1%;
	width: 985px;
	margin: 0 auto;
}