@import url(WA_default.css);
@import url(sections.css);
@import url(navigation.css);
/*-------------------------------------
	Layout Sections
-------------------------------------*/

body
{
}

#Body{
	background:url(images/background.jpg);
background-repeat:repeat-x;
background-color:#840000;
}

p
{
	margin-top: 2px;
	margin-bottom: 10px;
}

p img { vertical-align: bottom; }


#siteWrapper
{
	margin: 0 auto;
	width:900px;
	background-color:White;
}

		#siteHeader
		{		
			width:900px;
			height:160px;
			background:url(images/header-bg.jpg);

		}
		
		#logoArea
		{
			height:80px;
			width:150px;
		}
		#navArea
		{
			/*padding-top:80px;*/
			width:900px;
			height:80px;
		}
		
		
				div#navContainer { float: left; width: 660px; height: 120px; }
				div#nav1Container { height: 38px; margin-top: 6px; }
				div#nav2Container { height: 35px; background-image:url(images/bg-second-tier.jpg); }
				
				
		#contentArea
		{
			width:900px;			
			background:url(images/content-bg.jpg);
			background-repeat:repeat-x;
			background-color:#FFFFFF;
		}
		
		.fcContainer
		{
		
			background:#CE0000;			
			background:url(container-img/cfooter.jpg);
			background-position:bottom;
			background-repeat:no-repeat;	
		}
		.fcContainer-Head, .fcContainer-Head .Normal
		{
			background:url(container-img/cheader.jpg);
			background-repeat:repeat-x;
			height:9px;
			color:#FFFFFF;
		}
		


			#leftColumn
			{ 	padding: 0px 0px 0px 2px;
				/*background-color:#00FFFF;*/
				width:220px;
				float:left;
			}

			#rightColumn
			{	padding: 0px 0px 0px 0px;
				/*background-color:#993399;*/
				width:658px;
				float:right;
			}

		
		
		
			#siteHeading1
			{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:20px;
				color:#329367;
				margin-left:280px;
				padding-top:10px;
			}
			#siteHeading1 a
			{
				text-decoration:underline;
				font-weight:normal;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:20px;
				color:#329367;
			}
			#siteHeading2
			{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:20px;
				color:#333333;
				margin-left:280px;
				padding-top:10px;
			}
			#siteHeading2 a
			{
				text-decoration:underline;
				font-weight:normal;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:20px;
				color:#333333;
			}
		#siteNavigation
		{
		  width:898px;
		  background-color:#666666;
		  height:30px;
		}

		#contentWrapper
		{
			width:860px;
			margin: 0 auto;
		}

		#footerTop
		{
		   clear:both;
		   background:url(images/Footer_bg.jpg) repeat-x;
		   
		   width:898px;
		   height:24px;
		}
			#footer1, #footer2, #footer3, #footer4
			{
				margin-left:12px;
				margin-right:0px;
				width:210px;
				float:left;
				/*background-color:#993399;*/
			}
		#siteFooter
		{
		  width:898px;
		  background:url(images/footer-top-gradient.jpg) repeat-x;
		  background-color:#C8E2EA;
		}
	#siteBottom
	{
		width:898px;
		margin: 0 auto;
		text-align:center;
	}
	
	.footerNav
	{	
float:left; /*new for now */	
		margin: 0 auto;
		width:900px;
		text-align: center;
		background-color: transparent;
		color:#FFFFFF;
	}
	
	
h2
{
 color:#8D0104;
 font-size:24px;
 text-decoration:none; 
 margin:2px 0px 4px 0px;
 padding:2px 0px 4px 0px;
 
}
h2 a, h2 a:link, h2 a:visited
{
color:#8D0104;
 font-size:24px;
 text-decoration:none; 
 
}

.Light
{
   color:#999999;
}

.SiteCredit
{
	font-size:10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}	
a, a:link, a:visited
{
	color:black;
	text-decoration:underline;
	
}

.FCKImageGalleryContainer {
	background:#fff;
}

/*-------------------------------------
	IE 7 tweaks
-------------------------------------*/
/*body.ie7 div#nav1Container { margin-top: 14px; }*/
/*-------------------------------------
	IE 6 tweaks
-------------------------------------*/
/* body.ie #siteWrapper {  } */
body.ie #nav1 ul li
{
	float: left;
	width: auto;
}
body.ie #nav1 ul li a
{
	float: left;
}
