/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	--list-style: none;
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(../images/bg.png) repeat;
	-webkit-font-smoothing:antialiased;
}

/* Header */
.header {
	height: 176px;
	background: url(../images/logo.png) no-repeat center #007cc2;
}
.header .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.header .logo {
	position: absolute;
	width: 954px;
	height: 378px;
	left: -207px;
}
.header .heading {
	position: absolute;
	width: 630px;
	height: 148px;
	left: 175px;
	top: 80px;
	text-indent: -9999px;
	overflow: hidden;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	z-index: 99;
	position: relative;
	padding: 20px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: #F7F7F7;
}

.side {
	float: left;
	width: 250px;
	margin-top: 60px;
	margin-bottom: 20px;
}


/* Main */
.main {
	margin: 25px 0px 30px 270px	
}
.main .item-page {
	background: rgba(255,255,255,0.3);
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 20px;
	min-height: 400px;
}
.main .page-header {
	--display: none;
}
.main .page-header a {
	font-size: 20px;
	color: #09233c;
	text-decoration: none;
	line-height: 60px;
}
.article-info {
	display: none;
}
.breadcrumb {
	list-style: none;
	font-size: 11px;
}
.breadcrumb li {
	display: inline-block;
	padding: 0px 3px;
}
.breadcrumb a {
	text-decoration: none;
	color: inherit;
}
.main .btn-group {
	display: none;
}
.footer {
	height: 60px;
	padding-top: 20px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
	clear: both;
	position: relative;
	z-index: 99;
}
.footer .inner {
	width: 960px;
	margin: 0 auto;
}
.footer .left {
	float: left;
	width: 250px;
}
.footer .right {
	margin-left: 270px;
}
.footer .icon {
	width: 32px;
	height: 32px;
	display: inline-block;
}
.fb-icon {
	background: url(../images/facebook-icon.png) no-repeat top left;
}
.twitter-icon {
	background: url(../images/twitter-icon.png) no-repeat top left;
}
.linkedin-icon {
	background: url(../images/linkedin-icon.png) no-repeat top left;
}
.sponsor {
	width: 960px;
	margin: 0 auto;
}
.pagenav {
	display: none;
}
.hor-nav ul {
    width: 960px;
    margin: 0 auto;
}
.hor-nav {
	height: 30px;
	background: #00649c;
	position: relative;
	z-index: 999;
}
.hor-nav ul.nav-child {
    position: absolute;
    top: 22px;
    left: 0;
}
.hor-nav li {    
	position: relative;
    display: inline
}
.hor-nav li.parent ul {
    display: none;
}
.hor-nav li a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px;
}

.nav-child li a:hover {
	color: #f9ff9f !important;
}
.hor-nav li:hover > a {
	color: #f9ff9f !important;
}
.hor-nav li:hover a {
    background: #007cc2;
}
.hor-nav > ul > li.parent:hover ul {
    display: block;
}
.nav-footer {
	height: 30px;
	background: #DDD;
}
.main a, .footer a {
	color: #007cc2;
	text-decoration: none;
}
.main a:hover, .footer a:hover {
	text-decoration: underline;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */