@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D6E71;
	font-size: 12px;
	background-color: #E6E7E8;
	background-image: url(img/body-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
}
#wrapper #header-logo {
	height: 132px;
	width: 953px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/container-background.gif);
	background-repeat: repeat-y;
	padding-right: 4px;
	padding-left: 4px;
}
#container .info .no-decoration {
	text-decoration: none;
}
#container .info a {
	color: #6D6E71;
}
#container .info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container .info {
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 30px;
	padding-top: 40px;
}

#header-nav {
	height: 34px;
	background-color: #06559D;
	background-image: url(img/nav-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header-nav ul {
	padding-left: 0;
	margin-left: auto;
	color: White;
	font-family: arial, helvetica, sans-serif;
	float: right;
}
#header-nav ul li {
	list-style-type: none;
	display: inline;
}
#header-nav ul li a {
	color: White;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 1em;
	display: block;
	height: 34px;
	float: left;
	line-height: 34px;
}
#header-nav ul li a:hover {
	background-image: url(img/nav-background-on.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header-img {
	height: 317px;
}
#header .spacer {
	border-top: 3px solid #BCBEC0;
	height: 0px;
	overflow: hidden;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #06559D;
	padding-bottom: 5px;
	padding-top: 10px;
}
#content {
	width: 639px;
	float: left;
	padding-left: 26px;
}
#content img {
	padding-bottom: 10px;
}
#content p {
	padding-bottom: 10px;
}

#content .indent-1 {
	padding-left: 13px;
}
#content .indent-2 {
	padding-left: 20px;
}
#content ul {
	padding-left: 20px;
	padding-bottom: 10px;
}
#content li {
	padding-bottom: 5px;
}
#content a:link,
#content a:visited,
#content a:active {
	color: #0062A9;		
}
#content a:hover {
	color: #00416D;	
}
#content-header {
	background-image: url(img/content-header-background.jpg);
	background-repeat: repeat-x;
	height: 14px;
}

#footer {
	height: 15px;
	width: 953px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/footer-img.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/* misc */
.clear {
	clear: both;
}


#right-side {
	float: right;
}

#custom {
	padding-top: 10px;
	padding-right: 30px;
}
#sub-nav-wrapper {
	background-image: url(img/sub-nav-repeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#sub-nav {
	background-image: url(img/sub-nav-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sub-nav-footer {
	background-image: url(img/sub-nav-footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	background-color: #FFFFFF;
}
.sub-nav-list li {
	list-style-type: none;
	padding-bottom: 5px;
	color: #FFFFFF;
}
h4 {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
}


.sub-nav-list {
	padding-left: 30px;
	padding-top: 5px;
}
#sub-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.sub-nav-list a {
	color: #FFFFFF;
	text-decoration: none;
}

#custom img {
	margin: 0px;
	padding: 0px;
}
.list-none {
	list-style-type: none;
}
.blue {
	color: #06559D;
	
}
