/* home */

body {
background-color: #8cc63f;
}

/* font sizing */

h2#home_whatsnew {
padding: 18px 0 0 0;
margin: 0 0 10px 0;
overflow: hidden;
background: url("../images/hdr_home_whatsnew.gif") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:18px; /* for IE5.5's bad box model */
}


h2#home_getaquo {
padding: 18px 0 0 0;
margin: 0 0 10px 0;
overflow: hidden;
background: url("../images/hdr_home_getaquo.gif") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:18px; /* for IE5.5's bad box model */
}


h2#home_upcomingevent {
padding: 18px 0 0 0;
margin: 0 0 10px 0;
overflow: hidden;
background: url("../images/hdr_home_upcomingevent.gif") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:18px; /* for IE5.5's bad box model */
}

/* header */

div#header_left {
background: url("../images/logo_home.gif") no-repeat;
}

/* layout */

div#home_mantle {
float: left;
width: 800px;
height: 320px;
margin-top: 0;
}

html>body #home_mantle {
margin-top: 0;
}

div#staticcontent {
float: left;
width: 800px;
height: 320px;
margin-top: 0;
background: url("../images/fma_static.jpg") no-repeat;
}

div#mobile_intro {
display: none;
}

div#content_home {
font-size: 85%;
float: left;
width: 800px;
background-color: #FFFFFF;
}

div#content_home_brace {
float: left;
width: 800px;
height: auto;
background: url(../../lesson%2002/images/bg_home_content.gif) top left repeat-y;
margin: 19px 0 0 0;
display: inline;
}

div#home_bug1 {
	float: left;
	width: 224px;
	height: auto;
	margin: 0 20px 0 20px;
	display: inline;
	overflow: hidden;
}

div.home_bug_entry {
float: left;
width: 224px;
padding-bottom: 15px;
}

div.home_bug_entry_last {
float: left;
width: 224px;
padding-bottom: 9px;
}

div.home_bug_desc a {
color: #00a0af;
text-decoration: none;
}

div.home_bug_desc a:hover {
color: #0ec7d8;
text-decoration: underline;
}

div.home_bug_thumb {
float: left;
width: 60px;
margin: 0 10px 0 0;
display: inline;
}

div.home_bug_desc {
float: left;
width: 154px;
}

img.home_thumb {
border: 1px solid #000000;
}

div#home_bug2 {
float: left;
width: 216px;
margin: 0 20px 0 10px;
display: inline;
}

div#home_bug2_brace {
float: left;
height: 140px;
background: url(../../lesson%2002/images/bg_home_bug2.gif) no-repeat;
}

div#home_bug2_search {
float: left;
width: 180px;
height: 44px;
margin: 42px 0 0 30px;
display: inline;
}

div#home_bug2_searchbox {
float: left;
height: 20px;
margin: 0 4px 0 0;
}

div#home_bug2_searchbtn {
float: left;
width: 70px;
height: 20px;
}

p#bug2 {
padding: 0 0 10px 0;
margin: 0;
}

.home_bug_searchfield {
width: 64px;
height: 14px;
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif; 
color:#000000;
border: 1px solid #000000;
margin: 0px 6px 0px 0px;
display:inline;
}

p.search_hdr {
padding: 4px 0 3px 0;
margin: 0;
}

div#home_bug3 {
	float: left;
	width: 248px;
	height: auto;
	margin: 0 0 0 20px;
	display: inline;
}

img.home_bug3_link {
border: 2px solid #00a0af;
width: 246px;
height: 246px;
}

img.home_bug_btn {
float: left;
margin: 0 0 0 0;
display: block;
}

div#border_bottom {
float: left;
width: 800px;
padding: 20px 0 0px 0;
overflow: hidden;
background: url("../images/border_home_bottom.gif") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:20px; /* for IE5.5's bad box model */
}

div#style_switcher {
float: left;
text-align: center;
width: 800px;
height: 20px;
color: #d8ffa4;
text-decoration: none;
font-size: 9px;
font-weight: bold;
margin: 0px 0 20px 0;
display: inline;
}

div#style_switcher a {
color: #d8ffa4;
text-decoration: none;
}

div#style_switcher a:hover {
color: #d8ffa4;
text-decoration: underline;
}

/* navigation */

div#menu {
background: url(../../lesson%2002/images/nav_bg_home.gif) top left no-repeat;
}

span.navtext {
display: none;
}

span.pipe {
display: none;
}

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

 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
{	
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	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: 100%;
	text-align: left;
	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 (-100em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9em;
	position: absolute;
	left: -100em;
}
/* 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
{
	width: 9em;
}
/* 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;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all but right side, as that is taken care of by the menu item link */
ul.MenuBarHorizontal ul
{
	border: 1px solid #d6692f;
}
/* Menu items are a light gray block with right border, padding, and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #f47836;
	padding: 0.25em 0.50em;
	font: normal .85em verdana;
	color: #fff;
	text-decoration: none;
}
/* 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: #d6692f;
	color: #fff;
	text-decoration: none;
}
/* 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: #d6692f;
	color: #fff;
	text-decoration: none;
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Main menu items are set to use a background image for normal and hover states */
ul.MenuBarHorizontal a.MenuBarItemSubmenu_Home
{
	background-image: url(../../lesson%2002/images/nav/home_home.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Home
{
	background-image: url(../../lesson%2002/images/nav/home_home.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Products
{
	background-image: url(../../lesson%2002/images/nav/home_products.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Products
{
	background-image: url(../../lesson%2002/images/nav/home_products.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 100px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Company
{
	background-image: url(../../lesson%2002/images/nav/home_company.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 101px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Company
{
	background-image: url(../../lesson%2002/images/nav/home_company.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 101px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Events
{
	background-image: url(../../lesson%2002/images/nav/home_events.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 84px;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Events
{
	background-image: url(../../lesson%2002/images/nav/home_events.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 84px;
	height: 40px;
	margin: 0;
	padding: 0;
}

span.hidden
{
	display: none;
}

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

 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;
		f\loat: left;
		background: #FFF;
	}
}
