/* BoardUp.com CSS Document */

body {
	color:#505050;
	font:12px normal Arial, Helvetica, sans-serif;
	background:url(imgs/bg_body.gif) no-repeat 50% 0%;
}
a {color:#4d4d4d;text-decoration:none;}
html, body, h1, h2, h3, form, fieldset {margin:0;padding:0;}

#wrapper {
	width:800px;
	margin:0 auto;
}
#footerWrapper {
	width:800px;
	margin:0 auto;
}
#header {
	height:136px;
	position:relative;
	background:url(imgs/bg_header.jpg) no-repeat #fff;
}
#header h1, #header h3 {
	font-size:0px;
	line-height:0px;
	text-indent:-100000px;
	position:absolute;
}
#header h1 {background:url(imgs/h1.jpg); width:202px; height:42px; left:245px; top: 48px;}
#header h2 {position:absolute;left:62px; top: 88px;font-size: 14px; font-weight:normal;width:380px;text-align:right;line-height:1.3em;}
#header h3 { background:url(imgs/h3.jpg); width:283px; height:123px; left:483px; top: 13px; }
#header h3 em {display:none;}

.background {
	background:url(imgs/bg_wrapper.gif) repeat-x;
}
#content {
	background:url(imgs/bg_form.jpg) no-repeat;
	height:361px;
	position:relative;
}
#content form {
	width:210px;
	position:absolute;
	left:246px;
	top:43px;
}
#content form fieldset{border:0;}
#content form label{
	margin-left:7px;
	margin-bottom:6px;
	font-size:15px;
	color:#000;
	font-weight:bold;
	display:block;
}
#content form input{
	margin-left:7px;
	margin-bottom:11px;
	width:167px;
	height:26px;
	border:0px;
	padding: 8px 10px 2px 10px;
	font-size:16px;
}
#fullName {background:url(imgs/bg_name.jpg);}
#phone {background:url(imgs/bg_pnum.jpg);}
#zip {background:url(imgs/bg_zip.jpg);}
#content form input#sub {
	margin-left:0px;
	width:202px;
	height:55px;
	padding:0px;
	background:url(imgs/btn.jpg);
	font-size:0px;
	line-height:0px;
	text-indent:-100000px;
	cursor:pointer;
}

.rightColumn {
	width:230px;
	position:absolute;
	left:510px;
	top:42px;
	line-height:1.8em;
}

.wideColumn {
	width:480px;
	position:absolute;
	left:260px;
	top:16px;
	padding-top: 26px;
	line-height:1.8em;
	background:#fff;
	height: 279px;
}
.rightColumn {
	width:230px;
	position:absolute;
	left:510px;
	top:42px;
	line-height:1.8em;
}
.rightColumn h3 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	color:#6e6e6e;
}

#footer {
	padding:16px 55px;
	text-align:right;
}
#footer ul li{display:inline;font-weight:bold;padding-left:20px;}
#footer p{font-size:11px;}
#footer p.copy{color:#000;}
#footer a:hover {text-decoration:underline;}
