/*  BIBT style sheet - main layout */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	background: #000;
	/*min-width: 810px;*//* allow Netscape 6 to view the pages */
}
#root { /* =all */
	background-color: #fff;
	color: #333; /*#000;*/
	margin: 0 auto;
	width:760px;
	text-align: left;/* leave in to center website for IE5.x */
}
/* =global resets 
------------------------------------------------------------------------ */
* {
	margin: 0;
	padding:0;
}
body#staff fieldset {
	padding: .5em;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
/* for IE6 */
* html .clearfix {
	height: 1%;
}
/* for IE7 */ *:first-child+html .clearfix {
	min-height: 1px;
}
/* =background images - sitewide 
--------------------------------------------------buddies_banner_1e.jpg---------------------- */

#banner {
	margin: 0 auto;
		  }
.sub_page_bg {
	width:100%;
	background:#fff /*url(../img_as/global/subpage_splotch9.gif) top right no-repeat;*/
}

td.bannerbg {
	background-color:#000!important; /* 2010 addition */
}

/* =tagline 
------------------------------------------------------------------------ */
div#taglinewrapper {
	clear:both;
	position:relative;
	top:2px;
	left: 4px;
	height: 0px;
	z-index: 1 /*280*/;
	width: 400px;
}
div#tagline {
	color:#ccc;
	font-weight:normal;
	font-family: arial, san-serif;
	position:absolute;
	top:65px;
	left: 0px;
	font-size:12px;
	text-align:left;
	line-height: 14px;
	padding:3px 0 0 0;
}
#globalnav-noscript {/* warning if user's javascript is disabled */
	color: red;
	font-weight:bold;
	background-color: #000;
	padding: 0px;
	margin: 0;
	white-space: nowrap;
	font-size: 85%;
}
#slideshow_noscript {/* for slideshows if user's javascript is disabled */
	margin: 0;
	font-size: 80%;
	/*padding: 1px 1px 20px 0;*/
  clear:both;
	color: red;
}

a[href $='.pdf'] {
 padding-left: 18px;
 background: transparent url(img/global/pdficon_xxsmall.gif) no-repeat center left;
display: inline-block; /* fixes fiddly ie */
}
 a[href $='.doc'] {
padding-left: 18px;
background: transparent url(img/global/word_doc_icon.gif) no-repeat center left;
/*display: block !important;*/ /* or inline, etc. */ 
display: inline-block; /* in this order */
}







/* =Global 
------------------------------------------------------------------------ */


.clear {
	clear:both;
}
a.img, a.img, a.img {
	border: 0 none;
}
#skipNav {
	position:absolute;
	top: 2px;
	right: 5px;/*original*/
	right: 2000px;/*addition*/
	width: 200px;
	text-align:center;
}
#skipNav a {
	font:1.0em Arial, sans-serif;
	display:block;
	color: #333;
	width: 200px;
	white-space:nowrap;/*addition*/
	padding: 0 0 160px 0;
}
#skipNav a:hover {
	color: #e0914d;
	background:   url(img_as/global/skip.gif) top left no-repeat;
}
/* =bottom section START 
------------------------------------------------------------------------ */

#footer {
	font-size: 100%;
	color: #333;
	background-color: #000;
	text-align:center;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:300px; /* bottom of website */
	line-height: 2em;
}
#footer a:link, #footer a:visited {
	color: #999;
	background-color: #000;
	text-align:center;
	text-decoration: underline;
	padding-left: 2px;
}
#footer a:link:hover, #footer a:link:active, #footer a:visited:hover, #footer a:visited:active {
	text-decoration: none;
}
#footer a.avocado:link {
	text-decoration: underline;
}
#footer a.avocado:visited {
	text-decoration: underline;
}
#footer a.avocado:hover {
	text-decoration: none;
}
#bottomborder {/*bottom icon for bottom navigation */
	padding:0;
	margin:0;
}
#bottomnav {
	padding: 7px;
	text-align: center!important;
	height: 45px;
	margin: 0;
	width: 750px;
	/*background:   url(img_as/global/bottom_distborder5.jpg) bottom center repeat-x;*/
	clear:both;
}
.copyright {
	font-size: 90%;
	color: #999;
	background-color: #000;
	text-decoration: none;
	text-align:center;
	height: 50px;
}
.credit { /*website by avocado */
	font-size: 90%;
	color: #999!important;
	background-color: #000;
	text-decoration: none;
	text-align:center;
	height: 50px;
	margin-top: -20px;
}
#terms {
	/*background:   url(../img_as/global/footer_distressed3.jpg) bottom center no-repeat; /* white splotches on black bg */
	text-transform: lowercase;
	color: #999;
	background-color: #000;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
}
#terms a:link {
	color: #999;
	text-decoration: underline!important;
}
#terms a:link:active, #terms a:visited:active {
	text-decoration: underline!important;
}
#terms a:link:hover, #terms a:visited:hover {
	text-decoration: none!important;
}
/*bottom section END*/


.nowrap {
	white-space: nowrap;
}
.nodecor {
	text-decoration:none!important; 
}
#popup a {
	color: #fff;
	background-color: #000;
}
#popup a:link:hover {
	color: #e0914d; /*orange*/
	background-color: #000;
}
/* =Pagetop  =back
------------------------------------------------------------------------ */		
div.pagetop a {
	font-size: .9em;
	text-align: center;
	background-color: transparent;
	color:#666666;
	text-align:center;
	margin: 40px!important;
}
div.pagetop a:link:hover {
	color: #e0914d!important;
	text-decoration: underline;
}
div.pagetopmargin a {
	font-size: .8em;
	float:right;
	padding-right: 16px;
	color:#fff!important;
	background-image:    url(img_as/global/go_to_top.gif);
	background-repeat:   no-repeat;
	background-position: 2px 2px;
	padding-left: 2em!important;
	margin: 18px 0 0 2.2em!important;
}
div.pagetopmargin a:link:hover {
	color: #e0914d!important;
	text-decoration: underline;
}
.backbutton a:link:hover {
	color: #e0914d!important;
	text-decoration: underline;
}
.backbutton a {
	color: #666666!important;
	background-color:transparent;
	font-size: .8em;
	text-decoration:underline;
	font-weight: normal;
	padding-right: 10px;
	float:right;
	clear:both;
}


#innercontent .backbutton a {
	color: #666666!important; /* orange */
	background-color:#fff!important;
	font-size: .8em;
	text-decoration:underline;
	font-weight: normal;
	padding-right: 10px;
	float:right;
	clear:both;
}
/* =definition list formatting
------------------------------------------------------------------------ */
body#staff fieldset {
	margin:10px 1px 30px 5px;
	padding:0 10px 10px 10px;
	border: 1px solid #ccc;
	width: 435px;
	background:#F5F5F5;
	float:left;
}
body#staff fieldset legend {
	font-weight:bold;
	margin:1px 1px 5px 12px;
	font-size: 120%;
	color:#999;
}
div.contactlist {
	padding: 0;
	margin: 0;
	font-size:90%;
}
h2.contactlist {
	font-size:140%!important;
	margin-top:0;
}
dl {
	margin:8px 0 0 15px;
	padding:15px 0; /* space btw listings */
	line-height: 1.4em;
}
dt {
	margin: 5px 1px 1px 1px;
	padding:4px;
	color:#e0914d; /* orange */
	display:inline;
}
dt.name {
	font-size: 130%;
	padding-left:5px;
	font-weight:bold;
	color: #e0914d!important; /* orange */
	display:inline;
	white-space:nowrap;
}
dt.title {
	padding-left:5px;
	color:#669900;
	font-weight:normal;
	padding-bottom: 10px;
	display:inline;
	white-space:nowrap;
	font-weight: bold;
}
dd.tel {
	margin: 5px 1px 1px 1px;
	padding-left:5px;
	display:inline;
	font-weight: bold;
	color: #666666!important; /* gray */
}
dd.email {
	margin: 5px 1px 1px 1px;
	padding-left:5px;
	display:block;
}
dl.centered {
	text-align:center;
}
dl.centered dt {
	background-image:none;
	border:none;
	color:#00ccff;
}
dd h2 {
	margin-left:0;
	margin-top:10px;
	margin-bottom:10px;
}
dd.more a {
	display:inline;
	color:#666666!important;
	text-decoration:underline;
}
dd.more a:link:hover {
	text-decoration:underline;
	color:#e0914d!important; /* orange */
}
/* =page numbering
-------------------------------------------------------------------- */		
div.bodynewsflash {
	width: 460px;
	/*background: transparent url(img_as/global/newsflashbodybg.gif) left top no-repeat;*/
	text-align:left;
	/*border: 1px solid #ccc;*/
	padding: 20px;
	margin:50px 0!important;
	border-top: 1px solid #ccc;
	clear:both;
}
div.bodynewsflash p {
	text-align:left!important;
	margin-left:0;
	padding-left:0;
	clear:both;
}
div.bodynewsflash h2 {
	font-size: 1.6em;
	padding:7px 20px 0 0px;
	margin:20px 0;

}
div.bodynewsflash h3 {
	text-align:left;

}
body#latenight #fadeshow1 {
	padding:0!important;
	}
body#youth #youthslides img {
	padding:0!important;
	}	

div.totix-column {
	margin-right:10px; 
	float:right; 
}
