@charset "utf-8";

html, body {height:100%;width:100%}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f4f1ea;
	background-image: url(../images/page_background.gif);
	background-repeat: repeat-x;
}

img {
	border:0;
	}
p.bodytext, li {
font-size:0.8em;
}

h1 {font-size:2em;}

#header #textmenu a {
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	color: #432e29;
}
#container #shade {
	background-image: url(../images/header_shade.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 950px;
}

#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	display:inline-block;
}
#header #logo {
	float: left;
}
#header #textmenu {
	float: right;
	margin-top: 100px;
	margin-right: 55px;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #header {
	height: 151px;
}
#container #menu #leftmenu {
	background-image: url(../images/menu_back.jpg);
	font-size:1.4em;
	float: left;
	height: 122px;
	width: 390px;
	margin-left: 55px;
}
#container #menu {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container #menu #leftmenu a {
	color: #FFFFFF;
	text-decoration: none;
	height:112px;

}
#container #menu #leftmenu li {
	list-style-type: none;
	list-style-position: inside;
	float: left;
	width: 40%;
	height: 18px;
}
#container #fpspalsh {
	background-image: url(../images/fp_splash.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 315px;
	margin-bottom: 10px;
	display:inline-block;
}
#container #menu #fpspalsh #title {
	font-size: 1.8em;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 20px;
	margin-left: 470px;
}
#container #menu #fpspalsh #splash_text {
	margin-left: 460px;
	margin-right: 60px;
	padding-top: 20px;
	display:inline-block;
}

.threecol #container #maincontent {
	background-image: url(../images/3colbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.threecol #container #menu #maincontent #mcleft {
	float: left;
	margin-left: 55px;
	width: 210px;
}
.threecol #container #menu #maincontent #mcmid {
	float: left;
	margin-left: 12px;
	width: 380px;
}
.threecol #container #menu #maincontent #mcright {
	float: left;
	margin-left: 15px;
	width: 220px;
}
.rightcol #container #maincontent {
	background-image: url(../images/3colbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.rightcol #container #menu #maincontent #mcmid {
	float: left;
	margin-left: 55px;
	width: 605px;
}
.rightcol #container #menu #maincontent #mcright {
	float: left;
	margin-left: 9px;
	width: 250px;
}
.nocol #container #maincontent {
	background-image: url(../images/3colbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.nocol #container #menu #maincontent #mcmid {
	float: left;
	margin-left: 55px;
	width: 840px;
}

#container #menu #footer {
	background-image: url(../images/footer.gif);
	height: 30px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}
