@charset "UTF-8";

/* Eric Myer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom CSS Applied to Site */

body {
	background: #D3D3D3 url(../images/layout/body.png) repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
}
#divFooter {
	clear: both;
	width: 960px;
	margin: 0px auto;
}
#divHeader {
	margin: 0px auto;
	padding: 0px;
	height: 121px;
	width: 960px;
}
#divTopConImage {
	float: right;
	position: relative;
	top: 10px;
	right: 8px;
}
#divTopConText {
	position: relative;
	width: 500px;
	top: 30px;
}
#divTopConText p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	padding: 0px 0px 0px 8px;
	line-height: 26px;
}
#divTopConText ul li {
	display: inline;
	text-align: center;
}
#divTopConText h1 {
	font: italic 40px/70px Tahoma, Geneva, sans-serif;
	color: #7d99ca;
	text-align: center;
	padding: 0px 0px 30px;
}
#divHeadNav {
	float: right;
	position: relative;
	top: 46px;
	height: 70px;
}
#divHeadNav ul li{
	display: inline;
	margin: 0px;
	padding: 0px 12px 0px 6px;
}
#divHeadNav ul li a:hover {
	border-bottom: medium solid #B1C7F0;
}
#divTopContainer {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 330px;
}
#divMidContainer {
	width: 960px;
	clear: both;
	height: 30px;
	position: relative;
	margin: 0px auto;
	top: 10px;
}

#divLastContainer {
	margin: 0px auto;
	clear: both;
	width: 960px;
	height: 220px;
	position: relative;
	top: 20px;
}
#divLastContainer ul li {
	display:inline;
	float:right;
	text-align:center;
	padding: 0px 20px 0px 10px;
	}
#divLastContainer img {
	
	padding: 20px 50px 0px 40px;
	}

#divLastContent {
	position: relative;
	top: 20px;
	text-align: center;
}


#divFooter {
	height: 306px;
	width: 960px;
	margin: 0px auto;
	clear: both;
	position: relative;
	top: 60px;
}
#divFootPart {
	float: right;
	width: 45%;
	height: 260px;
}
#divFootNav {
	width: 45%;
	height: 260px;
}
#divFootNav h1, #divFootPart h1 {
	color: #EFEDEE;
	padding: 10px;
	font-size: 22px;
}
.ulFootNav {
	font-size: 16px;
	color: #EFEDEE;
	padding: 0px 0px 0px 18px;
	line-height: 22px;
}
.ulFootNavSub {
	font-size: 16px;
	color: #EFEDEE;
	padding: 0px 0px 0px 36px;
	line-height: 22px;
}
.ulFootNav li a:link, .ulFootNav li a:visited {
	color: #4165A0;
	text-decoration: none;
}
#divFootNav p {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0px 0px;
}
.ulFootNav li a:hover {
	text-transform: uppercase;	
}
.copy {
	color: #FFF;
	text-align: center;
}