/* CSS Document */
*{
margin: 0;
padding: 0;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #794036;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: underline;
}

body {
	text-align: center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #eff2d3;
}
#container{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8DF92;
	border-bottom-color: #D8DF92;
	border-left-color: #D8DF92;
}
#header {
	background-color: #FFFFFF;
}
#logo {
	float: left;
	height: 140px;
	width: 240px;
	margin-left: 30px;
}
#logo img {
	vertical-align: bottom;
	top: 30px;
	position: relative;
}
#logo h1 {
	display: none;	
}
#banner {
	background-color: #F7F9E9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DF92;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	color: #999933;
	font-weight: normal;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: none;
}
.ban-01 {
	background-image: url(images/bgd-ban-01.jpg);
	background-repeat: no-repeat;	
}
.ban-02 {
	background-image: url(images/bgd-ban-02.jpg);
	background-repeat: no-repeat;	
}
.ban-03 {
	background-image: url(images/bgd-ban-03.jpg);
	background-repeat: no-repeat;	
}
.ban-04 {
	background-image: url(images/bgd-ban-04.jpg);
	background-repeat: no-repeat;	
}
.ban-05 {
	background-image: url(images/bgd-ban-05.jpg);
	background-repeat: no-repeat;	
}
.ban-06 {
	background-image: url(images/bgd-ban-06.jpg);
	background-repeat: no-repeat;	
}
.ban-07 {
	background-image: url(images/bgd-ban-07.jpg);
	background-repeat: no-repeat;	
}

#middle {
	clear: both;

}
#menu {
	float: left;
	padding-left: 0px;
	width: 270px;
	padding-top: 40px;
}
#menu ul {
	margin: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	list-style-type: none;	
}
#menu li a {
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu li a:hover {
	background-color: #F7F9E9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DF92;
}
#menu li span {
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DF92;
	color: #999933;
	font-weight: bold;
	letter-spacing: 1px;
}
#menu #contact {
	margin-top: 50px;
	padding: 8px;
	font-size: 12px;
	margin-right: 30px;
	margin-left: 30px;
	border: 1px solid #D8DF92;
	background-color: #F7F9E9;
	
}
#menu #contact p {
	padding-top: 0px;
	padding-bottom: 5px;
	color: #666600;
}

#content {
	float: right;
	width: 470px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 13px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8DF92;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #D8DF92;
	font-weight: normal;
	position: relative;
	top: -28px;
	z-index: 1000000;
}
#content p {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
}
#content ul {
	padding-left: 40px;
}
#content h3 {
	
}
#content h4 {
	font-size: 13px;
	font-weight: bold;
}
#content img {
	border-color: #ffffff;
}
#footer {
	height: 30px;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8DF92;
	background-color: #f7f9e9;
	padding-bottom: 20px;
}
#footer p {
	font-size: 10px;
	margin-left: 300px;
	color: #666666;
	padding-top: 15px;
}
.clearfloat {
	clear: both;	
}
.legend {
	font-size: 10px;
}
#content .pict-right {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
	border: 1px solid #000000;
}



.edit-mode {
	width: 100%;	
}
.edit-mode:hover {
	background-color: #f5f7fb;		
}
.edit-mode-img {
	background-color: #f5f7fb;
	padding: 4px;
	position: relative;
	top: 0px;
	right: 0px;
	float: right;

	margin: 4px;
}
.edit-mode-img:hover {
	cursor: pointer;	
}
