/* Body Styles */

body {
	background: center top repeat-x scroll url(tile_bgstrip.png) #FFFFFF;
	}

#siteWrapper {
	background: center top no-repeat scroll url(bg_header.png) transparent;
	}
	
/* Styling for Content DIV's */

.inner01 {
	background: right bottom repeat-x scroll url(inner01_bg.jpg) #ffffff;
	border: 1px solid #dbdbdb;
	color: #858585;
	}

.inner01 h1, .inner01 h2, .inner01 h3 {
	color: #cc0000;
	}

.inner01 a {
	color: #cc0000;
	}

.inner02 {
	background: left bottom repeat-x scroll url(inner02a_bg.jpg) #4b4b4b;
	border: 1px solid #a6a6a6;
	color: #ffffff;
	}	

.inner02 h1, .inner02 h2, .inner02 h3 {
	color: #ffffff;
	}

.inner02 a {
	color: #ffffff;
}
	
.inner03 {
	background: left bottom repeat-x scroll url(inner03a_bg.jpg) #ce0000;
	border: 1px solid #a6a6a6;
	color: #ffffff;
	}
	
.inner03 h1, .inner03 h2, .inner03 h3 {
	color: #ffffff;
	}

.inner03 a {
	color: #ffffff;
}
	
/* Styling for navigation */

#menu li, #footerMenu li {
	border-right: 1px solid #CCCCCC;
	background: left -1px repeat-x url(subnav_out.png) #FFFFFF;
	}

#menu li:hover, #footerMenu li:hover {
	background: left top repeat-x url(subnav_over.png) #fefaeb;
}

#menu li ul li {
	background: left top repeat-x url(subnav_out.png) #FFFFFF;
}

#menu a, #menu a:active, #menu a:link, #footerMenu a, #footerMenu a:active, #footerMenu a:link {
	color: #cc0204;
	}
	
#menu a:hover, #menu a.active {
	color: #000000 !important;
	}
	
#footerMeta a:hover {
	text-decoration: none;
	color: #cc0204 !important;
	}						