body{
	font: 12px Arial;
	color: #000000;
	margin: 0px;
	background-color: #1a4160;
	background-image: url('images/bg_tile.jpg');
	background-repeat: repeat-x;
}

a:link,
a:visited,
a:active,
a:hover{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

#titleBar{
	z-index: 100;
	position: absolute;
	height: 152px;
}

#mainImageContainer{
	z-index: 50;
	position: absolute;
	top: 65px;
	height: 428px;
}

#menuBarBackgroundContainer{
	z-index: 100;
	position: absolute;
	height: 86px;
	top: 428px;
	border-bottom: 4px solid #7bb020;	
}

#menuBarContainer{
	position: absolute;
	width: 100%;
	bottom: 1px;
	left: 0px;
	text-align: center;
	color: #ffffff;
	z-index: 50;
}

#menuBarContainerShadow{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 1px;
	text-align: center;
	color: #ffffff;
	z-index: 20;
}


#menuBarContainer a:link,
#menuBarContainer a:visited,
#menuBarContainer a:active,
#menuBarContainer a:hover{
	color: #ffffff;
	text-decoration: none;
}

#menuBarContainer a:hover{
	color: #ffff00;
	text-decoration: none;
}

#menuBarContainerShadow a:link,
#menuBarContainerShadow a:visited,
#menuBarContainerShadow a:active,
#menuBarContainerShadow a:hover{
	color: #8da930;
	text-decoration: none;
}

#menuBarContainer ul,
#menuBarContainerShadow ul{
	text-align: center;
}

#menuBarContainer li,
#menuBarContainerShadow li{
	float: left;
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 16px;
	display: block;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-transform: uppercase;
	
}

#menuBarContainerShadow li{
	background: none;
}

#menuBarContainer li.first{
	background: none;
}

#contentContainer{
	position: absolute;
	top: 518px;
	width: 100%;
	background-color: #ffffff;
}

#leftContent{
	width: 680px;
	vertical-align: top;
	color: #000000;
}

#leftContent h2{
	color: #000000;
	margin-left: 20px;
}

#rightContent{
	float: left;
	width: 280px;
	vertical-align: top;
}

.imageDivider
{
	margin: 20px 10px 10px 20px;
}

#leftContent p{
	margin: 0px 0px 10px 0px;
	font-size: 12pt;
}

#latestNews{
	background-color: #d9ebf5;
	padding: 5px;
	margin: 30px 15px 0px 15px;
}

#latestNews ul,
#testimonials ul
{
	margin: 10px
}

#testimonials{
	background-color: #d2e4a6;
	padding: 5px;
	margin: 10px 15px 0px 15px;
}

#registerNow{
	padding: 5px;
	margin: 10px 10px 0px 10px;
}

.centeredImageContainer{
	text-align: center;
}

#slideshow{
	height: 428px;
	background-color: #000033;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

