@CHARSET "UTF-8";
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
	background-color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.35em;
	text-decoration: none;
	background: #fff url('../image/mainbg2.png') no-repeat scroll center 21px;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
i {
	font-style: italic;
}
.clb {
	clear: both;
}
.page-top-cookie {
	position: fixed;
    bottom: 0px;
    background: #EEE;
    margin: 0;
    padding: 15px;
    width: 100%;
    display: none;
    z-index: 99;
    border-top: 1px solid #dddddd;
}
.page-top-cookie p {
	width: 980px;
	height: 28px;
	margin: 0 auto;
	padding: 3px 0 0 0; 	
}
.page-top-cookie a {
	color: #D66E1A;
    text-transform: uppercase;
    float: right;
    padding-right: 20px;
}
.page-top {
	background: #eeeeee none repeat scroll 0 0;
	border-bottom: 1px solid #dddddd;
	font-size: 0.95em;
	line-height: 16px;
	height: 21px;
	text-align: right;
}

.page-top ul {
	width: 980px;
	height: 18px;
	margin: 0 auto;
	padding: 3px 0 0 0; 
}
.page-top ul li {
	display: inline-block;
}
.page-top ul li:before {
	content: ' · ';
}
.page-top ul li:first-child:before {
	content: '';
}

.page-subtop  {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}
.page-subtop .left {
	float: left;
	margin: 10px 0 0 30px;
}
.page-subtop .right {
	float: right;
	color: #9b9b9b;
	font-size: 21px;
	font-weight: bold;
	margin: 30px 30px 0 0;
	
}



.page-main-menu {
	width: 900px;
	height: 27px;
	margin: 0 auto;
	
}
.page-main-menu ul {
	
}
.page-main-menu ul li {
	display: inline-block;
	border: 1px solid #aaa;
	border-bottom: none;
	height: 21px;
	padding: 4px 8px 0 8px;
	background-color: #aaa;
	margin-right: 3px;
}
.page-main-menu ul li a {
	color: white;
	text-decoration: none;
}
.page-main-menu ul li.active {
	background-color: #fff;
}
.page-main-menu ul li.active a {
	color: #024A94;
}
.page-main-menu ul li.over {
	background-color: #fff;
}
.page-main-menu ul li.over a {
	color: #222222;
}



.page-header {
	width: 900px;
	height: 335px;
	margin: 0 auto;
	background: #eee;
	overflow: hidden;
}

.layout-home .page-header {
	height: 440px;
}
.page-footer {
	background-color: #eee;
	padding: 40px 0 10px 0;
	border-top: 1px solid #aaa;
}
.page-footer .inner {
	width: 900px;
	margin: 0 auto;
}

.page-footer .section {
	width: 220px;
	padding-right: 10px;
	float: left;
	margin: 0 0 20px 0;
}
.page-footer .section strong {
	font-weight: bold;
	display: block;
}
.page-footer .section li {
	font-size: 0.95em;
}

.page-footer .copyright {
	clear: both;
	font-size: 0.85em;
	Xmargin: 20px 0 0 0;
}

.page-content {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	clear: both;
}



.page-left-menu {
	width: 140px;
	float: left;
	padding: 0 0 10px 0;
}
.page-left-menu strong {
	display: block;
	font-weight: bold;
	padding: 6px 0;
	border-bottom: 2px solid #ccc;
}
.page-left-menu ul li {
	padding: 6px 5px;
	border-bottom: 1px solid #ccc;
}
.page-left-menu ul li.active {
	font-weight: bold;
}
.page-left-menu ul ul li {
	padding: 4px 4px 4px 12px;
	font-size: 10px;
}

article {
	width: 736px;
	margin-left: 160px;
}


.layout-content-wide {
	float: left;
	width: 736px;
	Xclear: both;
}

.layout-content-left {
	float: left;
	width: 358px;
	margin-right: 10px;
}

.layout-content-right {
	float: left;
	width: 358px;
}

.layout-content-2col458 .layout-content-left {
	width: 458px;
}
.layout-content-2col458 .layout-content-right {
	width: 258px;
}

.layout-content-2col410 .layout-content-left {
	width: 410px;
}
.layout-content-2col410 .layout-content-right {
	width: 305px;
}

.layout-content-2col300 .layout-content-left {
	width: 300px;
}
.layout-content-2col300 .layout-content-right {
	width: 415px;
}

.layout-home .page-left-menu {
	display: none;
}

.layout-content-home {
	width: 886px;
	margin-left: 0;
}

.layout-content-home .layout-content-left {
	width: 320px;
	margin: 10px 0 0 0;
}
.layout-content-home .layout-content-right {
	width: 410px;
	margin: 10px 0 0 55px;
}

article h1 {
	font-weight: bold;
	font-size: 12px;
	color: #777;
	margin: 8px 16px 8px 0;
}
article p {
	margin-bottom: 10px;
	line-height: 1.55em;
}
article p b {
	font-weight: bold;
}

article sup {
	font-size: 0.75em;
	top: -3px;
	padding: 0 0 0 1px;
	position: relative;
}
article ul {
	padding: 0;
	margin: 0;
}
article ul li {
	padding: 0 0 0 0px;
	margin: 0 0 0 15px;
	list-style-type: disc;
}

article h4 {
	color: #024A94;
    font-size: 1.025em;
    font-weight: bold;
    margin-bottom: 8px;
    background-color: #eee;
    padding: 1px 8px;
    margin-top: 14px;
}

article h4:before {
	content: '';
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #eee;
	position: relative;
	margin: 0 -8px;
	top: -14px;
}

article h4.csc-firstHeader {
	margin-top: 0;
}
article h4.csc-firstHeader:before {
	display: none;
}





/* layout elements */

.block-grey-boxed-340 {
	width: 280px;
	padding: 0 30px 50px 30px;
	background: #eee url('../image/boxed-340-bg-b.png') no-repeat scroll center bottom;
}
.block-grey-boxed-340:before {
	content: "";
	display: block;
	width: 340px;
	height: 50px;
	margin: 0 -30px;
	background: transparent url('../image/boxed-340-bg-t.png') no-repeat scroll center top;
}


.block-grey-boxed-370 {
	width: 310px;
	padding: 0 30px 30px 30px;
	background: transparent url('../image/boxed-370-bg-b.png') no-repeat scroll center bottom;
}
.block-grey-boxed-370:before {
	content: "";
	display: block;
	width: 370px;
	height: 30px;
	margin: 0 -30px;
	background: transparent url('../image/boxed-370-bg-t.png') no-repeat scroll center top;
}


.block-white-boxed-136 {
	width: 116px;
	position: relative;
	padding: 0 10px 40px 10px;
	background: transparent url('../image/boxed-136-w-bg-b.png') no-repeat scroll center bottom;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}
.block-white-boxed-136:before {
	content: "";
	display: block;
	width: 136px;
	height: 50px;
	margin: 0 -10px -10px -10px;;
	background: transparent url('../image/boxed-136-w-bg-t.png') no-repeat scroll center top;
}




.news-list h4 {
	font-weight: bold;
	margin: 4px 0;
}
.news-list .more {
	font-weight: bold;
	display: block;
	margin: 8px 0 -16px 0;
	text-align: right;
	float: right;
}

.tag-cloud {
	text-align: center;	
}

.tag-cloud a {
	margin: 0 5px;
	line-height: 130%;
}

.projectdata {
	margin: 8px 8px 22px 8px;
}

.projectdata .td-0 {
	color: #AAAAAA;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 1px;
	padding-right: 50px;
	padding-top: 3px;
}

.projectdata .td-1 {
	font-size: 1em;
    padding-bottom: 1px;
    padding-right: 10px;
    padding-top: 3px;
    text-align: left;
}

.hh-download0 dt {
	float: left;
	width: 100px;
	padding: 8px;
	border-top: 3px solid #eee; 
	clear: left;
}
.hh-download0 dl {
	display: block;
	float: left;
	width: 173px;
	padding: 8px;
	border-top: 3px solid #eee;
	color: #aaa; 
}
.hh-download0 dt.n-0,
.hh-download0 dl.n-0 {
	border-top: none;
}
.hh-download0 dl strong {
	display: block;
	color: #666;
}
.hh-download0 dl a {
	color: #024A94;
	background: transparent url('../image/arr-b-r.png') no-repeat scroll -3px 3px;
	padding-left: 6px;
	margin: 8px 0 0 0;
	display: block;
}


.htpGallery {
	background-color: #eee;
	text-align: center;
	padding: 16px;
}

.htpGallery ul,
.htpGallery li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.htpGallery .next {
	float: right;
	position: relative;
}
.htpGallery .prev,
.htpGallery .next {
	float: left;
	margin-top: -16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.htpGallery .next {
	float: right;
}