/*** GENERAL STYLES ***/

* {
	margin: 0;
	padding :0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

/* adds vertical scrollbar even on pages that don't need it */
/* prevents content shifting across pages */
html { min-height: 100%; margin-bottom: 1px; }

body { 
	font-size: 13px;
	color: #333;
	background: #fff url(/images/page-bg.gif) top left repeat-x;
	text-align: center;
	padding-top: 20px;
}





/*** PAGE LAYOUT STYLES ***/

#pageHolder {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 900px;
	background: url(/images/design4/content-bg.gif);
}

#contentBG {
	clear: both;
	padding: 30px 0 0 0;
	margin: 0 auto;
	width: 900px;
	min-height: 300px;
	text-align: left;
}

#subnav {
	position: relative;
	float: left;
	width: 175px;
	font-size: 16px;
	text-align: left;
	margin-right: 50px;
}

#subnav .subnavTop {
	height: 10px;
	background: url(/images/subnav-top.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
}

#subnav .subnavBottom {
	height: 30px;
	background: url(/images/subnav-bottom.gif) bottom left no-repeat;
	margin: 0;
}

#subnav div {
	height: 30px;
	line-height: 30px;
	background: url(/images/subnav-bg.gif) top left repeat-y;
	margin: 0;
	padding-left: 25px;
	font-size: 16px;
}

#subnav div.selected {
	background: url(/images/subnav-bg-selected.gif) top left repeat-y;
}

#subnav div a {
	color: #2d294d;
	text-decoration: none;
}

#subnav div a:hover {
	color: #ee2e24;
}

#subnav div.selected a {
	color: #000;
	font-weight: bold;
}

#mainContent {
	position: relative;
	float: left;
	text-align: left;
	width: 674px;
	padding-bottom: 30px;
}


#pageEnd {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	float: none;
	height: 0;
	width: 900px;
    background: #fff;
	display: none;
}

#footerBG {
	clear: both;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/footer-bg.gif) top right no-repeat;
	padding-top: 75px;
	margin-top: 30px;
}

#footer {
	border-top: 1px solid #bfbbdb;
	padding-top: 10px;
}

#footer, #footer span, #footer a, #footer a:visited {
	font-size: 10px;
	line-height: 12px;
	color: #8077b7;
}

#footer a, #footer a:visited {
	text-decoration: underline;
}

#twoColL {
	width: 300px;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

#twoColR {
	width: 300px;
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
}






/*** HEADER STYLES ***/

#headerBG {
	width: 150px;
	height: 75px;
	float: left
}

#header {
	width: 150px;
	height: 75px;
}

h1{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	float: left
	height: 75px;
	width: 150px;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 75px;
	width: 150px;
	background: url(/images/logo-header.gif) no-repeat top left;
}

#header h1 a {
	float: left;
	overflow: hidden;
	height: 75px; !important; 
	height /**/:75px; /* for IE5/Win */
	width: 150px;
	text-indent: -100em;
}





/*** HOME PAGE STYLES ***/

body.section-home #mainContent {
	width: 900px;
	padding-bottom: 0;
}

.homeButton {
	width: 300px;
	height: 140px;
	float: left;
	margin-bottom: 20px;
}

.homeButton a {
	float: left;
	overflow: hidden;
	height: 140px; !important; 
	height /**/:140px; /* for IE5/Win */
	width: 300px;
	text-indent: -100em;
}

.homeButton-publishers a {
	background: url(/images/home-btn-publishers.jpg) top left no-repeat;
}

.homeButton-advertisers a {
	background: url(/images/home-btn-advertisers.jpg) top left no-repeat;
}

.homeButton-jobs a {
	background: url(/images/home-btn-jobs.jpg) top left no-repeat;
}

.homeButton-publishers a:hover,
.homeButton-advertisers a:hover,
.homeButton-jobs a:hover {
	background-position: 0 -140px;
}

body.section-home #footer .homeLink {
	display: none;
}

body.section-home #footerBG {
	background: none;
	padding-top: 0;
}





/*** GENERAL PAGE STYLES ***/

h2 {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	color: #2d294d;
	font-size: 36px;
	font-weight: normal;
	font-family: "Arial Narrow", arial, sans-serif;
}

h3 {
	padding: 40px 0 20px 0;
	font-size: 22px;
	font-weight: normal;
	color: #2d294d;
}

h4 {
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}

h5 {
	padding: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	color: #2d294d;
}

p, td, div, blockquote { 
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

.intro {
	font-size: 18px;
	line-height: 24px;
}

.small {
	font-size: 10px;
}

.gray {
	color: #999;
}

ul, ol {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

li {
	margin: 0;
	padding: 0;
}

blockquote {
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 0;
	border-left: #ccc;
	border-width: 0 0 0 3px;
	border-style: solid;
}

.formInput {
	font-size: 11px;
}

.formButton, .searchButton {
	padding: 0 3px 2px 3px;
	margin: 0;
	width: 125px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: transparent;
	border: none;
	background-image: url(/images/design4/button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

input, textarea {
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 1px;
}

input:focus, textarea:focus {
	border: 1px solid #333;
}

.required{
	color: #c00;
}

.hidden {
	display: none;
}

.first {
	margin-top: 0;
	padding-top: 0;
}

.date {
	font-size: 10px;
	color: #999;
}

.imageRight {
	float: right;
	margin: 0 0 20px 20px;
}

.imageLeft {
	float: left;
	margin: 0 0 20px 20px;
}

.icon-pdf {
	height: 16px;
	padding-left: 20px;
	background: url(/images/icon-pdf.gif) top left no-repeat;
}

a {
	color: #ee2e24;
	text-decoration: none;
}

a:visited {
	color: #900;
}

a:hover {
	text-decoration: underline;
}






/*** PAGE TITLE IMAGES ***/


h2.title {
	text-transform:capitalize;
	padding: 0 0 20px 0;
	margin:0;	
}

h2.title-about, h2.title-news, h2.title-jobs, h2.title-management, h2.title-investors, h2.title-contact, h2.title-publishers, h2.title-advertisers, h2.title-directories {
	font-size: 34px;
	font-weight:bold;
	color: #322777
}



/*** SITE NAVIGATION STYLES ***/

#navigationBG {
	float: right;
	width: 674px;
	margin: 35px 0 0 0px;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background:url(/images/nav-bg.gif) repeat;
	height: 40px;
}

#navigation {
	height: 40px;
	line-height: 40px;
}

#navigation ul {
	list-style: none;
	margin: 0 0 0 36px;
	padding: 0;
	border: none;
} 

#navigation li {
	margin: 0;
	padding: 0; 
	float:left
}

#navigation li a {
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 40px; !important; 
	font-size: 16px;
	width: 150px;
	float:left;
	text-align:center
}

#navigation li#nav-about a, #navigation li#nav-publishers a, #navigation li#nav-advertisers a, #navigation li#nav-directories a {
	background: #8077B7;
	color: #fff;
}


#navigation li#nav-about a:hover, #navigation li#nav-publishers a:hover, #navigation li#nav-advertisers a:hover, #navigation li#nav-directories a:hover {
	background: #322777;
	color: #fff;
	text-decoration:none
}

body.section-about #navigation #nav-about a, body.section-about #navigation #nav-about a:visited,
body.section-publishers #navigation #nav-publishers a, body.section-publishers #navigation #nav-publishers a:visited,
body.section-advertisers #navigation #nav-advertisers a, body.section-advertisers #navigation #nav-advertisers a:visited,
body.section-directories #navigation #nav-directories a, body.section-directories #navigation #nav-directories a:visited {
	background: #322777;
	color: #fff;
	text-decoration:none
}


#tab {
	width: 100%;
	float:left;
}

#tab ul {
	border-bottom: 3px solid #6A6589;
	margin:10px 0;
	padding:0 0 3px 0;
}

#tab ul li {
	margin:0;
	padding:0;
	display: inline;
}

#tab ul li a {
	margin:0 1px 0 0;
	padding:5px 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius:  5px 5px 0 0;
	border-radius:  5px 5px 0 0;
	text-align: center;
	background:#BEB9D9;
	color: #000;
	text-decoration:none
}

#tab ul li .active{
	background:#6A6589 !important;
	color:#fff !important;
}

#tab ul li a:hover {
	background:#6A6589;
	color:#fff
}