/* CSS Document */

* {
	margin:0;
	padding:0;
}
body, td, th {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align:center;
}
h1, h2, h3, h4, p, ul, td, th, #nav {
	text-align:left;
}
td, th {
	padding-left:5px;
}
h1 {
	color: #069;
	font-size: 18px;
	font-weight:bold;
	border-bottom: 2px solid #a4bbd2;
	padding: 3px 0 3px 5px;
	margin-bottom: 5px;
	line-height: 24px;
}
h2 {
	color: #069;
	font-size: 14px;
	font-weight:bold;
	padding-left: 5px;
	clear: both;
	margin-bottom: 5px;
}
h3 {
	color: #069;
	font-size: 14px;
	font-weight:bold;
	padding-left: 5px;
	margin-bottom: 5px;
}
h4 {
	color: #069;
	font-size: 14px;
	font-weight: normal;
}
h5 {
	color: #069;
	font-size: 14px;
	font-weight: bold;
	border:1px solid #a4bbd2;
	text-align: left;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 5px;
}
ul {
	margin-left: 2em;
	padding-left: 0;
	margin-bottom: .5em;
}
hr {
	color:#a4bbd2;
	height: 1px;
	margin: 3px 0;
}
.sidebar {
	font-size: 10px;
}
/*begin content*/

/*Header Content + Navigation*/

#header_wrapper {
	width:auto;
	background-image:url(images/BIG_header_bg.gif);
}
#header {
	height: 150px;
	width: 847px;
	margin: auto;
}
#nav_wrapper {
	width:auto;
	background-color:#369;
}
#nav {
	margin: auto;
	padding-left: 0px;
	height: 24px;
	width: 845px;
	background-color:#369;
	border-left: solid 1px #5885b3;
	border-right: solid 1px #5885b3;
}
/*Main Content Area*/

#subheader {
	height: 20px;
	margin: 0 auto;
	width: auto;
	background: url(images/top_maincontentbg.gif) repeat-x #fff;
	text-indent: -5000px;
}
#maincontent {
	width: 845px;
	padding-right: 0px;
	background-color: #fff;
	margin: auto;
}
#leftcolumn {
	min-height: 400px;
	float: left;
	margin: 0 0 10px 0;
	width: 615px;
}
#leftcolumn_wide {
	min-height: 400px;
	float: left;
	margin: 0 0 10px 0;
	width: 845px;
}
#leftcolumn p, #leftcolumn_wide p {
	padding-left:5px;
	margin-bottom: 10px;
}
#rightcolumn {
	float: right;
	width: 215px;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
	background-color: #f7f9fb;
}
#rightcolumn p {
	padding: 0 5px 0px 5px;
	border-bottom: 10px solid #fff;
}
#rightcolumn h2 {
	border-bottom:none;
	padding:5px;
	background-color: #A4BBD2;
	color: #fff;
}
#execbio {
	width: auto;
	height: 130px;
	margin-bottom: 1em;
	border: solid 1px #a4bbd2;
	background-color: #f7f9fb;
	padding: 3px;
}
.execImage {
	float:left;
	padding: 5px;
}
.execText {
	padding: 55px 0 0 0;
	float:left;
}
blockquote {
	text-align: left;
	border-left: 3px solid #ccc;
	padding: 5px 10px;
	background-color: #f5f5f5;
	margin: 10px;
}
/*Footer*/

#footer {
	height:40px;
	margin-bottom:10px;
	background:url(images/footer_bg.gif) repeat-x;
	clear: both;
	padding: 20px 0px 0px 0px;
}
#footer_container {
	width: 845px;
	margin: auto;
}
.footerText {
	font-size: 10px;
	color: #666;
}
/*Links*/

a:link {color:#069;text-decoration:none;}
a:visited {color:#69C;text-decoration:none;}
a:hover {color:#069;text-decoration:underline;}
a:active {}

.blue a:link {color:#fff;}
.blue a:visited {color:#fff}
.blue a:hover {}
.blue a:active {}

/*Images*/

.floatright {
	float: right;
	padding: 3px;
	margin: 0em 0em .5em .5em;
	border: 1px solid #ccc;
	background-color: #fff;
}
.floatleft {
	float: left;
	padding: 3px;
	margin: 0em .5em .5em 0em;
	border: 1px solid #ccc;
}

.imageborder {
	border: 1px solid #777;
}
.gobutton {
	border: solid 1px #ccc;
	padding: 0px;
	color: #666666;
	height: 20px;
}
.infotable {
	background-color:#f7f9fb;
	border: solid 1px #a4bbd2;
}
.bluetable {
	background-color:#f7f9fb;
	padding:3px 0;
}
.whitetable {
	background-color:#fff;
	padding:3px 0;
}

#form_container {
	border: 1px solid #a4bbd2;
	background-color: #FCFCFC;
	clear: both;
	margin-bottom: 10px;
}
#myForm {
	padding: 0px;
	margin: 5px;
}
#myForm p {
	border-bottom:1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#myForm label {
	float:left;
	width:200px;
	clear: both;
}
#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #ccc;
	color: #333;
}

/*Navigation*/

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 800px; /*For KHTML*/
	list-style: none;
	height: 24px;
}
ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}
ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 140px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu-h ul li {
	width: 210px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu-h a {
	padding: 1px 15px 1px 15px;
	border-right: 1px solid #5885b3;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #369;
	color: #fff;
	font: 12px/22px Arial;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, 
ul#navmenu-h li:hover a, 
ul#navmenu-h li.iehover a {
	background: #2a5a8a;
	color: #fff;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a, 
ul#navmenu-h li.iehover li a {
	border: 1px solid #5885b3;
	float: none;
	background: #369;
	color: #fff;
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, 
ul#navmenu-h li:hover li:hover a, 
ul#navmenu-h li.iehover li a:hover, 
ul#navmenu-h li.iehover li.iehover a {
	background: #2a5a8a;
	color: #fff;
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, 
ul#navmenu-h li.iehover li.iehover li a {
	background: #369;
	color: #fff;
}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, 
ul#navmenu-h li:hover li:hover li:hover a, 
ul#navmenu-h li.iehover li.iehover li a:hover, 
ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #2a5a8a;
	color: #fff;
}
/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a, 
ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #369;
}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover, 
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
}
ul#navmenu-h ul ul, 
ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 209px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul, 
ul#navmenu-h li:hover ul ul ul, 
ul#navmenu-h li.iehover ul ul, 
ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, 
ul#navmenu-h ul li:hover ul, 
ul#navmenu-h ul ul li:hover ul, 
ul#navmenu-h li.iehover ul, 
ul#navmenu-h ul li.iehover ul, 
ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
