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

body {
	background-color: #E4E4E4;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/shared/bodyBackground.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
div#outer {
	width: 1000px;
	background-color:#FFFFFF;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div#header {
	text-align: center;
	background-repeat: no-repeat;
	position: relative;
}
#header div#topBar {
	background-color: #0146A5;
	color: #CCCCCC;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
div#topBar .left {
	float: left;
	margin-left: 10px;
}
#header div#heading {
	height: 140px;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

#header div.nav {
	height: 45px;
	background-image: url(../images/shared/topNav.gif);
	background-repeat: repeat-x;
	padding-left: 100px;
	clear: both;
}
#header div.nav a {
	text-decoration: none;
	color: #E3E3E3;
	font-weight: bold;
	display: block;
	height: 30px;
	width: 100px;
	padding-top: 15px;
	float: left;
	background-image: url(../images/shared/topNavDiv.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header div.nav a:hover {
	color: #FFFFFF;
}
div#main {
	background-image: url(../images/shared/contentBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	margin-top: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #858585;
}
div.dropMenu {
	width: 150px;
}

div.dropMenu a {
	background-color: #8C8C8C;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #E3E3E3;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}
div.dropMenu a:hover {
	color: #FFFFFF;
}


#sideBar {
	width: 250px;
	float: left;
}

#sideBar div.box {
	height: 200px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#sideBar  div.news {
	background-image: url(../images/shared/news.jpg);
}
#sideBar ul {
	margin-left:15px;
}
#sideBar li {
	list-style-type: none;
}
div.news .item {
	width: 230px;
}
div.news .item .title {
	color: #FFFFFF;
	margin-top: 15px;
}
div.news .item .description {
	color: #CCCCCC;
}
div.news .item .link {
	text-align: right;
}
div.news  .item  .link a {
	color: #5FA3FE;
	font-size: 12px;
	font-weight: bold;
}

#sideBar div.philosophy {
	padding: 0px;
}
div#content {
	margin-left: 280px;
	padding: 10px;
}
#content div#images {
	float: right;
	width: 250px;
	margin-left: 15px;
}
#content #images img {
	display: block;
	margin-bottom: 10px;
}

div#footer {
	text-align: center;
	clear: both;
}
div#footer img {
	margin-bottom: 5px;
	margin-top: 10px;
}
div#copyright {
	color: #FFFFFF;
	background-color: #0146A5;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#footer a {
	color: #CCCCCC;
	font-weight: bold;
}
h1 {
	color: #0146A5;
	font-size: 22px;
	padding-top: 65px;
	padding-left: 450px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #0146A5;
	margin-bottom: 15px;
}
h3 {
	text-transform: uppercase;
	color: #0146A5;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	color: #0146A5;
	font-weight: bold;
	font-size: 13px;
}
ul {
	margin-left: 25px;
	margin-bottom: 15px;
}
li {
	color: #515151;
	font-size: 13px;
}
p {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
}
img {
}
input {
	margin-top: 3px;
	margin-bottom: 3px;
}
.textField {
	border: 1px solid #ABADB3;
	color: #515151;
	background-color: #FFFFFF;
	font-size: 13px;
	width: 250px;
}

td {
	vertical-align: middle;
	color: #515151;
	font-size: 14px;
}
