@charset "utf-8";
/* CSS Document */

body {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size:10pt;
	background:url(images/bg_green.gif) repeat-x #FFFFFF;
}

#wrapper {
	margin: 20px 0 0 50%;
	padding:0 0 0 0;
	border:0;
	left:-415px;
	position:relative;
	width:830px;
	/*background:url(../images/in_panel.png) repeat-y center;*/
}

#header {
	margin: 0 0 0 0;
	height:250px;
	background:url(images/header_green.png) center no-repeat;
}

#header #header_left {
	width:265px;
	text-align:center;
	position:relative;
	left:16px;
	top:14px;
}

#header #header_right {
	width:516px;
	height:215px;
	padding:5px 5px 5px 5px; 
	margin: 14px 16px auto auto;
	float:right;
	position:relative;
}

#header #header_right h1 {
	margin:0;
	padding:2px 20px 10px 0;
	/*border-bottom:#030 dashed 1px;*/
	text-align:left;
	font-size:18px;
	color:#030;
}


#menu_top {
	height:40px;
	margin: 0 0 0 0;
	background:url(images/menu.png) center;
	text-align:center;
	vertical-align:middle;
}

#menu_top ul {
	list-style:none;
	/*margin:0  0 0 12px;*/
	margin:0 0 0 0;
	padding:6px 0 0 7px;
	width:820px;
}

#menu_top ul li {
	/*width:136px;
	min-width:81px;*/
	width:91px;
	height:29px;
	line-height:29px;
	float:left;
	text-align:center;
	vertical-align:middle;
	padding:0 5px 0 5px;
	border-right:#E1E1E1 solid 1px ;
	/*background:url(../images/button.gif) center no-repeat;*/
}

.last {
	border-right:none;
}

#menu_top ul li a {
	font-weight:bold;
	color:#667808;
	text-decoration:none;
	width:100%;
	height:100%;
	background:none;
}

#menu_top ul li a:hover a:active {
	font-weight:bold;
	color:#b7c476;
	text-decoration:none;
	width:100%;
	height:100%;
	background:#e1e1e1;
}

#content_top {
	height:15px;
	margin:0;
	padding:0;
	background:url(images/content.png) top no-repeat;
}

#content_data {
	margin:0 0 0 1px;
	padding:0;
	background:url(images/content_mid.png) repeat-y left;
}

#data {
	padding:1px 14px 1px 14px;
}

#data h1 {
	margin:0;
	padding:2px 20px 0 0;
	/*border-bottom:#030 dashed 1px;*/
	text-align:left;
	font-size:18px;
	color:#030;
}

#data p {
	text-align:justify;
}

#data .center {
	text-align:center;	
}

#photo_gallery {
	text-align:center;
}

.frame {
	padding: 3px;	
	border:1px #999 solid;
}


.imageleft {
	float:left;
	padding: 6px;	
	border:1px #999 solid;
	background:#FFF;
	margin:10px;
	margin-top:0;
	margin-left:0;
}

.imageright {
	float:right;
	padding: 6px;	
	border:1px #999 solid;
	background:#FFF;
	margin:10px;
	margin-top:0;
	margin-right:0;
}

.piclink {
	padding: 6px;	
	border:1px #999 solid;
	background:#FFF;
	margin:2px;
}

.piclink:hover {
	background:#FFC;
}

.warning {
	color:#C00;
	margin:0;
	padding:0 0 2px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:100%;
}

.small {
	font-size:12px;
}

.warning-desc {
	color:#333;
	margin:0;
	padding:0;
	font-size:11px;
	text-align:center;
	width:100%;
	font-weight:bold;
}


#content_bot {
	height:15px;
	margin:0;
	padding:0;
	background:url(images/content.png) bottom no-repeat;
}

#footer {
	text-align:center;
	height:70px;
	width:100%;
	padding:20px 0 0 0;
	margin:1px 0 0 0;
	background:url(images/footer_green.png) no-repeat center top;
	font-size:8pt;
	color:#333300;
}
