html, body{
	height:100%;
	margin:0;
	padding:0;
	background-color: #CCC;
	min-width:990px;
}

h1.pageTitle{
	color: #FFF;
	line-height:32px;
	font-size:28px;
	text-align:left;
	width:400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
}

#container{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height: 100%;
	width: 100%;
}
#container #Top{
	background-color: #691115;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image:url(../images/top_bg_rep.jpg);
	background-position:0px 49px;
	background-repeat:repeat-x;
}
#container #Top #header {
	height:100px;
	background-image:url(../images/top_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#container #Top #header .centered{
	margin:0 auto;
	text-align:center;
	height:100%;
	width:75%;
}

#container #Top #topLogo{
	position:absolute;
	left:100px;
	top:49.5px;
}


/*Home page styles*/
#container #homeTop{
	background-color: #691115;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image:url(../images/top_bg_rep.jpg);
	background-position:0px 49px;
	background-repeat:repeat-x;

}
#container #homeTop #header {
	height:350px;
	background-image:url(../images/top_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#container #homeTop #header .centered{
	margin:0 auto;
	text-align:center;
	height:100%;
	width:75%;
	min-width:950px;
}
#container #homeTop #header .centered h1.intro {
	margin:0;
	padding:10px;
	color: #FFF;
	display: block;
	width: 45%;
	margin-left:3%;
	margin-top:5%;
	line-height:32px;
	text-align:left;
	font-size:28px;
	float:left;
}
img.sign{
	margin-top:29px;
}
/*End Home page styles*/


#container #bottom {
	width:1000px;
	margin: 0 auto;
	text-align:center;
	padding-top:25px;
}

/*Five Column styles*/
#container #bottom .fiveColumn {
	display: block;
	float:left;
	background-color: #e6e6e6;
	margin: 5px;
	padding: 5px;
	height: 212px;
	width: 175px;
	list-style-type:none;
}
#container #bottom .fiveColumn .fiveColumnBorder {
	display: block;
	height: 200px;
	width: 94%;
	border: 1px solid #7e2c2e;
	padding: 5px;
	text-align:center;
}
#container #bottom .fiveColumn .fiveColumnBorder p {
	color: #666;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}
#container #bottom .fiveColumn .fiveColumnBorder img {
	border: 8px solid #7e2c2e;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #bottom .fiveColumn .fiveColumnBorder h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	line-height: 24px;
}
/*End Five Column styles*/

br.clearAll{
	clear:both;	
}
.fullWhiteBG {
	background-color: #FFF;
	width: 100%;
	border:#000 solid 1px;
	padding:10px;
}
.half {
	text-align: left;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #bottom .fiveColumn a {
	text-decoration: none;
	color: #000;
}

#container #social a {
	color: #FFF;
}
