@charset "utf-8";
body  {
	background: #FFFFFF url(../images/body_bg.jpg) repeat-x left top;
	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 */
	
}

.center #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 12px;
}
h1 { font-size: 1.1em; }
.textlink { text-decoration:none; color:#C3292B; font-weight:bold;}
.footermenu {
	text-decoration:none;
	color:#000000;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.imagemiddle { margin: 0px 21px 0px 21px; }
.img_left { margin-right:18px; margin-bottom:6px; }
.img_right { margin-left:18px; margin-bottom:6px; }
.center #silencead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D57F1E;
	margin-top: 12px;
}
#container #header {
	background:url(../images/header_index_bg.jpg) no-repeat left top;
	position: relative;
	height: 490px;
	width: 980px;
	top: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#container #menu {
	height: 22px;
	width: 516px;
	position: relative;
	top: 46px;
	left: 67px;
}
#index #container #header #logo {
	height: 88px;
	width: 277px;
	top: 20px;
	position: absolute;
	left: 640px;
}


#container #header #introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 600px;
	margin-left: 260px;
	z-index: 2;
	line-height: 1em;
	position: relative;
	top: 200px;
}

#container #footer {
	background: url(../images/footer_bg_index.jpg) no-repeat left bottom;
	height: 575px;
	width: 902px;
	top: 0px;
	margin: 0px 34px 0px 44px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#container #footer #frow1 {
	text-align:center;
	padding-top: 0px;
}
#container #footer #frow2 {
	text-align:center;
	margin-top: 30px;
}
#container #footer #frow3 {
	text-align:center;
	margin-top: 30px;
}
#container #footer #frow4 {
	color:#C3292B;
	text-align:center;
	margin-top: 20px;
	font-weight:bold;
}
#container #footer #frow4 a:hover { color: #C3292B; }
#container #leftimage {
	background-image: url(../images/left_image_index.jpg);
	background-repeat: no-repeat;
	height: 436px;
	width: 162px;
	z-index: 4;
	position: absolute;
	top: 362px;
	left: 0px;
}

#container #rightimage {
	background-image: url(../images/right_image_index.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 84px;
	z-index: 4;
	position: absolute;
	top: 362px;
	float: right;
	left: 896px;
}

#container #squiggle {
	background-image: url(../images/squiggle.jpg);
	background-repeat: no-repeat;
	height: 214px;
	width: 265px;
	position: relative;
	bottom: 0px;
	left: 13px;
	z-index: 2;
}
