@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {	
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 13px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #010101;	
}

.wrapper {
	background-image: url(../images/wrapper-shadow-bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 4px;
	width: 979px;
}

* html .wrapper {
	overflow: hidden;
}

.header {
	background-image: url(../images/header-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 6px;
	height: 152px;
	overflow:visible;
}

.header .logo {
	margin-top: 26px;
	margin-left: 19px;
	width: 476px;
	height: 101px;
	float: left;
}

.header .login {
	background-color: #231f20;
	margin-right: 27px;
	padding: 0 17px;
	font-size: 11px;
	color: #fff;
	line-height: 32px;
	height: 32px;
	float: right;
	display: inline;
}

.navigation {
	background-image: url(../images/navigation-bg.gif);
	background-repeat: repeat-x;
	margin: 0 1px;
	height: 34px;
	clear: both;
	z-index: 9999;
}

.navigation ul {
	background-image: url(../images/navigation-ul-bg.gif);
	background-repeat: repeat-x;
	height: 34px;
	float: left;
	z-index: 9999;
}

.navigation ul li {
	float: left;
	position: relative;
	z-index: 9999;
}

.navigation ul li a {
	padding: 0 18px;
	color: #fff;
	text-transform: uppercase;
	line-height: 34px;
	height: 34px;
	float: left;
	z-index: 9999;
}

.navigation ul li:hover a {
	background-image: url(../images/navigation-ul-li-selected-bg.gif);
	background-repeat: repeat-x;
}



.navigation ul li ul {
	display: none;
	background: none;
	background-color: #2a3a41;
	left: 0px;
	top: 34px;
	width: 150px;
	float: left;
	position: absolute;
}

.navigation ul li:hover ul, .navigation ul li.over ul {
	display: block;
}

.navigation ul ul li {
	width: 150px;

}

.navigation ul li:hover ul li a {
	background: none;
	background-image: url(../images/navigation-ul-ul-li-a-separ.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #2a3a41 !important;
	padding: 0 0;
	text-transform: none;
	font-size: 11px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	height: 33px;
	width: 150px;
	display: block;
}

.navigation ul li ul li a:hover, .navigation ul li ul li.selected a {
	text-decoration: underline;
}


.navigation ul li ul li ul {
	display: none;
	background: none;
	background-color: #2a3a41;
	left: 0px;
	top: 34px;
	width: 150px;
	float: left;
	position: absolute;
}


.navigation ul li:hover ul, . navigation ul li.over ul  . navigation ul li ul li.over ul {
	display: block;
	padding-left:220px;
}

.navigation ul ul ul li {
	width: 150px;
	
}

.navigation ul li:hover ul li ul li a {
	background: none;
	background-image: url(../images/navigation-ul-ul-li-a-separ.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #0099FF;
	padding: 0 0;
	text-transform: none;
	font-size: 11px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	height: 33px;
	width: 150px;
	display: block;
	padding-left:200px;
}

	.navigation ul li:hover ul li ul li a {
	background:#CCCCCC;	
	
	}







.navigation ul li:hover ul li a.last {
	background: none;
}




.navigation .search {
	height: 34px;
	float: right;
}

.navigation .search {
	margin-right: 5px;
	padding-top: 5px;
	height: 28px;
	float: right;
}

.navigation .search input {
	padding: 3px 8px;
	line-height: 15px;
	width: 254px;
	height: 15px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #231f20;
}

.navigation .search input.submit {
	background: none;
	border: none;
	background-image: url(../images/search-submit-bg.gif);
	width: 70px;
	height: 21px;
	cursor: pointer;
	color: #fff;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.sub-navigation {
	background-image: url(../images/lower-navigation-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 1px 1px 0 1px;
	height: 35px;
	clear: both;
}

.sub-navigation ul li {
	float: left;
}

.sub-navigation ul li a {
	color: #757273;
	padding: 0 18px;
	height: 34px;
	float: left;
	line-height: 34px;
}

.sub-navigation ul li a:hover,.sub-navigation ul li.selected a {
	background-color: #7f7f7f;
	color: #fff;
}

.main {
	overflow: hidden;
}

.main .content {
	margin-top: 16px;
	margin-left: 17px;
	width: 600px;
	float: left;
	display: inline;
}

.main .content .intro {
	margin-bottom: 11px;
}

.main .content .intro .page-navigation {
	background-color: #030b0f;
	border-bottom: #216f94 3px solid;
	height: 32px;
}

.main .content .intro .page-navigation a {
	padding: 0 11px;
	font-size: 12px;
	line-height: 32px;
	color: #fff;
	display: block;
	float: left;
}

.main .content .intro .page-navigation a:hover, .main .content .intro .page-navigation a.selected-page  {
	background-color: #216f94;
}

.main .content .intro .intro-content {
	position: relative;
}

.main .content .intro .transparent {
	padding: 6px 17px 0 17px;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	bottom: 0;
	width: 566px;
	left: 0;
	position: absolute;
	background-image: url(../images/transparent-bg.png);
	background-repeat: repeat;
}

.main .content .intro .transparent h4 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.heading {
	position: relative;
}

.heading h1 {
	padding: 10px 15px 10px 15px;
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	bottom: 0;
	width: 570px;
	left: 0;
	position: absolute;
	background-image: url(../images/transparent-bg.png);
	background-repeat: repeat;
}

.main .rightaligned {
	float: right;
}

.main .content .block {
	margin-bottom: 14px;
}

.main .content .block h1 {
	background-image: url(../images/block-h1.gif);
	background-repeat: repeat-x;
	font-family: "Franklin Gothic",Verdana, Arial;
	padding: 0 14px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	height: 33px;
}

.main .content .block .supplement {
	background-color: #515151;
	padding: 7px 13px;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}

.main .content .block .light {
	background-color: #666666;
}

.main .content .block .supplement .caption {
	background-image: url(../images/buble.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 17px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

.main .content .block .supplement .caption:hover {
	text-decoration: underline;
}

.main .content .preview {
	margin-bottom: 11px;
	padding-top: 9px;
}

.main .content .preview h2 {
	padding: 0 13px;
	font-size: 13px;
	font-weight: bold;
	color: #1f698c;
}

.main .content .preview h2 a {
	font-size: 13px;
	font-weight: bold;
	color: #1f698c;
}

.main .content .preview h2 a:hover {
	text-decoration: underline;
}

.main .content .preview h2 .autor {
	margin: 3px 0;
	font-size: 11px;
	font-weight: normal;
	color: #b2b2b2;
	display: block;
}

.main .content .preview .preview-content {
	padding: 0 13px 11px 13px;
	overflow: hidden;
}

.main .content .premium {
	background-image: url(../images/premium-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.main .content .premium .preview-content {
	background-image: url(../images/premium-bottom-bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.main .content .more {
	background-color: #383838;
	padding: 2px 5px;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	width:70px;
	display:block;
	margin-top:5px;
}

.main .content .content-guides {
	margin: 13px 0;	
	background-color: #f1f1f1;
	height: 24px;
	clear: both;
}

.main .content .content-guides a {
	margin: 0 10px;
	font-size: 11px;
	line-height: 24px;
	color: #010101;
	float: left;
}

.main .content .content-guides a:hover {
	text-decoration: underline;
}

.main .sidebar {
	margin-top: 16px;
	margin-right: 14px;
	width: 334px;
	float: right;
	display: inline;
}

.main .sidebar table {
	margin-bottom: 8px;
	width: 100%;
}

.main .sidebar table thead {
	background-color: #f4f4f4;
}

.main .sidebar table thead th {
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	color: #003366;
	height: 34px;
}

.main .sidebar table thead th.last, .main .sidebar table tbody td.last {
	background-color: #fff;
	border-right: none;
}

.main .sidebar table tbody td {
	background-color: #fff;	
	border-right: #cccccc 1px solid;
	font-size: 11px;
	vertical-align: middle;
	color: #212425;
	height: 25px;
	padding: 0 5px;
	vertical-align: middle;
	line-height: 25px;
}

.main .sidebar table tbody td img {
	vertical-align: text-bottom;
}

.main .sidebar table tbody td strong {
	border-right: #5eb66b 2px solid;
	font-weight: bold;
	margin: 3px 3px 2px 0;
	width: 40px;
	line-height: 19px;
	float: left;
}

.main .sidebar table tbody td small {
	font-size: 8px;
	color: #777777;
	font-weight: normal;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	vertical-align: middle;
}

.main .sidebar .banner {
	margin-bottom: 13px;
	display: block;
}

.main .sidebar .box {
	background-image: url(../images/box-shadow.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #515151;
	line-height: 19px;
	padding-bottom: 8px;
}

.main .sidebar .box h1 {
	background-image: url(../images/box-h1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 12px;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	width: 310px;
	height: 32px;
}

.main .sidebar .box .box-content {
	overflow: hidden;
	width: 334px;
	background-color: #fafafa;
}

.text {
	padding: 4px 12px 15px 12px;
}

.main .sidebar .box .article {
	background-color: #fafafa;
	padding: 4px 12px 0 12px;
	color: #707070;
	font-size: 11px;
	line-height: 15px;
}

.main .sidebar .box .article .title {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #0064a4;
}

.main .sidebar .box .article .title:hover {
	text-decoration: underline;
}

.main .sidebar .box .light{
	background-color: #fdfdfd;
}

.main .sidebar .box .more {
	background-color: #1e6589;
	padding: 3px 7px;
	height: 20px;
}

.main .sidebar .box .more a {
	color: #fff;
	font-size: 10px;
	float: right;
}

.main .sidebar .box .more a:hover {
	text-decoration: underline;
}

.main .sidebar .post {
	padding: 10px 12px 10px 0;
	font-size: 11px;
	line-height: 15px;
	color: #010101;
	overflow: hidden;
	width: 322px;
}

.main .sidebar .post .name {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #010101;
}

.main .sidebar .post .name:hover {
	text-decoration: underline;
}

.main .sidebar .post a {
	color: #408cac;
}

.main .sidebar .post .underline {
	text-decoration: underline;
	font-size: 11px;
	color: #010101;
}

.main .sidebar .post .underline:hover {
	text-decoration: none;
}

.main .sidebar .post a:hover {
	text-decoration: underline;
}

.main .sidebar .post .post-image {
	text-align: center;
	width: 80px;
	float: left;
	display: inline;
}

.main .sidebar .post span {
	font-size: 10px;
	color: #656565;
}

.footer {
	clear: both;
	background-image: url(../images/footer-bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 70px;
	overflow: hidden;
}

.footer .footer-logo {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	width: 257px;
	height: 54px;
	background-image: url(../images/footer-logo.gif);
	background-repeat: no-repeat;
	float: left;
}

.footer .column {
	margin-right: 20px;
	margin-top: 23px;
	width: 140px;
	float: left;
}

.footer .column .title {
	margin-bottom: 6px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
	color: #b4cdd9;
	display: block;
}

.footer .column a {
	line-height: 15px;
	font-size: 10px;
	color: #6799b1;
}

.footer .column a:hover {
	text-decoration: underline;
}
