/* ---------------------------------------------
Mashburn Construction Screen Style Sheet
author: Cyberwoven
version:  2009.03
----------------------------------------------- */
* {margin:0; padding:0; }

body { font:normal 12px/20px Arial, Helvetica, sans-serif; color:#371c1c; background:#0e0808 url(../images/bg.jpg) repeat-x; text-align:center; }

a { color:#8e1313; }
a:hover { color:#8e1313; text-decoration:none; }
p, hr { margin-bottom:18px; }
ul, ol, blockquote { margin:0 0 20px 25px; }

/* -- Reusables ------------------------------ */

.alt {display:none;}
.clear {clear:both; display:block; overflow:hidden; width:0; height:0;}
.inv { position:absolute; left:-9999px; }

table {text-align:left; border-spacing:0; margin-bottom:18px;}
table th {padding:2px 5px; border-bottom:1px solid #ddd; font-weight:bold; line-height:18px; text-align:left; color:#600;}
table td {padding:2px 5px; line-height:20px; border-bottom:1px solid #ddd; margin:0;}
table tr.even td {background-color:#eee;}

.floatleft {float:left;}
.floatright {float:right;}
.nofloat {float:none !important;}

/* -- Layout ---------------------------------- */
.wrapper { background:url(../images/headerbg.jpg) no-repeat center top; min-width:962px; position:relative; padding-right:0.5px; }
.container { width:962px; margin:0 auto; text-align:left; position:relative; }
#header { width:962px; height:120px; }
#content { width:932px; background:#0b0b0b url(../images/contentbg.gif) no-repeat; padding:0 15px; overflow:hidden; }
#subnav { width:933px; height:95px; background:url(../images/titlesbg.jpg) no-repeat; padding:25px 0 0 32px; }
#primary { width:933px; background:#d5cccc url(../images/contentareabg.gif) repeat-y; padding:0 0 25px 0; }
#leftcol { width:561px; float:left; padding:25px 15px 0 32px; }
#rightcol { width:325px; float:left; }
#rightcol img { border:none; }

body.home #footer { width:962px; height:13px; background:url(../images/footerhomebg.jpg) no-repeat; padding-top:18px; }
#footer { width:962px; height:13px; background:url(../images/footerbg.jpg) no-repeat; padding-top:25px; }

/* -- Header --------------------------------- */
#header h1 { text-indent:-9999px; margin-left:15px; }
#header h1 a { display:block; width:220px; height:105px; }
.mainnav { position:absolute; top:50px; left:400px; margin:0; }
	.mainnav li { display:inline; float:left; }
	.mainnav li a { display:block; height:36px; padding:20px 20px 0; font-size:16px; color:#a9a9a9; text-decoration:none; text-align:center; float:left; cursor:pointer; }
	.mainnav li a:hover { color:#a51b1b; }
	.mainnav li.active, .mainnav li.active a { color:#a51b1b; }

/* -- Subnav -------------------------------- */
.headernav { position:absolute; top:211px; left:48px; margin:0; }
	.headernav li { display:inline; color:#fff; font-size:12px; font-weight:bold; margin-right:15px; } 
	.headernav li a { color:#fff; font-weight:bold; text-decoration:none; }
	.headernav li a:hover { color:#fff; text-decoration:underline;}
	.headernav li.active, .headernav li.active a { color:#a51b1b; }

/* -- Homepage ------------------------------- */
#homeflash { line-height:0; background:url(../images/flashreplace.jpg) no-repeat; width:933px; height:434px; }
#homeflash h2, #homeflash p, #homeflash ul { text-indent:-9999px; list-style:none; }

/* -- Content -------------------------------- */
#leftcol h2 {
	color:#000;
	font-size:52px;
	position:absolute;
	top:142px; left:47px;
}
#leftcol ul { background:url(../images/ulbg.gif) repeat-y; border-top:2px solid #372929; border-bottom:2px solid #372929; margin-left:0; padding:10px; width:450px; list-style:none; }
#leftcol ul li { background:url(../images/bullet.gif) no-repeat; background-position:0 6px; padding-left:15px; margin:0 0 5px 5px; }
#leftcol ul ul, #leftcol ul ul ul, #leftcol ul ul ul ul { background:none; border:none; }
#leftcol ol { background:url(../images/ulbg.gif) repeat-y; border-top:2px solid #372929; border-bottom:2px solid #372929; margin-left:0; padding:10px 0 10px 30px; width:440px; }
#leftcol h3 { color:#310307; font-size:18px; margin-bottom:14px; }
#leftcol h4 { color:#310307; font-size:16px; margin-bottom:12px; }
#leftcol h5, #leftcol h6 { color:#310307; font-size:14px; margin-bottom:12px; }
#leftcol img { float:right; margin-left:8px; padding:5px; border:2px solid #a57c7f; }
#leftcol img.floatleft { margin-right:8px; }
#leftcol img.floatright { margin-left:8px; }

/* -- News ----------------------------------- */
#rss a { display:block; float:right; width:20px; height:20px; position:absolute; top:260px; left:640px; background:url(../images/rssicon.gif) no-repeat; text-indent:-9999px; outline:none; z-index:10; }
.newsarticledate { float:right; text-align:right; }
.newsTable { width:560px; }

/* -- Contact Form --------------------------- */
fieldset.contactform {
	border:none;
}
fieldset.contactform input {
	border:none;
	background:#c3aeb0;
	width:400px;
	padding:7px;
	margin-bottom:10px;
}
fieldset.contactform input:focus {
	background:#b19092;
}
fieldset.contactform textarea {
	border:none;
	background:#c3aeb0;
	width:400px;
	height:105px;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}
fieldset.contactform textarea:focus {
	background:#b19092;
}
fieldset.contactform input.submitbutton {
	padding:0;
	width:100px;
	height:42px;
	margin-left:100px;
}
fieldset.contactform label {
	text-transform:uppercase;
	font-size:13px;
	display:block;
	width:100px;
	float:left;
}
fieldset.contactform span.errormsg {
	display:block;
	padding-left:100px;
}
fieldset.contactform span.required {
	color:#f00;
	vertical-align:top;
	margin-left:-425px;
}
.contactinfo {
	margin-left:100px;
}

/* -- Footer --------------------------------- */
#footer h3 {
	text-indent:-9999px;
	width:115px;
	height:60px;
	background:url(../images/news.gif) no-repeat;
	background-position:42px 15px;
	float:left;
}
.footernews li {
	display:block;
	float:left;
	font-size:13px;
	line-height:1.3;
	height:80px;
	overflow:hidden;
	background:url(../images/newsdivider.gif) no-repeat;
}
.footernews li a {
	display:block;
	width:146px;
	height:60px;
	padding:12px 15px 0;
	color:#8e1313;
	text-decoration:none;
}
.footernews li a:hover {
	color:#a9a9a9;
}
#footer ul {
	text-align:center;
	color:#636363;
	font-size:11px;
	font-weight:bold;
	line-height:1.5;
	margin:12px 15px 0 0;
	list-style:none;
}
#footer li {
	display:inline;
	margin-left:15px;
}
.cyberwoven {
	color:#636363;
	text-decoration:none;
}
.cyberwoven:hover {
	color:#636363;
}
.cyberwoven span {
	color:#5c2312;
}
.cyberwoven:hover span {
	text-decoration:underline;
}