@charset "UTF-8";






#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px;
} 

#menu ul li {
	position: relative;
	border-left: 1px solid 9cdff;
	border-right: 1px solid 9cdff;
	border-top: 5px solid 9cdff;
	border-bottom: 5px solid 9cdff;
} 

#menu li ul {
	position: absolute;
	left: 155px; /*Set 1px less than menu width */
	top: 0;
	display: block;
	font-size: .8em;
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden;
	border: 1px solid #339966;
} 
#menu ul ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li {
	margin: 0 0 0 0;
	font-size: 1.1em;
} 

/* Styles for Menu Items */ 
#menu ul a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-weight: bold;
} 

/* Hover Styles */ 
#menu ul a:hover {
	color: #FFF;
	background-color: #339966;
} 

/* Sub Menu Styles */ 
#menu li ul a {
	text-decoration: none;
	color: #003399;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover {
	color: #339966;
	background: #f9f9f9;
} 

/* Icon Styles */ 
#menu ul a.submenu {
	background-color: #003399;
} 
#menu ul a.submenu:hover {
	background-color: #339966;
}







body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}
body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #333399;
}
a:hover {
	color: #333333;
}
a:active {
	color: #003399;
}
p {
	margin-bottom: 1px;
	font-size: 1.2em;
	padding-left: 20px;
	text-align: left;
}
ol {
	font-size: 1.2em;
}
ul {
	font-size: 1.2em;
}


h1 {
	font-size: 3em;
	color: #003399;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 400;
}
#container #leftpane #rightpane #content ul ul li {
	font-size: .9em;
}

h2 {
	font-size: 1.9em;
	color: #003399;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 45px;
	margin-bottom: 15px;
	font-weight: 400;
}
h3 {
	font-size: 1.6em;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 17px;
	padding-right: 17px;
}
h5 {
	font-size: 2em;
	color: #003399;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 0px;
	font-weight: bold;
	padding-left: 17px;
}
h6 {
	font-size: 1.6em;
	color: #003399;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 20px;
}


.h7 {
	font-size: 1.4em;
	font-weight: bold;
	color: #003399;
}




/* CSS Document */

#container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#leftpane {
	height: 100%;
	width: 180px;
	float: left;
	background-image: url(../assets/images/sidebarBkgd.jpg);
	background-repeat: repeat-y;
}
#rightpaneBkgImag {
	height: auto;
	width: 620px;
	float: left;
	background-color: #FFFFFF;
	min-height: 550px;
	text-align: left;
	margin-left: 180px;
	background-image: url(../assets/images/bCC_screened_logo_40.gif);
	background-repeat: no-repeat;
}

#rightpane {
	height: auto;
	width: 620px;
	float: left;
	background-color: #FFFFFF;
	min-height: 550px;
	text-align: left;
	margin-left: 180px;
}

#content {
	height: 100%;
	margin-right: 15px;
	margin-left: 32px;
	width: 555px;
	padding-bottom: 20px;
}

#content #indeximgs {
	height: 175px;
	padding-left: 9px;
	padding-top: 10px;
}
#content  .indeximg {
	float: left;
	margin-top: 8px;
	margin-right: 11px;
	margin-bottom: 8px;
	margin-left: 11px;
}
#menu {
	position: absolute;
	z-index: 10;
}
#dropdownmenu {
	position: absolute;
	z-index: 10;
	padding-top: 195px;
	padding-left: 9px;
	float: left;
}
#BCClogo {
	margin-top: 27px;
	margin-left: 27px;
	position: absolute;
	z-index: 10;
}
.centreAddress {
	text-align: center;
	margin-top: 7px;
	font-size: 1em;
}
#footer {
	margin-top: 30px;
	z-index: 10;
}

.quoteAuthor {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: normal;
	margin-right: 20px;
}
.important {
	font-weight: bolder;
	color: #339966;
	font-size: 1.4em;
}

#container #leftpane #rightpane #content p a {
	color: #009b62;
	font-weight: bold;
}
#LocationImages {
	position:relative;
	width:555px;
	height:120px;
	z-index:11;
	padding-left: 17px;
}

.LocationImageLayout {
	padding-right: 1.5px;
	padding-left: 1.5px;
}
#BowenMerchants {
	background-color: #7ac8d4;
	height: 150px;
	width: 500px;
	border: medium solid #329866;
	margin-left: 20px;
	margin-top: 20px;
}
