/*  

*/

@import "layout.css";

body, html {
	margin:0;
	padding:0;
	font-size: 90%;
	font-family: Arial, Verdana, Clean, Helvetica, sans-serif;
	background:#7F7F7F;

}

*::-moz-selection {
	background-color:#7F7F7F;
	color:#7F7F7F;
}

/*-----------GENERAL STYLING--------------*/

a {
	color:#515151;
	text-decoration:none;	
	font-size:11px;
	font-weight:bold;
	
}



/*------HEADER------*/
#title {
	background:url(images/header_new.gif) top #7F7F7F no-repeat;
	height:120px;
	margin:0;
	padding:25px 0px 50px 0px;
	clear:both;
	text-align:center;
}
#title_image {
	margin:0;
	text-align:left;
	display:block;
	height:95px;
	background:url(images/headers/multicorp_header.jpg) center center transparent repeat-y;
}

#banner{
height:45px;
margin-top:0px;
margin-left:55px;
background:url(images/banner.gif) top center no-repeat ;
	
	}

html>body #title {
	height:51px;
}



#content h2 {
	font-size:20px;
	color: #515151;
	padding:0;
	margin:0;
	border:none;
	clear:both;
	border-bottom:3px dotted blue;
}

#content h2 a {
	/* color: black; */
	text-decoration:none;
	border:none;
}

#content h2 a:hover {
	border-bottom:1px dotted silver;
}

hr {
	display:none;
	clear:both;
}

h3, h4 {
	color: #515151;
	/* font-size:1.0em; */
	padding:0;
	margin:2em 0 0 0;
	clear:both;
}


/*-------SIDEBAR---------*/

#sidebar {
	font-size:.9em;
	height: 300px;
	}


#sidebar ul,
#sidebar ol {
	padding:20;
	margin: 0px 10px 0 15px;
}



#sidebar h2 {
	padding: 4px;
	margin: 0px 0px 0px 0px;
	font-size: 0.95em;
	font-weight:bold;
	background:#000000;
	color:white;
	text-align: center;
}

#sidebar a{
	text-decoration: none;
}




/* menu */

.menu {
	list-style-type:none;
	background:url(images/menu/menu_bg_alt.jpg) #515151 repeat-x;
	margin:0;
	padding:0;
	height:41px;
	width:780px;
	border-top:1px solid #FFFFFF;
	overflow:hidden;
}

.menu li {
	background:none;
	padding:0;
	display:table-row;
	vertical-align:middle;
	float:left;
	height:41px;
	
}

.menu li.last_menu,
.menu li.right_menu {
	float:right;
}


.menu li a {
	font-size:11px;
	/*text-transform:uppercase;*/
	line-height:normal !important;
	line-height:41px;
	display:table-cell;
	vertical-align:middle;
	height:41px;
	padding:0 10px 0 10px;
	
}

.menu li a:hover,
.menu li a:active {


	background-position:center left;
	color:#000000;
	background:url(images/menu/hover.jpg) top left transparent repeat-x;
}

.menu li.current_page_item a {
	background:url(images/menu/hover.jpg) top left transparent repeat-x;
	background-position:bottom left !important;
	color:#000000 !important;
}




.menu li a.last_menu:hover,
.menu li a.last_menu:active {
	background-position:center right;
}

.menu li.current_page_item a.last_menu {
	background-position:bottom right !important;
}

.menu li a {
	color:white;
	text-decoration:none;
}

/*--------FOOTER---------*/

#footer .footer_content {	
	width:760px !important;
	width:780px;
	font-size:12px;
	font-weight:bold;
	color: #515151;
	display:block;
	margin-right:auto;
	margin-left:auto !important; 
	margin-left:300px;
	margin-top:-20px;
	padding:10px 10px 10px 10px;
	
}

