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

/*~  Body class: initial
----------------------------------------------------------------------*/
.initial div#main_holder{
	width:95%;
}
.initial div#header div{
	display:none;
}
.initial a#logo{
	height:120px;
	background-image:url(http://www.brsq.org/images/logo.gif);
	margin:50px 250px 0 0;
}

.initial div#rightbar{
	float:none;
	width:100%;
	margin:0;
}
.initial div#leftbar{
	float:none;
	width:100%;
	margin:0;
}

.initial h1.faded{
	display:none;
}
.initial div#bottom{padding:0 0 0 28%; text-align:center;}

.initial div#bottom p{margin:0;}

/*~  Body class: pda_ver
----------------------------------------------------------------------*/

/*~  Body class: pda_hor
----------------------------------------------------------------------*/

/*~  Body class: screen_ultralow
----------------------------------------------------------------------*/

/*~  Body class: screen_low
----------------------------------------------------------------------*/






/*~  Body class: screen_med
----------------------------------------------------------------------*/
.screen_med div#main_holder{
	width:760px;
	/*background-image:url(http://www.brsq.org/images/main_holder_bg_small.gif);*/
}
.screen_med div#header{
	width:740px;
	/*background-image:url(http://www.brsq.org/images/header_small.jpg);*/
}
.screen_med div#header div{
	display:block;
}
.screen_med div#bottom{
	/*background-image:url(http://www.brsq.org/images/bottom_bg_small.gif);*/
}
.screen_med ul#main_nav{
	background-image:url(http://www.brsq.org/images/nav_bg_small.jpg);
}
.screen_med a#logo{
	height:120px;
	background-image:url(http://www.brsq.org/images/logo.gif);
	margin:50px 250px 0 0;
}

/*~  Body class: screen_high
----------------------------------------------------------------------*/

.screen_high div#main_holder{
	width:882px;
	/*background-image:url(http://www.brsq.org/images/main_holder_bg_med.gif);*/
}
.screen_high div#header{
	width:862px;
	/*background-image:url(http://www.brsq.org/images/header_med.jpg);*/
}
.screen_high div#header div{
	display:block;
}
.screen_high div#bottom{
	/*background-image:url(http://www.brsq.org/images/bottom_bg_med.gif);*/
}
.screen_high a#logo{
	height:189px;
	background-image:url(http://www.brsq.org/images/logo_med.gif);
}

.screen_high ul#main_nav{
	background-image:url(http://www.brsq.org/images/nav_bg_med.jpg);
}

/*~  Body class: screen_wide
----------------------------------------------------------------------*/
.screen_wide div#main_holder{
	width:1080px;
	/*background-image:url(http://www.brsq.org/images/main_holder_bg_wid.gif);*/
}
.screen_wide div#header{
	width:1060px;
	/*background-image:url(http://www.brsq.org/images/header_wid.jpg);*/
}
.screen_wide div#header div{
	display:block;
}
.screen_wide div#bottom{
	/*background-image:url(http://www.brsq.org/images/bottom_bg_wid.gif);*/
}
.screen_wide a#logo{
	height:236px;
	background-image:url(http://www.brsq.org/images/logo_wid.gif);
}

.screen_wide ul#main_nav{
	background-image:url(http://www.brsq.org/images/nav_bg_wid.jpg);
}