@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E5E6CA;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #830B2C;
}
a:hover {
	text-decoration: underline;
	color: #830B2C;
}
a:active {
	text-decoration: none;
	color: #830B2C;
}
.act {
	background-image:url(/images/nav-bg.jpg);
	background-repeat: no-repeat;
}
.ntext {
	font-size: 90%;
}

.ILGroup #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D0D0B4;
}
.ILGroup #header {
	background-color: #DDDDDD;
	background-image: url(/images/top_bg.gif);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #852134;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
} 
.ILGroup #container #header #slogan {
	float: right;
	width: 420px;
}
.ILGroup #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 130%;
	color: #852134;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.ILGroup #mainContent {
	padding-top: 450px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(/images/mainbg.gif);
	background-repeat: repeat;
	background-position: 426px 426px;
	font-size: 90%;
}
.ILGroup #container #mainContent h1 {
	font-size: 100%;
	color: #830B2C;
	font-weight: bold;
}
.ILGroup #container #mainContent h2 {
	font-size: 100%;
	color: #830B2C;
	font-weight: bold;
	margin: 1px;
	padding: 0px;
}
.ILGroup #container #mainContent #block {
	float: left;
	width: 10px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ILGroup #container #mainContent #c1 {
	float: left;
	width: 280px;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 93%;
}
.ILGroup #container #mainContent #c2 {
	float: left;
	width: 280px;
	margin-left: 19px;
	margin-top: 20px;
	font-size: 93%;
}
.ILGroup #container #mainContent #c3 {
	margin-left: 635px;
	margin-top: 20px;
	/*background-color: #FFF;
	border: 2px solid #666;*/
	color: #830B2C;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 20px;
	/*max-height: 275px;
	overflow-y: auto;*/
}
.ILGroup #container #mainContent #c4 {
	float: left;
	width: 680px;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 93%;
}
.ILGroup #container #mainContent #c4 ul li {
	padding-top: 5px;
}
.ILGroup #container #mainContent #c4 a h1 {
	margin: 0px;
	padding: 0px;
}

.ILGroup #container #mainContent #c3 h1 {
	font-size: 110%;
}
.ILGroup #container #mainContent #c3 h2 {
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}
.ILGroup #container #mainContent #c3 p {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}
.ILGroup #container #menu {
	color: #FFF;
	background-color: #000;
	position: absolute;
	width: 960px;
	height: 429px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	padding: 0px;
	left: auto;
	top: 64px;
	right: auto;
}
.ILGroup #footer {
	background-image: url(/images/red_block.gif);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.ILGroup #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 705px; /*width of featured content slider*/
	height: 429px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 705px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 429px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #000;
	margin: 0px;
}
.pagination{
	width: 705px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px;
}
.ILGroup #container #menu #paginate-slider1 {
	margin: 0px;
	padding: 0px;
	width: 70px;
	position: absolute;
	top: 400px;
	left: 250px;
	z-index: 2000;
}
.pagination a{
	padding: 2px;
	text-decoration: none;
	color: #FFF;
	background-color: #666;
}
.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
}
ul.MenuBarVertical
{
	padding: 0;
	list-style-type: none;
	font-size: 98%;
	cursor: default;
	width: 255px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

ul.MenuBarActive
{
	z-index: 1000;
}

ul.MenuBarVertical li
{
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 235px;
	margin-bottom: 20px;
	padding: 0px;
}
ul.MenuBarVertical li.act
{
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 235px;
	left: -1000em;
	top: 0;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 233px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 235px;
	margin: 0px;
	padding: 0px;
}

ul.MenuBarVertical
{
	
}
ul.MenuBarVertical ul
{
	border: 2px solid #907423;
}
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 7.5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-weight: bold;
}
ul.MenuBarVertical a:hover
{
	background-color: #000;
	color: #FFF;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
}
ul.MenuBarVertical a:active
{
	background-color: #000;
	color: #FFF;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
}
ul.MenuBarVertical a:focus
{
	background-color: #000;
	color: #FFF;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
}

ul.MenuBarVertical ul a
{
	display: block;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.5em 0.75em;
	color: #830B2C;
	text-decoration: none;
	font-size: 68%;
}
ul.MenuBarVertical ul a:hover
{
	display: block;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
ul.MenuBarVertical ul a:hover, ul.MenuBarVertical ul a:focus
{
	background-color: #000;
	color: #FFF;
	background-image: url(../images/red_block.gif);
	background-repeat: repeat;
}

/*ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #000;
	color: #FFF;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
}*/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #000;
		left: 100px;
	}
}

