/* HTML Styles */
body { margin:0px; background-color:#0079C1; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333 }
h1 { color:#0079C1; font-size:18px; }
h2,h3 { color:#0079C1; font-size:14px; margin-bottom:0px; padding-bottom:0px; }
h4 { color:#0079C1; font-size:12px; margin-bottom:0px; padding-bottom:0px; }
img { border:none; }

/* Structure */
.pageWrapper { width:997px; margin-left:auto; margin-right:auto; } 
.headerWrapper { background:url(../images/bg_middle.gif) repeat-y; position:relative; height:140px; }
.middleWrapper { background:url(../images/bg_middle.gif) repeat-y; padding:25px 35px 25px 35px; }
.footerWrapper { background:url(../images/bottomCap.gif) no-repeat; height:25px; overflow:hidden; }
.leftCol { float:left; width:662px; padding-right:20px; border-right:1px solid #cfe6f3 }
.leftColWide { float:left; width:927px; }
.rightCol { float:right; width:225px; /*background-color:#666*/ }
.bannerWrapper { background:url(../images/bg_topNav.gif) repeat-y; padding:0px 8px 3px 8px; }
.footerLinks { padding:0px 35px 20px 35px; color:#FFF; }
.footerLinks a { color:#FFF; }

/* Header */
#logo_ecf { position:absolute; left:25px; top:15px; }
#logo_bmofg { position:absolute; right:25px; top:30px; }
.topNavWrapper { background:url(../images/bg_topNav.gif) repeat-y; position:absolute; bottom:0px; padding:0px 8px 5px 8px; width:981px; }
.topNavWrapper img { float:left; }
.topLinks { position:absolute; right:25px; top:3px; color:#666666; }

/* Custom Styles */
.clear { clear:both; }
.noTopSpace { margin-top:0px; padding-top:0px; }
.block { display:block; }
a { color:#0079C1; }
.centre { text-align:center; }
table.regionalOfficesTable td { vertical-align:top; padding:15px; width:33%; height:190px; background-color:#ecf3f9; border:2px solid #FFFFFF }
.noBorder { border:none; }

/* Side Content Box */
.sideContentBox { background:url(../images/bg_sideBox.gif) bottom repeat-y; padding:20px; position:relative; margin-top:15px; }
.sideBoxTitle { position:absolute; top:-15px; left:0px; }
*html .sideBoxTitle { top:-5px;  left:-20px; }.leftColWide 
#regionalOffices .office {
	background-color: #ecf3f9;
	margin: 2px;
	padding:10px 20px;
	float: left;
	height: 205px;
	width: 265px;
}
