/** Red-black-design.css **/
body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	/*below image is the vertical black line btw menu and content*/
	background: url(../images/BC4S_main_bg.gif) left top repeat-y;
}

/*Header Banner to right of Delivering Measurable...*/
.banner {
	height: 155px;
	width: 100%;
/*	background-color: #000000;*/
	background: url(../images/BC4S_banner_bg-BL.jpg) left top repeat-x;
}
/*allows content to shift to fit window size*/
.main {
	width: 99%;
}
.vmenu {
	/*this is the scrolling grey image behind the menu*/
	background: #fff url(../images/BC4S_vmenu_bg.jpg) left top no-repeat;
	/*border: solid 1px red;*/
	height:400px;
}
/*update the actual text address in the html*/
.address {
	width: 246px;
}

.address #info {
	/*height: 95px;*/
        text-align: center;
	font-weight: bold;
	margin-left: 20px;
	font-size: 8px;
}

.address #email {
	height: 21px;
}

.content {
	font-size: 14px;
	padding: 12px;
}
.menulist {
	width:100%;
	background:transparent;
}
.menulist li {
	display: block;
	height: 31px;
	width:100%;
	text-align: right;
	border: solid 0px #330000;
	background:transparent;
}
.menulist a {
	display: block;
	color: #3248ae;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	border: solid 0px #330000;
	padding-right:30px;
	background:transparent;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.highlighted {
	background:transparent url(../images/BC4S_vmenu_link_on.gif) no-repeat;
	color: #000;
}

.menulist ul {
	border:solid 1px #000;
	left:230px;
	top:0px;
	background:#fff;
}

.menulist ul li {
	text-align:left;
}

.menulist ul a {
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
}

.menulist ul a:hover {
	background:transparent url(../images/BC4S_vmenu_link_on.gif) no-repeat top -90px;
}
	

.current-page {
	background:transparent url(../images/BC4S_vmenu_link_on.gif) no-repeat;
}

.menulist a.current-page {
	background:transparent url(../images/BC4S_vmenu_link_on.gif) no-repeat;
}

.FormLt1 { 
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
}
textarea {
	font-size:8pt; 
	height:75px; 
	width:175px;
}

.logohead {
	font-family : Arial;
	font-size : 25pt;
	font-weight : bold;
}
.logosub {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
}

.sohotext {
	font-family : Arial;
	font-size: 9pt;
}

.border {  
	font-family: Arial; 
	font-size: 8pt; 
	border: 1px #000000 inset;
}

.text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.SMtext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

.uptext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: darkgreen;
}

.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

td.tdata {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: black;
	font-weight:bold;
	background-color:#ffffff;
	height: 30px;
	padding: 10;
	spacing: 5; 
}

td.thead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: black;
	font-weight:bold;
	text-align:center;
	
}

tr.headrow {
	background-color: #f4d05e;
}

table.dbtable{
	width: 700px;
}

img.imgformat{
	border:0;
}
.t_menu {
	/*height: 89px;*/
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	font-size: 10px;
	text-align:center;
}
.t_menu a {
	color: #000;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;

}
.formholder fieldset {
	border:1px solid #cccccc;
	padding:24px;
}
.formholder legend {
	color:#cccccc;
	font-weight:bold;
	font-size:large;
	padding:12px;
	display:none;
}
.formholder a {
	color:#cccccc;
	font-weight:bold;
	font-size:.9em;
}
.formholder label {
	display:block;
	font-weight:bold;
	margin-top:12px;
}
.gbholder {
	border-color: #cccccc;
}
.gbholder legend {
	color:#cccccc;
}
.gbholder a {
	color:#cccccc;
	font-weight:bold;
	font-size:.9em;
}