
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* 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: 100%;
	cursor: default;
	float: right;
	background-color: #111166;
}
/* 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;
	background-color: #111166;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	padding: 0;
	width: 9.4em;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	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: auto;
	cursor: default;
	position: relative;
	left: -1000em;
	width: 9.4px;
}
/* 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 same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	float: none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: relative;
	margin-top: 0%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100%;
	width: auto;
}
/* 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;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #8e92ff;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #111166;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	border-bottom-color: #111166;
	width: auto;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	white-space: nowrap;
	overflow: hidden;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #111166;
	color: #FFFFFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #111166;
	color: #FFFFFF;
}

/*******************************************************************************

 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%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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(SpryMenuBarRight.gif);
	background-repeat: no-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 a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-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(SpryMenuBarRightHover.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;
}
/* 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;
		float: left;
		background: #FFF;
	}
}
ul.navbar a.here {
	background-color: #111166;
	background-image: url(../../images/link_bg1.gif);
	background-repeat: no-repeat;
	width: 100px;
	padding-left: 25px;
}


.global_image_border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	display: block;
}

#footer {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	background-color: #111166;
	font-family: Arial, Helvetica, sans-serif;
}

#Copyright {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

	
#footer a:link {
	color: #FFFFFF;
	margin-right: 20px;
	text-decoration: underline;
	} 
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer a:visited {
	color: #FFFFFF;
	margin-right: 20px;
	text-decoration: underline;
	}

.Sidebar_Links {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #111166;
	display: block;
	margin-right: 10px;
	margin-left: 26px;
	line-height: 160%;
	font-weight: normal;
	background-color: #EEF3FF;
}

.Sidebar_Links a:link {
	text-decoration: none;
	color: #111166;
	}
	
.Sidebar_Links a:visited {
	text-decoration: none;
	color: #666699;
	} 
	
	 
.Sidebar_Links a:hover {
	text-decoration: underline;
	color: #CC0000;
	}
	
.Sidebar_Links a:active {
	color: #CC0000;
	text-decoration: underline;
	}


.BoxShot {
	float: right;
	height: 274px;
	width: 250px;
	padding-right: 6px;
	padding-left: 12px;
	overflow: visible;

}

body,td,th {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-weight: bold;
	color: #111166;
}

.HotLink {
	color: #7676A7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: underline;
}

.SideBar_Header {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #111166;
	display: block;
	background-image: url(../images/redmarker.gif);
	background-repeat: no-repeat;
	text-indent: 26px;
	background-position: 7px 22px;
	padding-top: 20px;
}
.Side_Text_Bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	font-variant: normal;
	padding-left: 5px;
	float: left;
	padding-top: 5px;
	color: #111166;
}
.Side_Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	display: block;
	color: #111166;
}



.Body_Header1 {
	color: #111166;
	font-size: 14pt;
	line-height: 120%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
}

.Body_Header2 {
	color: #111166;
	font-size: 12pt;
	line-height: 120%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Top_img {
	display: block;
}
#white_img {
	float: left;
	left: 0px;
	position: relative;
}

.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.img_hor_repeat {
	background-repeat: repeat-x;
	background-color:#222266;
	margin:0px;
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #111166;
	border-top:1px solid #111166;

}

.img_right {
	margin: 10px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.FormElement {
	float: left;
	margin: 6px;
}

.form_class {
	background-color: #DAE3E9;
	padding: 6px;
}

.UnorderedList {
	background-image: url(../images/reddot1.png);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 24px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg_2.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.twoColFixLtHdr #container {
	width: 710px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/wrapper_wbg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 160%;
	font-weight: bold;
	color: #111166;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	list-style-type: square;
} 
#Side_Area_570 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #EDF1F8;
	display: block;
	width: 170px;
	height: 570px;
	border: 1px solid #111166;
	margin-top: 10px;
	margin-left: 10px;
}
#Side_Area_700 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #EDF1F8;
	display: block;
	width: 170px;
	height: 1040px;
	border: 1px solid #111166;
	margin-top: 10px;
	margin-left: 10px;
}

#Side_Area_400 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #111166;
	background-color: #EDF1F8;
	display: block;
	width: 170px;
	height: 500px;
	border: 1px solid #111166;
	margin-top: 10px;
	margin-left: 10px;
}
#Side_Area_360 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #EDF1F8;
	display: block;
	width: 170px;
	height: 360px;
	border: 1px solid #111166;
	margin-top: 10px;
	margin-left: 10px;
}

.twoColFixLtHdr #header {
	padding: 0;
	margin-left: 1px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border: 1px solid #111166;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */

}
.twoColFixLtHdr #mainContent {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 145%;
	color: #000000;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	z-index: 1000;
} 
.twoColFixLtHdr #footer {
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
