html, body{
	margin: 0px; 
	padding: 0px;
	background: #e0e0e0;
	font-family: tahoma, arail, sans-serif;
}

a{
	outline: none !important;
}

a:hover{
	text-decoration: none;
}

.nobg{
	background: none !important;
}


/* START TOP NAV/SEARCH BAR */
#top{
	display: block;
	width: 100%;
	height: 85px;
	overflow: hidden;
	background: url(images/top_bg.png) repeat-x 0 0;
}

#top_left{
	height: 100%;
	background: url(images/corner_top_left.png) no-repeat 0 0;
}

#top_right{
	height: 100%;
	min-width: 780px;
	background: url(images/corner_top_right.png) no-repeat 100% 0;
	position: relative;
}

#top #site_search_title{
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#top_right div{
	position: absolute;
	top: 49px;
	left: 85px;
}

#s{
	border: 1px solid #989796;
	border-right: none;
	border-bottom: none;
	font-size: 12px;
	color: #666;
	padding: 2px 3px;
	width: 150px;
}

#searchsubmit, .searchsubmit{
	border: none;
	background: url(images/btn_search.gif) no-repeat 0 0;
	width: 59px;
	height: 21px;
	cursor: pointer;
}

#searchsubmit:hover, .searchsubmit_hover{
	border: none;
	background: url(images/btn_search.gif) no-repeat 100% 100%;
	width: 59px;
	height: 21px;
	cursor: pointer;
}

#top ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: absolute; 
	top: 52px;
	right: 85px;
}


#top ul li{
	display: block;
	float: left;
}

#top ul a{
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 8px;
	background: url(images/top_nav_div.gif) no-repeat 100% 50%;
}

#top ul a:hover{
	text-decoration: underline;
}
/* END TOP NAV/SEARCH BAR */


/* START FOOTER STYLES */
#footer{
	width: 100%;
	height: 60px;
	background: url(images/footer_bg.png) repeat-x 0 0;
}

#footer #footer_left{
	height: 100%;
	background: url(images/footer_left.png) no-repeat 0 0;
}

#footer #footer_right{
	min-width: 780px;
	height: 100%;
	background: url(images/footer_right.png) no-repeat 100% 0;
	padding: 35px 0 0 0;
}

#lee_logo{
	float: right;
	margin: 0 65px 0 0;
}


#footer span{
	float: left;
	margin: 0 0 0 65px;
	color: #474747;
	font-size: 11px;
	line-height: 17px;
}

#footer span a{
	color: #474747;
}
/* END FOOTER STYLES */

/* START HEADER STYLES */
#header{
	width: 100%;
	height: 268px;
	background: url(images/header_bg.png) repeat-x 0 0;
}

#header_left{
	height: 100%;
	background: url(images/header_left.png) no-repeat 0 0;
}

#header_right{
	width: 990px;
	min-width: 990px;
	width: auto !important;
	height: 100%;
	background: url(images/header_right.png) no-repeat 100% 0;
	position: relative;
}

#logo{
	z-index: 100;
	position: absolute;
	top: 10px;
	left: 50px;
}

#hands{
	z-index: 101;
	position: absolute;
	bottom: 9px;
	right: 200px;
}

#head{
	z-index: 99;
	position: absolute;
	bottom: 42px;
	right: 340px;
}
/* END HEADER STYLES */


/* START MAIN CONTENT AND SIDEBAR STYLES */
#mn_table{
	min-width: 780px;
}

#sidebar{
	width: 200px;
	background: url(images/content_bg_left.png) repeat-y 0 0;
	padding: 0 3px 0 30px;
}

#mn_content{
	background: #f7f6ec url(images/content_bg_right.png) repeat-y 100% 0;
}

#sidebar li{
	margin: 0 0 0 15px;
	padding: 0px;
	list-style-image: url(images/icon_arrow.gif);
}

#sidebar #search{
	display: none;
}

#header_logos{
	margin-top: -50px;
}


/* END MAIN CONTENT AND SIDEBAR STYLES */

