﻿/* ----------------------------- BODY ----------------------------- */
.border_top {
	width: 100%;
	height: 3px;
	background-color: #5F489D;
}
.wrap_border {
	min-height: 30em;
	margin: 0px auto;
	width: 1000px;
	position: relative;
	background: url('../images/bg_wrap_border.gif');
	background-repeat: repeat-y;
}
.wrap {
	min-height: 30em;
	margin: 0px auto;
	width: 958px;
	position: relative;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	border-left: solid 1px #492F92;
	border-right: solid 1px #492F92;
	border-bottom: solid 1px #492F92;
}
.homepage_wrap {
	min-height: 30em;
	margin: 0px auto;
	width: 958px;
	position: relative;
	padding-bottom: 0px;
	background-color: #5F479D;
	border-left: solid 1px #492F92;
	border-right: solid 1px #492F92;
	border-bottom: solid 1px #492F92;
}
/* ----------------------------- HEADER ----------------------------- */
.header {
	background-image: url('../images/bg_top_bar.gif');
	position: relative;
	height: 170px;
}
.logo {
	position: absolute;
	top: 0px;	
	right: 7px;
	width: 300px;
	height: 170px;
	background-image: url('../images/bg_logo_top.gif'); 
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 3px;
}
* html .logo img {
	display: none;
}
* html .logo {
	background: url('../images/bg_logo_top.gif');
}
#top_bar_slogan  {
	float: left;
	width: 240px;
	height: 110px;
	padding-left: 0px;
	padding-top: 0px;
}
#homepage_left_top {
	clear:left;
	float: left;
	width: 315px;
	height: 22px;
	padding-left: 0px;
	padding-top: 38px;
}
#pwdprotect_header {
	height: 145px;
	background-color: #FFFFFF;
	border-bottom: solid 3px #5F489D; 
}
/* ----------------------------- TOP BAR LINKS ----------------------------- */
#top_bar_links {
	float: right;
	width: 300px;
	margin: 0px 0px;
	padding-right: 330px;
	padding-top: 5px;
	text-align :right;
} 
/* ----------------------------- NAVIGATION MENU ----------------------------- */
#navbar {
	left: 15px;
	width: 620px;
	position: absolute;
	top: 112px;
	height: 34px;
}
#navbar li {
	display: inline;
	list-style: none;
	margin: 0px; 
}
#navbar li a {
	float: left;  
}
#navbar li a:hover {
	visibility: visible; 
}
#navbar li a:hover img {
	visibility: visible; 
}
#navbar li a:hover img/**/ {
	visibility: hidden; /* hide from IE5.0/win */
}
.spacer { 
	background: url(../images/nav/nav_spacer.gif) no-repeat left bottom; 
}
#homeicon {
	background: url(../images/nav/homeicon_hover.gif) no-repeat left bottom;
	height: 34px; 
	width: 37px; 
}
#aboutmaxima {
	background: url(../images/nav/aboutmaxima_hover.gif) no-repeat left bottom;
	height: 34px; 
	width: 108px; 
}
#bsolutions { 
	background: url(../images/nav/bsolutions_hover.gif) no-repeat left bottom;
	height: 34px; 
	width: 134px; 
}
#newsevents { 
	background: url(../images/nav/newsevents_hover.gif) no-repeat left bottom; 
	height: 34px; 
	width: 112px; 
}
#resources { 
	background: url(../images/nav/resources_hover.gif) no-repeat left bottom; 
	height: 34px; 
	width: 86px; 
}
#contact { 
	background: url(../images/nav/contact_hover.gif) no-repeat left bottom; 
	height: 34px; 
	width: 69px; 
}
/* text based home button 
#home { 
	background: url(../images/nav/home_hover.gif) no-repeat left bottom; 
	height: 34px; 
	width: 58px; 
}
*/
/* ----------------------------- BREADCRUMB ----------------------------- */
#breadcrumb_wrap {
	padding-left:30px;
	padding-right:30px;	
}
/* ----------------------------- PAGE TITLE ----------------------------- */
#page_title_wrap {
	padding-left:30px;
	padding-right:30px;	
}
#page_title {
	border-bottom: solid 1px #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* -------------------------- HOME PAGE LAYOUT --------------------------- */
#homepage_top_content { 
	text-align: left;
	height: 260px;
	overflow:auto;
	background-color: #FFFFFF;
}
#homepage_top_left {
	float: left; 
	width: 340px;
	padding: 0px 0px 0px 15px;
	overflow: hidden;
}
#homepage_top_right {
	clear: right;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: visible;
}
#homepage_left_image {
	float: left;
	width: 315px;
	height: 260px;
}
#homepage_right_image {
	float: right;
	width: 510px;
	height: 260px;
}
#homepage_lower_content { 
	text-align: center;
	min-height: 220px;
	border-top: solid 2px #FFFFFF;
	background-image: url('../images/homepage_lower_01.gif');
	background-repeat: repeat-x;
	background-color: #5F479D;
	color: #FFFFFF;
	overflow: auto;
	padding: 15px 0px 15px 0px;
}
#homepage_lower_container {
	width: 930px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	font-size: 85%;
}
#homepage_content_wrapper {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
}
#homepage_content_column {
	margin: 0 310px 0 310px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#homepage_content_left{
	float: left;
	width: 310px; /*Width of left column in pixel*/
	margin: 5px 0px 0px -930px; /*Set margin to that of -(MainContainerWidth)*/
}
#homepage_content_right{
	float: left;
	width: 310px; /*Width of right column*/
	margin: 5px 0px 0px -310px; /*Set left margin to -(RightColumnWidth)*/
}
.homepage_content_top {
	height: 10px;
	width: 300px;
	background: url(../images/homepage_content_top.gif) 0 100%;
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	position: relative;
}
.homepage_content_bottom {
	height: 10px;
	width: 300px;
	background: url(../images/homepage_content_bottom.gif) 0 100%;
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	position: relative;
}
.homepage_content_text {
	width: 280px;
	background-color: #FFFFFF;
	min-height: 185px;
	text-align: left;
	padding: 0px 10px 0px 10px;
	font-size: 105%;
	background-image: url("../images/homepage_content.gif");
	background-repeat:repeat-x;
}
/* ------------------------ MAIN CONTENT LAYOUT ------------------------- */
#main_content { 
	text-align:left; 
	overflow:auto;
}
#content_left {
	float: left; 
	width: 210px;
	padding: 23px 40px 5px 30px;
	overflow: hidden;
}
#content_right {
	clear: right;
	margin: 0px 0px;
	padding: 20px 30px 5px 280px;
	overflow:visible;
}
/* ----------------------------- LEFT SIDE MENU ----------------------------- */
.submenu ul {
	list-style-type: none;
	list-style-position: outside;
	width: 210px;
	border-top: 3px solid #5F489D;
	padding: 10px 0px 35px 0px;
	margin: 0px;
} 
/* ----------------------------- LEFT SIDE QUOTE ----------------------------- */
#quoteblock {
	width: 180px;
	border: 0px;
	position: relative;
	border-top: 3px solid #5F489D;
	padding: 14px 10px 20px 10px;
	visibility: visible;
}
/* ----------------------------- LEFT SIDE MENU ----------------------------- */
#leftimgblock {
	width: 210px;
	border: 0px;
	text-align: left;
	position: relative;
	padding: 20px 0px 30px 16px;
	visibility: visible;
}
/* ----------------------------- MENTORING BUTTONS ----------------------------- */
#mentoringbuttonsbody { 
	width:600px;
	margin:0px auto;
	text-align:left; 
	background-color:#FFFFFF;
	overflow:hidden;
	padding: 10px 0px 10px 0px;
}
#mentoringbuttonsleft {
	float:left; 
	width:300px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
#mentoringbuttonsright {
	margin:0px 0px;
	text-align:left;
	padding:0px 0px 0px 0px;
}