@import url("reset.css");

/* ---------- General styles ---------- */

body {
	background:url(../images/body-bg.jpg) repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#555656;
}
.clear { 
	clear:both; 
	display:block; 
	height:1px; 
	margin:-1px 0 0 0 
} /* Use this br class to clear floated columns */
a { 
	text-decoration:none;
}
#wrapper { 
	width:959px; 
	margin:auto;
	background:#fff;
	padding:0 10px;
}

/* ---------- Header styles ---------- */

#header { 
	height:auto;
	width:959px;
}
#header .top-ct { 
	height:91px;
	width:959px;
	position:relative;
}
#header .top-ct .logo { 
	height:263px;
	width:401px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2000;
}
#header .top-ct ul { 
	float:right;
	margin-top:60px;
}
#header .top-ct ul li { 
	float:left;
	padding-left:23px;
	line-height:15px;
	font-size:15px;
}
#header .top-ct ul li a {
	font-weight:bold;
	font-size:15px;
	color:#555656;
	line-height:15px;
}
#header .top-ct ul li a:hover {
	color:#68c2c5;
}
#header .top-ct ul li.active a {
	color:#68c2c5;
}
#header .image-box {
	width:959px;
	height:406px;
	position:relative;
}
#header .image-box .first {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}
#header .image-box .overlay {
	background:url(../images/top-image-overlay.png) no-repeat;
	width:184px;
	height:116px;
	bottom:0px;
	right:0px;
	position:absolute;
	z-index:1500;
}
#header .navi {
	width:959px;
	height:35px;
	background:#e4e5e5;
}
#header .navi ul li {
	float:left;
	display:block;
	height:35px;
}
#header .navi ul li a {
	width:auto;
	height:24px;
	display:block;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	color:#555656;
	text-align:center;
	padding-top:11px;
}
#header .navi ul li a.link1 {
	width:83px;
}
#header .navi ul li a.link1:hover {
	background:url(../images/link1.png) no-repeat;
	color:#fff;
}
#header .navi ul li.active a.link1 {
	background:url(../images/link1-a.png) no-repeat;
	color:#fff;
}
#header .navi ul li a.link2 {
	width:127px;
}
#header .navi ul li a.link2:hover {
	background:url(../images/link2.png) no-repeat;
	color:#fff;
}
#header .navi ul li.active a.link2 {
	background:url(../images/link2-a.png) no-repeat;
	color:#fff;
}
#header .navi ul li a.link3 {
	width:122px;
}
#header .navi ul li a.link3:hover {
	background:url(../images/link3.png) no-repeat;
	color:#fff;
}
#header .navi ul li.active a.link3 {
	background:url(../images/link3-a.png) no-repeat;
	color:#fff;
}
#header .navi ul li a.link4 {
	width:146px;
}
#header .navi ul li a.link4:hover {
	background:url(../images/link4.png) no-repeat;
	color:#fff;
}
#header .navi ul li.active a.link4 {
	background:url(../images/link4-a.png) no-repeat;
	color:#fff;
}
#header .navi ul li a.link5 {
	width:109px;
}
#header .navi ul li a.link5:hover {
	background:url(../images/link5.png) no-repeat;
	color:#fff;
}
#header .navi ul li.active a.link5 {
	background:url(../images/link5-a.png) no-repeat;
	color:#fff;
}
#header .navi ul li a.link6 {
	width:149px;
}
#header .navi ul li a.link6:hover {
	background:url(../images/link6.png) no-repeat;
	color:#fff;
}
#header .navi ul li.active a.link6 {
	background:url(../images/link6-a.png) no-repeat;
	color:#fff;
}
#header .navi ul li a.link7 {
	width:101px;
}
#header .navi ul li a.link7:hover {
	background:url(../images/link7.png) no-repeat;
	color:#fff;
}
#header .navi ul li.active a.link7 {
	background:url(../images/link7-a.png) no-repeat;
	color:#fff;
}

/* ---------- Content styles ---------- */

#content {
	height:auto;
	width:959px;
	padding-bottom:50px;
}
#content .left-container {
	height:auto;
	width:677px;
	float:left;
	padding-left:20px;
}
#content .left-container img {
	border:solid 5px #e4e5e5;
}
#content .left-container img.align-left {
	float:left;
	margin-right:20px;
}
#content .left-container img.align-right {
	float:right;
	margin-left:20px;
}
#content .left-container h1 {
	font-size:30px;
	font-weight:bold;
	color:#68c2c5;
	line-height:30px;
	padding:30px 0 5px 0;
}
#content .left-container h2 {
	font-size:20px;
	font-weight:bold;
	color:#555656;
	line-height:30px;
	padding:0 0 20px 0;
}
#content .left-container p {
	padding-bottom:15px;
}
#content .left-container p strong {
	color:#68c2c5;
	font-weight:bold;
}
#content .left-container a {
	color:#68c2c5;
	font-weight:bold;
}
#content .left-container a:hover {
	color:#4e3595;
}
#content .right-container {
	height:auto;
	width:230px;
	float:right;
	padding-top:115px;
}
#content .right-container p {
	padding:0px 14px 10px 14px;
	font-size:13px;
}
#content .right-container p small {
	font-size:11px;
	line-height:13px;
}
#content .right-container p small a {
	font-size:11px;
	line-height:13px;
}
#content .right-container a {
	color:#68c2c5;
	font-weight:bold;
	font-size:13px;
}
#content .right-container a:hover {
	color:#4e3595;
}
#content .right-container ul li {
	margin:0px 14px 0px 14px;
	font-size:13px;
	border-bottom:solid 1px #c3c3c3;
	padding:5px 0 10px 0;
}
#content .right-container ul li.last {
	border-bottom:none;
}
#content .right-container ul li p {
	padding:0;
	font-size:11px;
	line-height:13px;
}
#content .right-container ul li h4 {
	padding:0;
	font-size:13px;
	font-weight:normal;
	padding-bottom:5px;
}
#content .right-container .address {
	height:auto;
	width:230px;
	background:#f2f2f2;
	position:relative;
}
#content .right-container .address .logo-sidebar {
	width:206px;
	height:130px;
	position:absolute;
	top:-47px;
	right:30px;
}
#content .right-container .address .info {
	padding:20px 0 0 95px;
}
#content .right-container .access .item {
	width:230px;
	position:relative;
	overflow:hidden;
	margin-top:2px;
	height:20px;
}


/*


#content .right-container .access .item#item1 {
	height:160px;
}
#content .right-container .access .item#item2 {
	height:199px;
}
#content .right-container .access .item#item3 {
	height:312px;
}
#content .right-container .access .item#item4 {
	height:267px;
}


*/





#content .right-container .access .item .title {
	width:230px;
	height:20px;
	background:#a4dadc;
	cursor:pointer;
	position:relative;
	z-index:2000;
}
#content .right-container .access .item.active .title {
	background:#68c2c5;
}
#content .right-container .access .item.hover .title {
	background:#68c2c5;
}
#content .right-container .access .item .title h3 {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	line-height:13px;
	padding-left:14px;
	padding-top:3px;
}
#content .right-container .access .item .info {
	background:#f2f2f2;
	margin-top:2px;
	padding-top:5px;
	width:230px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1000;
}
#content .right-container .access .item .info img {
	border:#b3b4b4 solid 1px;
	margin:9px 0 5px 14px;
}

/* ---------- Inner Page styles ---------- */

#content .left-container .person {
	width:330px;
	height:176px;
	position:relative;
	float:left;
	margin-right:17px;
	margin-bottom:45px;
}
#content .left-container .person.second {
	margin-right:0px;
}
#content .left-container .last-row {
	margin-bottom:0px;
}
#content .left-container .info {
	position:absolute;
	right:0px;
	bottom:0px;
	width:191px;
	height:auto;
}
#content .left-container .person h3 {
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	padding-bottom:12px;
}
#content .left-container .person ul li {
	font-size:12px;
	line-height:16px;
	background:url(../images/point.png) no-repeat;
	background-position:0 8px;
	padding-left:10px;
}