/* Chris Hlubb */
/* August 9, 2010 */
/* Main CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

#container {
	position: relative;
	width: 930px;
	background-image: url(../templates/shared/background_strip.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#header {
	position: relative;
	height: 110px;
	width: 930px;
	padding-top: 50px;
}

#middlecontainer {
	position: relative;
	width: 930px;
}

#navigation {
	position: relative;
	
}

#contentarea {
	position: relative;
	width: 910px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#content1 {
	position: relative;
	width: 400px;
/*	font-family: "Lucida Sans"; */
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 25px;
	color: #58585A;
}

#content1 a{
	color: #940029;
	text-decoration: none;
}

#content1 a:hover{
	color: #940029;
	text-decoration: underline;
}

#content2 {
	position: relative;
/*	width: 186px; */
	width: 161px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 45px;
	color: #844D58;
	text-align: left;
	padding-left: 25px;
}

#content2 a{
	color: #940029;
	text-decoration: none;
}

#content2 a:hover{
	color: #940029;
	text-decoration: underline;
}

#homecontent1 {
	padding-top: 10px;
	padding-left: 10px;
	width: 380px;
}

#headertable {
	position: relative;
}

#headertabletext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

#imagerotation {
	position: relative;
	padding-top: 25px;
}

#footer {
	position: relative;
	width: 930px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	height: 175px;
}

#boiler {
	padding-top: 8px;
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 20px;
}

#boiler a{
	color: #FFFFFF;
	text-decoration: none;
}

#boiler a{
	color: #FFFFFF;
	text-decoration: none;
}

/* Static Pages */
#graybar {
	width: 930px;
	background-color: #59595B;
	height: 7px;
}

#pagetitle {
	font-family: "Lucida Sans";
	font-size: 24px;
	color: #92082C;
	padding-bottom: 10px;
	font-weight: bold;
}

#staticcontent1 {
	position: relative;
	width: 550;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 25px;
	color: #59595B;
}

#staticcontent2 {
	position: relative;
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 40px;
	color: #844D58;
}

#childrenlinks {
	position: relative;
	width: 125px;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 35px;
}

#childrenlinks a{
	color: #59595B;
	text-decoration: none;
}
