body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #59595a;
}

table{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #59595a;
}

/* Basic link style */
a{
	color: #8a8989;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}

a:visted{
	color: #8a8989;
	text-decoration: none;
}

a:active{
	color: #8a8989;
	text-decoration: underline;
}

img{
	border-style: none;
}


/* Container */

#bodycontainer{
	width: 853px;
	text-align:left; 
	margin-right: auto;
	margin-left: auto; 	
	margin-top: 0px;
	margin-bottom:0px;
}

#contentcontainer{
	float: left;
	width: 853px;
	background: #c3c6cb;
}

#textcontent{
	float: left;
	width: 770px;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 30px;
}

.leftside-home{
	float: left;
	width: 305px;
	text-align: left;
	margin-top: 20px;
}

.rightside-home{
	float: left;
	width: 440px;
	margin-left: 20px;
	margin-top: 20px;
}

.leftside-style2{
	float: left;
	width: 240px;
	text-align: left;
	margin-top: 20px;
}

.rightside-style2{
	float: left;
	width: 500px;
	margin-left: 25px;
	margin-top: 20px;
}

/* LOGO */

#mcbosclogo{
	float: left;
	width: 337px;
	height: 239px;
	margin: 0px 0px 0px 0px;
	background: url(../assets/mcbosclogo.jpg) no-repeat;
}

#mcbosctopbanner{
	float: left;
	width: 515px;
	height: 239px;
}

/* Top Navigation */

#navtabs{
	float: right;
	height: 33px;
	width: 853px;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

#navtabs img{
	margin-left: 10px;
	margin-bottom: 0px;
}



/* Banner */

#mainbanner{
	float: left;
	width: 853px;
	height: 168px;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid #fff;
}

#bannerbottom{
	width: 853px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}


/* Title Styling */

.titles-long{
	height: 35px;
	width:770px;
	background: #8b090e;
	border: 1px solid #fff;
}

.titles-left-style2{
	height: 35px;
	width:240px;
	background: #8b090e;
	border: 1px solid #fff;
}

.titles-right-style2{
	height: 35px;
	width:500px;
	background: #8b090e;
	border: 1px solid #fff;
}

.titles-text{
	color: #ccc;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 10px 35px;
}




/* horizontal line before the bottom navigation bar */

.hrline{
	width: 853px;
	height: 20px;
	padding-top: 5px;
	background: #c3c6cb;
	text-align: center;
}

html>body .hrline{
	float: left;
}


/* Bottom area navigation */

#bottomnav{
	width: 853px;
	height: 39px;
	color: #8a8989;
	font-size: 9px;
	background: url(../assets/bottombar_bg.jpg) repeat-x;
}

#bottomnav-links{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
}

#bottomnav-copyright{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	text-align: right;
}


html>body #bottomnav{
	float: left;
}


/* Bottom navigation link style */
#bottomnav a{
	color: #8a8989;
	text-decoration: none;
}

#bottomnav a:hover{
	color: #fff;
	text-decoration: underline;
}

#bottomnav a:visted{
	color: #8a8989;
	text-decoration: none;
}

#bottomnav a:active{
	color: #8a8989;
	text-decoration: underline;
}



/* Footer */

#footertop{
	float: left;
	width: 853px;
	height: 25px;
	background: url(../assets/footer_top_bg.jpg);
}

#footermid{
	float: left;
	width: 853px;
	margin: 0px 0px 0px 0px;
	background: url(../assets/footer_mid_bg.jpg);
}


#footermid-contact{
	width: 104px;
	height: 100px;
	float: left;
	margin-left: 35px;
	background: url(../assets/contact_btn.jpg);
}

#footermid-border{
	float: left;
	width: 1px;
	height: 100px;
	margin-left: 15px;
	margin-right: 25px;
	background: #575758;
}

#footermid-text{
	float: left;
	width: 625px;
	color: #8a8989;
	font-size: 9px;
	text-align: left;
}


#footerbottom{
	float: left;
	width: 853px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	background: url(../assets/footer_bottom_bg.jpg);
}



/* Navigation specifics */

#nav-home{
	width: 82px;
	height: 33px;
	background: #c3c6ca;
}

#navstyle {
	font-family: Arial, Helvetica, sans-serif;
}

#navstyle ul{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	height: 35px;
}

#navstyle li{
	float: right;
	margin: 3px 0px 0px 10px;
	background-color: #c3c6ca;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 3px solid #fff;
}

#navstyle li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 0px 5px 5px;
	text-transform: uppercase;
}

#navstyle li a:visited {
	color: #fff;
	text-decoration: none;
}

#navstyle li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #464646;
}

#navstyle-home{
	width: 82px;
	height: 33px;
}

#navstyle-aboutus{
	width: 115px;
	height: 33px;
}

#navstyle-contactus{
	width: 120px;
	height: 33px;
}

#navstyle-privacy{
	width: 155px;
	height: 33px;
}

#navstyle-sitemap{
	width: 95px;
	height: 33px;
}