/*----------------------------------------------
---BANNER
----------------------------------------------*/
#banner{
	background-repeat: repeat-x;
	background-image: url(images/smallbanner.png);
	width: 100%;
	min-width: 960px;
	background-color: #703d6f;
	height: 100px;
	text-indent: -9999px;
	position: relative;
}
.endtag{
	height: 100px;
	background: url(images/endtag.png);
	background-position: right;
	background-repeat: no-repeat;
}
h1{
	width: 663px;
	height: 100px;
	background: url(images/contact/contactbanner.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 0 0 0 100px;
}
/*----------------------------------------------
---BOARD INFO
----------------------------------------------*/
#boardinfo{
	width: 520px;
	padding: 10px;
	float: left;
}
h2.maintitle{
	color: #703d6f;
	font-size: 1.4em;
	padding: 20px 0 10px 20px;
	border-bottom: 1px #703d6f solid;
}

#board li{
	padding: 20px 0;
	border-bottom: 1px #ddd dashed;
}
#board ul.board-info{
	margin-top: 2px;
	margin-left: 10px;
}
#board li .board-info li {
	padding: 0 0 0 15px;
	border-bottom: none;
}
#board li .position{
	margin-bottom: 10px;
}
#board li .board-info li.email, #board li .board-info li.aim{
	display: block;
	width: 235px;
	height: 20px;
	float: left;
	background: url(images/contact/email.png) no-repeat;
	text-indent: 5px;
	margin-top: 10px;
}

#board li .board-info li.aim{
	background: url(images/contact/aim.png) no-repeat;
}
#board li .board-info li.email{
	background-position-y: 2px;
}
#board li.lastboard{
	border-bottom: none;
}
/*----------------------------------------------
---CONTACT BOX
----------------------------------------------*/
#contactbox{
	width: 400px;
	background: url(images/tray.png) repeat-y;
	float: right;
	position: relative;
	margin-top: 50px;
}
#contactbox .traytop{
	height: 40px;
	background: url(images/traytop.png);
}
#contactbox .insidetray{
	padding: 0 52px 14px 40px;
	width: 308px
}
#contactbox .insidetray h2{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	clear: both;
}
#contactbox .traybottom{
	height: 40px;
	background: url(images/traybottom.png);
	clear: both;
}
#contactbox form{
	margin-top: 5px;
}
#contactbox .label{
	width: 80px;
	float: left;
	margin: 10px 0;
}
#contactbox .insidetray input, #contactbox .insidetray textarea{
	float: left;
	margin: 10px 0;
	overflow: hidden;
}
.footnote {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: .8em;
	height: 40px;
}
#contactbox .insidetray input.submit{
	float: none;
	margin-left: 240px;
	clear: both;
}
.error{
	padding: 10px 20px;
	margin: 10px;
	border: 1px solid #D14F41;
	background: #ffc3ae;
	line-height: 25px;
}
.error span{
	display: block;
	font-size: .8em;
}
.success{
	padding: 10px 20px;
	margin: 10px;
	border: 1px solid #9DBC6F;
	background: #D0D696;
	line-height: 25px;
}
#contactbox .signup a{
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 200px;
	margin: 10px 0;
	background: url(images/home/signupnow.png);
}
#contactbox .signup{
	background-position: 0 -50px;
}
