
body {
	margin: 0px;
	background: #000 url(/images/BCCA_bg.jpg) repeat-x center fixed;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page {
	width: 950px;
	margin: 0 auto;
	background: #fff /*url(/images/BCCA_contentbg.jpg) repeat-y top center*/;
		-moz-box-shadow: 0px 0px 4px #333; /* FF3.5+ */
		-webkit-box-shadow: 0px 0px 4px #333; /* Saf3.0+, Chrome */
		 box-shadow: 0px 0px 4px #333; /* Opera 10.5, IE9, Chrome 10+ */
	border-left: 15px solid #f3e1c4;
	border-right: 15px solid #f3e1c4;
	padding: 0 0 20px;
	position: relative;
		z-index: 10;
}
.is_home .ui_page{background: #fff url(/images/BCCA_homecontentbg.jpg) no-repeat center top; }

.ui_header {
	height: 108px;
	margin: 0 auto;
	position: relative;
	background: url(/images/BCCA_logo.png) no-repeat left -5px; 
}
	.ui_header .ui_logo{position: relative; z-index: 10; width: 533px;}

.ui_top_nav_wrapper {
	background: url(/images/BCCA_nav.png) repeat-x top center;
	position: absolute;
		top: 105px; left: -5px;
		z-index: 5;
	width: 960px;
}

.ui_top_nav_wrapper_2 {
	background: url(/images/BCCA_top-bg.png) no-repeat top right; 
	height: 32px;
	width: 390px;
	float: right;
	position: absolute;
		top: 0px; right: 6px;
}

.ui_main_content_wrapper {
	margin: 30px 0 0 0; 
	
}

.ui_main_content {
	padding: 20px 30px 300px 170px;
	width: 610px;
	float: left;
	position: relative;
		z-index: 1;

}
 .is_home .ui_main_content {
	padding: 200px 30px 20px 20px;

}

	.ui_right{display: none;}
	
.is_home .ui_right{display: block; width: 260px; float: right; background: #cdbeab; padding: 20px 0 150px 0; 
	-moz-box-shadow: 0px 0px 4px #333; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #333; /* Saf3.0+, Chrome */
	 box-shadow: 0px 0px 4px #333; /* Opera 10.5, IE9, Chrome 10+ */}

.cowboy{
	position: absolute;
		bottom: 40px;
		z-index: 2;	}
	 
.ui_footer {
	position: fixed;
	z-index: 5;
		bottom: 0px;
	padding: 0 0 0;
	color: #963;
	font-size: 10px;
	width: 950px;
}
.is_home .ui_footer{position: absolute; bottom: 0px;}
	.footerContent {background: #000; padding: 5px 10px 2px;}

.ui_copyright {
	float: left;
	width: 60%;
	color: #fff;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	display: inline;
	color: #fff;
}

a.PrintPageLink:hover {
	color: #3B335F;
	text-decoration: none;
}

a.PrintPageLink:active { 
	display: inline;
	color: #fff;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #3B335F;
	text-decoration: none;
	padding-right: 10px;
}

a.TellAFriendLink:active {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

.ui_print_email {
	float: right;
	width: 35%;
	text-align: right;
	font-size: 10px;
	color: #fff;
}

.ui_tagline {
	text-align: center;
	color: #fff;
	font-size: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited {
	color: #fff;
	font-size: 10px;
}

.ui_tagline a:hover {
	color: #778A2E;
	font-size: 10px;
}

.ui_tagline a:active{
	color: #fff;
	font-size: 10px;
}
