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


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #007777;
	background-color: #fff;
	margin: 0px;
	line-height: 20px;
}

#wrapper {
	margin-top: 22px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#header {
	width: 100%;
	height: 140px;
}

#language {
	float: right;
	font-size: 10px;
	padding: 0 0 0 5px;
	margin: 0 15px 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #007777;
}

#language a {
	color: #007777;
	font-size: 10px;
	line-height: 14px;
}

#language a:link {
	color: #007777;
	font-size: 10px;
	margin-top: 0;
}

#language a:hover {
	color: #E3DC49;
	font-size: 10px;
	text-decoration: none;
	margin-top: 0;
}

#sidebar {
	float: right;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	width: 230px;
}

#sidebar p {
	font-size: 12px;
	font-weight: lighter;
	line-height: 14px;
	margin: 0 0 8px 0;
	padding: 0;
}

#sidebar h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#landing_left {
	width: 479px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #007777;
}

#landing_right {
	width: 479px;
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #007777;
}

#left {
	width: 240px;
	float: left;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#right {
	width: 459px;
	float: right;
	padding: 0 20px 0 10px;
	margin: 0 9px 0 0;
	display: inline-block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #007777;
}

#logo {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-weight: bold;
}

h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	font-weight: bold;
	margin: 0;
	font-size: 14px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	width: 980px;
	font-size: 11px;
	font-weight: lighter;
	line-height: 12px;
	clear: both;
	display:block;
}

#content {
	width: 739px;
	float: left;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #007777;

}

#content p {
	font-size: 14px;
	font-weight: lighter;
	line-height: 16px
}

#content h1 {
	font-size: 24px;
	line-height: 26px;
}

#content h3 {
	font-weight: bold;
	margin-top: 0;
	background-image: url(../i/bullet.png);
	text-indent: 20px;
	background-repeat: no-repeat;
	font-size: 14px;
	background-position: left 4px;
}

#content h2 {
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

#right ul {
	margin-left: 15px;
	padding-left: 0px;
}

#right li {
	font-size: 14px;
	font-weight: lighter;
	line-height:16px;
}

#right ul > li
{
    color: #E3DC49;
}

#right ul > li > span
{
    color: #007777;
}

a {
	text-decoration: none;
	color: #007777;
}

a.link {
	color: #007777;
	background-color: transparent;
}

a:hover {
	color: #E3DC49;
	background-color: transparent;
	text-decoration: none;
}

#left a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #007777;
}

#left a.link {
	color: #007777;
	background-color: transparent;
}

#left a:hover {
	color: #007777;
	width: 240px;
	display:block;
	background-color: #E3DC49;
	text-decoration: none;
	background-image: url(../i/bullet.png);
	background-repeat: no-repeat;
	background-position: 226px 3px;
}

.active {
	color: #007777;
	width: 240px;
	display:block;
	background-color: #E3DC49;
	text-decoration: none;
	background-image: url(../i/bullet.png);
	background-repeat: no-repeat;
	background-position: 226px 3px;
}