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

body {
	background-image: url(images/bgSlice.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
a {
	color: #FC8017;
	text-decoration: none;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0158bf;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
a:hover { text-decoration: underline; }
#wrap {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 720px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#inner {
	float: left;
	width: 842px;
	margin-left: 40px;
	margin-right: 58px;
	display: inline;
}
#nav {
	text-align: right;
	margin-top: 134px;
	color: #FFF;
	height: 28px;
	margin-bottom: 18px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#nav ul li {
	padding-left: 17px;
	display: inline;
	padding-right: 3px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #227BE1;
	text-decoration: none;
}
#contentHome {
	text-align: left;
	float: left;
	background-image: url(images/homeIcons.jpg);
	background-repeat: no-repeat;
	background-position: 100px top;
	padding-top: 108px;
	width: 841px;
	margin-bottom: 20px;
	display: inline;
}
#content {
	text-align: left;
	float: left;
	width: 841px;
	margin-bottom: 20px;
	height: 490px;
}
#pageTitle {
	float: left;
	height: 380px;
	width: 56px;
	display: inline;
}
#homeLeft {
	float: left;
	width: 212px;
	height: 250px;
	margin-left: 50px;
}
#homeMid {
	float: left;
	width: 212px;
	margin-left: 30px;
	height: 250px;
}
#homeRight {
	float: left;
	width: 212px;
	margin-left: 30px;
	height: 250px;
}
#jumplinks {
	clear: right;
	float: left;
	width: 420px;
	margin-top: 26px;
	display: inline;
	position: absolute;
	top: 540px;
	left: 50%;
	margin-left: -242px;
}
.jumplink {
	float: left;
	width: 104px;
	padding-right: 13px;
	padding-left: 13px;
	height: 80px;
	color: #FFF;
}
.jumplink a { color: #FFF; }
.jumplink a:hover { text-decoration: underline; }
#footer {
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	clear: both;
	font-size: 10px;
}
#intIcon {
	float: left;
	width: 120px;
	height: 340px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9d9d8;
	margin-right: 25px;
}
#intLeft {
	float: left;
	width: 295px;
	height: 360px;
}
#intRight {
	float: left;
	width: 295px;
	margin-left: 25px;
	height: 360px;
}
