/* CSS Document */

body{
	margin:0;
	background-color:#333;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, img{
	margin:0; padding:0;
}
ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
a {
	text-decoration:underline;
	padding: 2px;
	color: #38204A;
}
a:hover {
	border: none;
	background: #7BA65E;
	color: #FFF;
	text-decoration: none;
}

h1{
	font-size: 14px;
	color: #38204A;
}

/*--TEXT COLORS------------------------------------------------------------------*/

.txtpurple{
	color: #38204A;
}
.txtgreen{
	color: #7BA65E;
}
.txtyellow{
	color: #F90;
}
.position{
	color: #7BA65E;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 10px;
}

/*--IMAGES------------------------------------------------------------------*/

.logo{
	background: url(media/img/bmhc_logo.gif) no-repeat;
	width:180px;
	height:180px;
	float:left;
	padding-bottom: 5px;
}
.imghome{
	background: url(media/img/pics_home.jpg) no-repeat;
	width:390px;
	height:370px;
	float:right;	
}
.imgabout{
	background: url(media/img/pics_about.jpg) no-repeat;
	width:340px;
	height:275px;
	float:right;	
}
.imgservices{
	background: url(media/img/pics_services.jpg) no-repeat;
	width:340px;
	height:275px;
	float:right;	
}
.imghelp{
	background: url(media/img/pics_help.jpg) no-repeat;
	width:340px;
	height:275px;
	float:right;	
}
.imgemployment{
	background: url(media/img/pics_employment.jpg) no-repeat;
	width:340px;
	height:275px;
	float:right;	
}
.imglinks{
	background: url(media/img/pics_links.jpg) no-repeat;
	width:340px;
	height:275px;
	float:right;	
}
.imgcontact{
	background: url(media/img/pics_contact.jpg) no-repeat;
	width:340px;
	height:275px;
	float:right;	
}
.imgnews{
	background: url(media/img/pics_news.jpg) no-repeat;
	width:340px;
	height:275px;
	float:right;	
}
.imgnews01{
	background: url(media/imgnews/news01_top.jpg) no-repeat;
	width:340px;
	height:275px;
	float:right;	
}



/*--MAINBOX------------------------------------------------------------------*/

#mainbox{
	width:980px;
	padding:0;
	margin:0 auto;
	background: url(media/img/bg.gif) repeat-y;
	display: table;
}

/*--MENU------------------------------------------------------------------*/

#menu{
	width:180px;
	height: 740px;
	float:left;
	background: url(media/img/menu_bg.jpg) no-repeat;
	color:#FFF;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 15px;
	text-align: right;
}
#menu li{
	border-bottom: 1px dotted #FFF;
}
#menu a{
	text-decoration: none;
	border: 0;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	display: block;	
}
#menu a:hover{
	background: #F90;
	color: #38204A;	
}
#submenu{
	background: url(media/img/submenu_bg.gif) repeat-y;
	background-color: #38204A;
	border:0;
	color:#FFF;
	font-size: 14px;
	text-align: right;
}
#submenu li{
	border-bottom: 0px;
}
#submenu a{
	text-decoration: none;
	border: 0;
	padding: 3px 10px 3px 10px;
	color: #F90;
	display: block;
	
}
#submenu a:hover{
	background: #7BA65E;
	color: #38204A;		
}

/*--CONTENT HOME------------------------------------------------------------------*/
#conthome{
	width:410px;
	float:left;
	position:relative;	
}
#continner{
	width:460px;
	float:left;
	position:relative;
}
#tophome{
	width:410px;
	height: 75px;
	background: url(media/img/menutop_bg.gif) no-repeat #333;
	border:0;
	display: table;
	position:relative;
}
#topinner{
	width:460px;
	height: 75px;
	background: url(media/img/menutop_bg.gif) no-repeat #333;
	border:0;
	display: table;
	position:relative;
}
#menutop{
	position:absolute;
	left:20px;
	top:52px;
}
#menutop a{
	color:#38204A;
	font:normal 15px "Arial Narrow",Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 0px;
	padding: 6px;
}
#menutop a:hover{
	color:#38204A;
	background-color:#7BA65E;
}
#greenbarhome{
	width:410px;
	height: 295px;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 19px;
	color: #FFF;
	line-height: 28px;
	background-color: #7BA65E;
	display: table;
}
#greenbarinner{
	width:460px;
	height: 105px;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 30px;
	font-weight: bold;
	color: #38204A;
	line-height: 30px;
	background-color: #7BA65E;
	display: table;
}
.innerbox{
	padding: 25px 25px 0px 25px;
}
.innerboxes{
	padding: 12px 10px 0px 25px;
	line-height: 18px;
}
.title{
	background: url(media/img/bullet_title.gif) no-repeat;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 19px;
	font-weight: bold;
	color: #38204A;
}
.titlebox{
	background: url(media/img/bullet_box.gif) no-repeat;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 19px;
	font-weight: bold;
	color: #38204A;
}
.subtitle{
	padding: 0px 25px 0px 25px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#news{
	font-size: 13px;
	line-height: 18px;
}
#news li{
	padding: 20px 0px 20px 25px;
	border-bottom: 1px dotted #38204A;
}
#content{
	padding: 35px 25px 0px 25px;
	font-size: 13px;
	line-height: 20px;
}
#content ul{
	list-style-image: url(media/img/arrow.png);
	margin: 10px 0px 5px 20px;
	font-size: 13px;
	line-height: 20px;
	list-style-image: 
}
#contacts1{
	padding: 35px 10px 0px 25px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
#contacts2{
	padding: 35px 10px 0px 25px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
/*--LEFT------------------------------------------------------------------*/

#lefthome{
	width:390px;
	float:right;
}
#leftinner{
	width:340px;
	float:right;
}
#quotes{
	width:320px;
	background: #F90;
	font-size: 14px;
	font-style: italic;
	color: #38204A;
	padding-bottom: 20px;
	float: right;
}
.autor{
	font-weight: bold;
	line-height: 32px;
}
.boxes{
	width:320px;
	background: #F5FED9;
	font-size: 13px;
	padding-bottom: 20px;
	margin-top: 10px;
	float: right;
}
.boxes a {
	text-decoration: none;
	padding: 3px;
	background: #7BA65E;
	color: #FFF;
	border: 0px;
}
.boxes a:hover {
	border: none;
	background: #38204A;
}
.boxesinner{
	width:320px;
	border-bottom: 1px dotted #7BA65E;
	font-size: 13px;
	padding-bottom: 20px;
	margin-top: 10px;
	float: right;
}
.boxesinner a {
	text-decoration: none;
	padding: 3px;
	background: #7BA65E;
	color: #FFF;
	border: 0px;
}
.boxesinner a:hover {
	border: none;
	background: #38204A;
}
.boximgnews{
	float: right;
	padding: 10px;
	margin: 10px 10px 0px 0px;
	border: 1px solid #CCC;
}
/*--Footer------------------------------------------------------------------*/

#footer{
	width:980px;
	height: 65px;
	background: url(media/img/bg.gif) repeat-y;
	margin:0 auto;
	display: table;
}
#footertxt{
	width:170px;
	font-size: 10px;
	color: #CCC;
	text-align: right;
	line-height: 15px;
	padding-bottom: 10px
}
#footer2{
	width:980px;
	height: 25px;
	padding:0;
	margin:0 auto;
}
#copyright{
	font-size: 10px;
	color: #999;
	float: left;
	padding: 5px 0px 10px 0px;
}
#credit{
	font-size: 10px;
	color: #999;
	float: right;
	padding: 5px 0px 10px 0px;
}
#credit a {
	text-decoration: none;
	padding: 3px;
	border-bottom: 1px dotted #F90;
	color: #999;
}
#credit a:hover {
	border: none;
	background: #F90;
	color: #38204A;
}