﻿/* 
###########################
-- Date Created: Aug 2010
-- Created By: DW
###########################
*/

/* ##### LAYOUT ##### */

body {
	background:#F2F2F2;
	color:#666666;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:12px;
	margin:0;
}
.container {
	margin: 0 auto;
	width:950px;
	background:#FFFFFF;
}	
.content {
	margin:0 auto;
	width:906px;
	margin:0 22px;
}		
.logo {
	padding-top:20px;
	margin-bottom:0px;
}
img {
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px;
}
.subheader {
	width: 906px; 
	margin: 5px auto 5px auto; 
	position: relative;
	font-size: 16px;
    color: #959595;
	text-align: center;	
}
.columns {
	width:906px;
}
.col_1 {
	float:left;
	width:672px;
}	
.col_2 {
	float:right;
	width:224px;
	height:466px;
	min-height:466px;
	background: #fff url("../App_Themes/Default/rightside.gif") no-repeat right top;
}
.col_2_text {
	padding: 20px 20px 20px 20px;  
	position: relative; 
	text-align: left; 
	font-size:11pt;
	color: #959595;
}
.col_2_text_smaller {
	padding: 20px 20px 20px 20px;  
	position: relative; 
	text-align: left; 
	font-size:10pt;
	color: #959595;
}	
.col_3 {
	float:left;
	width:226px;	
}
.col_4 {
	float:right;
	width:670px;
}
.col_5 {
	width:906px;
}
.bg_foliage {
	height:400px;
	min-height:400px;
	background: url("../App_Themes/Default/foliage.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_logo {
	height:400px;
	min-height:400px;
	background: url("../App_Themes/Default/bhcf_logo.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.float_left {
	float:left;
	padding-top: 10px;
    width: 20%;
}
.float_right {
	float:right;
	width:77%;
}

/* ##### MENUS ##### */

.menu_spacer {
	min-height:2px;
	height:2px;
	clear:both;
}
.transparent {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
}
/* ##### FOOTER ##### */

.footer {
	clear:both;
	width:906px;
	padding:0 0 27px 0;
}
.f_navigation {
	float: right; 
	width: 50em; 
	padding: 5px 0px 0px 0px; 
	position: relative; 
	font-size: 6pt;
}
.f_navigation ul {
	margin: 0px; 
	padding: 2px;
}
.f_navigation ul li {
	display: inline; 
	color: #959595; 
	padding-left: 10px;
}
.f_navigation ul li a {
	text-decoration: none; 
	padding: 2px 5px 2px 0px; 
	color: #959595;
}
.f_navigation ul li a:hover {
	padding: 2px 5px 2px 0px; 
	text-decoration: underline; 
	color: #959595;
}
	
/* ##### FONTS ##### */

h1 {
	font-size:1.6em; padding:0; margin:0 0 10px 0;
}

h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
}	
.text_large {
	padding: 10px 10px 10px 10px;
	font-size:1.4em;
}
.text_med {
	padding: 10px 10px 10px 10px;
	font-size:1.2em;
}

/* ##### IMAGES ##### */

.img {
	padding: 10px 10px 10px 5px;
}
.img_inline_1 {
	padding: 10px 10px 10px 20px;
    display: inline;
}
.img_inline {
	padding: 10px 10px 10px 5px;
    display: inline;
}
.img_85pad {
	padding: 10px 10px 10px 85px;
    display: inline;
}
.img_10pad {
	padding: 10px 10px 10px 10px;
    display: inline;
}
.img_20pad {
	padding: 10px 10px 10px 20px;
    display: inline;
}
.img_40pad {
	padding: 10px 10px 10px 40px;
    display: inline;
}
.img_menu {
	padding: 25px 0px 0px 37px;
}
	
/* ##### CUSTOM ##### */

.clear {
	clear: both;
}

/* ##### LINKS ##### */

a:link {
	color:#959595; 
	text-decoration:none; 
}
a:visited {
	color:#959595; 
	text-decoration:none;
}
a:hover {
	color:#000000; 
	text-decoration:underline;
}
a:active {
	color:#959595; 
	text-decoration:none;
}

 /* ##### FORM ##### */

.txt_formfield {
	font-size:11px; 
	width:230px;
	background-color:#F2F2F2;
}
.lst_formfield {
	font-size:11px; 
	background-color:#F2F2F2;
}
.tbl_col1 {
	width: 250px
}