@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: url(images/background.gif) top left repeat scroll;
	color: #635542;
	font-size: medium;
	font-size: 90%;
	}
	
.pink {
	color: #B1005D;
	}

a {
	color: #B1005D;
	}

.list-spread li {
	line-height: 1.5em;
	margin: 3px 0 3px 0;
	}

.greyed {
	background-color: #FFFCF2;
	}
	
div.block {
	margin: 10px 0;
	height: 130px;
}

div.brocbutton{
	position: absolute;
	top: 20px;
	right: 20px;
}

h3, h2, h1 {
	display: block;
	color: #A90056;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
	margin-bottom: 0;
	}

h4 {
	color: #B1005D;
	font-weight: bold;
	font-style: italic;
	}

.small-text {
	font-size: 90%;
	}
	
/* Layout */
	
#wrap {
	width: 790px;
	background-color: white;
	margin: 0 auto;
	border-left: 1px solid #B1005D;
	border-right: 1px solid #B1005D;
	border-bottom: 1px solid #B1005D;
	position: relative;
	}

#header {
	height: 128px;
	background: white url("images/CB-header.jpg") top center no-repeat scroll;
	}

#switch {
	width: 150px;
	height: 55px;
	position: relative;
	top: 62px;
	left: 20px;
	}

#nav {
	height: 29px;
	background: url(images/navback.gif) top left repeat-x scroll;
	}

#navlist {
	width: 790px;
	margin: 0 auto;
	}

#navlist ul {
	padding: 0;
	margin: 0;
	height: 29px;
	}

#navlist li {
	position: relative;
	display: block;
	height: 29px;
	float: left;
	}

#navlist ul a {
	display: block;
	width: 100%;
	height: 100%;
	}

#navlist ul a em {
	display: none;
	}

/* Nav Image formatting */

#navlist #home {
	background: url(images/CB-nav.png) 0 -1px no-repeat scroll;
	width: 70px;
	}

#navlist #aboutus {
	background: url(images/CB-nav.png) -70px -1px no-repeat scroll;
	width: 92px;
	}

#navlist #services {
	background: url(images/CB-nav.png) -162px -1px no-repeat scroll;
	width: 115px;
	}

#navlist #team {
	background: url(images/CB-nav.png) -279px -1px no-repeat scroll;
	width: 92px;
	}

#navlist #testimonials {
	background: url(images/CB-nav.png) -372px -1px no-repeat scroll;
	width: 115px;
	}

#navlist #employment {
	background: url(images/CB-nav.png) -488px -1px no-repeat scroll;
	width: 200px;
	}

#navlist #contact {
	background: url(images/CB-nav.png) -688px -1px no-repeat scroll;
	width: 103px;
	}

/* Nav Active */

#navlist #home.active {
	background: url(images/CB-nav.png) 0 -37px no-repeat scroll;
	width: 70px;
	}

#navlist #aboutus.active {
	background: url(images/CB-nav.png) -70px -37px no-repeat scroll;
	width: 92px;
	}

#navlist #services.active {
	background: url(images/CB-nav.png) -162px -37px no-repeat scroll;
	width: 115px;
	}

#navlist #team.active {
	background: url(images/CB-nav.png) -279px -37px no-repeat scroll;
	width: 92px;
	}

#navlist #testimonials.active {
	background: url(images/CB-nav.png) -372px -37px no-repeat scroll;
	width: 115px;
	}

#navlist #employment.active {
	background: url(images/CB-nav.png) -488px -37px no-repeat scroll;
	width: 200px;
	}

#navlist #contact.active {
	background: url(images/CB-nav.png) -688px -37px no-repeat scroll;
	width: 103px;
	}
	
/* Nav Hover */
#navlist #home:hover {
	background: url(images/CB-nav.png) 0 -73px no-repeat scroll;
	width: 70px;
	}

#navlist #aboutus:hover {
	background: url(images/CB-nav.png) -71px -73px no-repeat scroll;
	width: 92px;
	}

#navlist #services:hover {
	background: url(images/CB-nav.png) -163px -73px no-repeat scroll;
	width: 115px;
	}

#navlist #team:hover {
	background: url(images/CB-nav.png) -280px -73px no-repeat scroll;
	width: 92px;
	}

#navlist #testimonials:hover {
	background: url(images/CB-nav.png) -373px -73px no-repeat scroll;
	width: 115px;
	}

#navlist #employment:hover {
	background: url(images/CB-nav.png) -489px -73px no-repeat scroll;
	width: 200px;
	}

#navlist #contact:hover {
	background: url(images/CB-nav.png) -689px -73px no-repeat scroll;
	width: 103px;
	}
	
/* Drop Downs */

#navlist ul ul {
	position: absolute;
	display: none;
	top: 29px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFF8DA;
	border-left: 1px solid #B1005D;
	border-right: 1px solid #B1005D;
	border-bottom: 1px solid #B1005D;
	width: 250px;
	z-index: 500;
	float: none;
	height: auto;
	}

#navlist li li {
	position: relative;
	float: none;
	height: auto;
	}

#navlist li li a {
	display: block;
	width: 230px;
	height: 100%;
	padding: 0 10px 0 10px;
	line-height: 1.5em;
	color: #B1005D;
	font-weight: bold;
	text-decoration: none;
	font-size: 82%;
	}

#navlist li li:hover {
	background-color: #B1005D;
	}

#navlist li li:hover a {
	color: white;
	}

#navlist li:hover ul {
	display: block;
	}

/* Subnav */

#content-header ul {
	padding: 0;
	margin: 5px 0 0 5px;
	list-style: none;
	z-index: 100;
	}

#content-header li {
	display: inline;
	}

#content-header li a {
	color: #625542;
	font-size: 90%;
	text-decoration: none;
	}

#content-header li a.active {
	color: #B1005D;
	}

#content-header li a:hover {
	color: #B1005D;
	text-decoration: underline;
	}

/* Content Area */

#main {
	background: white;
	padding-top: 65px;
	min-height: 400px;
	}
	
* html body #main {
	height: 400px;
	}
	
#content {
	width: 380px;
	margin: 0 0 0 30px;
	}

#content p {
	margin-right: 2em;
	}

#content-header {
	padding-bottom: 20px;
	border-bottom: 1px dotted #8EB546;
	}
	
#content table.career {
	font-size: 90%;
	}

#content table.career p {
	margin: 0;
	padding: 0;
	}

/* Footer */

#footer-phone {
	text-align:right;
	margin-right: 30px;
	color: #B1005D;
	font-size: 150%;
	}

#footer {
	width: 98%;
	margin: 0 auto;
	border-top: 1px dotted #8EB546;
	color: #635542;
	font-size: 70%;
	height: 35px;
	}

#footer #address-wrap {
	width: 790px;
	margin: 0 auto;
	margin-top: 5px;
	}

#footer .address {
	text-align: center;
	width: 33%;
	float: left;
	}

#copyright {
	text-align:center;
	width: 790px;
	margin: 0 auto;
	/*color: #bca33d;*/
	color: #8EB546;
	font-size: 75%;
	line-height: 25px;
	}

/* Popup */

#outerbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: url(images/backpng.png) top left repeat scroll;*/
	overflow-y: auto;
	z-index: 1000;
	background-color: #CCCCCC;
	}

* html body #outerbox {
	position: absolute;
	}

#innerbox {
	position: fixed;
	background-color: white;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	z-index: 1050;
	border: 1px solid #999999;
	}

* html body #innerbox {
	position: absolute;
	top: 0;
	}