body {
	font-family: Arial;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

.clearfix {
	clear:both;
}

/* Header Styles */

.Header {
	width: 100%;
}

.Header .Content {
	width: 974px;
	margin: auto auto;
}

.Header .Content .completeLogo {
	float: left;
	margin-left: 137px;
}

.Header .Content .headerIcons {
	float: right;
	margin-right: 130px;
}

.Header .Content .headerIcons img {
	margin-right: 2px;
}

/* Menu Styles */

.Menu {
	width: 100%;
	height: 16px;
	background-color: #B9B9B9;
}

.Menu .Content {
	margin: 0px auto;
	width: 974px;
}

.Menu .Content .menuList {
	margin: 0px;
	margin-left: 165px;
	padding: 0px;
	list-style: none;
}

.Menu .Content .menuList li {
	float: left;
	width: 68px;
	height: 16px;
}

.Menu .Content .menuList li a {
	display: block;
	border-left: 3px solid #CCCCCC;
	padding-left: 2px;
	color: #616161;
	text-decoration: none;
	font-size: x-small;
	padding-top: 2px;
	height: 14px;
}

.Menu .Content .menuList li a:hover {
	border-left: 3px solid #FFFFFF;
	color: #FFFFFF;
}

/* Wrapper Styles */

.Wrapper {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Wrapper .Content {
	margin: 0px auto;
	width: 974px;
	background: url(../pics/LogoShineBlur.gif) #FFFFFF top left no-repeat;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}

.Wrapper .Content .SiteContent {
	margin-left: 175px;
	padding-right: 130px;
}

/* Footer Styles */

.Footer {
	width: 100%;
	background: #DF1D31;
	height: 75px;
}

.Footer .Content {
	margin: 0px auto;
	background: #FFFFFF;
	width: 974px;
}

/* homepage styles */

.Wrapper .Content .SiteContent .Mission {
	margin: 0px auto;
	width: 376px;
}

.Wrapper .Content .SiteContent .Mission p {
	text-align: center;
	font-size: large;
	font-weight: bold;
	color: #202020;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* contact page styles */

.Wrapper .Content .SiteContent .contactTextBox {
	background: #E7E7E7;
	margin: 0px auto;
	width: 500px;
	padding: 2px;
}

.Wrapper .Content .SiteContent .contactTextBox .contactAddress {
	font-family: Arial;
	font-size: small;
	color: #202020;
	float: left;
	text-align: left;
}

.Wrapper .Content .SiteContent .contactTextBox .telephoneContact {
	text-align: right;
	float: right;
}

.Wrapper .Content .SiteContent .googleMap {
	width: 500px;
	margin: 0px auto;
	margin-top: 2px;
}

.Wrapper .Content .SiteContent .accreditationTbl {
	margin: 0px auto;
}

.Wrapper .Content .SiteContent .equipmentLinks,
.Wrapper .Content .SiteContent .accreditationLinks{
	font-size: small; 
	text-align: center;
	margin-top: 10px;
}

/* Gallery 2 styles */

.Wrapper .Content .SiteContent .projectExtract {
	float: left;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.Wrapper .Content .SiteContent .projectExtract a {
	text-decoration: none;
	color: #000000;
}

.Wrapper .Content .SiteContent .projectExtract p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.Wrapper .Content .SiteContent .photoBox {
	margin: 0px auto;
	border: 1px solid #000000;
	width: 500px;
	padding: 5px;
	text-align: center;
}

.Wrapper .Content .SiteContent .photoBox p {
	margin-top: 2px;
	margin-bottom: 2px;
}

.Wrapper .Content .SiteContent .photoBox .buttonsDescription {
}

.Wrapper .Content .SiteContent .photoBox .buttonsDescription .leftButton {
	margin-left: 20px;
	float: left;
}

.Wrapper .Content .SiteContent .photoBox .buttonsDescription .rightButton {
	margin-right: 20px;
	float: right;
}

.Wrapper .Content .SiteContent .photoBox .otherPhotos {
	text-align: left;
	border: 1px solid #000000;
	overflow: auto;
	overflow-y: hidden;
	padding: 5px;
	height: 125px;
}

.Wrapper .Content .SiteContent .photoBox .otherPhotos img {
	margin-right: 6px;
	margin-top: 3px;
}

.Wrapper .Content .SiteContent .backToGallery {
	margin-left: 80px;
	margin-top: 5px;
}

/* Other styles */

#Heading, h1 {
	font-size: medium;
	font-weight: bold;
	color: #202020;
}
#Headline {
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}
#Text {
	font-size: small;
	color: #202020;
	text-align: justify;
}
A {
	text-decoration: none;
	color: #0000ff;
}
A:hover {
	text-decoration: underline; 
	color: #0000ff;
}
.note {
	font-size: x-small;
}
