﻿/* Standard layout styles */

body {
	text-align: center;
	background-color: #ffffff;
	background-image: url(/images/bm_background_shade.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin:0px;
}
a {
	color: #6a83a5;	
}
a:hover {
	color: #0081cc;
}
a:visited {
	color: #4569B8;
}
a img {
	border: 0px;
	}
	
img
{
	border: 0px;
}
	
div#header {
	width: 799px;
	margin: 0px auto 0px auto;
	text-align: left;
}
div#body {
	width: 799px;
	margin: 0px auto 0px auto;
	text-align: left;
}
div#HomePageContent
{
	width:562px;
	background-image: url(/images/bm_welcome_text_flash.jpg);
	background-repeat:repeat-y;
	height:137px;
	float:left;
	position:relative;
}

div#HomePageRightColumn
{
	float:right;
}
div#footer {
	width: 796px;
	margin: 0px auto 0px auto;
	background-image: url(/images/bm_footer_home2.jpg);
	font-size:smaller;
	text-align:center;
	padding-bottom:20px;

}
div#menu {
	clear: both;
	border-top: 1px solid black;
}
div#testimonial
{
	width:796px;
	background-image: url(/images/bm_testimonial2.jpg);
	height:152px;
	background-repeat:no-repeat;
	margin: 0px auto 0px auto;
}
div#testimonial p
{
	text-align:left;
	color:White;
	font-size:small;
	padding-left:85px;
	padding-top:20px;
	padding-right:20px;
	font-weight:bold;
}

div.separator {
	width: 796px;
	margin: 0px auto 0px auto;
	height: 8px;
	background-color: #999999;
	font-size: 1px;
	line-height: 1px;
}

span.companyname {
	color: #2c6db5;
}


/* Menu styles */

ul.solidblockmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	font: bold 11px Arial;
	width: 799px;
	background-color: #0967b9;
	background-image: url(/images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #625e00;
	border-right-color: #625e00;
	border-bottom-color: #625e00;
	border-left-color: #625e00;
}
ul.solidblockmenu li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
ul.solidblockmenu li h2 {
	float: right;
	width: 278px;
	text-align: center;
	font-size: 16px;
	line-height: 10px;
	color: #FFFFFF;
	padding: 10px 0 0 0px;
	margin: 0px;
}
ul.solidblockmenu li a {
	float: left;
	color: #FFFFFF;
	padding: 10px 11px 10px 11px;
	min-height: 14px;
	text-decoration: none;
	border-right-color: #79A2D3;
	border-left-color: #8BAEDB;
	border-right-width: 1px;
	border-right-style: solid;
}
ul.solidblockmenu li a:visited {
	color: #FFFFFF;
}
ul.solidblockmenu li a:hover {
	color: white;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(/images/shadow_menu3.gif);
}
/* Handle drop-down menus */
ul.solidblockmenu li.over ul {
	left: 0px;
}
ul.solidblockmenu li ul {
	position: absolute;
	top: 34px;
	left: -999em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #0967b9;
	overflow: hidden;
}
ul.solidblockmenu li ul li {
	float: none;
	display: block;
	margin: 0px;
	overflow: hidden;
	height: 34px;
}
ul.solidblockmenu li:hover ul {
	left: auto;
}
ul.solidblockmenu li ul li a {
	border-right: none;
	width: 100%;
}
/* Fix menu sizes */
ul.solidblockmenu li ul.submenuA {
	width: 211px;
	padding: 0px 0px 5px 0px;
	background: transparent url(/images/submenuA.gif) no-repeat scroll bottom center;
}
ul.solidblockmenu li ul.submenuB {
	width: 110px;
	padding: 0px 0px 5px 0px;
	background: transparent url(/images/submenuB.gif) no-repeat scroll bottom center;
}
ul.solidblockmenu li ul.submenuC {
	width: 155px;
	padding: 0px 0px 5px 0px;
	background: transparent url(/images/submenuC.gif) no-repeat scroll bottom center;
}
ul.solidblockmenu li ul.submenuD {
	width: 280px;
	padding: 0px 0px 5px 0px;
	background: transparent url(/images/submenuD.gif) no-repeat scroll bottom center;
}
ul.submenuA li {
	width: 211px;
}
ul.submenuB li {
	width: 110px;
}
ul.submenuC li {
	width: 155px;
}
ul.submenuD li {
	width: 280px;
}

/* Grid-template styles */

div.row {
	clear: both;
	overflow: hidden;
	background-color: #D6D6D6;
	margin: 0px;
	width: 797px;
}
div.cell {
	float: left;
	width: 235px;
	padding: 0px;
	background-position: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
div.cell_left {
	float: left;
	width: 559px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/bm_welcome_text_flash.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}

div.cell_left h1
{
	color:Red;
	font-size:medium;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	text-align:left
}
div.cell_left p
{
	text-align:left;
	font-size:small;
	padding-left:20px;
	padding-bottom:20px;
	font-family:Calibri;
}
div.cell_left li
{
	text-align:left;
	font-size:small;
	padding-left:20px;
	padding-bottom:20px;
	font-family:Calibri;
}

label{
float: left;
width: 120px;
font-weight: bold;
padding-left:15px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

select
{
	margin-bottom:5px;
}

button{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}