@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

#page-content-top {
	position:relative;
	text-align:left;
	padding:0px 0px 0px 0px;
	background:none;
	z-index:8;
	background: url(../img/imgstyles/global/bg-topcontent.png) repeat-x;
}

#topcontent {
	width: 960px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	height:162px;
	text-align:left;
	padding:0px 0px 0px 0px;
}


.toplogo {
	width:190px;
	height:117px;
	padding:10px 0 14px 0;
	text-align:center;
	float:left;
}

/*--top contact--*/
.topcontact {
	float:right;
	background:url(../img/imgstyles/global/bg-topcontacbar.png) no-repeat;
	width:550px;
	height:95px;
	margin:3px 30px 0 0;
	color:#ffffff;
}

.topcontact .contactnumber {
	font-size:1.4em;
	padding:63px 0 0 30px;
	font-weight:bold;
	float:left;
}

.topcontact .address {
	padding:55px 0 0 30px;
	font-weight:bold;
	float:left;
}

.topcontact .hours {
	padding:55px 0 0 30px;
	font-weight:bold;
	float:left;
	color:#e8c185;
}

/*--top menu--*/
#topmenu {
	position:absolute;
	top:10px;
	left:200px;
	z-index:999;
}

#topmenu .topanimal {
	position:absolute;
	top:5px;
	left:0;
	z-index:99;
}

#topmenu .menu {
	position:absolute;
	top:80px;
	left:85px;
	background:url(../img/imgstyles/global/bg-menu.png);
	width:637px;
	height:66px;
	padding-left:40px;
	z-index:98;
}

#topmenu .menu ul{
	list-style:none;
}

#topmenu .menu ul li {
	display:block;
	float:left;
	position:relative;
}

#topmenu .menu ul li a {
	display:block;
	color:#333333;
	height:66px;
	line-height:66px;
	margin-right:10px;
	padding-left:25px;
	font-size:1.2em;
}

#topmenu .menu ul li a:hover {
	text-decoration:none;
	color:#037bcc;
	background:url(../img/imgstyles/global/bg-menusel.png) no-repeat;
}

#topmenu .menu ul li .current {
	color:#037bcc;
	background:url(../img/imgstyles/global/bg-menusel.png) no-repeat;
}

#topmenu .menu ul li .menu-sub{
	position:absolute;
	top:45px;
	left:0px;
	display:none;
}

#topmenu .menu ul li:hover .menu-sub{
	top:45px;
	left:0px;
	display:block;
}

#topmenu .menu ul li:hover .menu-sub li{
	width:180px;
	display:block;
	background:#0e81d1;
	float:none;
	padding:5px 10px 0px 10px;
	margin:0;
	height:auto;
	line-height:13px;
}

#topmenu .menu ul li:hover .menu-sub li a{
	padding:0 0 5px 15px;
	font-size:1.2em;
	width:165px;
	color:#ffffff;
	height:auto;
	line-height:13px;
	border-bottom:1px solid #33a1ee;
}

#topmenu .menu ul li:hover .menu-sub li:hover, #topmenu .menu ul li:hover .menu-sub li.current:hover{
	background:url(../img/imgstyles/global/bg-menusubsel.png) no-repeat #fcc06e;
}

#topmenu .menu ul li:hover .menu-sub li.current{
	background:url(../img/imgstyles/global/bg-menusubsel.png) no-repeat #0e81d1;
}

#topmenu .menu ul li:hover .menu-sub li:hover a{
	color:#333333;
	border:none;
}

#topmenu .menu ul li:hover .menu-sub .top{
	background:url(../img/imgstyles/global/bg-menusub-top.png) no-repeat;
	background-color:transparent;
	width:200px;
	height:24px;
	padding:0;
}

#topmenu .menu ul li:hover .menu-sub .top:hover{
	background:url(../img/imgstyles/global/bg-menusub-top.png) no-repeat;
	background-color:transparent;
}

#topmenu .menu ul li:hover .menu-sub .btm{
	background:url(../img/imgstyles/global/bg-menusub-btm.png) no-repeat #030;
	background-color:transparent;
	width:200px;
	height:11px;
	padding:0;
	margin:0;
}

#topmenu .menu ul li:hover .menu-sub .btm:hover{
	background:url(../img/imgstyles/global/bg-menusub-btm.png) no-repeat;
	background-color:transparent;
}

.page-top{
	position:absolute;
	background:url(../img/imgstyles/global/bg-page-top.png) no-repeat;
	width:960px;
	height:44px;
	left:0px;
	top:118px;
}
/*--banner--*/
.banner-top{
	position:absolute;
	background:url(../img/imgstyles/banner/bg-banner-top.png) no-repeat;
	width:960px;
	height:44px;
	left:0px;
	top:118px;
}

.home-banner {
	background:url(../img/imgstyles/banner/bg-banner.png) no-repeat;
	height: 255px;
	width:900px;
	padding:0 30px 30px 30px;
}

.slider {
	height:255px;
	width:900px;
	display:block;
}

.homeblock {
	background:url(../img/imgstyles/global/bg-homeblock.png) no-repeat;
	width:260px;
	height:200px;
	float:left;
	margin:5px;
	padding:25px;
}

.homeblock .title {
	background: url(../img/imgstyles/global/bg-blocktitle.png) no-repeat;
	padding-left:40px;
	padding-top:3px;
	font-size:1.3em;
	color:#037bcc;
	height:32px;
	margin-bottom:5px;
}

.homeblock .btn {
	background:url(../img/imgstyles/btn/btn-homeblock.png) no-repeat;
	height:34px;
	width:135px;
	line-height:34px;
	text-align:center;
	color:#ffffff;
	font-size:1.1em;
	float:right;
	display:block;
	cursor:pointer;
}

.homeblock .btn:hover {
	color:#333333;
	text-decoration:none;
}

/*--page content--*/
#page-content-btm {
	z-index:1;
}

#page-content-inner {
	padding:0 0 0 0;
	width:960px;
	text-align:left;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

.page-contenthome-top {
	background:url(../img/imgstyles/global/bg-contenttop-home.png) no-repeat;
	height:12px;
	width:960px;
}

.page-content {
	background:url(../img/imgstyles/global/bg-pagecontent.png) repeat-y;
	width:960px;
}

.page-content-btm {
	background:url(../img/imgstyles/global/bg-pagecontent-btm.png) no-repeat;
	height:12px;
	width:960px;
}

.page-content-left {
	margin:25px 20px 25px 50px;
	width:600px;
	float:left;
	line-height:normal;
}

.page-content-left ul{
	margin-left:25px;
}

.page-content-left ul ul{
	margin-left:25px;
}

.page-content-right {
	padding:0;
	width:290px;
	float:right;
}

.page-padding {
	padding:0 30px 15px 30px;
}

#guidecontent {
	position:relative;
}

/*--news block--*/
.newsblock {
	padding:10px 0 15px 0;
	border-bottom:1px solid #d8d0bc
}

.newsblock .date {
	float:left;
	color:#037bcc;
	font-weight:bold;
	height:40px;
	margin-bottom:5px;
}

.newsblock .date .dateright {
	width:60px;
	float:left;
	padding-top:5px;
}

.newsblock .date .day {
	float:left;
	font-size:38px;
	line-height:40px;
}

.newsblock .date .month {
	float:left;
	font-size:18px;
	line-height:18px;
}

.newsblock .date .year {
	float:left;
	font-size:14px;
	line-height:14px;
}

.newsblock .title {
	font-size:1.4em;
	color:#037bcc;
	float:left;
	height:40px;
	line-height:40px;
	font-weight:bold;
	width:470px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.newsblock img {
	float:left;
	width:90px;
	margin-right:25px;
}

.newsblock .desc {
	float:left;
	width:475px;
}

.articlesblock {
	padding:15px 0;
}

.articlesblock img {
	float:left;
	margin-right:10px;
}

.articlesblock .desc {
	float:left;
	width:475px;
}

.articlesblock .title {
	font-size:1.2em;
}
/*--sidebar--*/
.sidebar-top {
	width:290px;
	height:10px;
	background:url(../img/imgstyles/global/bg-sidebar-top.png) no-repeat;
}

.sidebar-btm {
	width:290px;
	height:10px;
	background:url(../img/imgstyles/global/bg-sidebar-btm.png) no-repeat;
}

.sidebar {
	background:url(../img/imgstyles/global/bg-sidebar.png) repeat-y;
	padding:10px 30px;
	width:230px;
}

.sidebar .title1, .sidebar .text {
	margin-left:8px;
}

.sidebar-inner {
	background:#f2e9d6;
	padding:10px;
}

.sidebar .largeimg {
	margin:8px 8px;
}

.sidebar .smallimg {
	margin:4px 4px;
}

.guide {
}

.guide ul {
	list-style:none;
}

.guide ul li {
	font-weight:bold;
	padding:0 0 10px 25px;
	display:block;
	list-style-position:outside;
}

.guide ul li a:hover {
	color:#333333;
	text-decoration:none;
}

.guide ul .current {
	background:url(../img/imgstyles/global/bg-sidebar-sel.png) no-repeat;
}

.guide ul .current a{
	color:#333333;
}

.guide .guide-cat-sel, .guide .guide-cat {
	background:url(../img/imgstyles/global/bg-sidecat.png) no-repeat;
	height:47px;
	width:157px;
	margin-left:-20px;
	font-weight:bold;
	color:#333333;
	padding:10px 70px 0px 20px;
}

.guide .guide-cat-sel {
	background:url(../img/imgstyles/global/bg-sidecat-sel.png) no-repeat;
}

/*--other--*/
.nextstep, .prevstep {
	height:35px;
	line-height:35px;
	width:100px;
	text-align:bold;
	font-size:1.4em;
	cursor:pointer;
}

.nextstep {
	background:url(../img/imgstyles/global/bg-nextstep.png) no-repeat right top;
	padding-right:40px;
	float:right;
	text-align:right;
}

.prevstep {
	background:url(../img/imgstyles/global/bg-prevstep.png) no-repeat;
	padding-left:40px;
	float:left;
}

/*staff page*/
.group-desc {
	float:left;
	width:190px;
	font-size:1.3em;
	padding:100px 0 0 10px;
}

.staff-block {
	width:190px;
	margin:0 10px 15px 0;
	float:left;
	position:relative;
}

.staff-block .name {
	font-size:1.1em;
	color:#037bcd;
	font-weight:bold;
}

.staff-block .snippet {
	background:url(../img/imgstyles/global/bg-popup.png) no-repeat;
	width:191px;
	height:119px;
	padding:15px;
	color:#333333;
	position:absolute;
	top:-140px;
	left:0px;
	display:none;
	z-index:9999;
}

/*sharestory page*/
.sharestory-block {
	width:87px;
	margin:0 10px 15px 0;
	float:left;
	position:relative;
}

.sharestory-block .name {
	font-size:1.1em;
	color:#037bcd;
	font-weight:bold;
}

.sharestory-block .snippet {
	background:url(../img/imgstyles/global/bg-popup.png) no-repeat;
	width:191px;
	height:119px;
	padding:15px;
	color:#333333;
	position:absolute;
	top:-140px;
	left:-10px;
	display:none;
	z-index:9999;
}

.pagination {
	float:right;
	line-height:15px;
}

.pagination a, .pagination span {
	diplay:block;
	padding:0 5px;
	float:left;
}

.pagination a {
	cursor:pointer;
}

.pagination .current {
	background:#037bcc;
	color:#ffffff;
}

.pagination .prevpage {
	background:url(../img/imgstyles/global/bg-prevpage.png) no-repeat;
	padding-left:20px;
}

.pagination .nextpage {
	background:url(../img/imgstyles/global/bg-nextpage.png) no-repeat top right;
	padding-right:20px;
}

/*--admin content--*/
.adminhome-links{
	margin-left:50px;
}

.adminlinks a {
	line-height:20px;
	display:block;
}

.secondarynav {
	margin:15px 0;
	height:25px;
	line-height:25px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}

.bannerlist {
	list-style:none;
}

.bannerlist li {
	padding:10px 50px;
	display:block;
	border-bottom:1px dotted #333333;
}

.bannerlist li img{
	float:left;
}

.bannerlist li .desc{
	float:left;
	padding-left:15px;
}
/*--footer content--*/

#footer {
	height:50px;
	margin-left:auto;
	margin-right:auto;
	width:910px;
	line-height:75px;
	padding:5px 25px;
}