/* CSS Document */

BODY {
	background:#9c9c6a url(../images/background_tile.jpg);
	padding:0;
	margin:0;

}
#container {
	width:100%;
}
#pagecontainer {
	width:1000px;
	margin:auto;
	background:#ffffff;
	position:relative;
	border-right:1px solid black;
	border-left:1px solid black;
}
#splashpagecontainer {
	width:780px;
	margin:auto;
	position:relative;
	border:1px solid #9c9c6a;
}
#splashmasthead {
	height:273px;
	background:url(../images/splash/splash1.jpg) no-repeat;
}
#splashmenu {
	height:36px;
	background:url(../images/splash/splash2.jpg) no-repeat top left;
	text-align:right;
}

#masthead {
	height:170px;
	background:url(../images/topbanner.jpg) no-repeat;
}
#menu {
	height:25px;
	background:#FBBD72;
	text-align:right;
}

#innermenu {
margin-left:500px;
}
#splashcontentarea {
	padding:5px 5px 5px 5px;
}
#pagecontentarea {
	height:460px;
	width:1000px;
}
#leftpanel {
width:250px;
height:460px;
overflow:hidden;
float:left;
background:url(../images/construct/leftpanelbackground.gif) no-repeat;

}
#leftpanelcontent {
padding:110px 10px 10px 10px;
font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size:10px;
clear:both;
text-align:center;
color:#000000;

}
#rightpanel {
width:750px;
height:460px;
overflow:auto;
float:left;
background:url(../images/construct/rightpanelbackground.gif) repeat-x;
background-attachment:fixed;
}

#rightpanelcontent {
padding:0px;
}
#actualcontent {
	padding:0px;
}
#splashcontent {
	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;
}
#bottommenu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
clear:both;
background:url(../images/menu/bottommenubackground.gif) no-repeat;
height:47px;
width:1000px;
text-align:right;
color:#e1e196;
}
#bottommenu  a:link, #bottommenu a:visited {
color:#e1e196;
}
#bottommenu  a:hover, #bottommenu a:active {
color:#ffffff;
}


#footer {
	height:80px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5e5e3e;
	padding:10px 0px 0px 0px;
}

#footer a:link, #footer a:visited {
	color:#304422;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#6a761e;
	text-decoration:none;
}

#splashfooter {
	height:80px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5e5e3e;
	padding:10px 0px 0px 0px;
}

#splashfooter a:link, #splashfooter a:visited {
	color:#ffffff;
	text-decoration:none;
}
#splashfooter a:hover, #splashfooter a:active {
	color:#FFffaa;
	text-decoration:none;
}
