body {
	text-align: center;
	background: #000;
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, Sans-serif;
}

div {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#headerBar {
	width: 962px;
	height: 50px;
	text-align: right;
	margin: 0px auto;
	
}

#content {
	width: 962px;
	background: #333 url('images/mainBack.gif') repeat-y;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}

#headerBar label {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding: 0px 5px;
	display: inline;
	vertical-align: middle;

}

#headerBar input {
	margin: 0px;
	padding: 2px;
	display: inline;
	vertical-align: middle;
	
}


#headerBar form {
	position: relative;
	display: block;
	float: right;
	margin: 0px 10px;
	padding: 0px;
}

#headerBar p {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.submitButton {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

#social {
	float: right;
	display: block;
	padding-top: 2px;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
}

#social label {
	display: block;
	position: relative;
	float: left;
	padding: 10px 3px 0px 0px;
	margin-top: 0px;
}

h1 {
	font-size: 25px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
	
h2 {
	font-size: 21px;
	color: #666;
}

p {
	font-size: 12px;
}

table {
	font-size: 12px;
}

thead {
	background: #666;
	border: none;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
}

tbody {
	background: #CCC;
	border: none;
	padding: 3px;
	color: #333;
	font-weight: normal;
}

td {
	padding: 3px;
}

th {
	padding: 3px;
}

a:link {
	color: #29AAE1;
	text-decoration: none;
}

a:visited {
	color: #29AAE1;
	text-decoration: none;
}

a:hover {
	color: #8CC63F;
	text-decoration: underline;
}





ul, ol {
	font-size: 12px;
}

#footer {
	width: 962px;
	margin: 0px auto;
}

#footer p {
	font-size: 10px;
	color: #8CC63F;
}

#footer p a:link {
	text-decoration: none;
	color: #8CC63F;
}

#footer p a:visited {
	text-decoration: none;
	color: #8CC63F;
}

#footer p a:hover {
	text-decoration: underline;
	color: #FFF;
}
	
#rightBar {
	width: 250px;
	background: #222;
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
	
	margin: 0px 50px 20px 0px;
	padding: 0px;
	position: relative;
	top: -20px;
	float: right;
	
	text-align: left;
	z-index: 1;
}

.rightBox p {
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
}

.rightBox a:link {
	color: #29AAE1;
	text-decoration: none;
}

.rightBox a:visited {
	color: #29AAE1;
	text-decoration: none;
}

.rightBox a:hover {
	color: #29AAE1;
	text-decoration: none;
}

#rightBar .rightBox {
	border-bottom: 2px solid #666;
	margin: 5px;
	padding: 0px;
}

#rightBar .whiteBox {
	border-bottom: 2px solid #666;
	margin: 5px;
	padding: 0px;
	background: #FFF;
}


#rightBar .rightBox h2 {
	text-transform: uppercase;
	color: #8CC63F;
	font-size: 15px;
	font-weight: normal;
}

#rightBar .rightBox h2 a:link {
	text-transform: uppercase;
	color: #8CC63F;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

#rightBar .rightBox h2 a:visited {
	text-transform: uppercase;
	color: #8CC63F;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

#rightBar .rightBox h2 a:hover {
	text-transform: uppercase;
	color: #8CC63F;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}

#pageContent {
	background: #F2F2F2 url('images/contentBack.jpg')  0px -100px no-repeat;
	width: 882px;
	margin: 0px 0px 0px 42px;
	text-align: left;
	z-index: 0;
	float: left;
	
}
#innerContent {
	width: 457px;
	padding: 10px;
	margin: 75px 0px 20px 20px;
	position: relative;
	float: left;
}

#contentIMG {
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo {
	display: block;
	float: left;
	position: relative;
	margin: 0px 0px 0px 19px;
}

#menu {
	position: relative;
	float: right;
	display: block;
	list-style-type: none;
	margin: -80px 5px 0px 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 10;
	height: 24px;
	width: 800px;
	clear: both;
	text-align: left;
}

#menu li {
	position: relative;
	display: block;
	float: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}

#menu .firstItem a:link {
	border: none;
}

#menu .firstItem a:visited {
	border: none;
}

#menu .firstItem a:hover {
	border: none;
}

#menu li a:link {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 3px 8px;
	border-left: solid 1px #666;
}

#menu li a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 3px 8px;
	border-left: solid 1px #666;
}

#menu li a:hover {
	color: #333;
	text-decoration: none;
	background: #C8C8C8;
}

#menu li:hover a {
	background: #C8C8C8;
}

#menu li:hover ul li a {
	background: #FFF;
}

#menu li ul {
	display: none;
}

#menu li ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	clear: both;
}

#menu li ul li.selected {
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	clear: both;
	text-transform: uppercase;
}


#menu li:hover ul li ul {
	display: none;
}

#menu li ul li:hover ul {
	display: block;
	position: absolute;
	left: 100%;
	top: 0px;
	width: 200px;
	border: none;
	background: #FFF;
	z-index: 100;
}

#menu li:hover ul li:hover a {
	color: #000;
	background: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 0px;
	border-left: solid 3px #007DC7;
}

#menu li:hover ul li:hover ul li.highlight a:link {
	background: #FFF;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 5px;
}

#menu li:hover ul li:hover ul  {
	
	margin: 0px;
}

#menu li:hover ul li:hover ul li a:link {
	background: #FFF;
	font-weight: normal;
	color: #333;
	text-transform: none;
	text-align: left;
	padding: 8px 5px;
}

#menu li:hover ul li:hover ul li a:visited {
background: #FFF;
	font-weight: normal;
	color: #333;
	text-transform: none;
	text-align: left;
	padding: 8px 5px;
}

#menu li:hover ul li:hover ul li a:hover {
	background: #FFF;
	font-weight: bold;
	color: #000;
	text-transform: none;
	text-align: left;
	padding: 8px 5px;
	
}

#menu li ul li.highlight a:link {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	padding: 8px 30px 8px 5px;
	margin: 0px;
	background: #F0EDDC;
}

#menu li ul li.highlight a:visited {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	padding: 8px 30px 8px 5px;
	margin: 0px;
	background: #F0EDDC;
}

#menu li ul li.highlight a:hover {
	color: #000;
	background: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	text-align: right;
	padding: 8px 5px 8px 15px;
	margin: 0px;
}


#menu li ul li a:link {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	padding: 8px 30px 8px 5px;
	margin: 0px;
	border-left: none;
	background: url('images/menuBack.png');
}

#menu li ul li a:visited {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	padding: 8px 30px 8px 5px;
	margin: 0px;
	border-left: none;
	background: url('images/menuBack.png');
}

#menu li ul li a:hover {
	color: #FFF;
	background: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin: 0px;
	border-left: solid 5px #00F;
}

#menu li:hover ul {
	position: absolute;
	display: block;
	border: none;
	background: url('images/menuBack.png');
	width: 125px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#clear {
	width: 962px;
	clear: both;
}

.clear {
	width: 962px;
	clear: both;
}

#slideshow {
	width: 841px;
	height: 350px;
	background: #FFF;
	overflow: hidden;
	display: block;
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 62px;
	z-index: 0;
}

#slideshow2 {
	width: 841px;
	height: 350px;
	background: #FFF;
	overflow: hidden;
	display: block;
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 62px;
	z-index: 0;
}

#mapBar {
	height: 350px;
}

#image1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 844px;
	height: 350px;
}

#image2 {
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 1;
	width: 844px;
	height: 350px;
}

#slideshow img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#caption {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: left;
	width: 500px;
	height: 105px;
	z-index: 100;
	font-size: 14px;
	padding: 5px 0px;
}

#mapCaption {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: left;
	width: 500px;
	height: 80px;
	z-index: 100;
	font-size: 14px;
	padding: 5px 0px;
}

#caption h2 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

#caption p {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

#captionBack {
	display: block;
	position: absolute;
	width: 841px;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 0;
	
}

#mapCaptionBack {
	display: block;
	position: absolute;
	width: 841px;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 0;
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	background: #FFF;
}

.mapControls {
	text-align: center;
	display: block;
	z-index: 10000;
	width: 841px;
	position: absolute;
}

.mapControls a:link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.mapControls a:visited {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
font-weight: bold;
}

.mapControls a:hover {
	color: #8CC63F;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
font-weight: bold;
}

#mediaPlayer {
	position: absolute;
	display: none;
	width: 350px;
	width: 250px;
	background: #333;
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#333', Positive='true');
	
	right: 20px;
	top: 75px;
	z-index: 1000;
	text-align: left;
	padding: .2em .5em;

}

.innerRounded {
	background: #FFF;
	padding: 3px;
	margin-bottom: 3px;
}

#controls {
	padding-bottom: 3px;
}

#controls a:link {
	color: #8CC63F;
	text-decoration: none;
}

#controls a:visited {
	color: #8CC63F;
	text-decoration: none;
}

#controls a:hover {
	color: #FFF;
	text-decoration: none;
}

#pano {
	width: 100%;
	height: 250px;
}

#controls {
	
	font-size: .6em;
	font-family: Arial, Helvetica, Sans-serif;
	text-align: right;
	text-transform: uppercase;
}

#controls a:link {
	text-decoration: none;
}

#controls a:visited {
	text-decoration: none;
}

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


#rightMenu {
	list-style-type: none;
	background: #FFF;
	margin: 0px;
	padding: 0px;
}

#rightMenu li {
	padding: 3px 5px;
	margin: 10px;
}

#rightMenu li a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}	

#rightMenu li a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}	

#rightMenu li ul {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}

.rightHandBox {
	background: #FFF;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
}

.rightHandBox ul {
	list-style-type: none;
	margin: 3px;
	padding: 1px;
}

.rightHandBox ul li {
	padding-bottom: 10px;
}



#rightMenu li a:hover {
	color: #8CC63F;
	text-decoration: none;
	font-weight: bold;
}	

#caption span {
	display: block;
	position: absolute;
	z-index: 1;
	padding: 0px 25px;
}

#slideTop {
	display: block;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	margin: 0px;
}

#slideBottom {
	display: block;
	position: absolute;
	top: 293px;
	left: 0px;
	z-index: 10000;
	margin: 0px;
}

#slideNav {
	display: block;
	position: absolute;
	top: -10px;
	left: 320px;
	z-index: 20000;
	list-style-type: none;
	width: 200px;
}

#slideNav li {
	position: relative;
	display: block;
	float: left;
	font-weight: normal;
	margin: 0px;
	padding: 5px 8px;
	
}


#breadcrumbs {
	display: block;
	position: absolute;
	color: #666;
	left: 230px;
	top: 60px;
	font-size: 11px;
}

#breadcrumbs a:link {
	font-weight: bold;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}

#slideShadow {
	position: absolute;
	display: block;
	top: 60px;
	right: 44px;
}

#breadcrumbs a:visited {
	font-weight: bold;
	color: #666;
font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}

#breadcrumbs a:hover {
	font-weight: bold;
	color: #8CC63F;
font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}

.newstitle {
	font-size: 14px;
	font-weight: bold;
}

.newstitle a:link {
	font-size: 14px;
	color: #29AAE1;
	text-decoration: none;
}

.newstitle a:visited {
	font-size: 14px;
	color: #29AAE1;
	text-decoration: none;
}

.newstitle a:hover {
	font-size: 14px;
	color: #8CC63F;
	text-decoration: underline;
}

#chinese {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

#twitter_update_list {
	font-size: 10px;
	color: #FFF;
	list-style-type: none;

}

#twitter_update_list li {
	padding-bottom: 10px;
}

.eedgeMenu {
	//background: #03A5E6;
	background: #222;
	
}

.eedgeMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.eedgeMenu ul li {
	
	font-size: 14px;
	border-bottom: solid 2px #FFF;
}

.eedgeMenu ul li a {
	display: block;
	padding: 10px;

}
.eedgeMenu ul li a:link {
	color: #8CC63F;
	text-transform: uppercase;
}
.eedgeMenu ul li a:visited {
	color: #8CC63F;
	text-transform: uppercase;
}
.eedgeMenu ul li a:hover {
	color: #FFF;
	background: #8CC63F;
	text-transform: uppercase;
}



.resourceMenu {
	background: #FFF;
	
}

.resourceMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.resourceMenu ul li {
	
	font-size: 14px;
	border-bottom: solid 2px #333;
}

.resourceMenu ul li a {
	display: block;
	padding: 10px;

}
.resourceMenu ul li a:link {
	color: #333;
	text-transform: uppercase;
}
.resourceMenu ul li a:visited {
	color: #333;
	text-transform: uppercase;
}
.resourceMenu ul li a:hover {
	color: #FFF;
	background: #8CC63F;
	text-transform: uppercase;
}






.sublink {
	font-size: 12px;
	text-transform: none;
}

.highlights {
	width: 660px;
	display: block;
	float: left;
	margin-top: 10px;
	
}

.community {
	display: block;
	width: 260px;
	height: 410px;
	float: left;
	margin: 2px 10px 2px 2px;
	background: #FFF;
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
}

.company {
	display: block;
	width: 260px;
	height: 410px;
	float: left;
	margin: 2px 0px 2px 0px;
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
	background: #FFF;
}

.entr {
	display: block;
	width: 500px;
	float: left;
	margin: 2px 0px 2px 0px;
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
	background: #FFF;
}


.community h3 {
	color: #8CC63F;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
	background: #222;
}

.company h3 {
	color: #8CC63F;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
	background: #222;
}

.entr h3 {
	color: #8CC63F;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
	background: #222;
}


.community ul {
	list-style-type: none;
	background: #FFF;
	margin: 0px;
	padding: 10px 5px;

}

.company ul {
	list-style-type: none;
	background: #FFF;
	margin: 0px;
	padding: 10px 5px;

}

.entr ul {
	list-style-type: none;
	background: #FFF;
	margin: 0px;
	padding: 10px 5px;

}

.community ul li {
	padding: 2px;
}

.company ul li {
	padding: 2px;
}

.entr ul li {
	padding: 2px;
}

.company p {
	padding: 0px 5px 5px 0px;
}

.community p {
	padding: 0px 5px 5px 0px;
}

.entr p {
	padding: 0px 5px 5px 0px;
}

.resName {
	display: none;
}

.resource {
	display: block;
	width: 500px;
	margin: 2px 10px 2px 2px;
	background: #FFF;
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
}

.resource h3 {
color: #8CC63F;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: normal;
	background: #222;
}

.resource p {
padding: 0px  10px 10px 10px;
}

#topContentIMG {

display: block; position: absolute; z-index: 10000;
}
