﻿/*===============General ================*/
body {	font-family : Arial;font-size: 13px;}
.sohotext {	font-family : Arial;font-size: 13px;}
p {  padding-right:12px; padding-left: 12px; }
body {
	text-align:center;
	margin: 0px auto; 
	margin-top:4px;
	border: 0px;
	padding:0px;	
	background-color:#E9E9E9;		
}
.wrapper {
	width:890px;
	margin:0px auto;			
}
.split { width:300px; float:left; }
.clear { clear: both; margin:auto; }
img {
	-webkit-border-radius: 10px;
	border-radius:10px; 
	-moz-border-radius:10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.noRounding {
	-webkit-border-radius: 0px;
	border-radius:0px; 
	-moz-border-radius:0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
}

/*========= Header ===============*/
#header {
	background-image:url('images/hdr-top.jpg'); 
	background-repeat:no-repeat;
	background-position:left;
	background-color:white;	
	border-right: 11px #B7B7B7 solid;
	height:140px;
	width:879px; 
}
#hdrImage {
	width: 230px;
	height: 140px;
	float:right;
}
#topMenu {
	background-image:url('images/hdr-bg.jpg')	;
	padding-top:10px;
	text-align:center;
	float:left;		
	width:580px;	
	height:43px;
}
#topMenu a {
	font-size:14px !important;
	font-weight:bold;
	padding-left:16px; 
}
#slogan {
	background-image:url('images/hdr-right6.jpg');
	background-repeat:no-repeat;
	background-color:#B7B7B7;
	border-right: 11px #B7B7B7 solid;
	padding-top:10px;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:red;
	text-align:right;
	width:299px;	
	height:43px;
	display:inline-block;	
	float:left;
}
/*================ Content ================*/
#content {
	width:865px;
	text-align:left;		
	padding-left:10px;
	padding-right:15px;
	padding-bottom:5px;		
	background-color:white;
}
.greyBack {
	background-color:#ECECEC;
}
.redBox {
	background-color:red;
	color:blue;
	font-weight:bold;
	padding:8px;
}
.greyBox {
	background-color:#ECECEC;
	color:blue;
	font-weight:bold;
	padding:5px;
	margin-right:18px;
	margin-left:12px;
	-webkit-border-radius: 10px;
	border-radius:10px; 
	-moz-border-radius:10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.whiteBox {
	background-color:white;
	color:gray;
	font-weight:bold;
	padding-right:8px;
	padding-left:8px;
	-webkit-border-radius: 10px;
	border-radius:10px; 
	-moz-border-radius:10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.textBox {
	background-color:#ECECEC;
	color:black;
	padding:5px;
	margin-right:18px;
	margin-left:12px;
	-webkit-border-radius: 10px;
	border-radius:10px; 
	-moz-border-radius:10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
/*================= Footer ===================*/
#footer {margin-bottom:8px; }
#action { text-align:center; width:100%; float:left; padding-top: 5px; padding-bottom:10px; height:35px; }
#botMenu {
	background-image:url('images/ftr-bg.jpg');
	padding-bottom:8px;
	padding-left:10px;
	font-size:14px;
	text-align: center;
	width:100%;	
	line-height:22px;
	vertical-align:top;
}
#botMenu a { padding-right:15px; padding-left:20px; }
#copyright {
	text-align:left;
	font-size: 10px;
	border:c CaptionText 				
}
a {	color:blue; text-decoration:none; }
a:visited:hover { color:red; text-decoration:underline; }
a:hover { color:red; text-decoration:underline; }
/*============== simulate B&F look ============*/
.BarfootFeatures {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    text-align:left;
    white-space: nowrap;}
h3 a, table h3 {
    color: #0053a0 !important;
    font-size: 20px;
    margin-top:10px;
  margin-bottom:10px;
  padding:0px;
}
h4 a , table h4 {
    color: #000 !important;
    font-size: 16px;
    text-transform: uppercase;
        margin-top:10px;
  margin-bottom:10px;
  padding:0px;
}
td.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid blue;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    padding: 6px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height:18px;
}

td.btn a:hover, td.btn:hover { color: white; background-color:#0099DF; text-decoration: none; }  
td.btn:hover a:active  {color:white;}
