@charset "UTF-8";



/*code by joda. contact him @ spidervision.com */



html, body {background:#ededed; background-image:url(../images/blue_light_grey_bg_msn2.gif); background-repeat:repeat-x; text-align:center; margin:0; padding:0;}

/*was 5e5e5e background, then 4b4b4b*/



p {font: Microsoft Sans Serif, Arial, Helvetica, sans-serif; color:#CCCCCC; text-align:center;}



#header {background-color:#000000; float:left; height:70px; !important}

#bottom_shadow {/*background-image:url(../images/bg_bottom_shadow_2.gif);*/ width:990px; height:17px;}



#outer_frame_div {width:990px; /*background-image:url(../images/bg_side_shadows_2.gif);*/ background-repeat:y; position:absolute; left:50%; margin-left:-495px;}

#inner_frame_div {width:930px; background-color:#000000; margin-left:30px; text-align:left;} /*see hack for this div in html*/

#content {

	margin-left:200px;

	width:700px;

	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;

	font-size:.6em;

	font-weight:bold;

	color:#C0C0C0;

	z-index:0;

	text-align:center;

	}



#centered_slideshow {text-align:center;}



h2 {font-family:Arial, Helvetica, sans-serif; font-size:2em; color:#CCCCCC; text-align:center;}



.style_large_yellow {

	color: #FFCC00;

	font-size: 12pt;

}



.style_small {font-family:Arial, Helvetica, sans-serif; font-size:7pt; font-weight:bold;}



/*font-size:.5em; color:#CCCCCC; text-align:center; font-weight:100;}*/





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



 LAYOUT INFORMATION: describes box model, positioning, z-order



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



/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */

ul.MenuBarVertical

{

	font-family:Arial, Helvetica, sans-serif;

	font-weight:bold;

	float:left;

	margin: 8px 0px 0px 5px;

	padding: 0;

	list-style-type: none;

	font-size: .7em;

	cursor: default;

	width: 178px;

}

/* 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 same fixed width as parent */

ul.MenuBarVertical li

{

	margin: 0;

	padding: 0;

	list-style-type: none;

	font-size: 100%;

	position: relative;

	text-align: left;

	cursor: pointer;

	width: 178px;

	background:url(images/menu_li_bg.gif) repeat-x;

}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */

ul.MenuBarVertical ul

{

	margin: -5% 0 0 95%;

	padding: 0;

	list-style-type: none;

	font-size: 100%;

	position: absolute;

	z-index: 1020;

	cursor: default;

	width: 178px;

	left: -1000em;

	top: 0;

	/*background:url(images/menu_li_bg.gif) repeat-x;*/

}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */

ul.MenuBarVertical ul.MenuBarSubmenuVisible

{

	left: 0;

	/*background:url(images/menu_li_bg.gif) repeat-x;*/

	background-color:#000000;



}

/* Menu item containers are same fixed width as parent */

ul.MenuBarVertical ul li

{

	width: 150px;

	/*background:url(images/menu_li_bg.gif) repeat-x;*/

	background-color:#000000;

}



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



 DESIGN INFORMATION: describes color scheme, borders, fonts



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



/* Outermost menu container  */

ul.MenuBarVertical

{

	border: 1px solid #CCC;

}

/* Submenu containers  */

ul.MenuBarVertical ul

{

	border: 1px solid #CCC;

}

/* Menu items  */

ul.MenuBarVertical a

{

	display: block;

	cursor: pointer;

	background-color: #EEE;

	padding: 0.5em 0.75em;

	color: #999999; /*this is the color of text in the menu*/

	text-decoration: none;

	/*background:url(../images/menu_li_bg.gif) repeat;*/

	background-color:#000000;



}

/* Menu items that have mouse over or focus */

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus

{

	background-color: #5e5e5e;

	color:#ffffff;

	/*background:url(../images/menu_li_bg_hover.gif) repeat;*/



}

/* Menu items that are open with submenus are set to MenuBarItemHover */

ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible

{

	background-color: #5e5e5e;

	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     */

ul.MenuBarVertical a.MenuBarItemSubmenu

{

	color:#999999;

	background-image: url(SpryMenuBarRight.gif);

	background-repeat: no-repeat;

	background-position: 95% 50%;

	/*background:url(../images/menu_li_bg.gif) repeat-x;*/

	background-color:#000000;



}



/* Menu items that are open with submenus      MenuBarItemSubmenuHover     */

ul.MenuBarVertical a.MenuBarItemSubmenuHover

{

	color:#ffffff;

	background-image: url(SpryMenuBarRightHover.gif);

	background-repeat: no-repeat;

	background-position: 95% 50%;

	/*background:url(../images/menu_li_bg_hover.gif) repeat-x;*/

	background-color: #5e5e5e;



}



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



 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.MenuBarVertical 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.MenuBarVertical li.MenuBarItemIE

	{

		display: inline;

		float: left;

		background: #FFF;

	}

}

