@CHARSET "ISO-8859-1";
body {
	margin: 0;
	font-family: Arial, Verdana;
	font-size: 14px;
	background-color: #ffe7b1;
	color: #414042;
}

#pageContainer {
	margin: 0 auto;
	width: 670px;
	background-color: #fff;
	background-image: url("/assets/images/page-background.gif");
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 50px;
}

#pageHeader {
	padding-right: 10px;
}

#mainLogo {
	width: 428px;
	height: 139px;
	position: absolute;
	z-index: 10;
	display: block;
	margin: 5px 0 0 12px;
	border: none;
}

#homeHeaderImg {
	float: right;
	display: block;
	margin: 0;
}

#homeHeaderText {
	color: #6b264f;
	font-family: "Times New Roman" Times, Georgia;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	position: absolute;
	z-index: 30;
	margin: 133px 0 0 36px;	
}

#homeHeaderText span {
	color: #2c3165;
}


#innerHeaderText {
	float: right;
	width: 215px;
	height: 127px;
	padding: 19px 0 0 0;
}

#innerHeaderText img {
	width: 173px;
	height: 106px;
	display: block;
	border: none;
}

#purpleContactBar {
	clear: both;
	background-color: #464e81;
	text-align: center;
	padding: 1px 0;
	color: #fff;
	font-family: "Times New Roman" Times, Georgia;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #51598a;
}

#purpleContactBar span {
	font-size: 25px;
	padding-right: 15px;	
}

#contentLeft {
	float: left;
	width: 140px;
	padding: 25px 0 0 15px;
}

#contentRight {
	float: right;
	width: 475px;
	padding: 25px 15px 0 0;
}

#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav li {
	border-top: 1px solid #bfc2db;
	padding: 6px 15px 6px 0;
	text-align: right;
}

#mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
	color: #2c3165;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: 11px;
	font-family: "Times New Roman" Times, Georgia;
	color: #262f6b;
	padding: 25px 15px 0 0;
	font-weight: bold;
	line-height: 18px;
	float: right;
	width: 475px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #262f6b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

h1 {
	color: #151e57;
	font-family: "Times New Roman" Times, Georgia;
	margin: 0 0 10px 0;
	font-size: 23px;	
}

h2 {
	color: #6b264f;
	font-size: 14px;
}

p {
	line-height: 20px;	
	margin-top: 0;
}

a:link, a:visited, a:hover, a:active {
	color: #6b264f;
}

h2.home {
	color: #252d62;
	font-family: "Times New Roman" Times, Georgia;
	font-style: italic;
	margin: 0 0 25px 0;
	font-size: 18px;
}

.homeLocation {
	background-image: url("/assets/images/orange-square-bullet.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
	float: left;
	width: 180px;
	color: #262f6b;
	line-height: 20px;
	margin-bottom: 25px;
}

.homeLocation h5 ,.homeLocation span{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 14px;
}