body {
	margin:0;
	font:16px "Lucida Sans", "Lucida Sans Unicode", Lucida, "Lucida Grande";
	color:#9c9c9c;
	background:#d6dee1;
}
img {
	border-style:none;
}
a {
	color:#063;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#069;
}

h1 {
	color:#0084ce;
}
h2 {
	color:#0084ce;
}
#wrapper {
	width:968px;
	margin:17px auto 0;
	padding-bottom:43px;
}
#wrapper .page-top {
	height:5px;
	background:url(../images/bg-page-top.png) no-repeat;
	overflow:hidden;
}
#wrapper .page-btm {
	height:7px;
	background:url(../images/bg-page-btm.png) no-repeat;
}
#wrapper .page-c {
	background:url(../images/bg-page.png) repeat-y;
	padding:0 4px 48px 4px;
	width:960px;
}
/* header */
#header {
	position:relative;
	height:150px;
}
#header h1 {
	margin:0;
	width:128px;
	height:79px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:42px;
	left:48px;
	background:url(../images/logo.gif) no-repeat;
}
#header h1 a {
	display:block;
	height:100%;
}
#header ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:72px;
	right:59px;
}
#header ul li {
	float:left;
	padding-left:45px;
}
#header ul li a {
	text-decoration:none;
	color:#abb4b7;
	font-size:16px;
}
#header ul li a:hover {
	color:#636363;
}
#header ul li.active a {
	color:#0f8bd1 !important;
}
#subbar {
	padding: 0 40px 0 40px;
	background: #0084ce url(../images/sub-bar.png) no-repeat;
	height:57px;
}
#subbar h2 {
	padding: 15px 0 0 0 ;
	font:24px "Lucida Sans", "Lucida Sans Unicode", Lucida, "Lucida Grande";
	font-weight: normal;
	color: #fff;
}
#subbar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#subbar ul li {
	float:left;
	padding-left:45px;
}
#subbar ul li a {
	text-decoration:none;
	color:#93c9da;
	font-size:16px;
}
#subbar ul li a:hover {
	color:#636363;
}
#subbar ul li.active a {
	color:#fff !important;
}
.content {padding: 10px 30px 10px 30px;
            min-height: 600px; }
.content a { text-decoration: none; }

/* block */
.block {
	background:url(../images/bg-box.jpg) no-repeat;
	height:368px;
	position:relative;
}

.block img {
	position:absolute;
	top:30px;
	right:197px;
}
.block strong {
	width:272px;
	height:95px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:104px;
	left:51px;
	background:url(../images/text-create.png) no-repeat;
}
.block a {
	position:absolute;
	top:243px;
	left:46px;
	width:175px;
	height:68px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-btn.png) no-repeat;
}
/* box-holder */

.box-holder {
	overflow:hidden;
	height:1%;
	padding:43px 0 0 10px;
}
.box-holder .box {
	width:260px;
	float:left;
	margin-left:40px;
	display:inline;
}
.box-holder .box h2 {
	margin:0 0 9px;
	font-size:24px;
	font-weight:normal;
}
.box-holder .box h2 a {
	color:#0084ce;
}
.box-holder .box img {
	display:block;
}
.box-holder .box p {
	margin:18px 0 0;
	line-height:24px;
}

/* footer */
#footer {
	width:919px;
	height:48px;
	background:url(../images/bg-footer.png) no-repeat;
	padding:14px 26px 0 23px;
	margin-top:12px;
}
#footer ul {
	margin:7px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
#footer ul li {
	float:left;
	padding-left:41px;
}
#footer ul li a {
	color:#fff;
	font-size:14px;
	position:relative;
}
#footer .logo {
	width:123px;
	height:32px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo-footer.gif) no-repeat;
	position:relative;
}