@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;
}
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: 20px 0;
}
.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: 0;
    padding: 30px 0;
    width: 215px;
}
ul.midHeads ul.midHeads 
{
	padding:0;
	position: absolute;
	left: 215px;
	top: -100px;
	display: none;
	width: 300px;
	opacity: 0.9;
}
ul.midHeads .nudge ul.midHeads 
{
	top: auto;
	bottom: -100px;
}
.midHeads li:hover ul.midHeads
{
	display: block;
}
.midHeads li{
	overflow: visible;
	list-style-type: none;
	background-image: url(../layout/medsec/nvBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:400;
	position:relative;
}
.midHeads li:hover{
	background-position: left bottom;
	background-color:#F3F1F2;
}
.midHeads li a {
	color: #444 !important;
}
#map > .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;
	z-index:500;
	position:relative;
}
.midHeads li .midHeads li
{
	padding: 8px;
	background: #F0F0F0;
}
.midHeads li .midHeads li:hover 
{
	background:#E0E0E0;
}
#map {
	background: url(../layout/medsec/map.png) no-repeat top right;
}
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;
}

/* NICE HOVER */

#nice-hover {
			overflow: hidden;
			position: relative;
			height:280px;
		}
		
		
#nice-links {
	background: none repeat scroll 0 0 white;
	position: relative;
	width: 228px;
	z-index: 600;
	padding-left:20px;
}
		
		
#nice-images {
background: url("../layout/map.png") no-repeat scroll right 0 transparent;
height: 280px;
z-index: 2;
}
		
#nice-images li {
position: absolute;
left: 0px;
top: 20px;
list-style: none;	
width:960px;
/*background:green;*/
	
}

#nice-images li img {
position: absolute;
top:-20px;
right:0;
/*background:green;*/
	
}
		
		/** NON REQUIRED - Default Skin */
		/*#nice-hover {
			height: 280px;
			width: 370px;
		}
		
		#nice-hover ul {
			padding: 0;
		}
		
		#nice-links {
			position: absolute;
			top: 20px;
			left: 0px;
		}
		
		#nice-links h3 {
			padding: 0;
			margin: 0;
			font-size: 12px;
			font-style: normal;
		}*/
		
		/*#nice-links li {
			background: #000;
			height: 40px;
			display: block;
			padding: 5px;
			border: 1px solid #333;
			width: 125px;
			opacity: 0.9;
		}*/
		
		/*#nice-links li.current {
			background: #999999;
			border: 1px solid #666;
		}
		
		#nice-links li.current h3 {
			color: #333333;
		}*/


.plot {
	width: 30px;
height: 40px;
display: block;
position: absolute;
opacity: 0;
}

.plot .marker {
	width: 30px;
height: 40px;
display: block;
background: url(../layout/pointer.png);
}

.plot .images {
	position: absolute;
	bottom: -175px;
	z-index: 999;
	border: 5px solid #f0f0f0;
}

.plothover span {
	display: block;
	font-size: 0.85em;
}
