@charset "utf-8";
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #0633ba;
	text-align: center;
	margin: 10px;
	padding: 0px;
}
#wrapper {
	background-color: #fff;
	padding: 0px;
	width: 880px;  /*-- 780px --*/
	margin: 0 auto;
	text-align:center;
}

/*--Site Header Styles--*/
/*--******************--*/

#header {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 200px; /*-- 175px --*/
	background-repeat: no-repeat;
	background-image: url(../_images/header_cross_people big1.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


#header #mainNav li a:link, #header #mainNav li a:visited {
	text-decoration: none;

}

#header #contactButton {
	position: absolute;
	top: 0px;
	left: 500px;
}

#header #contactButton a:link, #header #contactButton a:visited{
	display: block;
	text-indent:-1000em;
	background-image: url(../_images/contactButton.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:50px;
	width: 250px;
}



#header #contactButton a:hover, #header #contactButton a:active{
	background-position: left top;
	border: none;
}

/*--End Site Header Styles--*/
/*--******************--*/

/*--Site Main Navigation Styles--*/
/*--******************--*/
#header #nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	float: left; /*-- adjust the top namigation menu  --*/
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	bottom: 0px;
	right: 77px;
	font-size: 16px;
}
#header #nav ul, #nav ul li
{
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#header #nav ul
{
	text-align:right
}
#header #nav ul li
{
	display: inline;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0.25em;
	padding-bottom: 0em;
	padding-left: 0.25em;
}
#nav ul li.last {
     margin-right: 0;
 }

#header #nav ul li a {
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#header #mainNav li a:link, #header #mainNav li a:visited {
	text-decoration: none;

}

#header #nav ul li a:link {
	border: none;
	text-decoration: none;
	}
#header #nav ul li a:visited {
	border: none;
	text-decoration: none;
	color:#000
	}

#header #nav ul li a:hover {
	border: none;
	background-color: #0633ba;
	color: #FFF;
}
#header #nav ul li a.current {
	background-color: #8f98f2;
	color: #0633ba;
}
#header #nav ul li a.current:hover {
	color:#CCC;
}

/*--End Site Main Navigation Styles--*/
/*--******************--*/


/*--Site Sidebar Styles--*/
/*--******************--*/
#sidebar {
	height: auto;
	width: 210px; /*-- 150px --*/
	float: left;
	color: #2B1C8C;
	padding: 0px;  /*-- 0 --*/
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 100px; /*--10px  --*/
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 0.9em;
}
#sidebar ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	font-size: 1.1em;
}
#sidebar ul li a {
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #0633ba;
}

/*--End Site Sidebar Styles--*/
/*******************--*/


/*--Site Footer Styles--*/
/*--******************--*/
/*@charset "utf-8"; */
#footer {
	background-color: #2B1C8C;
	clear: both;
	text-align: center;
	color: #2B1C8C;
	background-image: url(../_images/footer big1a.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: auto;
	background-position: bottom;
}
/*--End Site Footer Styles--*/
/*--******************--*/
#mainContentFull  #imgCenter {
	display: block;
    margin-left: auto;
    margin-right: auto
}
#header a img {
	float: left;
}
