﻿body {
	margin: 0 auto;
	text-align: center;
	color: #c3dffe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0364a3;
	padding-top: 34px;
}
body.team {
	background-color: white;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 963px;
	line-height: 16px;
	text-align: left;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.mainbg {
	clear: both;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	display: table;
	width: 947px;
	padding-left: 16px;
}
div.header {
	clear: both;
	padding-bottom: 6px;
	height: 124px;
}
div.nav {
	float: left;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	width: 417px;
	height: 70px;
	font-size: 12px;
	color: #68a5cb;
	padding-top: 54px;
	font-weight:normal;
	letter-spacing: 1px;
}
div.nav a {
	color: gray;
	margin: 0 5px;
}
div.nav a:hover,
div.nav a.on {
	color: #a0a0a1;
}
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	position: relative;
}
#menu li:hover ul {
	display: block;
}
#menu ul {
	list-style: none;
	position: absolute;
	top: 15px;
	left: 0px;
	margin: 0;
	padding: 0 2px 3px 2px;
	background-color: #023874;
	border-top: 5px white solid;
	display: none;
}
#menu ul li {
	clear: both;
	width: 145px;
	padding: 3px 0 0 0;
}
#menu ul a {
	display: block;
}
div.content {
	clear: both;
}
div.homebox {
	float: left;
	margin-left: 5px;
	width: 463px;
	background-color: #023874;
	display: table;
}
div.welcometxt {
	clear: both;
	width: 410px;
	height: 312px;
	margin-left: 26px;
	padding-bottom: 27px;
	font-size: 12px;
}
div.pagetitle {
	clear: both;
	width: 932px;
	height: 15px;
	margin-top: 7px;
	margin-bottom: 10px;
	padding-top: 25px;	
	padding-bottom: 25px;
	font-size: 28px;
	color: white;
	background-color: #023874;
	text-align: center;
}
div.copy {
	clear: both;
	text-align: center;
	color: white;
	font-size: 10px;
	padding: 30px 0;
}
div.accordion {
	float: left;
	margin-left: 20px;
	display: table;
	width: 102px;
	height: 192px;
	padding-top: 5px;
	border-right: 1px #d8e1ea solid;
}
div.spacer {
	float: left;
	margin-left: 20px;
	width: 102px;
	height: 192px;
	padding-top: 5px;
	border-right: 1px #d8e1ea solid;
}

.arrowlistmenu{
width: 207px; /*width of accordion menu*/
}
.arrowlistmenu h3 {
	margin: 1px 0;
	padding: 0;
}
.arrowlistmenu h3:hover,
.arrowlistmenu h3:hover a {
	background-color: #023874;
	color: white;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #023874;
font-weight: bold;
font-size: 11px;
padding: 0px 0 0px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.menuheader a {
	color: #023874;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #023874;
}
.arrowlistmenu .openheader a {
	color: white;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
padding: 1px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
color: #6788ac;
font-weight: normal;
font-size: 11px;
}
div.scroll {
	width: 688px;
	height: 182px;
	-moz-scrollbars-vertical: scroll;
	overflow-y: scroll;
	-moz-scrollbars-horizontal: hidden;
	overflow-x: hidden;
}
div.teamtxt {
	clear: both;
	margin: 0px auto; 
	background-color: white;
	width: 616px;		
	color: #023874;
	text-align: left;
	padding: 20px;
	border-left: 1px #d8e1ea solid;
	border-right: 1px #d8e1ea solid;
}
div.teamtxt ul {
	margin-bottom: 20px;
	margin-top: 0;
	padding-left: 15px;
}

div.contenttxt {
	clear: both;
	margin: 0px auto; 	
	background-color: white;
	width: 700px;		
	color: #023874;
	text-align: left;
	padding: 20px;
	border-left: 1px #d8e1ea solid;
	border-right: 1px #d8e1ea solid;
	
}

div.centertxt {
	text-align: center;
}
