@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../Files/Design/background.jpg);
	background-color: #C5AB4C;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	position: relative;
}
#shield{
	width:202px;
	height:400px;
	position: absolute;
	top: 105px;
	left: 0px;
}
#logo{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:140px;
	text-align:right;
}
#content{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	text-align:left;
	padding-left: 250px;
	padding-right: 50px;
	padding-bottom:35px;
	background-image: url(../Files/Design/watermark.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:93px;
	text-align:left;
	color: #FFFFFF;
}
#footerLeft{
	float:left;
	width:202px;
	height:93px;
}
#footerRight{
	float:left;
	width:548px;
	background-color:#660000;
	height:70px;
	padding-top:23px;
	padding-left:50px;
}
.staff{
	float:right;
	margin-left:25px;
	margin-bottom:25px;
	clear:both;
}
.breaks {
background-color:#EEE7CB;
line-height:40px;
height:40px;
padding-left:20px;
}
.breaks h1 {
padding:0px;
margin:0px;
}

/* ----------------- Navigation ----------------- */
.navigation{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:93px;
	background-color:#660000;
	text-align:left;
	overflow: hidden;
}

.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navigation li{
	display: inline;
	margin: 0;
	text-align:center;
}

.navigation li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #660000; /*background of tabs (default state)*/
	height:93px;
	width:113px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	padding-top:40px;
}

.navigation li a:visited{
	color: white;
}

.navigation li a:hover, .mattblacktabs li.selected a{
	background: #420000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
