@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

ul li{
	list-style-type:none;
}
img{
	border:0;
	text-align: justify;
}
body{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:130%;
	background-color:#ececec;
}

p{
	line-height:150%;
	padding:8px 0px;
	text-align: justify;
}

h2 {
	font-size:14px;
	font-weight:normal;
	color:#80a553;
}

h3{
	font-size:14px;
	color:#999999;
}

.facts h2{
	padding-top:10px;
	font-weight:bold;
    color:#db7777;
}

.living h2{
	padding-top:10px;
	font-weight:bold;
    color:#74bdc0;
}

.business h2{
	padding-top:10px;
	font-weight:bold;
    color:#8b85bc;
}

.leisure h2{
	padding-top:10px;
	font-weight:bold;
    color:#d483c8;
}

a{
	cursor:pointer;
	text-decoration:none;
	color:#80a553;
}

a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}
#wrapper{
	width:1008px;
	margin:0 auto 0 auto;
	background:url(../images/bg_strip.png) repeat-y;
}

#container{
	width:100%;
	height:100%;
	margin:0 auto 0 auto;
	background:url(../images/bg_view.jpg) no-repeat 13px 0;
}
#header{
	margin-bottom:5px;
}

#nav{
	position:relative;
	top:15px;
	left:-20px;
	width:595px;
	height:50px;
	padding-top:1px;
	padding-left:70px;
	background:url(../images/nav_bar.png) no-repeat top left;
}
#leftCol{
	float:left;
	width:550px;
	margin-top:20px;
}

#rightCol{
	float:right;
}

#gallery{
	width:570px;
	height:250px;
	margin-top:30px;
	margin-bottom:20px;
	border:solid 5px #ededee;
}

.teaser {
	padding:10px 0px;
}

.teaser img {
	float:left;
	padding:7px;
	border:#ddd 1px solid;
	margin-right:15px;
}

.summary {
	float:left;
	margin-left:15px;
	width:430px;
}

.quick {
	float:left;
	color:#4E8200;
	line-height:140%;
	margin-top:10px;
	padding:8px 15px 10px 15px;
	background-color:#F9F9F9;
}
.quick a{
	padding-right:12px;
}

#award{
	width:236px;
	height:112px;
	padding:25px 23px;
	font-size:11px;
	line-height:160%;
	background:url(../images/bg_awards.png) no-repeat left top;
}

#download{
	width:265px;
	height:282px;
	margin-top:30px;
	padding-top:20px;
	padding-left:15px;
	background:url(../images/bg_pdf.png) no-repeat top left;
}

#govInfo{
	margin-top:30px;
	width:279px;
}
.tableInfo{
	background-color:#fdfdfd;
	padding:5px;
}
.tableInfo th, .tableInfo thead{
	background-color:#ededee;
	height:25px;
}
.tableInfo td{
	padding-left:5px;
	height:25px;
}

#footer{
	width:100%;
	height:40px;
	margin-top:50px;
	padding-left:30px;
	padding-top:10px;
	background:url(../images/bg_footer.png) no-repeat 20px 10px;
}

#footer a{
	color:#6b8749;
}

#list{
	margin-top:30px;
}

#list li{
	width:250px;
	height:40px;
	line-height:40px;
	padding-left:20px;
	color:#666;
	font-weight:bold;
	border-bottom:dashed 1px #aaa; 
}

#list .selected{
	background:url(../images/arrow.png) no-repeat left center;
}

.text {
	border-bottom:#bbb 1px dotted;
}

.text img {
	padding:7px;
	border:#ddd 1px solid;
}

.text h2 {
	padding-top:15px;
}

.icon {
	margin-top:15px;
	float:left;
	width:95px;
	margin-right:20px;
}

.abstract {
	float:right;
	width:420px;
}

.abstract img {
	border:none;
}

#pdf {
	margin-top:80px;
	border:#ddd solid 1px;
	background-color:#FAF4EF;
	padding:10px;
	width:80%;
	float:right;
}
#wrapper #container div #leftCol p strong {
	text-align: justify;


}
