@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
a {
	outline:none;
}
img {
	border: none 0px #fff;
}
body{
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cb{
	clear:both;
}
.wrap{
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.headSec{
	background-color: #7e6b71;
	overflow: hidden;
	position: relative;
	min-width:960px;
}
.midSec{
	padding-bottom: 25px;
	min-width:960px;
}
.footerSec{
	background-color: #edac28;
	min-width:960px;
}
.navFooter{
	min-width:960px;
	background-color: #FFF;
}
.logo{
	background-image: url(../layout/logo_main.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 65px;
	width: 125px;
	background-position: left top;
	margin-right: 50px;
}
#bci-logos {
}
#bci-logos li {
	list-style-type: none;
	float: left;
	padding-top: 30px;
	padding-left: 52px;
}
.bgFlower{
	background-image: url(../layout/bg_flower.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
}
.noMarge{
	margin: 0px !important;
}
.noPad{
	padding:0px!important;	
}
.split3{
	float: left;
	width: 33%;
	margin-right: 15px;
}
.button_box{
	background-color: #7f6c71;
	margin-bottom: 25px;
	height:60px;
	overflow: hidden;
	position: relative;
}
#baf{
	background-image: url(../layout/baf_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 292px;
	display: block;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}
.innserSec{
	position: absolute;
	left: 0px;
	top: 0px;
}
.hImgSec{
	height: 228px;
	width: 344px;
	float: left;
	margin-right: 5px;
	position: relative;
}
.hImgSec img {
	left: 50px;
	top: 35px;
	position: absolute;
}

.mapContainer{
	float: left;
	position: relative;
	height: 269px;
	width: 745px;
	background-image: url(../layout/medsec/midBg.jpg);
	background-repeat: no-repeat;
	
}

/* LISTS */
ul.nav{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 161px;
	bottom: 0px;
}
.nav li{
	list-style-type: none;
	float: left;
}
.nav li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.midHeads{
	float:left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 215px;
}
.midHeads li{
	list-style-type: none;
	overflow: hidden;
	background-image: url(../layout/medsec/nvBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.midHeads li:hover{
	background-position: left bottom;
}
.midHeads li a{
	display: block;
	background-repeat:no-repeat;
	background-position: left center;
	height: 47px;
	width: 205px;
	overflow: hidden;
	text-indent: -999px;
	margin-left: 10px;
}
ul.mapLst{
	background-image: url(../layout/medsec/map.png);
	background-repeat: no-repeat;
	background-position: 130px bottom;
	overflow: hidden;
	width: 735px;
	height: 249px;
	position: relative;
	padding-left: 10px;
	padding-top: 20px;
	text-decoration: none;
}
.mapLst li{
	list-style-type: none;
	display: block;
	margin-bottom: 8px;
	color: #bf3d26;
	font-size: 1em;
	font-weight: bold;
	width:200px;
	overflow:hidden;
}
.mapLst li a{
	color: #5c484f;
	margin-left: 8px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}
.mapLst li a:hover{
	color: #bf3d26;
}
ul.mapPointers{
	position: absolute;
	left: 0px;
	top: 0px;
}
.mapPointers li{
	list-style-type: none;
	position: absolute;
}
.mapPointers li a{
	background-image: url(../layout/medsec/pointer.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 39px;
	width: 13px;
	background-position: left top;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 3px;
	padding-top: 1px;
}

/* ICONS */
.bc1_bg{
	background-image: url(../layout/medsec/bci1.png);
}
.bc2_bg{
	background-image: url(../layout/medsec/bci2.png);
}
.bc3_bg{
	background-image: url(../layout/medsec/bci3.png);
}
.bc4_bg{
	background-image: url(../layout/medsec/bci4.png);
}
#footer {
	text-align: right;
	width: 960px;
	background-color: #FFFFFF;
	padding-top: 5px;
	position: relative;
}
#footer p {
	color: #CCCCCC;
}
.smallCent{
	text-align: center;
	font-size: 0.8em;
}
@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
a {
	outline:none;
}
img {
	border: none 0px #fff;
}
body{
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cb{
	clear:both;
}
.wrap{
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.headSec{
	background-color: #7e6b71;
	overflow: hidden;
	position: relative;
	min-width:960px;
}
.midSec{
	padding-bottom: 25px;
	min-width:960px;
}
.footerSec{
	background-color: #edac28;
	min-width:960px;
}
.navFooter{
	min-width:960px;
}
.logo{
	background-image: url(../layout/logo_main.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 65px;
	width: 125px;
	background-position: left top;
	margin-right: 50px;
}
#bci-logos {
}
#bci-logos li {
	list-style-type: none;
	float: left;
	padding-top: 30px;
	padding-left: 52px;
}
.bgFlower{
	background-image: url(../layout/bg_flower.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
}
.noMarge{
	margin: 0px !important;
}
.noPad{
	padding:0px!important;	
}
.split3{
	float: left;
	width: 33%;
	margin-right: 15px;
}
.button_box{
	background-color: #7f6c71;
	margin-bottom: 25px;
	height:60px;
	overflow: hidden;
	position: relative;
}
#baf{
	background-image: url(../layout/baf_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 292px;
	display: block;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}
.innserSec{
	position: absolute;
	left: 0px;
	top: 0px;
}
.hImgSec{
	height: 228px;
	width: 344px;
	float: left;
	margin-right: 5px;
	position: relative;
}
.hImgSec img {
	left: 50px;
	top: 35px;
	position: absolute;
}

.mapContainer{
	float: left;
	position: relative;
	height: 269px;
	width: 745px;
	background-image: url(../layout/medsec/midBg.jpg);
	background-repeat: no-repeat;
	
}

/* LISTS */
ul.nav{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 161px;
	bottom: 0px;
}
.nav li{
	list-style-type: none;
	float: left;
}
.nav li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.midHeads{
	float:left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 215px;
}
.midHeads li{
	list-style-type: none;
	overflow: hidden;
	background-image: url(../layout/medsec/nvBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.midHeads li:hover{
	background-position: left bottom;
}
.midHeads li a{
	display: block;
	background-repeat:no-repeat;
	background-position: left center;
	height: 47px;
	width: 205px;
	overflow: hidden;
	text-indent: -999px;
	margin-left: 10px;
}
ul.mapLst{
	background-image: url(../layout/medsec/map.png);
	background-repeat: no-repeat;
	background-position: 130px bottom;
	overflow: hidden;
	width: 735px;
	height: 249px;
	position: relative;
	padding-left: 10px;
	padding-top: 20px;
	text-decoration: none;
}
.mapLst li{
	list-style-type: none;
	display: block;
	margin-bottom: 8px;
	color: #bf3d26;
	font-size: 1em;
	font-weight: bold;
}
.mapLst li a{
	color: #5c484f;
	margin-left: 8px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}
.mapLst li a:hover{
	color: #bf3d26;
}
ul.mapPointers{
	position: absolute;
	left: 0px;
	top: 0px;
}
.mapPointers li{
	list-style-type: none;
	position: absolute;
}
.mapPointers li a{
	background-image: url(../layout/medsec/pointer.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 39px;
	width: 13px;
	background-position: left top;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 3px;
	padding-top: 1px;
}

/* ICONS */
.bc1_bg{
	background-image: url(../layout/medsec/bci1.png);
}
.bc2_bg{
	background-image: url(../layout/medsec/bci2.png);
}
.bc3_bg{
	background-image: url(../layout/medsec/bci3.png);
}
.bc4_bg{
	background-image: url(../layout/medsec/bci4.png);
}
#footer {
	text-align: right;
	width: 960px;
	background-color: #FFFFFF;
	padding-top: 5px;
	position: relative;
}
#footer p {
	color: #CCCCCC;
}
.smallCent{
	text-align: center;
	font-size: 0.8em;
}
.smallCent p{
	color: #000;
}
.smallCent a{
	color: #000;
	text-decoration: none;
}
.pdflist  {
	padding-top: 10px;
	padding-left: 30px;
}
.mapContainer h1 {
	font-size: 1em;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.pdflist a {
	text-decoration: none;
	color: #FFFFFF;
}
#pdf h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}
