/* css for header ----------------------------------------------------------------------------------------------- */
#header-left-home {
	position: relative;
	padding: 30px 0 0 0;
	width: 232px;
	height: 98px;
	float: left;
	overflow: hidden;
    }
#header-right-home {
	position: relative;
	padding: 45px 0 0 0;
	width: 635px;
	height: 58px;
	float: right;
	text-align: right;
	overflow: hidden;
    }


/* css for top navigation items --------------------------------------------------------------------------------- */
#navTop-home {
	position: relative;
	width: 805px;
	height: 40px;
	clear: both;
	overflow: hidden;
    }
#navTop-home ul {
	float: left;
	}
#navTop-home ul li {
	float: left;
	}




/* css for dropdowns -------------------------------------------------------------------------------------------- */
a.dropdown,
a.dropdown:visited {
	width: 100px;
	height: 18px;
	display: block;
    color: #333333;
    font-size: 12px;
	text-decoration: none;
	}	
a.dropdown:active,
a.dropdown:hover {
    color: #fff;
	text-decoration: none;
	}	
	

/* css for content ---------------------------------------------------------------------------------------------- */
#content-home {
	position: relative;
	padding: 31px;
	margin: 0;
	width: 805px;
	height: 544px;
	clear: both;
	background: #fff;
    }


/* css for footer items ----------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	width: 867px;
	height: 30px;
    clear: both;
    font-size: 11px;
    color: #333300;
    }
#footer ul {
	padding: 0 0 0 325px;
	width: 542px;
	float: left;
	}
#footer ul li {
	padding: 0;
	float: left;
	}

