/* 	

 BAF style sheet 
modified 03.07.2008  

--------------------------------------------------------------------------------- */
a {
	outline: none;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background: #12252C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, p, ul, caption, label, li, ul, ol, div, img {
	text-align: left;
	vertical-align: top;
}

img {
	/* takes care of issue in firefox */
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	padding: 0 0 0 15px;
	background: center left no-repeat url(images/li_bg-blog.gif);
	line-height: 14pt;
}

div#print {
	display: none;
}

a img {
	border: none;
}

.clearboth {
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* 	= Page Structure
--------------------------------------------------------------------------------- */
#pagecontainer {
	width: 100%;
	position: relative;
}

/*	=header
--------------------------------------------------------------------------------- */
#wrapper-header {
	padding: 0;
	height: 180px;
	background: #98D215 url(images/bg-header.jpg) repeat-x left top;
	position: relative;
	border-bottom: 1px solid #ddd;
}

#header {
	width: 900px;
	margin: 0 auto;
	z-index: 3;
	position: relative;
	height: 180px; /* need this for absolutely positioned nav */
}

#flashheader {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

#nav-secondary {
	width: 300px;
	background: url(images/bg-nav2.png) repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*	=content
--------------------------------------------------------------------------------- */
#content-wrap {
	/* this takes white coast to coast in the browser */
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: #fff url(images/bg-content.gif) no-repeat 280px bottom;
}

#content-container {
	width: 900px;
	margin: 0 auto;
}

#wrapper-primary {
	width: 580px;
}

#content-primary {
	float: left;
	padding: 20px;
}

#wrapper-secondary {
	width: 250px;
	float: right;
}

#content-secondary {
}

/*   =footer
--------------------------------------------------------------------------------- */
#wrapper-footer {
	clear: both;
	border-top: 1px solid #0a0a0a;
	background: #12252C;
	position: relative;
}

#footer 
{
	
	width: 900px;
	margin: 0 auto;
	z-index: 3;
	position: relative;
	height: 180px; /* need this for absolutely positioned nav */
	
	padding: 0 0 30px 0;
	z-index: 8;
}

#flashfooter {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

#footer ul li {
	float: left;
	margin: 0 5px;
	z-index: 1;
}

#footer ul li.left {
	float: left;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #FCB033;
	border: 0;
}

#footer ul li a:hover {
	color: #646464;
	border: 0;
}

#footer ul li a:visited {
	color: #FCB033;
}

a.x {
	text-align: center;
	display: block;
}

#aboutBAF {
	width: 400px;
	float: left;
	color: #AFA6A6;
	line-height: 1.5em;
	z-index: 2;
	margin-top: 20px;
}

#bookmark
{
	
	margin-top: 20px;
	z-index: 2;
}

#aboutBAF h1 {
	color: #fff;
}

#aboutBAF address {
	color: #fff;
	line-height: 1.3em;
	margin: 20px 0 10px;
}

address {
	font-style: normal;
}

/* =typography
------------------------------------------------------------ */
p {
	padding: 0 0 15px;
	line-height: 14pt;
}

h1 {
	margin-bottom: 5px;
	color: #DA6817;
	font: 17pt/normal georgia, times, "times new roman", serif;
	padding-bottom: 5px;
}

h1 span {
	text-transform: uppercase;
	font-weight: 700;
	color: #8F4611;
}

h2 {
	margin: 15px 0 5px 0;
	padding: 0 0 5px 0;
	font: bold 13pt/normal arial, sans-serif;
	color: #666;
}

h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 5px 0;
	font: 13px/normal arial, sans-serif;
	color: #333;
}

/*  =links
------------------------------------------------------------*/
a:link, a:visited {
	/*color: #FCB033;*/
	color: #0075FF;
	text-decoration: none;
}

a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}

a.findoutmore {
	background: url(images/icon-findoutmore.gif) no-repeat right;
	padding-right: 15px;
}

/* =events/news
---------------------------------------------------------------*/
dl {
	margin: 0;
	padding: 0;
}

dl dt {
	color: #DA6817;
	font-size: 16px;
	line-height: 24px;
	font-weight: lighter;
}

dt span {
	/* date styles */
	border-right: 1px solid #999;
	padding-right: 5px;
	margin-right: 5px;
	color: #000;
}

dl dd {
	border-bottom: 1px dotted #ccc;
	line-height: 14pt;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

dl dt strong {
	color: #FCB033;
	font-weight: 700;
	font-size: 20px;
}

dl dt div a.readmore, a.readmore, .tblnews td div a.readmore {
	font-size: 10px;
	color: #FCB033;
	margin-bottom: 35px;
	padding-right: 15px;
	text-decoration: none;
	border: 0;
	float: right;
	display: block;
	clear: right;
}

dl dt div a.readmore:hover, a.readmore, .tblnews td div a.readmore:hover {
	color: red;
}

.tblnews td div a.readmore {
	margin-bottom: 15px;
}

.tblnews {
	background: #fff;
}

.tblnews td {
	padding: 0;
	color: #0075FF;
	line-height: 14pt;
}

.tblnews td div {
	padding: 10px 0;
	border-bottom: 1px dotted #666;
}

.tblnews td div span {
	/* date styles */
	padding-right: 5px;
	color: #999;
}

.tblnews td div strong {
	color: #666;
	font-weight: 700;
}

.message {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin: 0 auto 12px;
	margin-right: 7px;
}

.good {
	border-color: #9c9;
	color: #060;
	font-weight: 700;
	background: url(images/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

.alert {
	border-color: #D4B743;
	color: #C3A83E;
	font-weight: 700;
	background: url(images/alert_icon.gif) #FBF7E6 left no-repeat;
}

.bad {
	border-color: #c99;
	color: #fff;
	font-weight: 700;
	background: url(images/alertbad_icon.gif) #c00 left no-repeat;
}

.bad p {
	color: #fff;
}

div.instructions {
	background-color: #EBE6DC;
	padding: 15px;
	margin: 10px;
}

div.instructions h3 {
	border-bottom: 1px solid #DA6817;
	color: #DA6817;
}

.layoutmenu {
	position: absolute;
	height: 23px;
	line-height: 23px;
	top: 0;
	left: 0;
	cursor: pointer;
}

ul.bulletedlist, div.subnav ul {
	list-style-type: none;
	margin-left: 10px;
}

ul.bulletedlist li, div.subnav ul li {
	border-left: 10px solid #FCB033;
	border-bottom: 1px solid #333;
	margin: 1px;
	padding: 2px 0 2px 5px;
}

ul.bulletedlist li a, div.subnav ul li a {
	color: #A0A0A0;
}

ul.bulletedlist li a:hover, div.subnav ul li a:hover {
	color: #eee;
	text-decoration: none;
}

div.sublinks ul {
	float: right;
}

div.sublinks ul li {
	float: left;
	text-transform: lowercase;
	margin: 0 5px;
	display: block;
	border-bottom: 1px dotted #FCB033;
}

div.sublinks ul li a {
	color: #999;
	padding: 1px;
}

div.sublinks ul li a:hover {
	color: #eee;
	text-decoration: none;
}

/* calendar list 
--------------------------------------------------*/
.calendarlist {
}

.calendarlist dl {
	margin-bottom: 20px;
}

.calendarlist dl dt {
	color: #DA6817;
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
}

.calendarlist dt span {
	/* date styles */
	border-right: 0;
	padding-right: 0;
	margin-right: 5px;
	color: #000;
}

.calendarlist dl dd {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.calendarlist dl dt strong {
	color: #FCB033;
	font-weight: 700;
	font-size: 20px;
}

#actionNav {
	margin: 147px 0 0;
	padding: 0 15px;
	width: 220px;
	float: right;
	background: url(images/bg-nav2.png);
	position: relative;
}

#actionNav ul li {
	padding: 0;
	float: left;
	background: none;
}

#actionNav li a {
	display: block;
	color: #000;
	width: auto;
}

#actionNav li a:hover {
	text-decoration: none;
}

#actionNav #ancNewsletter {
	padding: 7px 0 7px 25px;
	background: center left no-repeat url(/assets/images/logo_newsletter.gif);
}

#actionNav #ancSearch {
	margin: 0 0 0 55px;
	padding: 7px 25px 7px 0;
	background: center right no-repeat url(/assets/images/logo_search.gif);
}

/* Newsletter */
.hoveringWidget {
	margin: 195px 0 0 420px; padding: 20px 10px;	
	position: absolute;
	border: 2px solid #999;
	width: 420px;
	background: top left no-repeat url(/app_themes/default/images/bg_hoveringwidget.gif) #fff;
	z-index: 50000;
}

.hoveringWidget fieldset {
	border: none;
}

.hoveringWidget legend {
	padding: 0 0 0 15px;
	border: none;
	background: center left no-repeat url(images/li_bg-blog.gif);
	font-size: 14px;
}

.hoveringWidget li {
	background: none;
}

.hoveringWidget a.closeWidget {
	margin: -32px 0 0 -20px;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	text-indent: -999em;
	background: top left no-repeat url(/assets/images/btn_close.gif);
	border: 1px solid #fff;
	outline: none;
}

.hoveringWidget a.closeWidget:hover {
	background-image: none;
	background-color: #0075FF;
	border: 1px solid #0075FF;
}

#btnSignup {
	margin: 3px 0 0;
	padding: 2px 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background: #97D214;
	color: #fff;
	text-transform: lowercase;
}



a.link-sponsor{
	margin-left:20px;

}

a.link-rss{
	padding-left: 20px;
	background: url(Images/icon-rss-sm.gif) no-repeat left center;
	}
