@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/graybartop.png);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	height:100%;
}

.container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:100%;
	margin-top:20px;
}
	
#tagline {
	width:272px;
	float:right;
	margin-top:25px;
}

#logo {
	width:450px;
	floa:left;
}

.redbar {
	height:40px;
	width:100%;
	background-color:#e51937;

}

#banner {
	/*background:url(../images/bannerbg.png);*/
	background:#9fa0a4;
	width:100%;
	padding:0;
	margin:3px 0 3px 0;
	clear:both;
}

#bannerpic {
	
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#E51937;
	font-size:16px;
}

h6 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin-top:15px;
	margin-bottom:0;
}

#text {
	padding:5px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#929394;
}

#maintext {
	margin-top:5px;
	padding:5px;
}

#footer {
	margin-top:10px;
	background:url(../images/graybarbottom.png);
	height:100px;
	padding-top:0px;
	margin:0px;
}

#footerspot {
	bottom:0px;
	position:relative;
	height:100%;
	}

#subtext {
	position:relative;
	padding:0px;
	margin:0px;
}

a:link {
	text-decoration: none;
	color:#E51937;
}
a:visited {
	text-decoration: none;
	color:#929394;
}
a:hover {
	text-decoration: none;
	color:#929394;
}
a:active {
	text-decoration: none;
	color:#929394;
}

#navbar {
	padding-top:8px;
	float:right;
	height:20px;
	z-index:10;
}

#titlebar{
	padding-top:10px;
}

.push {
	height:1o0px;
	width:100%;
}

.image {
	border:0;
	}
	
#prez {
	margin-right:16px;
	margin-bottom:40px;
	float:left;
}

#prez h3, #prez h4 {
	text-align:center;
	color:#e51937;
	margin:2px;
	padding:2px;
}

.picbox {
	clear:both;
	height:225px;
}

.picbox h5 {
	padding-top:15px;
}