/* === General === */

* {
	margin:0;
	padding:0;
}

body {
	font: 12px/18px Sans-serif;
	text-align: center;
	background: #e4daad url(/images/bg.jpg) repeat-x scroll;
}

p {
	margin-bottom: 15px;
}

td {
	font: 12px/18px Sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1em;
}

a {
	color: #30c;
	text-decoration:none;
}
	
a:visited {
	color: #413960;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}

img {
	border: none;
}

ol {
	margin-left: 2em;
}

/* === Page === */

#page {
	width: 780px;
	background: url(/images/bg2.gif) repeat-y;
	background-color: #cfbd92;
	margin: 0 auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* === Header === */

#header {
	width: 760px;
	height: 93px;
	margin: 0 auto;
	background: url(/images/header.jpg) no-repeat;
}

#nav {
	width: 760px;
	margin: 0 auto;
	height: 27px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	float: left;
}

/* === Footer === */

#footer {
	clear: both;
	width: 760px;
	background-color:#e7d7b6;
	margin: 0 10px 0 10px;
	padding: 15px 0 15px 0;
	color: #252138;
	text-align: center;
}

#copyright {
	width: 760px;
	background-color:#cfbd92;
	margin: 0 10px 0 10px;
	padding: 15px 0 15px 0;
	font-size: 11px;
	color: #252138;
	text-align: center;
	letter-spacing: 1px;
}


/* === Top Page === */

#wrapper {
	width: 760px;
	margin: 0 10px 0 10px;
	background-color: #252138;
	text-align: left;

}

.topimage1 {
	width: 171px;
	float: left;
}

.topimage2 {
	width: 165px;
	float: left;
}

.toptext {
	width: 200px;
	float: left;
}

.topimage3 {
	margin-left: 16px;
	width: 350px;
	float: left;
}

.topimage1 img {
	width: 138px;
	padding: 0 11px 0 22px;
}

.topimage2 img {
	width: 138px;
	padding: 0 11px 0 16px;
}

.toptext p {
	color: #fff;
}

.button {
	margin-top: 8px;
}

.clearblock {
	clear: both;
	
	height: 20px;
}


/* === Inner Page === */

#wrapper2 {
    width: 780px;
	margin: 0 10px 0 10px;
    border: solid 10px #9ea2b1;
	background: #fff;
	text-align: left;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 740px;
}

.base {
    width: 740px;
	padding: 0 60px 0 60px;
	text-align: left;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 620px;
}

.searchtext {
	float: left;
	text-align: left;
	width: 410px;
	padding-left: 80px;
	padding-right: 20px;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 320px;
}

.searchimg {
	float: left;
	width: 330px;
	padding-right: 80px;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 240px;
}

li.bottomspace {
	margin-bottom: 5px;
}

.required {
	color: #C33;
}

.contactfield {
	line-height: 1.5em;
}

dt {
	color: #55558A;
	font-weight: bold;
	margin-bottom: 0.5em;
}

dd {
	margin-bottom: 1.6em;
	padding-left: 1em;
}