@import url("reset.css");

html {
	overflow: scroll;
}

body {
	color: #4b4b4b;
	background: white url(../img/body-bg.gif) repeat-x scroll 0px 0px;
	font: 11px Verdana, Arial, sans-serif;
	display: block;
	cursor: default;
}

em {
	display: none;
}

strong {
	font-weight: bold;
}

#framesheet{
	width: 738px;
	height: 650px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px !important;
	padding: 7px 0px 0px 0px;
	position: relative;
}

#box-left {
	width: 25px;
	height: 531px;
	position: absolute;
	top: -1px;
	left: 0px;
	background: url(../img/box-left.png) no-repeat scroll 0px 0px;
}

#box-top {
	width: 688px;
	height: 10px;
	position: absolute;
	left: 25px;
	top: -1px !important;
	top: 1px;
	background: url(../img/box-top.png) repeat-x scroll 0px 0px;
}

#box-right {
	width: 25px;
	height: 531px;
	position: absolute;
	top: -1px;
	right: 0px;
	background: url(../img/box-right.png) no-repeat scroll 0px 0px;
}

#layout{
	margin:  0px 25px 0px 12px;
	height: 530px;
	background: white url(../img/photo-strapline.jpg) no-repeat scroll 15px 267px;
	padding: 5px 0px 0px 12px;
}

	#layout h1 {
		margin: 10px 0px;
		padding-left: 10px;
		color: #00573d;
		font-weight: bold;
		font-size: 22px;
	}

	#layout h2 {
		margin: 0px 0px 10px 10px;
		color: #00573d;
		font-size: 14px;
	}

#top {
	position: absolute;
	top: 20px;;
}

#logo {
	width: 222px;
	height: 99px;
	margin: 10px 0px 10px 0px;
	background: url(../img/logo.jpg) no-repeat scroll 0px 0px;
}

#about {
	width: 439px;
	padding: 10px;
	background: url(../img/about-bg.jpg) no-repeat scroll 0px 0px;
}

	#about h1 {
		margin: 0px;
		padding: 10px 0px 10px 10px;
	}

	#about p {
		font-size: 11px;
		padding-left: 10px;
	}

#menu {
	width: 213px;
	position: absolute;
	top: 30px;
	right: 25px;
}

	#menu ul li {
		margin: 0px;
		padding: 0px;
		display: block;
		float: left;
	}

	#menu ul li a {
		width: 213px;
		height: 40px;
		margin: 2px 0px 0px 0px;
		color: white;
		background: url(../img/btn-bg.jpg) no-repeat scroll 0px 0px;
		font-size: 15px;
		font-weight: bold;
		line-height: 39px;
		text-align: center;
		text-decoration: none;
		display: block;
	}

	#menu ul li a:hover {
		color: #00573d;
		background: url(../img/btn-bg.jpg) no-repeat scroll 0px -40px;
	}

	#menu span.english {
		padding-left: 10px ;
		background: url(../img/yellow-bullet.gif) no-repeat scroll 0px 6px;
	}

	#menu a:hover span.english {
		padding-left:10px ;
		background: url(../img/yellow-bullet-hover.gif) no-repeat scroll 0px 6px;
	}

	#menu ul#english {
		margin: 0px;
		background-color: #d2e6da;
		display: none;
		float: left;
	}

	#menu ul#english li a {
		height: 30px;
		color: #00573d;
		background: transparent;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		line-height: 31px;
		text-decoration: none;
	}

	#menu ul#english li a:hover {
		color: white;
		background-color: #98baae;
		font-weight: bold;
	}

a.sub {
	margin: 0px;
}

.other {
	width: 213px;
	height: 55px;
	background: url(../img/other-bg.jpg) no-repeat scroll 0px 0px;
	text-align: center;
	line-height: 19px;
	float: left;
}

	.other a {
		padding-top: 8px;
		color: #00573d;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		display: block;
	}

	.other a:hover {
		text-decoration: underline;
	}
