@charset "utf-8";
@import url("w3c.css");
/* CSS Document */

body {
	font: .9em Arial, Helvetica, sans-serif;
	text-align: left;
	background: #fff;
}
#bodyContainer {
	width: 760px;
	margin: 0px auto;
	position: relative;
	left: 0px;
	top: 0px;
	background: #fff;
    z-index: 11;
    box-shadow: 0px 0px 20px black;
	-moz-box-shadow: 0px 0px 20px black;	
	border: 2px solid #800000;
	border-top-width:1px;
	border-left-width:1px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;	 
}

#heading {
	margin: 10px 0 0;
	padding: 0px 0px 140px;
	width: 100%;
	background:url(../img/logo-1.png) no-repeat 20px 0,
	url(../img/logo-1.gif) no-repeat right top,
/*	url(../img/cedar_tree-sm.jpg) no-repeat 360px 0,*/
	url(../img/bgnd-header.gif) repeat-x left top;
}

* html #heading { margin: 0;
	background:url(../img/heading-2.jpg) no-repeat left bottom;
	}
	
*:first-child+html #heading{ 
	background:url(../img/heading-2.jpg) no-repeat left bottom;
	}	
	
a:link {
	clear: both;
}

.right {
	float: right;
}
.left {
	float: left;
	margin-right: 5px;
}
.imgLeft {
	float: left;
	margin-right: 5px;
	padding: 3px;
	border: 2px solid #ff9900;
	border-top-width:1px;
	border-left-width:1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	}
.imgLeft:hover {
	 z-index: 11;
	 box-shadow: 0px 0px 20px black;
	 -moz-box-shadow: 0px 0px 20px black;
	 }
.imgRight {
	float: right;
	margin-left: 5px;
	padding: 3px;
	margin-top: 10px;
	border: 2px solid #ff9900;
	border-top-width:1px;
	border-left-width:1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
.imgRight:hover {
	 z-index: 11;
	 box-shadow: 0px 0px 20px black;
	 -moz-box-shadow: 0px 0px 20px black;
	 }

.textbox {
	background: #fff;
	width: 760px;
}
.textboxbottom {
	width: 760px;
	height: 10px;
}
.textboxtop, .textboxbottom {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 10;
	clear: both;
} 
.textbox p {
	padding: 0px 10px;
	width: 90%;
	font-size: 11px;
	font-weight: bold;
	color: white;
	line-height: 155%;
}
#contentMain {
	text-align: left;
	display: block;
	padding: 10px;
	width: 520px;
}

#addressBar {
	margin: 0px;
	padding: 5px 0px;
	clear: both;
	height: auto;
	width: 760px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background: #800000;
}
/* Copyright */
#copyright {
	margin: 15px 0;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #666;
	text-align: center;
	text-decoration: none;
	display: block;
	clear: both;
}

/*
html>body #copyright {
  font-size: x-small;
}*/
address{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}
address a{
	color: #666666;
	text-decoration: underline;
}
#bcws {
	text-align: center;
	width: 100%;
	margin: 8px 0 0 0;
}
.smallText {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	text-align: right;
	margin: 8px 40px 0 10px;
}
/* menu area */
#menu {
	width: 195px;
	margin-top: 10px;
	float: right;
}
.menuText {
	font: 13px/150% Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 6px;
	margin: 5px auto;
/*	margin-left: 20px;
	margin-top: 10px;*/
}

.menuText a {
	text-align: left;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #336633;
	border-bottom: 1px dotted #CCCCCC;
}
.menuText a:hover {
	text-align: left;
	padding: 5px;
	font-weight: bold;
	color: #999999;
}
.listed {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	width: 136px;
	border: 2px solid #800000;
	padding: 2px 0 3px 0;
	margin: 10px auto;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.listed:hover {
	 z-index: 11;
	 box-shadow: 0px 0px 20px black;
	 -moz-box-shadow: 0px 0px 20px black;
	 }
	 
.listed a {
	color: #333;
	text-decoration: none;
}
.listed a:hover {
	color: #999;
	text-decoration:underline;
}
/*.listed {
	font: 12px Arial, Helvetica, sans-serif;
	color: #800000;
	width: 128px;
	border: 1px solid #ff9900;
	text-align: center;
	padding: 2px 0px 3px;
	margin: 0px;
	display: block;
}
.listed A {
	color: #336633;
	text-decoration: underline;
}
.listed a:hover {
	color: #999999;
}*/
#contentPhotos {
	text-align: left;
	display: block;
	padding: 10px;
	height: auto;
	width: 520px;
}
.imgBorder {
	padding: 2px;
	border: 1px solid #4D7E40;
}
.smallTextImages {
	font: bold normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	text-align: left;
	margin: 5px 0px 0px;
	padding-left: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#rates {

	height: auto;
	width: 550px;
	margin-top: 10px;
}
.ratesText {

	font: .9em/normal Arial, Helvetica, sans-serif;
	text-align: left;
}
.textSmaller {
	font: 12px Arial, Helvetica, sans-serif;
}

.group:after{ /* clears all floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.centre  {
	text-align:center;
}	

/*==============================*/
/* HACKS FOR MISE */
/*==============================*/

* html .group{ /* clears all floats for IE/win 6 */
	height:1%;
	}
*:first-child+html .group { /* clears all floats for IE/win 7 */
	min-height: 1px;
	}