@charset "UTF-8";
/* CSS Document */
/*THIS IS THE MAIN WRAPPER DIV*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 897px;
}

/* THIS SETS THE BACKGROUND FOR THE BODY */
body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #132b3c;
	margin-right: auto;
	margin-left: auto;
}

/*THIS MAKE SURE NO ANCHORED IMAGES HAVE A DEFAULT BORDER*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*THIS SETS THE STYLE FOR THE NAVIGATION BARS IN THE MAIN PHOTO HEADER AREA*/
#navBars {
	text-align: right;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: .85em;
	font-weight: bold;
	width: 165px;
	vertical-align: top;
	float: left;
	position: absolute;
	top: 185px;
}


#navBars a {
	text-decoration: none;
	display: block;
	background-color: #1B2E3C;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-bottom: 2px;
}

#navBars a:hover {
	background-color: #000000;	
}

/* THIS SETS THE FOOTER */
#wrapper #footer {
	text-align: justify;
}

#wrapper #footer .trademarkInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #FFFFFF;
	padding-left: 18px;
	padding-top: 10px;
}

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

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

#footer a:hover {
	color: #E0A538;
	text-decoration: none;
}



#header {
	background-image: url(../images/links_images/links_header_image.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 897px;
}



#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 14px;
}
#links a:link {
	text-decoration: none;
	color: #A57E36;
}
#links a:visited {
	text-decoration: none;
	color: #A57E36;
}
#links a:hover {
	color: #112533;
	text-decoration: none;
}

p.link {
	line-height: 20px;
}
