/***********************************************/
/* LAYOUT divs                                 */
/***********************************************/ 

#outerContainer{
	width: 1200px; /*-5*/
	/*height: 980px;	*/
	/*background-color: #000;/**/
	margin: auto;
	/*margin: 0px 0 0px 0px;*/	
	
	background-image: url(./../imagesBM/bg_main.jpg);
	background-repeat: no-repeat;	
}

#container{
	width: 950px; /*-5*/	
	/*margin: auto;*/
	margin: 0 auto;	
}

#header{
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 5px;
	margin-bottom: 0px;			
	height: 78px; /*78*/
	
	background-image: url(./../imagesBM/benderlogo_2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	text-align: left;
	/*background-color: #00f;*/
}

#navigation{		
	height: 23px;
	text-align: left;
	/*background-color: #000;*/
	
	float: left;
	width: 900px;
	margin-top: 0px;	
}

#metaNav {
	height: 20px;
	text-align: left;
	/*background-color: #ccc;*/
	margin-top: 0px;
	
	float: left;
	width: 500px;
}

#meta{
	float: right;
	width: 230px;
	height: 25px;
	text-align: right;
}

#meta img {
	margin: 5px 0 0 13px;
}

#header h1{
 	color: #f00;
	font-size: 18px;
	font-weight:normal;
	padding-top: 12px;
}

#main{			
	margin-top: 0px;	
	margin-bottom: 0px;	
	/*height: 50px;
	background-color: #f00;
	height: 50px;	*/
}

#content {	
	/*background-color: #000;*/
	/*height: 670px;*/	
	height: 740px;
	background-image: url(./../imagesBM/web_bg_3.jpg);
	background-repeat: no-repeat;	
	margin-left: 30px;	
	padding-top: 20px;	
	text-align: left;
}

#leftCol {
	float: left;
	width: 540px;
}

#leftCol p, #content p {
	margin: 15px 0 0 30px;
	width: 420px;	
	font-size: 12px;
	line-height: 20px;
	color: #004b94;
	
	text-align: left;	
	/*background-color: #0f0;*/	
}


#leftCol h1, #content h1, #rightCol h1{
	margin: 0 0 0 30px;;
	padding: 0px;
	font-size: 24px;
	color: #004b94;
}

#rightCol {
	float: left;
	width: 350px;	
}

#rightCol p {
	margin: 3px 0 0 0;
	width: 300px;
	
	text-align: left;
}

#rightCol img {
	margin: 55px 0 0 0;
}

#footer {
	clear: both;	
	margin-top: 0px;
	width: 600px;
	float: left;
	text-align: left;
	padding-left: 67px;
	padding-top: 15px;			
	/*background-color: #f5f5f5;*/
}

#footer p{
	color: #797979;
	font-size: 9px;
	padding-top: 0px;
	margin-top: 0px;
}

#footer a{
	color: #004B94;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.listHead {
	font-weight: bold;
	text-transform:uppercase;
}


/***********************************************/
/* link styles                                 */
/***********************************************/




