@charset "utf-8";
/* CSS Document */

/* 页面总规则，边距归0，整体居中，定义默认字体、颜色 */

* {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	font-family:"Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	color:#555;
	background-color:#e5e5e5;
	font-size:11px;
	padding:0px;
	margin:0px;
}
/* 定义常见html标签 */

p {
	margin-bottom:6px;
}
td {
	padding:4px;
}
ul {
	margin:0px;
	padding:0px;
	font-size:85%;
}
blockquote {
	padding-left:15px;
	margin-bottom:5px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:200;
	margin-bottom:4px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:4px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:4px;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	font-size:18px;
	font-weight:200;
	margin-bottom:6px;
}
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
	font-weight:200;
	margin-bottom:5px;
}
hr {
	text-align: center;
	height: 1px;
	border: 0;
	border-bottom: 1px dashed #d3d4d3;
	margin:5px 0;
 *margin:5px 0 -8px 0;
	float:none;
 *float:left;
	display:block;
}
/* 基准链接样式*/
a {
	color:#005ab4;
	text-decoration:none;
}
a:hover {
	color:#005ab4;
	cursor:pointer;
	text-decoration:underline;
}
/* 定义控件样式 */
.button {
	border:1px solid #ccc;
	color:#fc8b1c;
	font-size:11px;
	font-family:"Lucida Sans Unicode", Verdana, sans-serif;
	height:23px;
	line-height:23px;
	vertical-align:middle;
	padding:0 4px;
	background:url(../images/button-background-image.gif) repeat-x;
	cursor:pointer;
}
.input {
	border:1px solid #ccc;
	color:#999;
	font-size:11px;
	font-family:"Lucida Sans Unicode", Verdana, sans-serif;
	height:21px;
	line-height:21px;
	vertical-align:middle;
	padding:0 4px;
	background:#fff url(../images/input-background-image.gif) left top;
}
.textarea {
	border:1px solid #ccc;
	color:#aaa;
	font-size:x-small;
	padding:1px 5px;
	background:#fff url(../images/input-background.gif) left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.select {
	border:1px solid #ccc;
	font-size:x-small;
	color:#666;
	font-family:"Lucida Sans Unicode", Verdana, sans-serif;
	height:21px;
	padding-left:5px;
	background:#fff url(../../images/inputBackgroundImage.gif) left top;
}
/* 定义总容器 */
#wrapper {
	width:862px;
	margin:0px auto;
	background: url(../images/body-background-image.gif) top left repeat-y;
}
#main {
	width:820px;
	margin:0 20px;
	text-align:left;
}
/*定义摘要*/
.caption {
	color:#818181;
}
/**/
.content {
	font-size:12px;
	margin-bottom:10px
}
.content p {
	font-size:12px;
	margin-bottom:10px
}
/* 定义两个左右浮动的属性 */
.floatLeft {
	float:left;
	display:inline;
}
.floatRight {
	float:right;
	display:inline;
}
/* 定义总容器中包含的左栏 */
.leftCol {
	float:left;
	width:180px;
	margin-right:10px;
}
/* 定义总容器中包含的右栏 */
.rightCol {
	float:right;
	width:630px;
	display:inline;
}
/* 定义分页行样式 */
.pages {
	margin-top:10px;
}
.pages a {
	font-size:10px;
	padding: 2px 5px;
	display:block;
	background-color:#fafafa;
	border:#d4d3d4 solid 1px;
	margin:0px 2px;
	text-decoration:none;
	float:left;
	color:#d96242;
}
.pages a:hover {
	color:#d96242;
}
.currentPage a {
	font-size:14px;
	padding: 2px 5px;
	display:block;
	background:#eee;
	border:#d4d3d4 solid 1px;
	margin:0px 2px;
	text-decoration:none;
	font-weight:bold;
}
/* 辅助信息样式 */
.auxiInfo {
	font-size:10px;
	color:#555;
}
.auxiInfo a {
	color:#999;
	text-decoration:none;
}
.auxiInfo a:hover {
	color:#005ab4;
	cursor:pointer;
	text-decoration:underline;
}
/* 定义more链接样式，居右 */
.more {
	font-size:10px;
	margin-top:5px;
	text-align:right;
	text-transform:uppercase;
}
.more a {
	color:#fc8b1c;
	text-decoration:none;
}
.more a:hover {
	color:#fc8b1c;
	text-decoration:underline;
}
/* 清除左右浮动 */
.clear {
	clear:both;
	height:0px;
	width:0px;
	_overflow:hidden;
}
/* 定义网页头部样式 */
#head {
	margin-bottom:10px;
	height:120px;
	background:url(../images/head-background-image.jpg) top left no-repeat
}
#head #top {
	height:22px;
	line-height:22px;
	vertical-align:middle;
	color:#FFFFFF;
	margin-left:10px;
}
#head span {
	padding:1px 3px;
	margin:0 2px;
}
#head span a {
	color:#555;
}
#head .fontsizeSelected {
	background-color:#459beb;
	color:#FFF;
}
#head .fontsizeSelected a {
	background-color:#459beb;
	color:#FFF;
}
#head #top a {
	color:#FFFFFF;
}
/*导航*/
#nav {
	border-left:10px solid #fc8b1c;
	padding-left:2px;
	margin-bottom:10px;
}
#nav a {
	color:#444;
	text-decoration:none;/*display:block;*/
}
#nav a:hover {
	text-decoration:none;
}
#nav .selected {
	height:24px;
	line-height:24px;
	background-color:#459beb;
	padding-left:10px;
	color:#FFFFFF;
}
#nav .selected a {
	color:#FFF;
}
#nav .unselected {
	height:24px;
	line-height:24px;
	background-color:#e5e5e5;
	padding-left:10px;
}
#nav .unselected:hover {
	background-color:#459beb;
	color:#FFFFFF;
}
#nav .unselected:hover a {
	color:#FFFFFF;
}
#nav .subSelected {
	height:24px;
	line-height:24px;
	background-color:#459beb;
	padding-left:10px;
	vertical-align:middle;
	color:#FFF;
}
#nav .subSelected a {
	padding-left:15px;
	background-image:url(../images/body-arrow-white.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	color:#FFF;
}
#nav .subUnselected {
	height:24px;
	line-height:24px;
	background-color:#ccc;
	padding-left:10px;
	vertical-align:middle;
}
#nav .subUnselected a {
	padding-left:15px;
	background-image:url(../images/body-arrow-white.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
}
#nav .subUnselected:hover {
	background-color:#459beb;
	color:#FFFFFF;
}
#nav .subUnselected:hover a {
	color:#FFFFFF;
}
#search {
	background:#FFF url(../images/search-background-image.gif) top left no-repeat;
	border:#e5e5e5 solid 1px;
	margin-bottom:10px;
	padding:15px 10px 5px 10px;
}
#featuredVideo {
	background:#f5f5f5 url(../images/video-featured-background-image.gif) top left no-repeat;
	margin-bottom:10px;
	padding:25px 10px 10px 10px;
}
.subTitle {
	font-size:12px;
}
.sectionTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}
.indexTitlewithSq {
	padding-left:15px;
	background-image:url(../images/title-background-image.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
}
/*翻页*/
#pages {
	background-color:#e5e5e5;
	padding:5px 10px;
	margin-top:5px;
	text-align:right;
}
#pages span {
	margin-left:5px;
}
#pages #current {
	font-size:14px;
}
#pages #current a {
	color:#555;
}
/* 定义页脚 */
#footer {
	background:url(../images/foot-background-image.gif) top left repeat-x;
	margin-top:20px;
	height:59px;
}
#footer p {
	color:#fffce1;
}
#footer a {
	color:#FFFFFF;
}
#footer div {
	margin:10px 0 0 60px;
}
/*图片左浮动*/
.picFloatLeft {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}
/*右侧Download*/
#download {
	background-color:#f5f5f5;
	border-top:8px solid #CCC;
	margin:10px 0;
}
#download div {
	background-color:#459beb;
	padding:5px;
}
#download a {
	color:#FFFFFF;
}
/*右侧Portal*/
#portalRight {
	background-color:#f5f5f5;
	border-top:8px solid #CCC;
	padding:10px;
	margin:10px 0;
}
/*内页左右分栏*/
#listLeft {
	width:449px;
	padding-right:10px;
	_padding-right:10px;
	margin-right:10px;
	_margin-right:5px;
	border-right:1px solid #CCC;
	float:left;
}
#listRight {
	width:160px;
	float:right;
}
/*首页*/
#inphotos-left {
	width:380px;
	float:left;
	padding-right:10px;
	border-right:1px solid #CCC;
}
#inphotos-right {
	width:220px;
	float:right;
	padding-right:10px;
}
#portal {
	background:#e5e5e5 url(../images/portal-background-title.gif) top left no-repeat;
	padding:45px 10px 10px 10px;
}
#portal img {
	border:1px solid #CCC;
	margin-right:10px;
	float:left;
}
#gallery {
	background-color:#e5e5e5;
	margin:10px 0;
}
#gallery #counter {
	padding:5px 10px;
	border-bottom:#FFF solid 2px;
	margin-left:15px;
}
#gallery table {
	margin:10px 0;
}
#gallery #left {
	width:32px;
	text-align:left;
	padding:0px;
}
#gallery #mid {
	padding:10px 0;
	text-align:center;
}
#gallery #mid img {
	margin:5px;
}
#gallery #right {
	width:32px;
	text-align:right;
	padding:0px;
}
#gallery #selected {
	border:#fc8b1c solid 1px;
}

