@charset "UTF-8";
/* CSS Document */
/* Additional elements to the main 960 grid system, that increments and states beyond words counselling layout */

/*
.....................
BODY
.....................
*/
html {
	font-size: 100%; /* Makes sure IE displays em sizes correctly */
}

body {
	background:#FFFfff url(../img/core/bg/body-bg.jpg) 52% 80% no-repeat;
}

/*
.....................
HEADER
.....................
*/

#header{
	margin-bottom: -20px;
	height:auto;/*300*/
	z-index:1;
	/*background: #000 url(../img/cloud_bg.jpg) repeat right top;*/
}

#header #bw-logo h1{
	padding-top: 0.1em;
	padding-left: 2.8em;
	text-indent: -5000px;
}
#header #bw-logo h1 a{
	display:block;
	width:280px;
	height:166px;
	overflow: hidden;
	background:url(../img/core/logo/bw-logo.gif) no-repeat left center;
}

#header #bw-menu {
	border: 0px black solid;
	margin-top: 100px;
	margin-left: 23px;
	width: 519px;
	height: 69px;
	background:url(../img/core/bg/bw-navbar.gif) no-repeat left;
}

/* THE MENU */
ul#bw-menu-list {
	margin:20px 0px 20px 25px;
	padding:0;
	list-style:none;
	width: 519px;
}

ul#bw-menu-list li {
	display:inline;
}

ul#bw-menu-list li a{
	text-decoration:none;
	padding:5px 0;
	width:100px;
	color: #4A6A96;
	text-shadow: 1px 1px 1px #880000;
	float:left;
}
ul#bw-menu-list li a:hover {
	background:#a2b3a1;
	color:#FFFfff;
	-moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px; 
	
}
/* APPLIES THE ACTIVE STATE */
ul#bw-menu-list .current a, ul#bw-menu-list li:hover > a  {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #330000;
  background: #a2b3a1;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px; 
}
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#bw-menu-list  ul {
  display: none;
}
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#bw-menu-list li:hover > ul {
  position: relative;
  display: block;
  width: 200px;
  height: 15px;
  position: absolute;
  margin: 30px 0 0 190px;
  padding: 10px;
  background: #a2b3a1;  
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px; 
}

ul#bw-menu-list li:hover > ul li a {
  float: left;
  font: bold 1.1em arial,verdana,tahoma,sans-serif;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #110000;
  margin: 0;
  padding: 0 30px 0 0;
  background: #a2b3a1; 
}

ul#bw-menu-list li:hover > ul li a:hover {
  color: #120000;
  text-decoration: none;
  text-shadow: none;
}

ul#list-services {
	margin:-15px 20px 20px 225px;
	padding:0;
	list-style: square;
	width: 519px;
	color: #4A6A96;
}


#bw-index-note {
	position:relative;
	width:200px;
	height:115px;
	z-index:1;
	left: 30px;
	top: -550px;
}
#bw-services-note {
	position:absolute;
	width:392px;
	height:392px;
	
	left: 935px;
	top: 150px;
	background: url(../img/core/bg/bw-services-note.png)
}

#content {
	display: block;
	margin-top: 0;
	margin-left: 6.4em;
	width:819px;
	height:436px;
	background: #F1EDD7 url(../img/core/bg/bg-content.jpg) no-repeat;
	padding: 0;
	z-index: 2;
}

#content-services {
	display: block;
	margin-top: 0;
	margin-left: 6.4em;
	width:819px;
	height:436px;
	background: #F1EDD7 url(../img/core/bg/bg-content-services02.jpg) no-repeat;
	padding: 0;
}
#content-contact {
	display: block;
	margin-top: 0;
	margin-left: 6.4em;
	width:819px;
	height:436px;
	background: #F1EDD7 url(../img/core/bg/bg-content-contact.jpg) no-repeat;
}
#content-about {
	display: block;
	margin-top: 0;
	margin-left: 6.4em;
	width:819px;
	height:436px;
	background: #F1EDD7 url(../img/core/bg/bg-content.jpg) no-repeat;
}
#content-marie {
	display: block;
	margin-top: 0;
	margin-left: 6.4em;
	width:819px;
	height:436px;
	background: #F1EDD7 url(../img/core/bg/bg-content-about.jpg) no-repeat;
}
#content-kerrie {
	display: block;
	margin-top: 0;
	margin-left: 6.4em;
	width:819px;
	height:436px;
	background: #F1EDD7 url(../img/core/bg/bg-content-kerrie.jpg) no-repeat;
}
#content {
	display: block;
	margin-top: 0;
	margin-left: 6.4em;
	width:819px;
	height:436px;
	background: #F1EDD7 url(../img/core/bg/bg-content.jpg) no-repeat;
}

#bw-callus {
	display:block;
	margin-top: 0;
	margin-left: 6.4em;
	width:820px;
	height:81px;
	background: #FFFfff url(../img/core/bg/bw-callus.jpg);
}
#bw-callrates {
	display:block;
	margin-top: 0;
	margin-left: 6.4em;
	width:820px;
	height:81px;
	background: #FFFfff; /* url(../img/core/bg/bw-callrates.jpg);*/
}

#bw-footer {
	display:block;
	margin-top: 0;
	margin-left: 6.4em;
	width:820px;
	height:56px;
	background: #4A6A96 url(../img/core/bg/bw-footer.jpg) top left no-repeat;

}
div.footer {margin: 20px 20px; color:#FFFfff; font-size: 0.85em;}
div.footer-icon {float: right;margin-top: -45px; margin-right: 30px; padding: 0px;}

div.scrolling{
overflow-y:scroll;
height: 350px;
overflow-y: scroll;
}
div.scrolling2{
overflow-y:scroll;
height: 300px;
overflow-y: scroll;
}
/*linklist on services page*/
.map{
    float: left;
    height: 300px;
    margin-left: 506px;
    margin-top: -333px;
    position: relative;
    width: 300px;
}
.fees{
   margin-top: -180px;
}
.map ul{
padding-top:5px;
}
.map ul li{
	height:auto;
	float:left;
	
}
.map ul li a.b1{
	background:url(../img/core/bg/b1.gif) 0 0 no-repeat;
	width:293px;
	height:73px;
	float:left
}
.map ul li a.b1:hover{
	background:url(../img/core/bg/b1.gif) 0 -73px no-repeat;

}
.map ul li a.b2{
	background:url(../img/core/bg/b2.gif) 0 0 no-repeat;
	width:293px;
	height:79px;
		float:left

}
.map ul li a.b2:hover{
	background:url(../img/core/bg/b2.gif) 0 -79px no-repeat;

}
.map ul li a.b3{
	background:url(../img/core/bg/b3.gif) 0 0 no-repeat;
	width:293px;
	height:95px;
		float:left

}
.map ul li a.b3:hover{
	background:url(../img/core/bg/b3.gif) 0 -95px no-repeat;

}
/*contact page*/
#divArea {

    float: left;
    width: 100%;
	}
	.divArea {
display:none;
	}

.sel{
float:left;
    padding: 1em 0 1em 6em;
	 width: 100%;
}
.contactFooter{
	float:left;
	width:100%}