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

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E3E3E3;
	margin: 0 auto;
	width: 902px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #333333;
}
h1 {
	font-size: 16px;
	color: #990000;
}
h2 {
	font-size: 14px;
	color: #000000;
}

.style1 {
	color: #990000;
	font-weight: bold;
}

.style2 {
	color: #333;
	font-size: 10px;	
}

#page {
	width: 902px;
	min-height: 100%;
	background-color: #fff;
	position: absolute;
	}
	
/*Top Header Stuff*/
#header{
	background-color: #fff;
	position:relative;
	z-index:2;
	clear:both;
	}
	
#HeaderLogo {
	width: 902px;
	height: 65px;
	background: url('Images/HeaderFill.jpg');
	}
	
#HeaderPhoto {
	width: 902px;
	height: 269px;
	background: #000;
	}
	
#navigation {
	height: 73px;
	width: 100%;
	text-align: center;
	background: url('Images/Nav_BkGreyFill.jpg')
	}
	
.navigation ul { 
	margin: 0px;
	padding: 25px;
	}

.navigation ul li {
	display: inline;
	height: 30px;
	list-style: none;
	margin-left: 5px;
	}
.navigation li a {
	font-size: 14px;
	color:#fff;
	text-decoration: none;
	padding: 5px;
	border-right: #FFFFFF;	
	}
.navigation li a:hover {
	color:#000;
	text-decoration: none;
	}
	
#navboxleft {
	height: 73px;
	width: 34px;
	background: url('Images/Nav_LeftCorner.jpg') no-repeat;
	float:left;
	}
#navboxright {
	height: 73px;
	width: 34px;
	background: url('Images/Nav_RightCorner.jpg') no-repeat;
	float: right;
	}	
	
#navdropshadow {
	width: 902px;
	height: 29px;
	background: url('Images/NavDropShadow.png') repeat-x;
	position:relative;
	}
	
/*Main Body Central Stuff*/
	
#content {
	float:left;
	width:100%;
	margin-right:-100%;
	position:relative;
	z-index:2;
	}
   
#content-inner {
	float:none;
	margin: 0 150px 0 180px;   /* LEFT Sidebar width */
	min-height: 500px;
 	} 
	
#content-innerhome {
	float:none;
	margin: 0 262px 0 180px;   /* LEFT Sidebar width */
 	} 							/* RIGHT Sidebar width */
	
.column {
	padding:15px 15px 50px;
	float:left;
	}
	
	
/*Side Bar Columns*/
	
#left{ /*this is the text space inside the left sidebar*/
	width:150px;			
	position:relative;
	z-index:2;
	padding:15px 15px 50px;
	float:left;
	}
	
.left {
	width: 180px;         /* LEFT Sidebar width */
	margin-right:-180px;  /* LEFT Sidebar width */
	}  
	
.img {
	background: url('Images/ImgDivider.jpg') no-repeat;
	width: 12px;
	height: 412px;
	float: right;
	top: 0;
	}
	
.bg{
	position:absolute;
	bottom:0;
	height:100%;
	}

#bgleft{
	left:0;
	background-color:#fff;
	}
#bgright{
	right:0;
	background-color:#fff;
	}
#bgcenter{
	right:0;
	width:100%;
	background-color:#fff;
	}
	
	
/*Home Pg Latest News Box*/
#right{
	width:262px;	
	position:relative;
	float:right;
	z-index:2;
	}
	  
.right{                 
	width: 262px; /* RIGHT Sidebar width */
	background: url('Images/LatestBoxMid.jpg') repeat-y;
	margin-right: 0 10px 0 0;
    }
	
#news {
	width: 215px;
	text-align: left;
	padding:15px 15px 10px;
	}
	
#topimg {
	background: url('Images/LatestBoxTop.jpg') no-repeat;
	height: 67px;
	width: 262px;
	float:right;
	}
		
.clear {
	clear: both;
	}
	
	
/*Footer Info*/	
#footer {
	background-color: #000;
	width: 100%;
	height: 80px;
	bottom: 0px;
	position:relative;
	z-index:2;
	clear:both;
	}
	
#footcontainer {
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px 0 10px 0;
	width: 775px;
	}
	
#footcontainer .p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	}
	
#footcontainer .a {
	text-decoration: none;
	color: #999999;
	}


