/* home */

body {
background-color: #00002c;
background-image:url(../images/book_bkg.jpg);
background-repeatno-repeat;
}

/* font sizing */

h2#home_whatsnew {
color:#000d2c;
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 {
color:#000d2c;
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 {
color:#000d2c;
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;

margin-top: 0;
background-color:#00184f;
}

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

div#staticcontent {
float: left;
width: 800px;
margin-top: 0;
}

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_inner {
	float: left;
	width: 140px;
	height: auto;
	color:#666666;
	margin: 0 20px 0 20px;
	text-align:right;
	padding:0;
	
	}
div#home_bug_inner h2{
	color:#006f74;
	margin-bottom:10px;
	}	
div#home_bug_inner p{
	margin:3px;
	padding:0 0 0 0;
	}		

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: #006f74;
text-decoration: none;
}

div.home_bug_desc a:hover {
color: #006f74;
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: 224px;
margin: 0 20px 0 10px;
display: inline;
}
div#home_maincontent {
float: left;
width: 565px;
margin: 0 20px 0 0;
border-left:1px dotted #ccc;
padding-left:10px;
}

div#home_bug2_brace {
float: left;
}

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


span.navtext {
display: none;
}

span.pipe {
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;
	}
}
