@charset "UTF-8";
/* CSS Document */


body { 
	padding: 0;
	margin: 0;
	background-image: url(../../images/bg_home.jpg);
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #25537f;
	background-attachment: fixed;
/* overflow:visible; */
		}
	

/* for the scalable background page image --*/

		img#expando { 
			position: absolute; 
			display: none; 
			z-index: 1; 
			-ms-interpolation-mode: bicubic; 
		} 
 
		.wide img#expando, 
		.tall img#expando { 
			display: block; 
		} 
 
		.wide img#expando { 
			width: 100%; 
			height: auto; 
		} 
 
		.tall img#expando { 
			width: auto; 
			height: 100%; 
		}
	
		.ie6fixed {
			position: absolute;
			top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
		}
	
		

#wrapper {
	width: 965px;
	padding: 0;
	margin: 0 auto;
	border: 0px #ffffff solid;
}
#header {
	/* background: url(../images/brandhead01.png) no-repeat;
	background-color:#33CCFF; */
	width: 965px; 
	height: 187px;
	position:relative;top:0px;
	z-index:100;
	border: 0px #ffffff solid;
}

/* main logo */

#logo {
	background: url(../../images/BRS_logo.png) no-repeat;
	
	width: 447px; 
	height: 187px;
	position:absolute;top:0px;
	z-index:10;
	border: 0px #ffffff solid;
}

#search {
	width: 200px; 
	height: 30px;
	position:absolute;top:0px;
	z-index:5;
	border: 0px #ccc dotted;
	margin-top: 70px;
	margin-left: 733px;
}

#subnav {
	width: 475px; 
	height: 25px;
	position:absolute;
	z-index:5;
	border: 0px #ccc dotted;
	margin-top: 50px;
	margin-left: 445px;
	text-align: right;
		
}

/* basic style info */

a {
    
	color: #d2a675;
    text-decoration:none;

}

a:hover{
	color: #2a66a0;
	text-decoration:underline;
	
}

h1 {
	position: absolute;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	margin-top: 0;
	margin-bottom: 0px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	/*background-color: #fff;*/
	/*background-color: rgba(255,255,255,0.8);*/
	z-index: 2;
		}

.linktext1 {
    font: 11px "Arial", san-serif;
	font-style: italic;
	font-weight: bold;
    color: #026da0;
    padding-top: 0px;
    line-height: 12px;
}
.linktext1 a {
    color: #026da0;
	text-decoration:none;
}
.linktext1 a:hover {
    color:#09557a;
    text-decoration:underline;    
} 

/* for the main page layout items --*/


/* the main content container */
#maincontent{
	position:relative;
	top:-40px;
	left:40px;
	width: 880px;
	height: 365px;
	/*z-index:80;*/
	z-index:1;
	border:0px solid #fff;
}

#maincontent_right{
	position:relative;
	top:5px;
	left:5px;
	width: 590px;
	height: 380px;
	background: url(../../images/home_maincontent_right.png) no-repeat;
	/*z-index:90;*/
	z-index:4;
	border:0px solid #fff;
}

.maincontent_headlines{
	position:relative;
	top:30px;
	left:30px;
	text-align: left;
	width: 275px;
	height: 260px;
	z-index:110;
	border:0px solid #fff;
}

.maincontent_headlines h4{
    font: 12px "Arial", san-serif;
    color: #eed066;
	font-weight:bold;
	line-height: 25px;    
    /* background: url(../../images/bg_H4_events.png) no-repeat; */
	margin-bottom:5px;
}

/* for the headline list elements */

.maincontent_headlines ul {
	margin: 0;
	width: 270px;
	list-style: none;
	font: 11px "Arial", san-serif;
	line-height:12px;
	color: #ffffff;
	background: none;
	padding:5px 5px 5px 3px;
	display:block;
	border:0px solid #fff;
	
}
.maincontent_headlines ul li {
	
	margin-bottom: 8px;
	position: relative;
	padding: 0px 5px 7px 13px;
	display: block;
	background: url(../../images/navlist_arrow_ltblue.png) no-repeat 5px 4px;
	font-weight:bold;
	
}
.maincontent_headlines ul li a {
	
	/*text-indent: -9999px;
	height: 44px;*/
	color: #ffffff;
	height: 30px;
	
	text-decoration: none;
	
	
}
.maincontent_headlines ul li:hover a, .maincontent_headlines ul li a:hover { 
background-position: left bottom; 
text-decoration: underline;
}



.maincontent_headlines ul a.title {
	/*background: url(../../images/nav_BRShome.png) no-repeat;*/
	width: 200px;
	height: 16px;
	padding: 7px 5px 7px 20px;
	list-style: none;
	text-decoration: underline;
	 
}

.datetext {
    font: 10px "Arial", san-serif;
	font-style: italic;
	font-weight: bold;
    color: #7cb1d4;
    padding-left: 10px;
    line-height: 10px;
}

.phototext {
    font: 9px "Arial", san-serif;
	font-style: italic;
	font-weight: bold;
    color: #995b23;
    text-align:left;
    margin-top: 13px;
    padding-right: 28px;
    padding-left: 20px;
    line-height: 10px;
}


.subtext {
    font: 11px "Arial", san-serif;
	font-weight: normal;
    color: #f1efcf;
    line-height: 11px;
}


.moretext {
    font: 11px "Arial", san-serif;
	font-style: italic;
	font-weight: bold;
    color: #d2a675;
    line-height: 11px;
	text-decoration:none;

}


.moretext a {
    font: 11px "Arial", san-serif;
	font-style: italic;
	font-weight: bold;
    color: #d2a675;
    line-height: 11px;
	text-decoration:none;

}

.moretext a:hover{
	text-decoration:underline;
	color: #ffffff;
}

.button_headlines{
	position:relative;
	top:77px;
	left:40px;
	width: 150px;
	height: 20px;
	color: #d2a675;
	z-index:110;
	border:0px solid #ccc;
}


#rotator{
	position:absolute;
	top:35px;
	left:337px;
	width: 543px;
	height: 320px;
	background: url(../../images/rotator_subpanel.png) no-repeat;
	z-index:5;
	border:0px solid #fff;
}

.rotator_gallery {
	position:relative;
	top:18px;
	left:18px;
	width: 502px;
	height: 288px;
	/* background: url(../../images/rotator_subpanel.png) no-repeat; */
	z-index:10;
	border:0px dotted #000;
}


/* for the category page layout items */

/* the category content container */
#categorycontent{
	position:relative;
	top:-20px;
	left:0px;
	padding: 15px;
	width: 900px;
	height: auto;
	z-index:80;
	border:4px solid #ccc;
	background: #fffdf2;
	
}


/* for the bottom events & info --*/
#menubottom{
position: relative;
top:0px;
left:100px;
z-index:10;
width:800px;
height: 225px;
text-align:center;
border: solid #fff 0px;
background: url(../../images/bg_menubottom_home.png) repeat-x;	
}

.menubottom_container{
position: relative;
top:0px;
left:35px;

width:700px;
height: 200px;
border: solid #fff 0px;
	
}

.menu_events{
position: absolute;
top:5px;
left:5px;
width:325px;
height: 180px;
border: solid #fff 0px;
text-align:left;
	
}

.menu_events h4{
    font: 12px "Arial", san-serif;
    color: #ffffff;
	font-weight:bold;
	line-height: 25px;    
    background: url(../../images/bg_H4_events.png) no-repeat;
	margin-bottom:1px;
}

.eventtext{
    font: 11px "Arial", san-serif;
    color: #ffffff;    
    line-height: 11px;
    text-align: left;
	margin-top: 0px;
}

.eventtext a {
    font: 11px "Arial", san-serif;
    color: #ffffff;    
    line-height: 11px;
    font-weight: bold;
    text-align: left;
	margin-top: 0px;
	text-decoration:none;
}

.eventtext a:hover{
	color: #ffffff;
	text-decoration:underline;
}
/* used for the descriptive text on the home page ONLY */
.abouttext{
    font: 12px "Arial", san-serif;
    color: #dce9f0;    
    line-height: 18px;
    
    text-align: justify;
	margin-top: 8px;
	
	border-left: 0px solid #ffffff;
}

.subnavtext{
    font: 11px "Arial", san-serif;
    color: #d5eff9;    
    line-height: 11px;
    text-align: left;
	margin-top: 0px;
}

.subnavtext a {
    font: 11px "Arial", san-serif;
    color: #d5eff9;    
    line-height: 11px;
    font-weight: bold;
    text-align: left;
	margin-top: 0px;
	text-decoration:none;
}

.subnavtext a:hover{
	color: #d5eff9;
	text-decoration:underline;
}

.footertext
{
    visibility:hidden;
}


.menu_info{
position: absolute;
top:5px;
left:360px;
text-align:left;
width:345px;
height: 180px;
border: solid #fff 0px;
	
}

.menu_info h4{
    font: 12px "Arial", san-serif;
    color: #ffffff;
	font-weight:bold;
	line-height: 25px;    
    background: url(../../images/bg_H4_events.png) no-repeat;
	margin-bottom:1px;
}


#footerbottom{
position: relative;
top:0px;
left:35px;
z-index:10;
font: 11px "Arial", san-serif;
color: #d2a675;    
line-height: 16px;
width:700px;
padding-top: 10px;
height: 30px;
text-align:center;
/*border-top: solid #765c45 1px;*/
border-top: solid #614832 1px;
/*background: url(../../images/bg_footerbottom.png) repeat-x;*/	
}



/*------------------POPUPS------------------------*/
#fade {
	width: 1000px;
	display: none;
	background: #557a98; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .20;
	z-index: 9999;
}
.popup_block{
	width: 1000px;
	/*display: none;*/
	background: #fff;
	padding: 20px; 	
	border: 5px solid #ddd;
	float: left;
	/*font-size: 1.2em;*/
	font-size: 11px;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -25px -25px 0 0;
	border: none;
	background: url(../../images/close_pop.png) no-repeat;
	z-index: 99999;
	
	/* margin: -55px -55px 0 0; -- with original image */
}

img.btn_print {
	float: right; 
	margin: -25px 10px 0 0;
	border: none;
	/* margin: -55px -55px 0 0; -- with original image */
}

.popup p {
	padding: 5px 10px;
	margin: 5px 0;
	
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

.printTitle{
    visibility:hidden;  
}

























