@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
body {
	background-color:#7e7e7e;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	}

.text {
	font-size:13px;
	line-height:18px;
	color:#000000;
	text-align:left;
	padding:10px 0 20px 0;
	}
.contact_info_text {
		font-size:13px;
	line-height:18px;
	color:#000000;
	text-align:left;
	padding:0 0 20px 0;
	}
.title_1 {
	font-size:13px;
	color:#000000;
	text-align:left;
	margin:0;
	font-weight:bold;
	}

ul.below_title {
	margin:0 0 20px 15px;
	padding:5px 0 0 0;
	font-size:13px;
	color:#333333;
	}

ul.below_title li {
	list-style:outside square;
	line-height:20px;
	}

#container {
	width:823px;
	height:auto;
	margin:0 auto 0 auto;
	background-color:#ffffff;
	}

#header_logo_container {
	width:823px;
	height:205px;
	float:left;
	}
#logo_container {
	width:260px;
	height:205px;
	float:left;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	}
#banner_container {
	width:563px;
	height:205px;
	float:left;
	}
	
#content_and_menu_container {
	width:823px;
	height:auto;
	float:left;
	background-color:#ffffff;
	}
	
#main_menu {
	width:209px;
	height:20px;
	margin:10px auto 0 auto;
	font-size:18px;
	color:#f01200;
	padding:0 0 1px 8px;
	clear:both;
	border-bottom:3px solid #f01200;
	}	
	
#contact_info_container {
	width:209px;
	height:auto;
	margin:10px auto 0 auto;
	clear:both;
	}
	
#mba_container {
	width:181px;
	height:auto;
	margin:10px auto 5px auto;
	clear:both;
	}

/* MENU */
#menu_container {
	width:260px;
	height:auto;
	float:left;
	background-color:#eeeeee;
	}

#leftbox {
	width:218px;
	height:auto;
	margin:5px auto 20px auto;
}

.menu {
	font-size: 13px;
    width:193px;
	height:23px;
	padding:5px 0 0 25px;
	margin:0 0 5px 0;
	background-image:url(../images/non_active_menu_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;

}
.menu {
	text-decoration:none;
	}

.menu a:hover {
	color:#f01200;
	}

#active_link {
	background-image:url(../images/active_menu.jpg);
	background-repeat:no-repeat;
}

#active_link a {
		color:#FFFFFF;
		}

.links {
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration: none;	
}
	
	
/* END OF MENU */

/* CONTENT CONTAINER */

#content_container {
	width:530px;
	height:auto;
	float:right;
	padding:20px 15px 10px 15px;
	background-color:#FFFFFF;
	}


/* END OF CONTENTN CONTAINER */


/* FOOTER */

#footer_container {
	width:793px;
	height:42px;
	clear:both;
	padding:30px 0 0 30px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	}
.footer_text {
	font-size:11px;
	color:#FFFFFF;
	}
/* END OF FOOTER */