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

body {
	background-color: #617586;
}
.banner {
	background-image: url(../images/bannerBackgroundBlueGreen.jpg);
	background-repeat: no-repeat;
}
.contactPageTransparency {
	background-image: url(../images/contactPageTransparency.jpg);
}

.border {
	border: thin solid #C9C9C9;
}
.largeTransparency {
	background-image: url(../images/largeTransparency.jpg);
	background: url(../images/largeTransparency.jpg);
	text-align: left;
}

.navImage {
	background-image: url(../images/navButton.png);
	background-color: #528064;
	background-repeat: no-repeat;
}
.testNav {
	background-image: url(../images/nav_test.png);
}

.navText {
	font-family: "Gill Sans MT";
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}
.currentNav {
	background-image: url(../images/blueButton.png);
}
.photoBorder {
	border: 8px solid #275275;
}
.siteBorder {
	border: thin solid #0F3254;
}
.copyright {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.photoText {
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-family: "Gill Sans MT";
	font-size: 14px;
}
.bodyText {
	color: #163758;
	font-family: "Gill Sans MT";
	font-weight: normal;
	text-align: justify;
	font-size: 16px;
}
.homepageText {
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #163758;
	font-weight: normal;
	text-align: left;
}

.bulletList {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-weight: normal;
	color: #163758;
	text-align: left;
}
.sectionTitle {
	font-family: "Gill Sans MT";
	color: #163758;
	font-weight: bold;
	font-size: 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.bottomNav {
	font-family: "Gill Sans MT";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}
	
.formFields {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.smallTransparency {
	background-image: url(../images/homePageBg.jpg);
	background: url(../images/homePageBg.jpg);
}
.midsizeTransparency {
	background-image: url(../images/midsizeTransparency.jpg);
	background: url(../images/midsizeTransparency.jpg)
}
.xlTransparency {
	background-image: url(../images/xlargeTransparency.jpg);
	background: url(../images/xlargeTransparency.jpg);
}
.alignText {

}
.alignPText {
	text-align: left;
}
.tableBackground {
	background-color: #528064;
}
.xxlTransparency {
	background-image: url(../images/xxlargeTransparency.jpg);
}
.aboutPageTransparency {
	background-image: url(../images/aboutPageTransparency.jpg);
}
.servicesPageTransparency {
	background-image: url(../images/servicesPageTransparency.jpg);
	background-repeat: no-repeat;
}
