body {
	margin:0 auto;
        font-family:Arial, Helvetica, sans-serif;
        /*font-size:62.5%;*/
	padding:0;
	text-align:center;
	background:#fafafa url(../images/global/pagebg.jpg) repeat-x;
}

img { margin: 0; padding: 0; border: none; }

/*** DONATE TAB ***/
.donate-tab	{ position: fixed; top: 12px; left: 0; width: 80px; height: 220px; z-index: 9999; }
.donate-tab img	{ box-shadow: 0 0 10px #CCC; -moz-box-shadow: 0 0 10px #CCC; -webkit-box-shadow: 0 0 10px #CCC; }

#wrapper { position:relative; margin:0 auto; padding:0; width:960px; }

h1 { text-align:left; margin:0; padding:0; font:normal 2em Arial, Helvetica, sans-serif; color:#fff; line-height:2em; }
h1 span { display:none; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }

h3 { color:#333; font-size:1.2em; line-height:2em; }
/* p { font-size:1.2em; } */

a { color:FireBrick; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }

ul.pagelist { margin:0; padding:0; list-style:none; }

.clear { clear: both; font-size: 0px; line-height: 0px; margin: 0px; padding: 0px; height: 0px; }
.left { float:left; }
.right { float:right; }
.none { display:none; }
.noborder { border:none; }
noscript { display:none; }
.smalltext { font-weight:normal; font-size:0.8em; line-height:1.2em; }
hr { border: 1px; color: #dadada; background-color: #dadada; height: 1px; clear: both; }

/* HOME PAGE SPECIFICS */

.promo { height:280px; margin:10px 0; padding:0; clear:both; background:#fbfbfb; }

      div.rotator { position:relative; width:550px; height:280px; padding:0; }
      div.navigation { position:absolute; top:10px; right:5px; }
      div.navigation div.current, div.navigation a { width: 12px; height: 12px; margin: 0 8px 0 0; float: left; overflow: hidden; }
      div.navigation a { display:block; background:#FFF; }    
      div.navigation a:hover { text-decoration: none; background:#000; }
      div.navigation div.current { background: FireBrick; }
      div.rotator .rotatorContent { position:absolute; bottom:0px; left:0; width:530px; height:50px; font-size:85%; color:#FFF; text-align:left; padding:10px 10px; z-index:100; background:url(../images/events/rotatorContent.png);}
      div.rotator .rotatorContent .heading { font-size:130%; margin:0; line-height:1.6em; }
      div.rotator .rotatorContent .desc { font-size:90%; margin:0; line-height:1.2em; }
      div.rotator .rotatorContent a { font-weight:bold; text-decoration:underline; color:#FFF; }


/* PAGE TABS */
.tab_container { float:left; margin: 0;}
ul.tabs {
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 27px;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	border: 1px solid #E2E2E2;
	border-left: none;
	margin-bottom: -1px;
	background: #F9F9F9;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: FireBrick;
	display: block;
	font-size: 1em;
	padding: 0 10px;
	outline: none;
}
ul.tabs li a:hover {
        color:#000;
	background: #F1F1F1;
}	
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color:#000;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {
	padding:10px 0;
	font-size: 0.9em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.6em;
}
.tab_content h3{
	margin:0; padding:5px 0 0 0;
}
.tab_content h3 a{
	color: FireBrick;
}
.tab_content h3 a:hover{
	color: #000;
}
.tab_content p {
	margin:0; padding:5px 0;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.noborder img {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}