/* CSS Document */

BODY {
	background:#c6bca6 url(../images/construct/bodybackground-c6bca6.gif) repeat-x;
	padding:0;
	margin:0;

}
#container {
	width:100%;
}
#pagecontainer {
	width:1000px;
	margin:auto;
	background:#ffffff;
	position:relative;
}
#splashmasthead {
	height:263px;
	background:url(../images/construct/Masthead.jpg) no-repeat;
}
#menu {
	height:40px;
	background:#4e0102;
	text-align:right;
}

#innermenu {
margin-left:500px;
}
#contentarea {
	padding:15px 15px 15px 15px;
}
#actualcontent {
	padding:0px;
}

/* float clearing for IE6 */
	* html .clearfix{
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#footer {
	background:#4e0102;
	height:70px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dddddd;
	padding:10px 0px 0px 0px;
	position:relative;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#FFffaa;
	text-decoration:none;
}
#footer div.right {
position:absolute;
top:10px;
right:20px;
height:90px;
width:120px;
}
#footer div.bottom {
position:absolute;
top:5px;
left:0px;
width:1000px;
height:20px;
text-align:center;
}
#footer table {
padding:0px;
width:100px;
}

#footer tbody td {
padding:1px;
}
/* ---------------------------------------------------------------------------- */
/* Grid Setup ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.columns_1, .columns_2,.columns_3,.columns_4,.columns_5,.columns_6,.columns_7,.columns_8,.columns_9,.columns_10,.columns_11,.columns_12,.columns_13,.columns_14,.columns_15,.columns_16 {
float:left;
display:inline;
margin:0px 10px 0px 10px;
padding:0px;
}
.columns_1 {width : 40px;}
.columns_2 {width : 100px;}
.columns_3 {width : 160px;}
.columns_4 {width : 220px;}
.columns_5 {width : 280px;}
.columns_6 {width : 340px;}
.columns_7 {width : 400px;}
.columns_8 {width : 460px;}
.columns_9 {width : 520px;}
.columns_10 {width : 580px}
.columns_11 {width : 640px;}
.columns_12 {width : 700px;}
.columns_13 {width : 760px;}
.columns_14 {width : 820px;}
.columns_15 {width : 880px;}
.columns_16 {width : 940px;}

.before_1 {margin-left : 40px;}
.before_2 {margin-left : 100px;}
.before_3 {margin-left : 160px;}
.before_4 {margin-left : 220px;}
.before_5 {margin-left : 280px;}
.before_6 {margin-left : 340px;}
.before_7 {margin-left : 400px;}
.before_8 {margin-left : 460px;}
.before_9 {margin-left : 520px;}
.before_10 {margin-left : 580px;}
.before_11 {margin-left : 640px;}
.before_12 {margin-left : 700px;}
.before_13 {margin-left : 760px;}
.before_14 {margin-left : 820px;}
.before_15 {margin-left : 880px;}

.after_1 {margin-right : 40px;}
.after_2 {margin-right : 100px;}
.after_3 {margin-right : 160px;}
.after_4 {margin-right : 220px;}
.after_5 {margin-right : 280px;}
.after_6 {margin-right : 340px;}
.after_7 {margin-right : 400px;}
.after_8 {margin-right : 460px;}
.after_9 {margin-right : 520px;}
.after_10 {margin-right : 580px;}
.after_11 {margin-right : 640px;}
.after_12 {margin-right : 700px;}
.after_13 {margin-right : 760px;}
.after_14 {margin-right : 820px;}
.after_15 {margin-right : 880px;}

.first {margin-left:0px;}
.last {margin-right:0px;}

.clear {clear:both;}
