* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}





/* homepage styles */

.hp-bg {
	background-image: none;
}

#homepage {
	width: 900px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -450px;
}

#splash {
	width: 900px;
	height: 448px;
	float: left;
	background-color: #bcc3e1;
	border: 1px solid #0053a0;
}

#hp-footer {
	width: 900px;
	float: left;
}

#hp-footer p {
	font-size: 0.75em;
	color: #0053a0;
}

#hp-footer a {
	color: #0053a0;
	text-decoration: none;
}

#hp-footer a:hover {
	color: #ed1b2e;
	text-decoration: underline;
}

.hp-footer-column {
	width: 50%;
	float: left;
	margin: 10px 0 0 0;
}

.hp-footer-column-right {
	width: 50%;
	float: left;
	margin: 10px 0 0 0;
	text-align: right;
}





/* content pages styles */

#wrapper {
	width: 900px;
	margin: 0 auto;
	overflow: auto;
}

#header, #navigation, #content, #footer {
	width: 900px;
	float: left;
	overflow: auto;
}

#header {
	min-height: 150px;
}

#logo {
	float: left;
	width: 300px;
	margin: 44px 0 0 30px;
}

#photo {
	float: left;
	width: 570px;
	text-align: right;
}


#navigation {
	background-color: #00539f;
	background-image: url(../images/navigation-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#navigation  ul {
	list-style: none;
}

#navigation  ul li {
	display: inline;
}

#navigation  ul li a {
	display: block;
	float: left;
	padding: 15px 20px;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #161F49;
}

#navigation  ul li a:hover {
	background-color: #ed1b2e;
}

#navigation  ul li a.navon {
	color: #161F49;
	background-color: #FFFFFF;
	background-image: url(../images/navon-bg.jpg);
	background-repeat: repeat-x;
}

#navigation  ul li a.navon:hover {
	text-decoration: underline;
}

#content {
	min-height: 500px;
	background-color: #ffffff;
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#text {
	width: 560px;
	float: left;
	padding: 40px 50px;
}

#text h1 {
	color: #00539F;
	font-size: 1.6em;
	margin-bottom: 0.8em;
}

#text h2 {
	color: #666666;
	font-size: 0.95em;
	margin-bottom: 0.8em;
	line-height: 140%;
}

#text p {
	color: #666666;
	font-size: 0.95em;
	margin-bottom: 0.8em;
	line-height: 140%;
}

#text a {
	color: #00539F;
	text-decoration: none;
}
#text a:hover {
	color: #ED1B2E;
	text-decoration: underline;
}

.home a {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #00539F;
	color: white !important;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 6px;
}

.home a:hover {
	background-color: #ED1B2E;
	text-decoration: none !important;
}


#right-column {
	width: 180px;
	float: left;
	padding: 40px 30px;
}

#right-column p {
	margin: 20px 0 0 0;
}

#footer {
	width: 870px;
	padding: 15px;
	background-color: #ffffff;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer p {
	color: #161F49;
	font-size: 0.75em;
}

#footer a {
	color: #00539F;
	text-decoration: none;
}

#footer a:hover {
	color: #ed1b2e;
	text-decoration: underline;
}

#copyright, #legal {
	float: left;
	width: 50%;
}

#legal {
	text-align: right;
}

.jelly {
	margin: 0 0 0 50px;
}
