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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: relative;
	background-color: #7b858a;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #999999;
	text-align: left;
	background-image: url(assets/Web-GalleryImage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width: auto;
}
.oneColFixCtrHdr #header h1 {
	padding-left: 35px;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 28px;
	font-style: normal;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFFFFF;
	font-style: normal;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.navbar {
	height: 50px;
	padding-left: 140px;
	margin-left: 0px;
	clear: both;
}
ul.nav {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 780px;
}
ul.nav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
ul.nav  a:hover {
	color: #353535;
}
ul.nav li {
	float: left;
}#mainContent a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	color: #FFFFFF;
}
#mainContent a:hover {
	color: #333333;
}

