
/*      GENERAL STYLING      */

html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	color: #333;
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background: #80b7bb url(../img/cbsm01bg.jpg) repeat-x 50% 0;
	text-align: left;
	}

img {
	border: 0;
	}

p {
	font-size: 1em;
	text-align: left;
	margin: 0;
	padding: 15px 15px 25px 15px;
	line-height: 150%;
	color: #333;
	}

h1 {
	position: absolute;
	left: -5000px;
	}
		
h2 {
	font-size: 1.3em;
	text-align: left;
	margin: 0;
	padding: 15px 15px 0 15px;
	color: #80674F;
	}

a { text-decoration: none; }
a:link { text-decoration: none; color: #333; border-bottom: 1px solid #ee5d1a; }
a:visited { text-decoration: none; color: #333; border-bottom: 1px solid #ee5d1a; }
a:hover { text-decoration: none; color: #ee5d1a; border-bottom: 1px solid #ee5d1a; }

div.container {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	position: relative;
	}

div.content {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #fff url(../img/top-rc.gif) no-repeat 50% 0;
	}


/*      HEADER STYLING      */

div.header {
	width: 760px;
	height: 117px;
	margin: 0;
	padding: 0;
	}

div.header img {
	margin: 0;
	padding: 0;
	border: none;
	}

a.headerlink {
	text-decoration: none;
	border: none;
	}

a.headerlink:link { text-decoration: none; }
a.headerlink:visited { text-decoration: none; }
a.headerlink:hover { text-decoration: none; }
		
img.logos {
	position: absolute;
	top: 23px;
	left: 3px;
	}
		
img.floating {
	margin: 0;
	position: absolute;
	border: 1px solid #333;
	float: right;
	right: -80px;
	}
		
img.floatingleft {
	margin: 0 0 0 -62px;
	float: left;
	position: absolute;
	border: 1px solid #333;
	}
		
img.floatr {
	margin: 10px 0 10px 15px;
	float: right;
	}
		
img.floatl {
	margin: 10px 15px 10px 0;
	float: left;
	}
	
span {
	font-size: 0.9em;
	float: right;
	}

p.mapnote {
	margin: 0;
	padding: 0px 12px 50px 0px;
	float: right;
	width: 140px;
	font-style: italic;
	}


/*      EXTERNAL LINKS STYLING      */

div.linkscontainer {
	margin: 20px 0 30px 15px;
	padding: 0;
	}

p.linktags {
	margin: 10px 0 4px 0;
	padding: 0;
	width: 340px;
	float: left;
	}
		
img.linkimg {
	margin: 0 0 12px 0;
	float: left;
	}


/*      CONTENT COLUMNS STYLING      */

div.maincol {
	width: 540px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	}

div.rightcol {
	width: 209px;
	margin: 0 0 2px 0;
	padding: 0;
	float: left;
	background: #f6f6f6;
	border-left: 1px solid #4c5a63;
	position: relative;
	}


/*      MENU STYLING      */

.offScreen {
	margin-left: -5000px;
	position: absolute;
	}

div.menu {
	height: 58px;
	width: 740px;
	margin: 0 10px 0 10px;
	padding: 0;
	border-bottom: 1px solid #4c5a63;
	}

div.menu ul {
	margin: 0;
	padding: 13px 0 0 0;
	list-style: none;
	}

div.menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	border: none;
	}

div.menu ul li a {
	display: block;
	border: none;
	}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#home {
background: transparent url(../img/menu-home.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 62px;
}
#home a {
background: transparent url(../img/menu-home.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 62px;
}
#home a:hover {
background: transparent url(../img/menu-home.gif) no-repeat scroll 0px 0px;
}
#home.selected, #home.selected a {
background: transparent url(../img/menu-home.gif) no-repeat scroll 0px 0px;
}
#home.selected a:hover {
background: transparent url(../img/menu-home.gif) no-repeat scroll 0px 0px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#about {
background: transparent url(../img/menu-about.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 69px;
}
#about a {
background: transparent url(../img/menu-about.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 69px;
}
#about a:hover {
background: transparent url(../img/menu-about.gif) no-repeat scroll 0px 0px;
}
#about.selected, #about.selected a {
background: transparent url(../img/menu-about.gif) no-repeat scroll 0px 0px;
}
#about.selected a:hover {
background: transparent url(../img/menu-about.gif) no-repeat scroll 0px 0px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#testimonials {
background: transparent url(../img/menu-testimonials.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 122px;
}
#testimonials a {
background: transparent url(../img/menu-testimonials.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 122px;
}
#testimonials a:hover {
background: transparent url(../img/menu-testimonials.gif) no-repeat scroll 0px 0px;
}
#testimonials.selected, #testimonials.selected a {
background: transparent url(../img/menu-testimonials.gif) no-repeat scroll 0px 0px;
}
#testimonials.selected a:hover {
background: transparent url(../img/menu-testimonials.gif) no-repeat scroll 0px 0px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#contact {
background: transparent url(../img/menu-contact.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 86px;
}
#contact a {
background: transparent url(../img/menu-contact.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 86px;
}
#contact a:hover {
background: transparent url(../img/menu-contact.gif) no-repeat scroll 0px 0px;
}
#contact.selected, #contact.selected a {
background: transparent url(../img/menu-contact.gif) no-repeat scroll 0px 0px;
}
#contact.selected a:hover {
background: transparent url(../img/menu-contact.gif) no-repeat scroll 0px 0px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#links {
background: transparent url(../img/menu-links.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 64px;
}
#links a {
background: transparent url(../img/menu-links.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 64px;
}
#links a:hover {
background: transparent url(../img/menu-links.gif) no-repeat scroll 0px 0px;
}
#links.selected, #links.selected a {
background: transparent url(../img/menu-links.gif) no-repeat scroll 0px 0px;
}
#links.selected a:hover {
background: transparent url(../img/menu-links.gif) no-repeat scroll 0px 0px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#wayahead {
background: transparent url(../img/menu-wayahead.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 119px;
	margin: 0 0 0 215px;
	padding: 0;
}
#wayahead a {
background: transparent url(../img/menu-wayahead.gif) no-repeat scroll 0px -39px;
height: 39px;
width: 119px;
}
#wayahead a:hover {
background: transparent url(../img/menu-wayahead.gif) no-repeat scroll 0px 0px;
}
#wayahead.selected, #wayahead.selected a {
background: transparent url(../img/menu-wayahead.gif) no-repeat scroll 0px -39px;
}
#wayahead.selected a:hover {
background: transparent url(../img/menu-wayahead.gif) no-repeat scroll 0px -39px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/



/*      FOOTER STYLING      */

div.footer {
	width: 760px;
	margin: 0;
	padding: 0;
	color: #4ea3a9;
	font-size: 0.95em;
	font-family: Arial, sans-serif;
	background: transparent url(../img/base-rc.gif) no-repeat 50% 0;
	}

div.footer p {
	margin: 0;
	padding: 12px 4px 6px 4px;
	float: left;
	color: #4ea3a9;
	}

div.footer p.flrp {
	margin: 0;
	padding: 12px 5px 10px 0px;
	float: right;
	}

div.clearingdiv {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	background: yellow;
	width: 0px;
	height: 0px;
	}

div.clearingline {
	clear: both;
	margin: -1px 0 15px 15px;
	height: 1px;
	overflow: hidden;
	background: none;
	width: 705px;
	height: 0px;
	border-top: 1px solid #ccc;
	}

div.footer a { text-decoration: none; }
div.footer a:link { text-decoration: none; color: #4ea3a9; border: none; }
div.footer a:visited { text-decoration: none; color: #4ea3a9; border: none; }
div.footer a:hover { text-decoration: none; color: #fff; border: none; }





