@charset "utf-8";
/* CSS Document */
body{ padding:0; margin:0; background:url(../images/bg.png) repeat !important }
#page-wrapper{ 
						width:100%; 
						margin:0 auto; 
						height:auto;
						background:url(../images/top-bg.png) repeat-x						
}
.page-header-wrap{ 
						width:100%;
						height:120px; 
						margin:0 auto; 
						/*background:#bdd1eb;*/
					background: url(../images/header.png) no-repeat top center;
						background-size:90%;
}
.page-header{	
						width:100%;
						max-width:1100px;
						height:120px; 
						margin:0 auto;
}
.hdr-logo{
						width:20%;
						height:114px;
						float:left;
						padding-top:6px;
						padding-left:5px
	/*					background:url(../images/hdr-logo.png) no-repeat 45px 7px;*/
	}
	.hdr-right{
						width:78%;
						height:120px;
						float:right;
	}
.page-container-wrap{
				width:100%;
				margin:0 auto;
				height:auto;
				padding-bottom:20px;
}
.page-container{
				width:100%;
				margin:0 auto 100px;
				max-width:1100px;
				height:auto;
}
h1{
					font-family: 'Play', sans-serif;
					font-size:30px;
					font-weight:bold !important;
					color:#0080ad;
					text-align:center;
					margin-bottom:20px;
					margin-top:10px
}
h2{
						font-family: 'Play', sans-serif;
					font-size:17px;
					font-weight:bold;
					color:#0080ad;
}
.footer{ 
				height:auto;
				width:100%;
				margin:0 auto;
				position:fixed;
				bottom:0;
				padding-bottom:20px;
		/*		border-top:1px solid #999;*/
				background:url(../images/foot-bg.png) repeat-x top left;
}
.footer-inner{ 
				height:auto;
				width:100%;
				max-width:950px;
				margin:0 auto;
}

.island {
    background: linear-gradient(#FCFDFE, #F4F8FC) repeat scroll 0 0 #FCFDFE;
    border: 1px solid #C9DDF2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -2px 0 rgba(204, 223, 243, 0.3) inset, 0 0 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 10px;
				padding:10px
}
.right-wrap{ 
				width:33%;
				height:auto;
				float:left; 
				margin-left:20px;
}
.left-wrap{ 
				width:65%;
				height:auto;
				float:left;
}
.items{ border-bottom:1px dotted #999; padding:6px; height:auto}
.items:hover{ border-bottom:1px dotted #999; padding:6px; background:#F5F8FC;}
.item-head{
					font-family: 'Play', sans-serif;
					font-size:16px;
					font-weight:bold !important;
					color:#e8933a;
					padding-bottom:6px
}
.item-head a{
					color:#e8933a;
				 text-decoration:none;
}
.item-head a:hover{					
					color:#C24901;
				 text-decoration:none;
}
.item-detail{
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					color:#666;
					line-height:18px;
					padding-bottom:6px ;
					text-align:justify;
}
.item-view{
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-weight:bold !important;
					color:#77BC34;
					font-style:italic;
					line-height:18px;
					text-align:right; 
					padding-right:40px;
					cursor:pointer;
					width:83px; 
					margin-left:515px
	}
.item-view:hover{
					padding-right:37px;
					cursor:pointer;
					width:83px;
					margin-left:517px;				
}
.item-view a:hover{
					color:#77BC34;
					text-decoration:none;
}
.item-view a{
					color:#77BC34;
					text-decoration:none;
}
