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




.formfield {
	font-family: Verdana, Arial, sans-serif; font-size: 12px; padding: 2px; border: 1px solid #a5acb2;
}


.initialpost {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold; 
	text-align: center; 
	margin: 50px; 
	font-size: 18px
}

.initialtext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 10px 10px 0px 10px;
}


.submitbutton {
	color: #c44828;
	font-weight: bold;
	overflow: visible;
	padding-left: 2px;
	padding-right: 2px;
}

a {
	color: #000000;
}

.banner {
	width: 100%;
	min-width: 788px;
	height: 90px;
	border-left: 1px solid #d99b2e;
	border-right: 1px solid #d99b2e;
	background: url(images/bg_top.jpg) repeat-x;
}

.logotagline {
	color: #ffffff;
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	margin-left: 10px;
	margin-top: 10px;
}

.logotagline2 {
	color: #ffffff;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	line-height: 16px;
}

.mainwrapper {
	width: 100%;
	min-width: 788px;
	border-left: 1px solid #d99b2e;
	border-right: 1px solid #d99b2e;
	border-bottom: 2px solid #c44828;
	background: #ffffff;
}

.leftcontent {
	float: left;
	width: 20%;
	min-width: 140px;
	padding: 10px 20px 10px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.postcontent {
	float: left;
	width: 50%;
	min-width: 368px;
	background: #f2f2f2;
	min-height: 550px;
}

.postcontentsingle {
	float: left;
	width: 50%;
	min-width: 368px;
	background: #f2f2f2;
	min-height: 400px;
}

.plaincontent {
	float: left;
	width: 50%;
	min-width: 368px;
	background: #f2f2f2;
	min-height: 300px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
}




.formcontent {
	float: left;
	width: 50%;
	min-width: 368px;
	background: #ffffff;
	min-height: 550px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.rightcontent {
	float: left;
	width: 20%;
	min-width: 170px;
	padding: 10px 10px 10px 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.content {
	margin-bottom: 10px;
}

.content li {
	margin-top: 0px;
	margin-left: -20px;
}
.formheader {
	margin: 20px 5px 0px 5px;
	font-weight: bold;
}

.formtext {
	margin: 10px 5px 0px 5px;
}

.formelement {
	margin: 5px 5px 0px 5px;
}
.formsubtext {
	margin: 0px 5px 5px 5px;
	font-size: 12px;
}


.postheader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px;
	background: #c44828;
}
.postbody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 8px;
	border-bottom: 1px solid #333333;
	background: #f2f2f2;
}

.pagenum {
	text-align: right;
	padding-right: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.noborder {
	border: none;
}

.box {
	background: #f2f1f1;

	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}

.boxtop {
	background: url('images/box_ubg.gif') repeat-x;
	height: 5px;

}

.boxbot {
	background: url('images/box_bbg.gif') repeat-x;
	height: 5px;
	margin-bottom: 10px;
}

.box-content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 8px;
	text-align: center;
}


.footer {
	width: 100%;
	min-width: 788px;
	border-left: 1px solid #d99b2e;
	border-right: 1px solid #d99b2e;
	border-bottom: 1px solid #d99b2e;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #ffffff;
}

.footer-text {
	padding: 5px;
}