@charset "utf-8";
body {
	background-color: #a1b9cb;
	margin: 0;
}
#container {
	width: 760px;
	clear:both;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
}

#header {
	width: 760px;
	height: 104px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#banner {
	width: 702px;
	height: 263px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin: 8px 0 0 18px;
}

#content {
	margin-left: 8px;
	padding-top: 10px;
}

#form {
	width: 288px;
	float: left;
	margin-left: 10px;
	background-color: #F2F2F2;
}

#form p, #form label {
	margin: 0 8px 10px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#returnMessage {
	margin: 0 8px 10px 8px;
	color:#339;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.text {
	width: 266px;
	margin-bottom: 10px;
}

input#sendbutton {
	margin: 10px 0 0 8px;
}

#checkleft{
	width: 135px;
	float: left;
	margin-left: 5px;
}

#checkright{
	width: 140px;
	float: left;
}

#checkleft, #checkright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#bodytext {
	width: 400px;
	margin: -10px 0 0 28px;
	float: left;
}

#bodytext p, #bodytext label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 7pt;
	margin-bottom: 10pt;
}

ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#bodytext h2 {
	line-height: 0;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #22356b;
	margin: 28px 0 0 0;
	padding: 0;
}

#footer {
	width: 760px;
	height: 32px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}

#address {
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	font-size: 8pt;
	margin-left: 165px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.overlay {
	width: 100%; 
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.dialog {
	width: 30%;
	min-height: 20%;
	background: white;
	position: fixed;
	top: 25%;
	left: 35%;
	z-index: 99;
	padding: 20px;
	border: 1px solid #336;
	-moz-border-radius: 10pt;
}

.dialog p {
	color: #336;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#instructionText{
	color: #444;
	font-size: 10pt;
	font-weight: normal;
}

