/**
 * Additional Wasabi Styling
 * -------------------------
 */

.body_green {
	background: #eee;
}

.main {
	width: 980px;
	margin: auto;
}

.toplogo {
	background: url(../images/wasabilogo.gif) top left no-repeat;
	top: 0px;
	left: -10px;
	width: 102px;
	height: 57px;
	position: relative;
	float: left;
}

.toplogo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 102px;
    height: 57px;
}

.toplogo a h1 {
    display: none;
}

.topmenu {
	position: inline;
	width: 788px;
}

.moduletable-topmenu {
	text-align: right;
	padding-top: 30px;
	position: relative;
	top: 12px;
	left: 95px;
}

.mainlevel-top {
	padding: 5px;
	text-decoration: none;
}
a.mainlevel-top:link,
a.mainlevel-top:visited {color: #44b44a; }
a.mainlevel-top:hover {color: #ff9900; }

/* Search box embedded in navbar */
div.search_navbar {
	background: url(../images/navbar/nav_search.gif) 0 0 no-repeat;
	height: 29px;
}

.inputbox_navbar {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 8px;
	left: 20px;
}

/* Footer region */
div.footer {
	
	width: 835px;
	height: 29px;
}

div.footer div {
	
	width: 835px;
	height: 29px;
}

div.footer div div {
	
	width: 8px;
	height: 29px;
}

div.footer table {
	margin-top: 5px;
}

td.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #474747; 
	font-weight: normal;
	float: right;
}

/**
 * Wasabi Modules formatting
 * -------------------------
 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */

/* Generic Modules */
div.module {
	background: url(../images/mod_br.gif) 100% 100% no-repeat;
	background-color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

div.module div {
	background: url(../images/mod_bl.gif) 0 100% no-repeat;
}

div.module div div,
div.module-related div div {
	background: url(../images/mod_tr.gif) 100% 0 no-repeat;
}

div.module div div div,
div.module-related div div div {
	background: url(../images/mod_tl.gif) 0 0 no-repeat;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module h3,
div.module-related h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	margin: 0;
	padding: 0;

	position: relative;
	left: 0;
	top: -26px;
}

div.module p {
	position: relative;
	left: 0;
	top: -25px;
	margin-bottom: -18px;
}

div.module table {
	position: relative;
	left: 0;
	top: -12px;
}

div.module ul {
	position: relative;
	left: -18px;
	top: -10px;

}

div.module li {
/*	list-style-image: url(../images/bullet.gif);*/
	list-style-type: disc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
}

/* SideNav Icons Module */
div.module-icons {
	background: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

/* Tweak module menu display */
a.mainlevel {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: -3px;
	margin-bottom: 10px;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited,
a.mainlevel-footer:link, a.mainlevel-footer:visited {
	color: #474747;
	text-decoration:none;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

a.mainlevel-nav:hover,
a.mainlevel-footer:hover {
	/* same as above, but when hovering */
	color: #FF9900; 
	font-weight: bold;
	text-decoration:none;
	text-align: left;
	}

div#right_column {
	width: 205px;
	height: 441px;
	float: right;
	clear: none;
}

/* Home page styling */
div.home {
	background: url(../images/home-bottom.gif) bottom left no-repeat;
	background-color: #fff;
        width: 725px;
        height: 470px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	padding-bottom: 11px;
}

div.home div {
	background: url(../images/home-left.gif) bottom left repeat-y;
        width: 725px;
        height: 470px;
	margin: 0;
	padding: 0;
}

div.home div div {
	background: url(../images/home-right.gif) bottom right repeat-y;
        width: 725px;
        height: 470px;
	margin: 0;
	padding: 0;
}

div.home div div div {
	background: url(../images/home-top.gif) top left no-repeat;
        width: 725px;
	margin: 0;
	padding: 70px 0px 0px 10px;
}

div.home div div div div {
	background: none;
	width: 690px;
	padding: 0;
	padding-left: 5px;
}

div.home1 {
	position: relative;
	top: 0;
	left: 0;
	height: 390px !important;
	width: 230px !important;
}

div.home2 {
	position: relative;
	top: -392px;
	left: 228px;
	height: 390px !important;
	width: 230px !important;
	border-left: 2px solid #adaca8;
	border-right: 2px solid #adaca8;
}

div.home3 {
	position: relative;
	top: -781px;
	left: 467px;
	height: 390px !important;
	width: 230px !important;
}

/* Dynamic right-hand table thing needs an extra bit of margin to look good.*/
.moduletable_home {
	margin-left: 10px;
}

