@charset "UTF-8";
/* CSS Document */

body  {
	font-size: 14px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	background: url(/images/background_wood.jpg) top center no-repeat;
        background-color: #000;
	margin: 0; 
	padding: 20px 0 0 0;
	text-align: center;
	color: #000;
}
a#corner {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 112px;
	width: 134px;
	background: transparent url(/Images/corner_login.png) top left no-repeat !important;
	background: none;
	text-indent: -999em;
	text-decoration: none;
}
a {
    color: #005DA8;
    text-decoration: none;
}
a:hover {
    color: #E77D00;
    text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px 0 15px 0;
}
.maincontainerHM {
	background: #f5f3e9;
	width: 850px;
	margin: 0 auto;
        margin-bottom: 20px;
	border: 23px solid #f5f3e9;
} 
.maincontainer { 
	width: 850px;
	background: #ffffff url(/images/content_background.png) no-repeat;
	margin: 0 auto;
        margin-bottom: 20px;
	border: 23px solid #f5f3e9;
} 
.logo {
        margin: 0px;
	padding: 0 0px 30px 0px; 
} 
h1 {
	font-size: 22px;
	font-weight: lighter;
	margin: 0; 
	padding: 0 0 5px 0; 
}
h2 {
	font-size: 14px;
	font-weight: bolder;
	margin: 0; 
	padding: 0; 
}
h3 {
	font-size: 15px;
	font-weight: bolder;
	margin: 0; 
	padding: 0 0 2px 0; 
}
.rightcol {
	float: right;
	width: 200px; 
	padding: 15px 10px;
	margin: 100px 0 50px 0;
	line-height: 18px;
}
.mainContentHM {
	margin: 0px;
	padding: 0px;
} 
.mainContent {
	text-align: left;
	margin: 0px 200px 0 0;
	padding: 30px 0 0 30px;
	line-height: 22px;
}
.footer { 
	color: #4a4a4a;
	padding-bottom: 20px;
}
.bottmnav {
	font: 11px sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 0px;
}
.bottmnav a {
	color: #4a4a4a;
	text-decoration: none;
	margin: 0 10px 0 10px;
}
.bottmnav a:hover {
	color: #0a91e6;
    font-weight: normal;
	text-decoration: none;
}
.copyright {
	font: 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-right: 0px;
    vertical-align: middle;
        background-color: #f5f3e9;
}
.relevant {
	font-weight: bolder;
}
.relevant a {
	color: #4a4a4a;
	text-decoration: none;
}
.relevant a:hover {
	color: #c85d37;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
.blue {
	color: #005DA8;
}
.orange {
	color: #E77D00;
}

/*--- begin bubbletip ---*/

abbr, acronym {
	background-color: #b5ceec;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-bottom: dotted #000 1px;
}
.bubbleTooltip {
	width: 200px;
	color:#000;
	line-height: 16px;
	font: 0.8em sans-serif;
	text-decoration:none;
	text-align:left;
}
.bubbleTooltip span.top {
	padding: 30px 8px 0 15px;
	background: url(/images/bubble2.gif) no-repeat top;
}
.bubbleTooltip span.bottom {
	padding: 3px 8px 15px 15px;
	color: #000;
	background: url(/images/bubble2.gif) no-repeat bottom;
}

/*--- begin home slideshow --------------*/

#slidewrap {
	width: 850px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
        font-size: 1px;
        line-height: 0px;
}
#slideshow {
        position: relative;
	width: 850px;
	height: 360px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
        font-size: 1px;
        line-height: 0px;
}
#slideshow li {
	display: block;
}

/*--- BC Cheats -------------*/

table.photogalleryTable {
        position: absolute;
        top: 320px;
}
table.webform {
        width: 450px;
        margin-bottom: 15px;
        position: relative;
        top: 0px;
}

/* @end */