/* WWEE Stylesheet */
/* Created by C.Dain (http://dragoneyespro.com) */


/* ------------------------------------Layout Styles------------------------------------ */
body {background-color: #6C5589; text-align:center; min-width: 800px; margin:0; font-family: Arial, Helvetica, sans-serif;}
#wrapper {background: url(background2.png) repeat top left; text-align:left; display: block; width: 732px; margin:0 auto; position: relative;}
#wrapper2 {background: #836f94 url(menuBKG.png) repeat-x top left; text-align:left; display: block; width: 672px; min-height: 500px; left:30px; position: relative;}
#menu {display: block; width: 180px; min-height: 500px; top:0px; left:0px; position:absolute;}
#menu p {color: #ffffff; font-size: 12px; font-style: italic; margin: 10px; text-align:center;}
#top {background-color: #ffffff; border: solid 1px #000000; border-top: 0px; border-bottom: 0px; text-align:left; display: block; width: 490px;  left: 180px; top: 0px; position: relative;}
#content {background-color: #ffffff; border-right: solid 1px #000000; border-left: solid 1px #000000; display: block; width: 490px; min-height: 400px; left: 180px; top: 0px; position: relative;  margin: 0px;}
.cornerlogo {width: 180px; height: 116px; border: 0px;}

.topmenu { margin-top:0px; margin-right: 15px; text-align:right;}
.topmenu a:link,
.topmenu a:visited,
.topmenu a:active  {color: #567632; font-size: 12px; font-weight: bold; text-decoration: none;}
.topmenu a:hover {text-decoration: underline;}
.footer {color: #4D3069; text-align:center; font-weight: bold; font-size: 10px; margin:0px; height: 170px;}
/* ------------------------------------Content Styles------------------------------------ */
#content p {margin-left: 10px; margin-right: 10px; font-size: 12px;}
#content img {margin-left: 5px; margin-right: 5px; border: 0px;}
#content a:link,
#content a:visited,
#content a:active  {color: #567632; font-size: 12px; font-weight: bold; text-decoration: none;}
#content a:hover {text-decoration: underline;}
h1 {color: #4D3069; font-size: 18px; font-weight: bold; margin-top: 0px; margin-left: 10px;}
hr {margin:30px; margin-bottom: 3px; clear: both;}
h2 {color: #4D3069; font-size: 15px; font-weight: bold; margin-top: 0px; margin-left: 10px; clear:both; display:block;}
h3 {background-color: #663399;  font-size:14px; display: block; height:20px; margin: 0 auto; text-align:center; width: 450px; color: #ffffff; font-weight:bold;}

.indent1 {margin-left:30px;}

.centerbold {text-align:center; font-weight:bold;}

.stable {width:90%; margin:0 auto; text-align: center;}
.ltable {width:90%; margin:0 auto; text-align: left;}
.thead {background-color: #663399; font-size:12px; color: #ffffff; font-weight: bold; text-align:center;}
.tbod {background-color: #cccccc; font-size:12px;}
.tbod2 {background-color: #ffffff; font-size:12px;}

.board {margin-left: 30px;}
.board dt {font-weight:bold; color: #4D3069; margin-top: 30px; font-size: 12px;}
.board dd {margin-left:50px; color: #567632; font-size: 12px;}

.history {margin-left: 20px;}
.history dt {font-weight:bold; color: #4D3069; margin-top: 30px; font-size: 12px;}
.history dd {margin-left:50px; color: #567632; font-size: 10px; margin-top: -13px;}

.interview li{font-size: 12px; margin-right:10px; font-weight:bold; color: #4D3069;}

.direction li {font-size: 12px; margin-right:10px; font-weight:normal; color: #000000;}

.bold {font-weight: bold;}
.italic {font-style:italic;}
.bolditalic {font-style:italic; font-weight: bold;}
.italicpurple {font-style:italic; color: #4D3069;}
.imgpad {padding: 10px;}
.btop {text-align:right; margin-right:10px; display:block;}
.center {margin:auto; width:auto; text-align:center; display:block; position: relative;}


#sitemap li {list-style:none;}

/* ------------------------------------Menu Styles------------------------------------ */
div.sdmenu {
	width: 180px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 15px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ffffff;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #ffffff;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #567632;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #567632 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

/* ------------------------------------Gallery Styles------------------------------------ */

.gallerycontainer {position: relative; height: 380px; clear:both;}

.thumbnail img {border: 0; margin-bottom:3px; padding:0px;}

.thumbnail:hover{border:0; text-decoration: 0;}

.thumbnail:hover img{border: 0; text-decoration: 0;}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #567632;
padding: 2px;
left: -1000px;
border: 0;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}


.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
color: #FFFFFF;
top: 0px;
left: 70px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.sponsors {text-align:center; margin-left: 20px;}
.sponsors tr{width:200px; margin: 0 auto;}
.sponsors a{display:block; width:190px; min-height:60px; margin: 0 auto; padding: 10px;}

