@charset "utf-8";
/* CSS Document */
/* Colors used
maroon background: #790033
maroon header: #A30046
dropdown hover maroon: #8C003C
dark maroon left border of search: #800036
maroon border for page content: #8C003C
lightest maroon in gradient and line border between main nav: #C85283
darkest maroon in gradient: #990033
orange box border: #FF9F57
text orange: #E55A25
dark orange background: #B94F00
green box: #86986A
*/
h1 {
	font-family:"Calisto MT", Georgia, "Times New Roman";
	font-size:1.3em;
	padding-bottom: 15px;
	color:#A30046;
	display: inline;
	text-shadow: 1px 1px 0.3em #3F474C;

}
h2 {
	font-family:"Calisto MT", Georgia, "Times New Roman";
	font-size:1.0em;
	color:#E55A25;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #790033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#232323;
	line-height:1.5em;
}
.right {
	text-align:right;
	float:right;
}
.left {text-align:left;}
.boxheader {
	line-height:34px;
	text-indent: 30px;
}
.search {
	color:#FFF;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	background-image:url(images/bg-search-button.jpg);
	background-repeat:no-repeat;
	line-height:38px;
}
.padding10 {
	padding:10px;
	clear:both;
}
.mapdemo {
	width:816px;
	padding:15px;
	border:1px solid #CCC;
}
.sample {width:250px; float:left; margin-left:10px; padding:3px; text-align:center; font-size:.8em; border:1px #FC0 solid}
.medium {font-size:1.0em;}
.small {font-size:.8em;}
.orange {color:#E55A25;}
.maroon {color:#A30046;}
.serif {font-family:"Calisto MT", Georgia, "Times New Roman";}
.bold {font-weight:bold;}
.black {color:#000;}
.grey {color:#666;}
.image {
	padding:3px;
	border:solid 1px #666;
}
.xsmall {
	font-size:.8em;
	line-height:1.5em;
}
a:link {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#790033;
}
a:visited {
	text-decoration:none;
	color:#790033;
}
a:hover {color:#F60;}
#background {
	width:100%;
	background-color:#790033;
}
#container {
	width:912px;
	min-height:670px;
	padding:10px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#header {
	margin-bottom: 10px;
	clear:both;
	width:912px;
	height:104px;
}
	#headernav {
		width:576px;
		height:104px;
		float:right;
		background-color:#A30046;
		}
		#headernav a:link, #headernav a:visited, #headernav a:active {color:#FFF; font-size:12px; text-decoration:none;}
		#headernav a:hover {color:#FFF; font-size:12px; text-decoration:underline;}
		#headtext {width:500px; line-height:40px; text-align:right; float:right; color:#FFF; font-size:small; padding-right:15px;} 
		/*standardized for 270px wide*/
		#search {width:250px; height:38px; float:right; background-image:url(images/bg-search.jpg); background-repeat:no-repeat; clear:both; margin-top:10px; line-height:38px; padding-left:10px; margin-right:10px;} 
		#search a:link {color:#FFF;}
#navbar {
	background-image:url(images/navbg.jpg);
	background-repeat:repeat;
	width:912px;
	height:34px;
	clear:both;
	margin-top:5px;
	margin-bottom:10px;
}
#row1 {
	width:912px;
	clear:both;
}
	#flash {
	width:624px;
	height:256px;
	float:left;
	}
	#mapsamples {
	background-image:url(images/bg-mapsamples.gif);
	background-repeat:no-repeat;
	border: 1px solid #FF9F57; /*subtracts 2 from each height and width dimension*/
	width:270px;
	/*height:254px;*/
	margin-left:5px;
	float:right;
	}
	#mapsamples a:link, #mapsamples a:hover, #mapsamples a:visited, #mapsamples a:active {
		color:#FFF;
		font-size:small;
		text-decoration:none;
	}
#content {
	width:572px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 35px;
	padding-right: 15px;
	float:left;
	border:1px #8C003C solid;
	background-image:url(images/globe-small.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	margin: 0;
	}
#row2 {
	clear:both;
	width:912px;
}
	#pagecontent {
	width:572px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 35px;
	padding-right: 15px;
	float:left;
	border:1px #8C003C solid;
	background-image:url(images/globe-small.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	margin: 5px 0 0 0;
	}
	#news {
	width:272px;
	height:auto;
	margin:5px 0 0px 5px;
	float:right;
	background-image:url(images/bg-newshome.gif);
	background-repeat:no-repeat;
	}
	#pagecontent2 {
	width:862px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 35px;
	padding-right: 15px;
	float:left;
	border:1px #8C003C solid;
	background-image:url(images/globe-small.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	margin: 10px 0 0 0;
	}
/*footer elements come after the close of the container div*/
#footer {
	margin:0px auto 10px auto;
	width:932px;
}
	#copyright {
		background:#A30046;
		width:932px;
		color:#FFF;
		text-align:center;
		line-height:34px;
	}
	#footer-bottom {
		background-color:#FFF;
		text-align:center;
		padding:3px;
	}
	#sponsor {
		width:272px;
		height:150px;
		float:right;
		text-align:center;
	}
	#blank {
	background-color:#FFFFFF;
	background:#FFFFFF;
	}	
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are different fixed width from parent */
ul.MenuBarHorizontal ul li
{
	width: 203px;
	text-align:left;
	background-color: #790033;
	background-image:url(images/bg-subitem.jpg);
	background-repeat: no-repeat;
	background-position: 0 33px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top:0;
}
/*Makes the submenu appear vertically in ie*/
ul.MenuBarHorizontal li ul li { 
clear: left;
} 

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
		border: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0 30px; 
	color: #fff;
	text-decoration: none;
	height:34px;
	line-height:34px;
	font-size:12px;
	border-right: 1px solid #C85283;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-image:url(images/navbg.jpg);
	background-repeat:repeat;
	color: #FFF;
}
/* Submenu item effects on hover */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #8C003C;
	color: #FFF;
	background-image: url(images/bg-subitem.jpg);
	background-repeat: no-repeat;
	background-position: 0 33px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*not using a bg arrow for dropdowns - delete this line if you want to use*/
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(images/navbg.jpg);
	background-repeat:repeat;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(images/navbg.jpg);
	background-repeat:repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}
/**************************************Store Styles***************************************************/
#content-middle {
	float: left;
	width: 624px;
	}
#sidebar {
	float: right;
	width: 220px;
}		
