/* CSS Document */

body {

background-color: #BFBEB0;
margin: 0;


}

p {
padding:0,0,0,0;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#8A8B91;
text-align:justify;

}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration: none;
	
}




/* ------------ LAYOUT ------------ */

#mainPanel {
	position:relative;
	width:920px;
	height:700px;
	background-image:url(http://localhost/project/jointconcept/siteimages/page_background2.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	z-index:0;
	top: 0;
	left: 0;
}

#leftColumn{
	
	width: 160px;
	height: 460px;
	float:left;
	z-index:1;
	padding: 61px 0px 0px 40px;

}

#navigation{
	min-height: 320px;
	width: 160px;

}

h3#bcorp {

	width: 45px;
	height: 65px;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	background: url(siteimages/b-corporation.png) no-repeat top left;
	}

h3#bcorp a {
	width: 45px;
	height: 65px;
	display: block;
	text-indent: -9999px;
	font-size: 0;
	opacity: 0;
}

h3#bcorp a:active
{
  color: #f0f0e8;
  text-indent: -9999px;
}

h3#bcorp a:visited
{
  color: #f0f0e8;
  text-indent: -9999px;
}


#centralColumn{

	width: 300px;
	float:left;
	z-index:1;
	
	padding: 20px 0px 0px 20px;
}


#imageBox{
	width: 320px;
	height: 540px;
	float:left;
	z-index:1;
	padding: 40px 0px 3px 20px;

	/* background-color:#999999;*/
}


#pageTitle{
	font-family: "Lucida Grande", Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#BFBEB0;
	
	width: 280px;
	text-transform:uppercase;	
	z-index:1;
	margin-left: 20px;

	padding: 40px 0px 3px 0px;
	background-image:url(siteimages/groove_horizontal.gif);
	background-position:bottom;
	background-repeat:repeat-x;

}


#textContent{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#8A8B91;
text-align:justify;
margin: 17px 0px 0px 20px;
	width: 280px;
	z-index:1;
	
}



/* ------------ TYPE SETTINGS ------------ */



.subnav {
	
	font-family: "Lucida Grande", Lucida Sans, Arial, Helvetica, sans-serif;
	color: #8a8686;
	line-height:15px;
	font-size:11px;

}


.subnav:link {
	
	color: #8a8686;
	
}

.subnav:active {
	
	color: #f3032a;
	
}

.subnav:hover {

	color: #444444;
}


.footerInfo {
	
	font-family: "Lucida Grande", Lucida Sans, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:12px;
	font-size: 11px;
}


.footerInfo:link {
	
	color: #ffffff;
	
}

.footerInfo:active {
	
	color: #ffffff;
	
}

.footerInfo:hover {

	color: #444444;
}


.pagenav {
	
	font-family: "Lucida Grande", Lucida Sans, Arial, Helvetica, sans-serif;
	color: #BFBEB0;
	line-height:15px;
	font-size:10px;
	text-transform:uppercase;
}


.pagenav:link {
	
	color: #BFBEB0;
	
}

.pagenav:active {
	
	color: #78787f;
	
}

.pagenav:hover {

	color: #78787f;
}
