/* CSS Document */
html { 
	font-size: 100%;  /*IE hack*/
	height: 100%; 
	} 
body {
	/*background: url(../images/bgMain.gif) no-repeat;*/
	background: url(../../images/MASTER_bgMain_header_12OCT11.jpg) top center  no-repeat;
	margin:0;
	padding:0;
	font: 100.01%/1.5em  Verdana, Arial, Helvetica, sans-serif; 
	height: 100%;
	}
#wrapper {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	padding:0;
	}
/* --------------------- HEADER */
#header {
	height: 80px;
	}
#logo {
	padding-bottom: 3px;
	padding-left: 7px;
	padding-left:17px;
	}
#toppage {
	margin: -15px 0 0 0;
	padding-top: 0;
	}
/* --------------------- HEADER end */
/* --------------------- TOPNAV */
#topnav {
	font-size: 0.85em;
	margin: -15px 0 0 0;
	padding: 5px 10px 10px 0;
	}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	}
#topnav li {
	display: inline; /* Keeps WinIE5 from adding extra space between list items. */
	background: url(../../images/featureHeader.jpg) repeat-x;
	font: 0.8em Arial, Helvetica, sans-serif;
	}
#topnav a {
	padding-right: 15px;
	color: #11568b;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0.2em;
	}
#topnav a:hover {
	background: url(../../images/navbullet.gif) right no-repeat; 
	color: #98999b;
	}
/* --------------------- TOPNAV end */
/* --------------------- NAV2 */
#nav2 {
	font-size: 0.85em;
	margin: 0;
	padding: 25px 0 25px 3px;
	height: 5px;
	}
#nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}
#nav2 li {
	background: url(../../images/featureHeader.jpg) repeat-x;
	display: block;
	width: 140px;
	}
#nav2 a {
	padding-left: 5px;
	padding-right: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #11568b;
	margin: .3em 0 .1em 0;
	font-size: 1.1em;	
	}
#nav2 li a:visited {	
	font-weight: bold;
	}
#nav2 a:hover {
	background: url(../../images/navbullet.gif) right no-repeat; 
	color: #98999b;
	}
/* --------------------- NAV2 end */
/* --------------------- NAV3 */
#nav3 {
	font-size: 0.7em;
	margin: 0;
	padding: 25px 0 25px 3px;
	height: 5px;
	}
#nav3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}
#nav3 li {
	background: url(../../images/featureHeader.jpg) repeat-x;
	display: block;
	width: 140px;
	font: 0.8em Arial, Helvetica, sans-serif;
	}
#nav3 a {
	padding-left: 5px;
	padding-right: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #11568b;
	margin: .3em 0 .1em 0;
	font-size: 1.1em;	
	}
#nav3 li a:visited {	
	font-weight: bold;
	}
#nav3 a:hover {
	background: url(../../images/navbullet.gif) right no-repeat; 
	color: #98999b;
}
/* --------------------- NAV3 end */
/* --------------------- FLYOUT MENU */
.cssfly {
	font-family: arial, sans-serif; 
	font-size:.75em;/*font-size:11px;*/
	width:106px;
	height:140px;
	position:relative; 
	margin:0;
	/*margin:50px 0;*/
}
.cssfly ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	padding-left:20px;
	width:134px; /*width:104px;*/
	height:22px; 
	text-align:left; 
	font-weight:normal;
	border:1px solid #fff;
	border-width:1px 1px 0 0; 
	background: url(../../images/featureHeader.jpg) repeat-x #abd3e9;
	line-height:18px;  
	color: #11568b;
	/*font: 1.1em Arial, Helvetica, sans-serif;
	line-height: 130%;
	background: #3399CC;
	color:#FFFFFF;color:#000;
	font-size:.75em;font-size:11px;*/
}
.cssfly ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}
.cssfly ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
}
.cssfly ul li ul {
	display: none;
}
.cssfly ul li:hover a {
	color:#fff; 
	background: url(../../images/navbullet.gif) left no-repeat;
	text-decoration:none;
	color:#0092c7;
	/*background:#000;text-decoration: underline;*/
}
.cssfly ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:155px; /*left:105px;*/
	width:225px; /*width:105px;*/
}
/*.cssfly ul li:hover ul li a.hide {
	background:#silver; 
	color:#000;
}*/
/*.cssfly ul li:hover ul li:hover a.hide {
	width:225px; /*width:150px;*/
/*}*/
/*.cssfly ul li:hover ul li ul {
	display: none;
}*/
.cssfly ul li:hover ul li a {
	display:block; 
	background:#eaf3f8; 
	color:#11568b; 
	width:200px; /*width:150px;*/
}
.cssfly ul li:hover ul li a:hover {
	background:white; 
	color:#0092c7;
}
/*.cssfly ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:151px; 
	top:0; 
	color:#000;
}
.cssfly ul li:hover ul li:hover ul li a {
	display:block; 
	width:200px; 
	background:#dfc184; 
	color:#000;
}
.cssfly ul li:hover ul li:hover ul li a:hover {
	background:#bd8d5e;
	color:#fff;
}*/
/* --------------------- FLYOUT end */


/* --------------------- MENU
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: .9em Arial, Helvetica, sans-serif;
}
#menu {
	position: relative;
	top: -2px;
	left: -2px;
	width: 10em;
	font: .9em Arial, Helvetica, sans-serif;
	}
#menu dt {
	cursor: pointer;
	background:url(../images/menubg.gif) no-repeat;
	height: 30px;
	line-height: 35px;
	margin: 2px;
	padding-left: 0.5em;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	}
#menu dd {
	position: absolute;
	z-index: 100;
	left: 9em;
	margin-top: -1.4em;
	padding-left: 3px;
	width: 14em;
	background: #e9e9e9;
	}
	
#menu ul {
	padding: 2px;
	}
#menu li {
	text-align: left;
	font: .8em Arial, Helvetica, sans-serif;
	height: 26px;
	line-height: 28px;
	}
#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 30px;
	}
#menu li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 13px;
	}
#menu dt a:hover {
	text-decoration:none;
	color:#0092c7;
	}
#menu li a:visited {	
	font-weight: bold;
	}
#menu li a:hover {	
	background: url(../images/navbullet.gif) left no-repeat;
	text-decoration: underline;
	color:#0092c7;
	} */
/* --------------------- MENU end */
/* EXPANDMENU2 NOT USED */
#expandmenu2 {
	position: relative;
	top: -1px;
	left: -7px;
	width: 15em;	
}
#expandmenu2 dt {
	cursor: pointer;
	height: 30px;
	line-height: 15px;
	margin: -1px;
	text-align: left;
	
	/*font: 250% Arial, Helvetica, sans-serif;*/
}
#expandmenu2 dd {
	position: absolute;
	z-index: 100;
	left: 11em;
	margin-top: -2.5em;
	padding-left: 3px;
	width: 14em;
	background: #e9e9e9;
}
#expandmenu2 ul {
	padding: 2px;
}
#expandmenu2 li {
	text-align: left;
	font-size: 50%;
	height: 38px;
	line-height: 20px;
}
#expandmenu2 dt a {
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 30px;
	font-size: 110%;
}
#expandmenu2 li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 13px;
}
#expandmenu2 dt a:hover {
	text-decoration: none;
	color: #0092c7;
}
#expandmenu2 li a:visited {	
	font-weight: bold;
}
#expandmenu2 li a:hover {	
	background: url(../../images/navbullet.gif) left no-repeat;
	text-decoration: underline;
	color: #0092c7;
}
#expandmenu {
	position: relative;
	top: -2px;
	left: -2px;
	width: 10em;
	}
#expandmenu dt {
	cursor: pointer;
	/*background:url(../images/menubg.gif) no-repeat;
	height: 30px;
	line-height: 35px;*/
	line-height: 40px;
	margin: 2px;
	padding-left: 0.5em;
	text-align: left;
	font-weight: bold;
	font-size: .9em;
	}
/*#expandmenu dd {
	position: absolute;
	z-index: 100;
	left: 9em;
	margin-top: -1.4em;
	padding-left: 3px;
	
	background: #e9e9e9;
	}*/
#expandmenu ul {
	padding: 2px;
	width: 14em;
	}
#expandmenu li {
	text-align: left;
	font-size: 90%;
	height: 22px;
	line-height: 24px;
	}
#expandmenu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	/*line-height: 30px;*/
	line-height: 28px;
	}
#expandmenu li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 13px;
	}
#expandmenu dt a:hover {
	text-decoration:none;
	color:#0092c7;
	}
#expandmenu li a:visited {	
	font-weight: bold;
	}
#expandmenu li a:hover {	
	background: url(../../images/navbullet.gif) left no-repeat;
	text-decoration: underline;
	color:#0092c7;
	}
.nolink {
	color: #98999b;
	display: block;
	padding-top: 2px;
	padding-left: 13px;
	text-align: left;
	font-size: 90%;
	height: 19px;
	line-height: 21px;
	}
/* --------------------- MENU end */
/* --------------------- CONTENT LAYOUT */
#contentwrapper {
	float: left;
	width: 100%;
	overflow:auto;
	padding-bottom:-80px;
	}
#contentcolumn{
	margin: 0 20px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	font-size:.7em;
	line-height:150%;
	padding:1em;
}
.innerwrapper {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
#leftcolumn {
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
	/*background: #fff;
	border:#ccc thin solid;*/
	height:650px;
	}

/* --------------------- CONTENT LAYOUT end */

/* --------------------- PROFILE */
#profile {
	/*font: 0.8em Geneva, Arial, Helvetica, sans-serif;*/
	font: 0.7em/130% "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin: 2.5em 0 2em 0;
}
/* --------------------- PROFILE end */
/* --------------------- FORM */
form {
	text-align: left;
	font: 0.7em Arial, Helvetica, sans-serif;
	}
.search {
	padding: 0.7em 0;
	}
label {
	display: block; /* Makes label display on line above input rather than to its left. However, this makes IE drop the left col if you don't include a width on the div which holds the label */
	}
input, textarea {
	border: 1px solid #6c6b85;
	border-bottom: 2px solid #6c6b85;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*padding:0 0 0 .2em;*/
	/*border: 1px solid #1c306b;  Sets border to navy blue. */
	/*background: #c6d2c6;  Sets background color to gray. */
	}

/* Keeps IE from displaying background around checkboxes and radio buttons. */
/*.multiple input {
	border: none;  Removes border set above. */
	/*background: none;  Removes background set above. 
	}*/

/* Paragraphs may be used in the form to head a number of checkbox-label pairs, for instance. This selector controls how they are formatted. */
/*form p {
	margin: 0.8em 0 0.2em 0;  Sets spacing between paragraphs and adjacent content. 
	}*/
	
.button	{
	font-size: 0.8em;	
	color: #fff;
	background-color: #0090b6;
	border-top: #99ccff outset;
	border-right: #254b98 outset;
	border-bottom: #254b98 outset;
	border-left: #99ccff outset;
	height: 20px;
	}
.buttonright {
	padding-left:92px;
	}
/* --------------------- FORM end */
/* --------------------- FOOTER */
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#footer {
	position: relative;
	margin-top: -80px;
	height: 80px;
	clear: both; 
	width: 100%;
	background: white;
	color: #fff;
	text-align: center;
	padding: .5em 0;
	font:  0.85em Arial, Helvetica, sans-serif;
	}
#footer a{
	color: #ffff80;
	}
#footer ul {
	margin: 5px 0 0 0;
	padding: 0.8em 0 .1em 0; /* Sets spacing between top and bottom edges of footer and the list; padding is used instead of margin because padding cannot escape out of divs like margins can. */
	}
#footer li {
	display: inline;
	font:  0.8em Arial, Helvetica, sans-serif;
	}
#footer a:link {
	margin: 0 0.2em;
	text-decoration: none; 
	color: #11568b; 
	}
#footer a:visited {
	color: #98999b; 
	text-decoration: none;
	}
#footer a:hover {
	color: #98999b;
	}
.line {
	background: url(../../images/line.gif) repeat-x ;
	}
.address {
	 /*margin-left: 210px;*/
	 text-align: center;
	 padding-top: .3em;
	 padding-bottom: .5em;
	 font: 0.7em Arial, Helvetica, sans-serif;
	 color: #000;
	}

.date {
	 font-size: 0.8em;
	}
.datenumber {
	font-family: Arial, Helvetica, sans-serif;
	color: #98999b;
	margin: 0;
	font-size: 1.3em;
	text-align: right;
	}
/* --------------------- FOOTER end */
/* --------------------- LINKS */
#more a {
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none; 
	color: #11568b;
	}
a:link {
	font-weight: bold;
	text-decoration: none; 
	color: #11568b;
	}
a:visited {
	color: #98999b;
	text-decoration: none;
	}
a:hover {
	color: #98999b;
	text-decoration: underline;
	}
a:active {
	color: #abd3e9;
	}
a img {
	border: none; /* Removes border that appears around an image when it is nested inside an anchor, such as the logo image */
	}
#staff a{
	color: #ffff80;
	font:  1em Arial, Helvetica, sans-serif;
	}
#staff a:link {
	text-decoration: none; 
	color: #11568b; 
	}
#staff a:visited {
	color: #98999b; 
	text-decoration: none;
	}
#staff a:hover {
	color: #98999b;
	}
/* --------------------- LINKS end */
/* --------------------- HEADINGS */		
h1, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0090b6;
	}
h1 {
	margin: 0 0 .1em 0;
	font-size: 1.3em;
	}
h2 {
	margin: .3em 0 .1em 0;
	font-size: 1.1em;
	color: #000;
	}
h3 {
	margin: .3em 0 0.1em 0;
	font-size: 1em;
	}
h4 {
	margin: 0;
	font-size: 1em;
	}
h5 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
h6 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	}
/* --------------------- HEADINGS end */		
/* --------------------- IMAGES (in content div) */
.left {
	float: left;
	border: 1px solid #1c306b;
	margin: 5px 10px 0 0; /* Sets space between image and text. The top margin aligns the image with the top of the p element. */
	position: relative; /* Because of MacIE's faulty positioning and float models, all floated objects will overlap the background and borders of the fixed footer. Adding position: relative and a smaller z-index than the footer to all the floats fixes this. */
	z-index: 200; /* See note above. */
	}
.leftmap {
	float: left;
	border: 1px solid #1c306b;
	margin: 5px 10px 0 0;
	}
.center {
	text-align:center;
	margin: 5px 0;
	}
.right {
	float: right;
	border: 1px solid #1c306b; 
	margin: 5px 10px 0 10px; /* Sets space between image and text. The top margin aligns the image with the top of the p element. */
	position: relative; /* Because of MacIE's faulty positioning and float models, all floated objects will overlap the background and borders of the fixed footer. Adding position: relative and a smaller z-index than the footer to all the floats fixes this. */
	z-index: 200; /* See note above. */
	}	
/* --------------------- IMAGES end */	
/* --------------------- ORDERED LISTS */
.list {
	margin-left: .5em;	
}
#list ol {
	line-height: 2em;
	margin-top: -2px;	
	font: 113% Verdana, Arial, Helvetica, sans-serif;
}
#list li {
	padding-bottom: .1em;
	list-style-type: disc;
}
/* --------------------- ORDERED LISTS end */
/* --------------------- TABLES */
.staff {
	height: 90px;
}
.calendar {
	font: 1em Arial, Helvetica, sans-serif;
	background-color: #f2f7fa;
}
.calendarhead {
	background-color:#fff;
	font-weight: bold;
	text-align: center;
}
#calendar td {
	vertical-align: top;
	padding: 8px 4px;
}
#contact table {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	/*font: 1em Arial, Helvetica, sans-serif;*/
	background-color: #f2f7fa;
	line-height: 1.2em;
	}
.contactStep {
	font-size: .9em;
	text-align: right;
	font-style: italic;
}
.contactDate {
	font-size: 0.8em;
	text-align: right;
}
.contactText {
	font-size: 1.1em;
}

.contactTextBd {
	font-size: 1.1em;
	font-weight: bold;
}
.contactBlue {
	color: #0090b6;
	font-size: 1em;
}
.contactButton	{
	font-size: 1.1em;
	vertical-align: middle;
	color: #fff;
	background-color: #0090b6;
	border-top: #99ccff outset;
	border-right: #254b98 outset;
	border-bottom: #254b98 outset;
	border-left: #99ccff outset;
	height: 25px;
}
.contactButtonL {
	text-align: left
}
.bottomPad {
	padding-bottom:30px;
}
/* --------------------- TABLES end */

.emphasis {
	font-size: 1.3em;
	color: #f0612f;
}
.announce {
	font: 0.6em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
.smalltext {
	font-size: 0.8em;
	font-style: italic;
}
.photocredit {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}
.pageheight {
	height: 30px;
}
.pagePad {
	padding-bottom: 200px;
}
.blackfirst {
	color: #000;
}
.black {
	color: #000;
	padding-top: 30px;
}
.pr {
	color: #000;
	font-weight: 400;
}
.major {
	font-family: Arial, Helvetica, sans-serif;
	color: #0090b6;
	margin: 0;
	font-size: 1.3em;
	padding-left: 5px;
	vertical-align: top;
}

.breadcrumb { 
 	font-size: 0.6em;
  	color: #000;
	margin-left:20px;
	background-color:transparent;
}
.indent {
	margin-left: 20px;
}

.givedirect {
	font-size: 0.9em;
	font-style: italic;
	vertical-align:top;
}
