/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #EBEBEB;
	color: #464646;
	font: normal 76%/1.5em arial, helvetica, sans-serif;
	text-align: center;
}

a {text-decoration: none; };
a:hover {color: #099; text-decoration:underline; }

a img { border: 0; }

th, td {
	font-size: 76%;
	vertical-align: top;
}

h1 {
	color: #3F4A8E;
	font: italic 1.5em/1.1em Geogria, Times, "Times New Roman", serif;
}

.calendar_full { width: 735px; }

.calendar_full td { width: 105px; }

.calendar_full .day_number { border-bottom: 1px solid #DDD; }

.calendar_full .events { min-height: 50px; }

.calendar_small { width: 200px; }

.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#site-container {
	background: transparent url(images/background-page.gif) repeat-y top center;
}

#site-container-inner {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#header-container { padding: 30px 0 15px 0; }

#globalnav-container {
	width: 770px;
	margin: 0 auto;
	background-color: #FFF0D3;
}

#globalnav-container .navigation li {
	display: inline;
	padding: .4em 1.55em;
	color: #9A722D;
	font-size: .8em;
}

#globalnav-container .navigation li a { color: #9A722D; }
#globalnav-container .navigation li a:hover { color: #DB5524; }

#header-container .navigation {
	float: right;
	width: 500px;
	margin-right: 10px;
	padding-top: 33px;
	text-align: right;
}

#header-container .navigation li {
	display: inline;
	padding: 0 .85em;
	color: #DDD;
	font-size: .9em;
}

#masthead {
	float: left;
	margin-left: 15px;
}

/*
** Horizontal Menu
*/

#horizontal-menu { background: #099 url(/images/background-horizontal_menu.gif) no-repeat top left; }

	#horizontal-menu {
		clear: both;
		width: 740px;
		margin: 55px 0 0 10px;
		padding: .5em 0;
		background-color: #EEE;
		color: #FFF;
	}



	#horizontal-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
	}

	#horizontal-menu ul li {
		display: inline;
		padding: 12px 18px 0 .85em;
		/*font-weight: bold;*/
		font-size: 1.05em;
		/*font-family: "News Gothic", "News Gothic Std", arial, sans-serif;*/
		font-family: arial, helvetica, sans-serif;
		text-transform: uppercase;
	}

	#horizontal-menu h2 {
		float: left;
		margin: 0 0 0 5px;
		padding: 0;
		color: #FFF;
		font-size: 1.45em;
		font-family: "Arial Narrow", arial, sans-serif;
		text-transform: uppercase;
	}



/*
** Banner
*/
	#banner-container-home {
		position: relative;
		width: 740px;
		height: 270px;
		margin-left: 10px;
		background: transparent url(images/background-banner.gif) repeat-x bottom left;
	}

	#banner-container-home .banner {
		overflow: hidden;
		height: 230px;
	}

	
	#banner-container-home .highlights, 
	#banner-container-home .information_for {
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 485px;
		width: 255px;
		height: 230px;
		background-color: #EEE;
		color: #000;
		font-size: .9em;
		line-height: 1.6em;
		z-index: 6;
	}

	#banner-container-home .information_for { height: 220px; }

	#banner-container-home .highlights h2, 
	#banner-container-home .information_for h2 {
		margin: 0 0 .5em 0;
		color: #000;
		font-size: 1.4em;
		line-height: 1em;
		text-transform: uppercase;
	}

	#banner-container-home .information_for ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#banner-container-home .highlights .padding, 
	#banner-container-home .information_for .padding { padding: 15px 15px 15px 15px; }

	#banner-container {
		position: relative;
		width: 740px;
		height: 160px;
		margin-left: 10px;
	}

	#banner-container .banner {
		overflow: hidden;
		width: 740px;
		height: 144px;
	}



/*
** Body
*/
	#body-container .right-column {
		float: right;
		width: 185px;
	}

	#body-container .center-column .right-column { margin: 0 0 20px 20px; }

	#body-container .left-column {
		float: left;
		width: 160px;
	}

	#body-container .single-column { margin: 0 15px; }

	#body-container .left-column .padding { padding: 0 10px; }

	/*#body-container .center-column { padding: 0 200px 0 175px; }*/
	#body-container .center-column { padding: 0 20px 0 175px; }

	.left-column .navigation li {
		padding: 3px 0 5px 10px;
		border-top: 1px solid #DDD;
		color: #5A5A5A;
		font-weight: bold;
		text-transform: uppercase;
	}

	.left-column .navigation li a { color: #6E6E6E; }
	.left-column .navigation li a:hover { color: #099; text-decoration:none;}

	.left-column .navigation li .dingbat {
		float: left;
		margin-left: -10px;
		font-size: 16px;
	}

	.left-column .navigation li li {
		border: none;
		font-size: 0.9em;
		line-height: 1em;
		text-transform:none;
	}

	.left-column .navigation li li li { font-size: 1em; }

	.left-column .navigation li li li a { color: #000; }



/*
** Footer
*/
	#footer-container {
		clear: both;
		margin: 0 auto;
		padding: 50px 0 75px 0;
		background: transparent url(images/background-footer.gif) no-repeat bottom center;
		font-size: .85em;
		text-align: center;
	}

	#footer-container .padding {
		width: 740px;
		margin: 0 auto;
		border-top: 10px solid #FFF0D3;
		text-align: left;
	}

	#footer-container .inner-padding { padding: 10px; }

	#footer-container p { margin: 0 0 .25em 0; }



/*
** Tools
*/
	.tools {
		margin: 0 0 15px 0;
		background: transparent url(images/background-tools.gif) no-repeat bottom left;
	}

	.tools .padding {
		padding: 10px 15px 10px 10px;
		background: transparent url(images/background-tools-header.gif) no-repeat top left;
	}

	.tools h2 {
		height: 37px;
		margin: 0 0 5px 0;
		padding: 0;
		color: #FFF;
		font-size: .95em;
		line-height: 1em;
		text-transform: uppercase;
	}

	ul.site-tools {
		margin: 15px 0 0 0;
		padding: 5px 5px 10px 5px;
		border-top: 2px solid #DB5524;
		background-color: #FFF0D3;
		list-style-type: none;
	}

	ul.site-tools li {
		padding: 10px 0 0 0;
		line-height: 1.1em;
	}

	ul.site-tools li a { color: #DB5524; }

	ul.site-tools li a:hover { color: #000; }


/*
** Right Nav
*/
	.right-nav {
		margin: 0 0 15px 0;
		font-style: italic;
		font-size: .9em;
		font-family: georgia, times, "times new roman", serif;
		color: #7E151E;
	}

/*
** Calendar
*/
	.calendar_full { width: 100%; }


/* These are standard sIFR styles... do not modify */

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}

	.sIFR-replaced {
		visibility: visible !important;
	}

	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}


/*
** Quick Links
*/
	#quicklinks {
		position: relative;
		border: 1px solid #EEE;
		height: 16px;
		background-color: #FFF;
		z-index: 9;
	}

	#quicklinks ul li {
		margin: 0;
		padding: 0;
	}

	#quicklinks ul li a {
		display: block;
		margin: 0;
		border-bottom: 1px solid #EEE;
		padding: .5em 0;
		font-size: 1.35em;
		line-height: 1.25em;
		text-align: left;
	}

	#quicklinks ul {
		display: none;
		position: absolute;
		top: 18px;
		left: 0;
		width: 180px;
		background-color: #FFF;
		border: 1px solid #EEE;
		padding: 10px;
		list-style: none;
		z-index: 9;
	}

	#quicklinks:hover ul, 
	#quicklinks .hover { display: block; }


/*color and style
*/
a, 
a:visited { color: #099; }

h1 {
	margin: 0 0 .5em 0;
	color: #38338F;
	font-size: 2.25em;
	line-height: 1em;
}

h2 {
	color: #38338F;
	font-size: 1.65em;
}

h3 {
	color: #38338F;
	font-size: 1.2em;
}

#header-container .navigation li, 
#header-container .navigation li a { color: #099; }

#header-container .navigation li a:hover { color: #38338F; }

#horizontal-menu { background: #009999; }

#horizontal-menu a { color: #FFF; }

#horizontal-menu a:hover { color: #38338F; }

#banner-container-home .highlights {
	background-color: #DB5524;
	color: #FFF;
}

#banner-container-home .highlights a { color: #FFF; }

.left-column .navigation li a:hover { color: #099; }

.left-column .navigation li .dingbat { color: #38338F; }

#footer-container .padding { border-color: #099; }

#banner-container-home .highlights h2 { color: #FFF; }

/* CSS Document */



/*
** These "decoy" styles are used to hide the browser text before it is 
** replaced... the negative-letter spacing in this case is used to make the 
** browser text metrics match up with the sIFR text metrics since the sIFR text 
** in this example is so much narrower... your own settings may vary... any 
** weird sizing issues you may run into are usually fixed by tweaking these 
** decoy styles.
*/

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*
.sIFR-hasFlash .highlights h2 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/.bgr {
	color: #FFFFFF;
	background-color: 38338F;
}
.caption {
	font-size: 0.85em;
	line-height: 16px;
}

