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

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

body 
{
	padding:0px;
	margin:0px auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:18px;
	color:#000000;
	background-image:url(../images/bgRepeat.png);
	background-repeat:repeat-x;
	background-position:top center;
}

div#page
{
	width:980px;
	margin:0 auto 0 auto;
	padding:0px;
}

div#footer
{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	background-color:#000;
	vertical-align:top;
	color:#FFF;
	text-align:center;
}



/*------------------------------------------------------*/

/*HOME PAGE STYLES*/

div#headerContainer
{
	width:980px;
	height:337px;
	float:left;
	padding:0px;
	margin-bottom:17px;
	background-image:url(../images/headerBG.png);
	background-repeat:no-repeat;
	background-position:top left;
}

div#headerLeft
{
	width:245px;
	height:337px;
	float:left;
	padding:0px;
	margin-left:30px;
}

div#headerRight
{
	width:705px;
	height:337px;
	float:left;
	padding:0px;
	margin:0px;
}

div#navBar
{
	width:705px;
	height:58px;
	float:left;
	padding:0px;
	margin:0px;
}

div#navBarMenu
{
	width:549px;
	height:24px;
	float:left;
	padding:17px 0px 17px 10px;
	margin:0px;
}

div#donate
{
	width:146px;
	height:24px;
	float:left;
	padding:17px 0px;
	margin:0px;
}

div#flashArea
{
	width:705px;
	height:280px;
	margin:0px;
	padding:0px;
	float:left;
}

div#middleImageArea
{
	width:980px;
	height:135px;
	margin:0px;
	padding:0px;
	float:left;
}

div#indexContent
{
	width:980px;
	margin:0px;
	padding:0px;
	float:left;
}

div#indexLeft
{
	width:665px;
	float:left;
	padding:20px 25px;
	margin:0px;
	background-image:url(../images/contentRepeater.jpg);
	background-repeat:repeat-x;
}

div#indexRight
{
	width:245px;
	padding:0px;
	margin:20px 0px;
	float:left;
	background-image:url(../images/newsRepeat.jpg);
	background-repeat:repeat-x;
}

div#news
{
	width:225px;
	padding:10px;
	margin:0px;
	float:left;
}

div#leftNav
{
	width:225px;
	padding:0px;
	margin:0px;
	float:left;
}


/*INSIDE PAGE STYLES*/

div#insideContent
{
	width:980px;
	min-height: 350px;
	height:auto !important;
	height:350px;	
	margin:0px;
	padding:0px;
	float:left;
	background-color:#FFF;
}

div#insideRight
{
	width:695px;
	float:left;
	padding:10px;
	margin:0px;
	background-image:url(../images/contentRepeater.jpg);
	background-repeat:repeat-x;
}

div#insideLeft
{
	width:225px;
	padding:20px;
	margin:0px;
	float:left;
	background-image:url(../images/newsRepeat.jpg);
	background-repeat:repeat-x;
	background-color:#e0e0e0;
}



/*------------------------------------------------------*/

/*TEXT STYLES*/

a 
{
	font-weight:normal;
	color:#DE6B1B;
}	
			
a, a:visited
{ 
	color:#DE6B1B;
	text-decoration:none; 
	}
	
a:hover, a:active 
{ 
	color:#DE6B1B; 
	text-decoration:underline; 
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	color:#79200f;
	margin-top:0px;
}

h1 a, a:visited
{ 
	color:#79200f;
	text-decoration:none; 
	}
	
h1 a:hover, a:active 
{ 
	color:#79200f;
	text-decoration:underline; 
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:18px;
	color:#79200f;
}

h2 a, a:visited
{ 
	color:#79200f;
	text-decoration:none; 
	}
	
h2 a:hover, a:active 
{ 
	color:#79200f;
	text-decoration:underline; 
}

.news 
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}

.news  h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color:#79200f;
	margin-top:10px;
}
			
.news  a, a:visited
{ 
	color:#79200f;
	text-decoration:none; 
	}
	
.news  a:hover, a:active 
{ 
	color:#79200f; 
	text-decoration:underline; 
}

	

/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
