@charset "UTF-8";

body {
	background: url(images/bg2.jpg) repeat-x;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
h1 {
	font-size: 1.5em;
	color: #0a4d8e;
	padding: 1.5em 0 .6em 0;
	margin: 0;
	font-weight: normal;
}
a {
	color: #0a4d8e;
}
a:hover {
	text-decoration: none;
}
.container {
	width: 1000px;
	margin: 0 auto;
	max-width: 1000px;
}
.navBar {
	height: 72px;
	background: url(images/nav_bg.jpg) no-repeat;
}
.navBar img {
	float: left;
}

.navLinks {
	width: 738px;
	/*height: 29px;*/
	float: right;
	margin: 28px 25px 0 0;
	padding-top: .3em;
	position: relative;
	z-index: 100;
	text-align: center;
}
.navLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navLinks li.top {
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}
.navLinks a, .navLinks a:visited {
	color: #000;
	font-size: .75em;
	font-weight: bold;
	padding: 0 .8em .1em .8em;
	display: inline-block;
	border-right: 1px solid #a2a2a2;
	text-decoration: none;
}
.navLinks a.last {
	border-right: none;
}
.navLinks a:hover {
	color: #0a4d8e;
}
.navLinks :hover > a {
	color: #0a4d8e;
}
.navLinks ul ul {
	position: absolute;
	visibility: hidden;
	background: #0a4d8e;
	border: 1px solid #fff;
	padding: .3em 0;
}
.navLinks ul ul.about {
	/*margin-left: -2em;*/
	top: 1.2em;
	left: -2.3em;	
}
.navLinks ul ul.what {
	/*margin-left: -1.5em;*/
	top: 1.2em;
	left: -1.7em;
}
.navLinks ul ul a, .navLinks ul ul a:visited {
	color: #fff;
	border: none;
	text-align: center;
	padding: .5em .5em;
	width: 145px;
	margin-left: -1px;
	text-decoration: none;
	font-size: .75em;
	font-weight: normal;
}
.navLinks ul ul a:hover, .navLinks ul ul :hover > a {
	color: #fabf0c !important;
}
.navLinks ul li:hover ul, .navLinks ul a:hover ul{
	visibility:visible;
}
.navBar table {position:absolute; top:2em; left:0; border-collapse:collapse;;}



.homeContent {
	padding: 32px;
}
.homeText {
	width: 576px;
	font-size: .8em;
	float: right;
}
.mainText {
	width: 936px;
	font-size: .8em;
}
.mainText p.border {
	border-bottom: 1px solid #bbb;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	clear: both;
	display: block;
}
.mainText h1 {
	clear: both;
}
.mainText ul {
	margin: 0;
}
.homeText h1, .mainText h1 {
	padding-top: .8em;
}
.homeText ul {
	margin: 0 0 0 .8em;
	padding-left: .8em;
}
.homeText .left, .homeText .right {
	width: 268px;
	float: left;
}
.homeText .left {
	margin-right: 20px;
}
.homeText .left h1, .homeText .right h1, .homeNews h1 {
	border-bottom: 1px solid #cacaca;
	margin-bottom: .6em;
}
.homeText h1 img {
	margin-left: 6px;
	/*cursor: pointer;*/
}
#homeDropA, #homeDropB {
	/*visibility: hidden;*/
	width: 268px;
	/*position: absolute;
	margin-bottom: 30px;*/
}
.homeNewsContainer {
	width: 329px;
	background: url(images/news_bg_yellow2.jpg) no-repeat bottom;
	float: left;
	margin-bottom: 32px;
	min-height: 390px;
}
.homeNews {
	width: 285px;
	background: url(images/news_topbg.jpg) no-repeat top;
	padding: 16px 22px 35px 22px;
}
.homeNews h1 {
	padding-top: 0;
}
.homeNewsText {
	width: 285px;
	font-size: .8em;
}
.homeNews img {
	margin: 0;
	padding: 0;
	border: none;
}

.header {
	font-size: 2.7em;
	font-family:"Times New Roman", Times, serif;
	float: left;
	margin-right: 10px;
	color: #ccc;
}
.subLinks {
	color: #999;
}
.subLinks a {
	color: #999;
	padding: 0 12px;
	margin-top: 16px;
	text-decoration:none;
	display: inline-block;
}
.subLinks.long a {
	padding: 0 7px;
}
.subLinks a:hover {
	color: #0a4d8e;
	text-decoration: underline;
}
.subLinks a.selected {
	color: #0a4d8e;
}

/* Org Chart */
div.orgchart {
	width: 510px;
	text-align: center;
	font-size: .9em;
	margin-left: 50px;
}
div.orgchart a {
	float: left;
	background: #f3f3f3;
	padding: .5em 5px;
	color: #0a4d8e;
	text-decoration: none;
	width: 130px;
	margin-left: 186px;
	clear: both;
	border: 1px solid #c3c3c3;
}
div.orgchart a:hover {
	color: #0a4d8e;
	background: #ccc;
}
.line {
	float: left;
	width: 369px;
	height: 0px;
	clear: both;
	margin: 0 0 0 70px;
}
.lineTop {
	float: left;
	width: 500px;
	height: 15px;
	background: url(images/orgchart_line2.gif) center repeat-y;
	clear: both;
	margin: 0;
}
.horzLineKaty {
	float: left;
	width: 95px;
	height: 42px;
	margin: 0;
}
.vertLineKaty {
	float: left;
	width: 0px;
	height: 145px;
	margin: 0;
	border-left: 1px solid #c3c3c3;
}
.horzLineMadonna {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0;
}
.horzLineRochelle {
	float: left;
	width: 95px;
	height: 20px;
	margin: 0;
}
.vertLineElsa {
	float: left;
	width: 0px;
	height: 20px;
	margin: 0 0 0 257px;
	border-left: 1px solid #c3c3c3;
	clear: left;
}
.vertLineRochelle {
	float: left;
	width: 0px;
	height: 95px;
	margin: 0;
	border-left: 1px solid #c3c3c3;
}
.vertLineBelow {
	float: left;
	width: 0px;
	height: 20px;
	margin: 0 0 0 70px;
	border-left: 1px solid #c3c3c3;
}
div.orgchart a.below {
	float: left;
	margin: 0;
	clear: none;
}
div.orgchart a.mike {
	float: left;
	margin: 0 45px 0 0;
	clear: left;
}
div.orgchart a.bob {
	float: left;
	margin: 0 39px 0 0;
	clear: none;
}
div.orgchart a.katy {
	float: left;
	margin: 0;
	clear: both;
	width: 150px;
}
div.orgchart a.elsa {
	clear:left;
	margin: 0 0 40px 188px;
	float: left;
}
div.orgchart a.madonna {
	float: left;
	margin: 80px 0 0 0;
	clear: none;
	width: 140px;
}

/* Footer */
.footer {
	width: 936px;
	padding: 30px 32px 30px 32px;
	font-size: .7em;
	background: #f3f3f3;
	clear: both;
	border-top: 5px solid #0a4d8e;
	margin-top: 20px;
	text-align: center;
	color: #bbb;
	line-height: 1.65em;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0 40px 0 10px;
	line-height: 1.65em;
	border-right: 1px solid #ccc;
	float: left;
	text-align: left;
}
.footer ul.first {
	margin-left: 10px;
}
.footer ul.last {
	border-right: none;
}
.footer a {
	color: #bbb;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
.footer ul.wider {
	padding-right: 75px;
}



/* Styles for lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* End Styles for lightbox */

