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

/* --------------------
		Reset Styles
-------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	list-style: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;;
}

.left {
	float: left;
}

.right {
	float: right;
}

.image-left {
	float: left;
	margin: 0 30px 5px 15px;
}

.image-right {
	float: right;
}

.clear {
	clear: both;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
}

#languages {
	width: 100%;
	height: 30px;
	background: #57B6BD;
	line-height: 30px;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFFFFF;
}

#header {
	width: 914px;
	height: 117px;
	overflow: hidden;
	position: relative;
}

#header h1 {
	width: 203px;
	height: 117px;
	float: left;
	cursor: pointer;
}

#header h1 span {
	display: none;
}

#wrapp {
	width: 914px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: transparent url("../images/site/background.gif") top left no-repeat;
}

#right {
	width: 860px;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 21px 0 0 33px;
}

#right #location {
	width: 570px;
	height: 31px;
	background: #57B6BD;
	line-height: 31px;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 13px;
	padding: 0 0 0 12px;
}

#right #location a {
	text-decoration: none;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 13px;
}

#right #location a:hover {
	text-decoration: underline;
}

#right #location .right {
	padding: 0 12px 0 0;
}

#right #options {
	float: right;
	padding: 0 39px 0 0;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 12px;	
	font-weight: 600;
	line-height: 35px;
}

#right #options a {
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 14px;	
	font-weight: 600;
	line-height: 35px;
	text-decoration: none;
}

#right #options a:hover {
	text-decoration: underline;
}

#right #articles {
	width: 582px;
	height: auto;
	padding: 0 0 0 0;
}

#right h1 {
	font-family: Trebuchet MS;
	font-size: 30px;	
	line-height: 35px;
	font-weight: 300;
	background: transparent url("../images/site/h1.png") bottom left repeat;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#right h2 {
	font-family: Georgia;
	font-size: 30px;	
	line-height: 35px;
	font-weight: 300;
	border-top: 2px solid #57B6BD;
	border-bottom: 2px solid #57B6BD;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#right h3 {
	font-family: Georgia;
	font-size: 24px;	
	line-height: 30px;
	font-weight: 300;
	background: transparent url("../images/site/h1.png") bottom left repeat;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#right h4 {
	font-family: Georgia;
	font-size: 21px;	
	line-height: 30px;
	font-weight: 300;
	background: transparent url("../images/site/h1.png") bottom left repeat;
	padding: 5px 10px;
	cursor: default;
	color: #0B3134;
	margin: 0 0 10px 0;
}

#right ul {
	margin: 0 0 10px 0;
}

#right ul li {
	background: transparent url("../images/site/more1.gif") left 10px no-repeat;
	cursor: default;
	color: #0B3134;
	font-family: Trebuchet MS;
	font-size: 14px;	
	line-height:22px;
	padding: 5px 0 5px 20px;
	margin: 0 0 0 30px;
	border-bottom: 1px solid #EEF8F8;
}	
#right ul li a{
color: #57B6BD;
}

#right ul li a:hover{
color: #000000;
}


#right p {
	font-family: Trebuchet MS;
	font-size: 14px;	
	line-height:22px;
	padding: 10px 10px;
	cursor: default;
	color: #0B3134;
	text-align: justify;
}

#right .image-shadown {
	width: 281px;
	height: 230px;
	background: transparent url("../images/site/shadown.gif") top left no-repeat;
	float: right;
	margin: 0 0 0 20px;
}

#right .image-shadown img {
	padding: 25px 0 0 32px;
}

#right .more {
	background: transparent url("../images/site/more.gif") top left no-repeat;
	padding: 0 0 0 14px;
	line-height: 22px;
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 14px;
	margin: 0 0 0 2px;
	float: left;
}

#right .more:hover {
	background-position: bottom left;
	color: #000000;
}

#right .quote {
	width: 157px;
	height: auto;
	background: #57B6BD url("../images/site/quote.gif") top left no-repeat;
	color: #FFFFFF;
	line-height: 15px;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-indent: 45px;
	padding: 7px 10px 5px 10px;
	text-align: left;
	float: left;
	margin: 10px 20px 10px 0;
}

#right .quote p {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-indent: 45px;
	text-align: left;
}

#right  span {
	float: right;
	line-height: 22px;
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 14px;
	padding: 0 3px 0 3px;
}

#right  .download {
	line-height: 22px;
	color: #57B6BD;
	font-family: Trebuchet MS;
	font-size: 14px;
	float: right;
}

#right  .download:hover {
	color: #000000;
}

#footer {
	width: 100%;
	height: 93px;
	overflow: hidden;
	position: relative;
	border-bottom: 22px solid #57B6BD;
}

#footer .inner {
	width: 914px;
	height: 193px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#footer .project {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 14px;
	text-transform: uppercase;
	padding: 22px 0 0 19px;
}	

#footer .project p {
	line-height: 55px;
	float: left;
}

#footer .project .image-right {
	margin: 0 11px 0 0;
}

#footer .project span {
	color: #57B6BD;
}	

#footer ul  {
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	height: 30px;
	margin: 36px 0 0 0;
}

#footer ul li  {
	font-size: 12px;
	line-height: 30px;
	color: #999999;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 0 0 0 8px;
}