@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;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #100f5b;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 17px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #979797;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #6f6e6e;
	line-height: 18px;
}

.wrapper {
	width: 1100px;
	margin: 0 auto;
}

.header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 216px;
	overflow: hidden;
	position: relative;
}

.header .top {
	height: 33px;
	line-height: 30px;
	padding-left: 5px;
	overflow: hidden;
}

.header .top a {
	float: left;
	padding: 0 5px;
	margin-left: 9px;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
}

.header .logo {
	background-image: url(../images/logo.png);
	float: left;
	width: 388px;
	height: 86px;
	background-repeat: no-repeat;
	margin: 10px 0 0 15px;
}

.header .ad {
	float: right;
	padding: 27px 20px 0 0;
}

.navigation {
	position: absolute;	
	bottom: 0;
	left: 0;
	height: 65px;
}

.navigation ul {
	position: relative;
	float: left;
}

.navigation ul ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	height: 33px;
	width: 1100px;
	background-color: #100f5b;
}

.navigation ul li {
	float: left;
	height: 33px;
}

.navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #28276b;
	line-height: 28px;
	height: 28px;
	text-transform: uppercase;
	padding: 4px 17px 0 17px;
	float: left;
	position: relative;
	cursor: pointer;
}

.navigation ul li a span {
	display: none;	
}

.navigation ul li:hover a, .navigation ul li.selected a {
	float: left;
	background-image: url(../images/nav-li-bg.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding: 4px 17px 0 17px;
	color: #FFF;
	text-decoration: none;
}

.navigation ul li:hover span, .navigation ul li.selected span {
	background-image: url(../images/nav-li-span.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 32px;
	float: left;
	position: absolute;
	top: 0;
	right: -1px;
	display: block;
	cursor: pointer;
}

.navigation ul li:hover ul, .navigation ul li.selected ul {
	display: block;
}

.navigation ul li:hover ul li a, .navigation ul li.selected ul li a {
	background: none;
	font-size: 11px;
	color: #d7d4d4;
}

.navigation ul li ul li a:hover {
	text-decoration: underline;	
}

.features {
	background-image: url(../images/features-bg.jpg);
	background-repeat: no-repeat;
	height: 111px;
	position: relative;
	overflow: hidden;
}

.features .left {
	float: left;
	width: 235px;
}

.features .left .left-arrow {
	position: absolute;
	left: 0;
	top: 5px;
	width:33px;
	height: 48px;
	cursor: pointer;
}

.features .left .right-arrow {
	position: absolute;
	left: 0;
	bottom: 6px;
	width:33px;
	height: 52px;
	cursor: pointer;
}

.features .left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #FFF;
	margin: 20px 0 0 50px;
}

.features .left h1 span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}

.features .right {
	float: right;
	width: 865px;
	overflow: hidden;
}

.features .right .block {
	padding: 10px 15px 0 15px;
	width: 250px;
	float: left;
	font-size: 9px;
	line-height: 11px;
}

.features .right .block .img {
	background-image: url(../images/features-img-bg.gif);
	padding: 9px 0 0 11px;
	width: 112px;
	height: 82px;
	float: left;
}

.features .right .block h4, .features .right .block h4 a {
	font-size: 10px;
	color: #100f5b;
	line-height: 11px;
	padding-top: 10px;
	padding-bottom: 3px;
}

.main {
	clear: both;
	background-image: url(../images/main-bg.gif);
	overflow: hidden;
	background-repeat: no-repeat;
	
	padding: 42px 35px 42px 37px;
}

* html .main {
	margin-left: 1px;	
}

*+html .main {
	margin-left: 1px;	
}

.content {
	float: left;
	width: 629px;
}

.sidebar {
	float: right;
	width: 352px;
}

.content h1 {
	font-size: 21px;
	color: #383838;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: normal;
}

.content h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: none;
	line-height: 20px;
	color: #d49b04;
	display: block;
}

.breadcrumbs {
	height: 41px;
	border-top: 1px solid #d8d7d7;
	border-bottom: 1px solid #d8d7d7;
	line-height: 41px;
	margin-bottom: 20px;
}

.breadcrumbs .left {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #100f5b;
	letter-spacing: 0px;
	font-weight: bold;
}

.breadcrumbs .right {
	float: right;
	width: 320px;
}

.breadcrumbs .right a {
	float: left;
	line-height: 41px;
	font-size: 10px;
	color: #868686;
}

.breadcrumbs .right a img {
	float: left;
	margin-top: 12px;
	margin-right: 5px;
}

.breadcrumbs .separator {
	background-image: url(../images/breadcrumbs-separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 1px;
	height: 41px;
	margin: 0 10px;
}

.article {
	padding-bottom: 50px;
	overflow: hidden;
	border-bottom: 1px solid #e8e7e7;
	margin-bottom: 40px;
}

.article .block {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #d8d7d7;
	background-color: #e9e6e6;
	padding: 14px;
	width: 282px;
}

.article .block img {
	border: 1px solid #bab8b8;	
	margin-bottom: 10px;
}

.article .block p {
	clear: both;
	font-size: 10px;
	color: #6f6e6e;
	padding: 0;
}

.advert {
	border-bottom: 1px solid #d8d7d7;
	padding-bottom: 12px;
	margin-bottom: 17px;
	text-align: center;
}

.advert h4 {
	text-align: center;
	color: #6f6e6e;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d8d7d7;
}

.box {
	clear: both;
	margin: 10px 0;
	border: 1px solid #c1c1c1;
	padding: 8px;
	overflow: hidden;
	background-image: url(../images/box-separator-bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	font-size: 10px;
	color: #6f6e6e;
	line-height: 14px;
}

.box .left {
	float: left;
	width: 280px;
}

.box .right {
	float: right;
	width: 280px;
}

.box img {
	float: left;
	border: 1px solid #dbdada;
	margin: 0 10px 0 0;
}
.box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6f6e6e;
	padding-bottom: 5px;
	font-weight: bold;
}

a.more {
	clear: right;
	margin-top: 10px;
	float: right;
	font-size: 11px;
	color: #100f5b;
}

div.more {
	text-align: right;	
}

div.more a {
	text-align: right;
	font-size: 14px;
	color: #100f5b;
}

.box ul li {
	padding-top: 5px; 
	padding-bottom: 2px;
}

.box ul li a {
	color: #302f71;
	line-height: 14px;
	font-size: 12px;
	letter-spacing: -1px;
}

.related-articles {
	clear: both;
	margin-top:28px;
}

.related-articles a.ad {
	float: right;	
}

.related-articles .left {
	float: left;
	width: 286px;
}

.related-articles h2 {
	background-image: url(../images/h2-related-articles.gif);
	width: 274px;
	background-repeat: no-repeat;
	height: 31px;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-left: 12px;
	margin-bottom: 10px;
}

.related-articles ul {
	width: 286px;	
}

.related-articles ul li {
	width: 286px;
	float: left;
	padding-bottom: 6px;
	padding-top: 2px;
	background-image: url(../images/double-dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	line-height: 14px;
}

.related-articles ul li a {
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302f71;
}

.comments {
	clear: both;	
	overflow: hidden;
}

.comments .left {
	float: left;
	width: 300px;
}

.comments .right {
	float: right;
	width: 312px;
}

.comments h2 {
	font-family: Arial, Helvetica, sans-serif;
	height: 34px;
	line-height: 34px;
	padding-left: 12px;
	font-size: 20px;
	color: #FFF;
	background-color: #6f6e6e;
	margin-bottom: 25px;
}

.comments form label {
	font-size: 15px;
	line-height: 27px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.comments form label span {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	text-transform: none;
}

.comments form textarea {
	background-color: #f2f2f2;
	width: 298px;
	height: 168px;
	border: 1px solid #d5d5d5;
	overflow: auto;
}

.comments form input {
	background-color: #f2f2f2;
	width: 290px;
	height: 18px;
	line-height: 18px;
	padding: 0 10px;
	border: 1px solid #d5d5d5;
	padding: 5px 10px;
	margin-bottom: 13px;
}

* html .comments form input {
	background-color: #f2f2f2;
	width: 290px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d5d5d5;
}

*+html .comments form input {
	background-color: #f2f2f2;
	width: 290px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d5d5d5;
}

.comments form input.submit {
	float: right;
	clear: both;
	width: 148px;
	height: 40px;
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #100f5b;
	border: none;
	color:#FFF;
	cursor: pointer;
}

.sidebar form.search {
	background-image: url(../images/form-search-bg.gif);
	width: 360px;
	height: 223px;
	padding: 12px 14px;
	background-repeat: no-repeat;
	position: relative;
	margin-right: -35px;
}

.sidebar form.search input {
	width: 210px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #939393;
	clear: both;
	font-weight: bold;
}

.sidebar form.search input.submit {
	clear: none;
	background: none;
	border: none;
	float: right;
	width: auto;
	background-image: url(../images/form-submit-arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	color: #FFF;
	padding-top: 2px;
	padding-right: 25px;
	text-transform: uppercase;
	margin-right: 25px;
	cursor: pointer;
	font-weight: bold;
}

* html .sidebar form.search input.submit {
	padding-right: 12px;	
}

*+html .sidebar form.search input.submit {
	padding-right: 12px;	
}

.sidebar form.search h3 {
	clear: both;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:normal;
	text-transform: uppercase;
	padding-top: 30px;
}

* html .sidebar form.search h3 {
	padding-top: 20px;	
}

*+html .sidebar form.search h3 {
	padding-top: 10px;	
}

.sidebar form.search h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}

.sidebar form.search h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 15px;
	text-transform: uppercase;
	clear: both;
}

*+html .sidebar form.search h5 {
	padding-top: 20px;	
}

.sidebar form.search a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #100f5b;
	font-weight: bold;
	background-image: url(../images/form-rss-bg.gif);
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
}

.sidebar form.search a.left {
	float: left;
}

.sidebar form.search a.right {
	float: right;
	margin-right: 30px;
}

.twitter {
	padding-top: 110px;	
	clear: both;
}

.twitter h4 {
	background-image: url(../images/on-twitter-bg.gif);
	height: 38px;
	line-height: 38px;
	padding-left: 64px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f2f3f6;
}

.twitter p {
	padding-left: 60px;
}

.twitter a {
	color: #100f5b;	
}

.twitter .stats {
	font-size: 11px;
	font-style: italic;
	color: #3b3b3b;
	display: block;
	padding-top: 4px;
}

.news {
	clear: both;
	padding-top: 50px;
	overflow: hidden;
}

.news h2 {
	background-image: url(../images/h2-news-bg.gif);
	line-height: 31px;
	background-repeat: no-repeat;
	height: 31px;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-left: 12px;
	margin-bottom: 10px;
}

.news .left {
	float: left;
	width: 202px;
	color: #373737;
}

.news .right {
	float: right;
	width: 136px;
}

.news h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #100f5b;
	font-weight: bold;
	margin-bottom: 10px;
}

.news h3 span {
	display: block;
	font-size: 13px;
	color: #6f6e6e;
}

.news div.more a {
	font-size: 11px;	
}

.news .right a {
	font-size: 11px;
	color: #100f5b;
	line-height: 13px;
	padding: 5px 0 7px 0;
	display: block;
	background-image: url(../images/double-dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.news .right a.last {
	background-image: none;	
}

.tabbed {
	clear: both;
	padding-top: 40px;
}

.tabbed ul li {
	float: left;	
}

.tabbed ul li a {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 1px 6px 0px 6px;
	font-size: 12px;
	color: #161616;
	margin-bottom: -1px;
	position: relative;
}

.tabbed ul li a:hover, .tabbed ul li.selected a {
	background-color: #ebe9e9;
	border: 1px solid #d9d8d8;
	padding: 0 5px;
	border-bottom: none;
	text-decoration: none;
}

.tabbed .tab {
	background-color: #ebe9e9;
	border: 1px solid #d9d8d8;
	clear: both;
	overflow: hidden;
	padding: 9px;
}

.tabbed .tab .left {
	float: left;
	width: 192px;
	color: #373737;
}

.tabbed .tab .right {
	float: right;
	width: 126px;
}

.tabbed .tab h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #100f5b;
	font-weight: bold;
	margin-bottom: 10px;
}

.tabbed .tab h3 span {
	display: block;
	font-size: 13px;
	color: #6f6e6e;
}

.tabbed .tab div.more a {
	font-size: 11px;	
}

.tabbed .tab .right a {
	font-size: 11px;
	color: #100f5b;
	line-height: 13px;
	padding: 5px 0 7px 0;
	display: block;
	background-image: url(../images/double-dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.tabbed .tab .right a.last {
	background-image: none;	
}

.sidebar .ad {
	margin: 50px 0 10px 0;	
}

.tabbed .left-half {
	float: left;
	width: 160px;
}

.tabbed .right-half {
	float: right;
	width: 160px;
	position: relative;
	margin-right: -9px;
}

.tabbed .post {
	padding-bottom: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	line-height: 14px;
	font-style: italic;
}

.tabbed .post h6 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #100f5b;
	font-style: normal;
}

.tabbed .post h6 a {
	color: #100f5b;	
	font-weight: bold;
}

.tabbed .view-more-jobs {
	background-image: url(../images/view-more-jobs-bg.gif);
	width: 176px;
	height: 31px;
	background-repeat: no-repeat;
	line-height: 31px;
	float: left;
	margin-left: -9px;
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

.tabbed .post-open-jobs {
	background-image: url(../images/post-open-jobs-bg.gif);
	width: 135px;
	height: 31px;
	background-repeat: no-repeat;
	line-height: 31px;
	float: right;
	margin-right: -10px;
	color: #100f5b;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}

.books {
	clear: both;
	padding-top: 50px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	overflow: hidden;
}

.books h2 {
	background-image: url(../images/h2-books-bg.gif);
	line-height: 31px;
	background-repeat: no-repeat;
	height: 31px;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-left: 12px;
	margin-bottom: 10px;
}

.books img {
	margin: 0 10px 10px 10px;
	float: left;
}

.books .left {
	float: left;
	width: 140px;	
}

.books .right {
	float: right;
	width: 200px;	
}

.books h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #100f5b;
	font-weight: bold;
	margin-bottom: 10px;
}

.books h3 span {
	display: block;
	font-size: 13px;
	color: #6f6e6e;
}

.books .review .more {
	padding-top: 5px;	
	float: none;
	text-align: center;
}

.books .review .more a {
	font-size: 11px;
	float: none;
}

.books .review {
	overflow: hidden;	
	padding: 10px 0;
	background-image: url(../images/double-dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.ads-block {
	padding-top: 50px;
	margin-right: -35px;
	width: 378px;
	position: relative;
}

.ads-block a {
	margin: 0 15px 15px 0;
	float: left;
	clear: none;
}

.list {
	padding: 0;
	margin-top: 50px;
	clear: both;
	background-color: #474343;
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
}

.list .top {
	height: 32px;
	border-bottom: 1px solid #737373;
	padding-left: 21px;
}

.list .top a {
	float: left;
	line-height: 32px;
	height: 32px;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d7d4d4;
	text-transform: uppercase;
}

.list .top a:hover, .list .top a.selected {
	background-color: #222222;
	text-decoration: none;
}

.list-content {
	background-color: #222222;
	overflow: hidden;
	padding: 15px 20px;
	border-left: 21px solid #474343;
	border-right: 21px solid #474343;
}

.list-content ul {
	float: left;
	width: 200px;
}

.list-content ul li {
	padding-left: 10px;
	background-image: url(../images/list-li-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.list-content ul li a {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d7d4d4;
}

.list .bottom {
	border-top: 1px solid #625f5f;	
	border-bottom: 1px solid #625f5f;	
	padding-left: 21px;
}

.list .bottom a {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 44px;
	height: 44px;
	color: #FFF;
	margin-right: 23px;
	text-transform:uppercase;
}

.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 76px;
	overflow: hidden;
}

.footer div {
	padding-top: 6px;
	line-height: 44px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #100f5b;
}

.footer div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #100f5b;
	margin: 0 10px;
	text-transform:uppercase;
}

.footer div a.logo {
	background-image: url(../images/logo-footer.gif);
	width: 129px;
	height: 44px;
	float: right;
}

.footer .copyright {
	line-height: 23px;
	padding-top: 3px;
	font-size: 9px;
	color: #FFF;
}

.footer .copyright a {
	color: #FFF;
	text-transform: none;
	font-size: 9px;
}
