@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	float: left;
	height: 90px;
	width: 960px;
}
#logo {
	float: left;
	height: 70px;
	width: 266px;
}
#logo_right {
	float: right;
	height: 47px;
	width: 287px;
}
#banner {
	float: left;
	height: 250px;
	width: 960px;
}
#navigation {
	float: left;
	height: 37px;
	width: 960px;
	border: 1px solid #529acc;
	background-color: #1c679a;
}
#navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 11px;
	background-image: url(images/border.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation a:hover {
	color: #BEEF74;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 11px;
	background-image: url(images/border.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#content_holder {
	float: left;
	width: 960px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
p {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#field_name_holder {
	float: left;
	height: 470px;
	width: 140px;
	font-weight: bold;
	color: #666666;
	line-height: 35.5px;
}
#form_box {
	float: left;
	width: 360px;
	border: 10px solid #d0ecff;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
}
#field_holder {
	float: left;
	height: 480px;
	width: 207px;
}
.small_field {
	margin-bottom: 12px;
	float: left;
	width: 200px;
	height: 20px;
}
.very_small_field {
	margin-bottom: 13px;
	float: left;
	width: 100px;
}
.big_field {
	margin-bottom: 13px;
	float: left;
	width: 200px;
}
.submit {
	background-color: #1c679a;
	float: left;
	height: 28px;
	width: 62px;
	color: #FFFFFF;
	font-weight: bold;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.reset {
	background-color: #1C679A;
	float: left;
	height: 28px;
	width: 62px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 20px;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left_content {
	float: left;
	width: 630px;
}
#right_contet {
	background-color: #d3e1ea;
	float: left;
	width: 260px;
	padding-left: 15px;
	margin-left: 20px;
}
.venue_box {
	float: left;
	height: 50px;
	width: 230px;
	line-height: 40px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 9px;
	margin-left: 3px;
}
#footer {
	background-color: #d9e1e7;
	float: left;
	height: 25px;
	width: 960px;
	color: #666666;
	text-align: center;
	padding-top: 15px;
	margin-top: 20px;
}
#agenda_box {
	float: left;
	height: 535px;
	width: 500px;
	border: 10px solid #d0ecff;
}
.agenda_time {
	float: left;
	width: 105px;
	margin-left: 30px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
