/* CSS Document */

body {
	font-size: 11px;
	font-family: Arial, Verdana;
	margin: 0px; padding: 0px;
	text-align:center;	
	background-color : #CCCCCC;
	}
img { display: block; }

a {color: #82866D; text-decoration: none; font-weight: bold;}
a:hover {color: #82866D; text-decoration: underline; font-weight: bold;}

 .shadow {
	background-image: url("images/shadow.gif");
	background-repeat: repeat-y;
	width: 816px;
	margin: 0px auto;
	}
	
.container {
	width:800px;
	margin:0px auto; 
	text-align:left;
	line-height: 14px;
	} 
	
.headerbar {
	width: 800px;
	height: 11px;
	background-color: #0450B0;
	border-top: 2px solid #FFF;
	}

.indexheaderbar {
	width: 800px;
	height: 23px;
	background-color: #0450B0;
	border-top: 2px solid #FFF;
	background-image: url('images/top-menu.gif');
	background-repeat: no-repeat;
	background-position: top left;
	}
	
/* Menu */
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	width: 100px;
}

html>body li {
	width: auto;
	}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 38px;
	background-color: #D4B30E;
	background-image: url('images/menubackground.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #796609;
	border-right: 1px solid #796609;
	width: 140;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	left: 5px;
	display: block;
}

#pro { 
	left: -11px;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li li a { 
	font-weight: normal;
	text-decoration: none; 
	color: #002D6B; 
	display: block; 
	padding: 3px 10px; 
	line-height: 17px; 
	width: 140px; 
	border-bottom: 1px solid #796609;
}
	
li li a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #002D6B;
	background-color: #E7F894;
	padding: 3px 10px;
	width: 140px;
	}

html>body li li a {
	width: 120px;
	}
	
html>body li li a:hover {
	width: 120px;
	}
/* Menu */

.content {
	clear: left;
	width: 800px;
	background-color: #E7F894;
	}

.indexcontent {
	clear: left;
	width: 800px;
	background-color: #E7F894;
	background-image: url('images/homepage-background.gif');
	background-repeat: no-repeat;
	background-position: top left;
	}
	
.contentpadding {padding: 10px;}

.leftcontent {
	width: 630px;
	}

.leftcontentindex {
	width: 750px;
	}
	
.leftcontentpadding {padding: 5px;}
.leftcontenttext {font-family: Arial; font-size: 12px; line-height: 17px; color: #82866D;}
.leftcontenttext h1 {color: #82866D; font-size: 21px;}
.leftcontenttext a {color: #82866D; text-decoration: none; font-weight: bold;}
.leftcontenttext a:hover {color: #82866D; text-decoration: underline; font-weight: bold;}
	
.rightcontent {
	line-height: 20px;
	width: 133px;
	float: right;
	}
.rightcontentpadding {padding: 15px 5px 5px 5px;}
.rightcontent a {color: #3A7AB0; font-size: 12px; text-decoration: none; font-weight: normal;}
.rightcontent a:hover {color: #3A7AB0; font-size: 12px; text-decoration: underline;	font-weight: normal;}

.eventscontainer {padding-left: 20px;}
.eventspadding {padding: 0px 0px 0px 20px;}

.eventstop {
	font-size: 0px;
	background-image: url('images/events-top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 246px;
	height: 8px;
	}

.events {
	font-size: 12px;
	font-family: Arial;
	color: #002D6B;
	background-color: #C1D247;
	width: 246px;
	line-height: 19px;
	}

.eventsbottom {
	background-image: url('images/events-bottom.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 246px;
	height: 8px;
	}

.footermenu {
	width: 800px;
	height: 69px;
	background-image: url('images/experience.gif');
	background-repeat: no-repeat;
	background-color: #E7F894;
	border-bottom: 1px solid #FFF;
	}

.footermenuindex {
	width: 800px;
	height: 69px;
	background-image: url('images/experience-index.gif');
	background-repeat: no-repeat;
	background-color: #E7F894;
	border-bottom: 1px solid #FFF;
	}
	
.footermenupadding {
	padding: 45px 0px 0px 15px;
	}

.footermenupadding img {float: left; dispaly: inline; margin-right: -5px;}

html>body .footermenupadding img {
	margin-right: 0px;
	}

.footer {
	width: 800px;
	height: 21px;
	background-color: #406EAF;
	border-top: 1px solid #99B508;
	text-align: center;
	color: #FFF;
	}

.footerpadding { padding-top: 7px; }

.footershadow {
	width: 816px;
	height: 15px;
	margin: 0px auto;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position: top left;
	}