@charset "utf-8";
/* CSS Document */
* {	margin: 0; padding: 0; }
html { 
	height: 100.1%
}
body {
	background-color: #CDDFD9;
}
body, input, textarea { 
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
}
img, ul, li {
	border: 0;
	margin: 0;
	padding: 0;
}
table, tr, td {
	font-size: 11px;
}
#frameWrapper {
	position: absolute;
	left: 50%;
	margin: 5px 0 0 -450px;
	width: 900px;
	border: 1px solid #0A7C60;
}
#frameContent {
	width: 900px;
	background-color: #fff;
	line-height:20px;
}
#frameTop {
	width: 900px;
	height: 157px;
	overflow: hidden;
}
#frameLogo {
	width: 180px;
	height: 157px;
	background-color: #fff;
	text-align: center;
	padding: 0;
	margin: 30px 0 0 0;
	float: left;
}
#frameMenu {
	width: 720px;
	height: 157px;
	background-color: #fff;
	padding: 0;
	margin: 0;
	float: left;
}
#frameBottom {
	position: absolute;
	width: 900px;
	background-image:url(../images/contentbackground.jpg);
	background-repeat:repeat-y;
}
#frameSubMenu {
	width: 182px;
	height: 443px;
	background-color: #0D7D62;
	float: left;
}
#PhotoFrame {
	position: absolute;
	top: 275px;
	width: 180px;
	text-align: center;
	background-image: url(../images/photoframe.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: 0;
}
#Content {
	min-height:443px;
	width: 718px;
	background-color: #fff;
	float: left;
}
#Content ul {
	padding-left: 20px;
}
#ContentFrame {
	padding: 75px 75px 0 150px;
}
.Menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.Menu li {
	float: left;
	width: 142px;
	height: 37px;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #fff;
}
.Menu ul {
	margin-left: 0;
}
.Menu li a {
	color: #fff;
	text-decoration: none;
}
.Menu li a:hover {
	color: #424224;
}
.Menu .active {
	color: #08513F;
}
.MenuPhoto ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.MenuPhoto li {
	float: left;
	width: 142px;
	height: 118px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #fff;
	border-left: 2px solid #fff;
	border-right: none;
	border-bottom: none;
}
.SubMenu {
	list-style: circle;
	padding: 65px 0 0 47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	font-weight: bold;	*/
	line-height: 20px;
	color: #fff;
}
.SubMenu .first {
	color: #156E59;
}
.SubMenu li a {
	color: #5BA694;
	text-decoration: none;
}
.SubMenu li a:hover {
	color: #CDE0DA;
}
.SubMenu .active {
	color:#fff;}
