@charset "UTF-8";

/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/Logo_integrity_swish.png);
	background-repeat: no-repeat;
	background-position: -50px -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	color: #002868;
	text-decoration: none;	
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #d81c3f;
}
#layout {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	z-index: 1;
	display: block;
}
#corporateLogo {
	display: block;
	height: 105px;
	width: 305px;
	position: relative;
	top: -125px;
	z-index: 100;
	left: 650px;
	background-attachment: scroll;
	background-image: url(../images/Corporate-Logo.png);
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	height: 135px;
	background-attachment: scroll;
	background-image: url(../images/Header-BG.png);
	background-repeat: no-repeat;
}

#headerMenu {
	background-color: #002868;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 900px;
	left: 25px;
	display: block;
	position: relative;
	text-align: center;
	height: 45px;
	bottom: 25px;
	vertical-align: text-top;
	font-size: 18px;
}
#headerMenu a:link {
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: -10px;
}
#headerMenu a:visited {
	color: #CCC;
	text-decoration: none;
}#headerMenu a:active {
	color: #FFF;
	text-decoration: none;
}#headerMenu a:hover {
	color: #d81c3f;
	text-decoration: none;
}
.menuverticalRule {
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	top: 4px;
}
#bodyBG {
	width: 100%;
	min-height: 400px;
	background-image: url(../images/Content-BG.png);
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-bottom: 25px;
}

#bodyContent {
	width: 810px;
	position: relative;
	display: block;
	z-index: 100;
	left: 70px;
}

#footer {
	width: 100%;
	height: 155px;
	background-attachment: scroll;
	background-image: url(../images/Footer-BG.png);
	background-repeat: no-repeat;
	text-align: right;
	color: #d81c3f;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}
h1 {
	font-size: 18px;
	color: #002868;
}
h2 {
	color: #d81c3f;
}
.quoteBody {
	font-style: italic;
	color: #666;
	width: 80%;
	display: block;
}
.quoteSource {
	color: #002868;
	text-align: right;
	font-style: normal;
}
