/* Begin Structure */


body {
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #272727;
	background: url(images/bg-Main.jpg) repeat-x #ffffff;
}

html, body {
	height: 100%;
}


a:link {
color: #201e1e;
}

a:visited {
color: #201e1e;
}

a:hover {
color: #544f4f;
}

a:active {
color: #201e1e;
}


#container {
	width: 976px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -81px; /* the bottom margin is the negative value of the footer's height */
}


#headbg {
	width: 996px;
	height: 214px;
	background: url("images/headbg.jpg");
	position: absolute;
	top: -1px;
	margin: 0 0 0 -20px;
}

#logo {
	position: relative;
	top: 10px;
	left: 40px;
	float: left;
}



#header {
	position: relative;
	width: 100%;
	height: 140px;
}


/* Main Content */

#mainContent {
	position: relative;
	width: 944px;
	height: 100%;
	background: url(images/greytowhite.jpg) repeat-x white;
	padding: 20px 0px 15px 15px;
	margin-top: -69px;
	background-color: yellow;
}



/* Left Column */

#leftColumn {
	margin-top: 25px;
	float: left;
	width: 650px;
	font-size: 12px;
	line-height: 14pt;
}


/* Right Column */

#rightColumn {
	margin-top: 25px;
	float: right;
	width: 280px;
}


/*Sign-in */

#sign-in {
	position: relative;
	height: 54px;
	width: 489px;
	float: right;
	margin: 0 0 0 0;
}



#searchForm{margin:0;height:50px;}

.searchField {
	background-color:transparent;
	border:0;
	color: #373737;
	outline:0;
	font:14px Arial, Verdana;
	width: 145px;
	height:37px;
	margin-left: 100px;
	margin-top: 6px;
	text-transform: uppercase;
}
.searchField1 {
	background-color:transparent;
	border:0;
	color: #373737;
	outline:0;
	font:14px Arial, Verdana;
	width: 145px;
	height:37px;
	
	margin-top: 6px;
	text-transform: uppercase;
}


.searchSubmit
{
  width: 64px;
  height: 39px;
	background-color:transparent;
  border: 0;
  outline: none;
  text-indent:-1000em;
  padding:0;
  cursor: pointer;
  margin: 0 0 1px 0px;

}


.searchSubmit span
{
  display: none;
}



#footer {
	position: relative;
	font-size: 12px;
	width: 941px;
	color: white;
	background-color: #232323;
	text-align: left;
	height: 40px;
	border: none;
	margin: 0 0 40px 0;
	padding: 10px;
}

#footer a {
	color: white;
}


/*Navigation*/


#navwrapper {
	position: relative;
	margin: 0;
	top: 42px;
	left: 0;
	width: 760px;
	height: 47px;
	text-align: left;
}


.navMenu{
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
	float: left;
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	width: 754px;
	border: none;
	height: 47px;
	text-transform: uppercase;
}

.navMenu li{
	height: 10px;
	text-align: center;
	display: inline;
	border: none;
	height: 47px;
}



.navMenu li a{
	height: 19px;
	width: 125px;
	float: left;
	color: #c5c5c5;
	padding: 15px 2px;
	text-decoration: none;
	text-align: center;
	margin-right: 4px;
}



.navMenu li a:hover {
	float: left;
	width: 125px;
	height: 19px;
	text-align: center;
	margin: 0px;
	float: left;
	text-decoration: none;
	background-color: #313131;
	margin-right: 4px;
	color: black;
	background:url(images/hover-current-button.jpg) repeat-x;
}

.navMenu li .current {
	float: left;
	width: 125px;
	height: 19px;
	text-align: center;
	margin: 0;
	float: left;
	color: #363636;
	text-decoration: none;
	margin-right: 4px;

	background:url(images/hover-current-button.jpg) repeat-x;
}


.navMenu li .current:hover {
	height: 19px;
	color: #7d7d7d;
}


#scale-forward {
	position: relative;
	top: 57px;
}


#advertisers-box {
	position: relative;
	top: 90px;
	float: left;
	height: 320px;
	width: 352px;
	background: url("images/advertisers-box.jpg") no-repeat;
}

#advertisers-box span {
	position: absolute;
	top: 92px;
	left: 24px;
	height: 150px;
	width: 320px;
}


#publishers-box {
	position: relative;
	top: 72px;
	float: left;
	height: 340px;
	width: 352px;
	background: url("images/publishers-box.jpg") no-repeat;
}

#publishers-box span {
	position: absolute;
	top: 110px;
	left: 24px;
	height: 150px;
	width: 320px;
}


#rightcolumn {
	position: relative;
	top: 110px;
	width: 247px;
	height: 400px;
	float: right;
	background: url("images/rightcolumn-bg.jpg") no-repeat #ffffff;
}
	
#leftcolumn {
	position: relative;
	top: 110px;
	width: 650px;
	height: 100%;
	float: left;
	background-color: #eaeaea;
	padding: 10px;
}
	
	
	
#rightcolumn span {
	position: absolute;
	height: 80%;
	width: 80%;
	margin: 20px 0 0 30px;
}
	

#featured-advertisers-bar {
	position: relative;
	width: 984px;
	height: 187px;
	top: 30px;
	background: url("images/featured-advertisers-bar.jpg");
}


#advertisers-scroll {
	position: relative;
	top: 80px;
	left: 50px;
}




.signup-button-full
{
  position: absolute;
  top: 260px;
  left: 210px;
  width: 128px;
  height: 40px;
  background: url("images/learnmore.jpg") no-repeat 0 0;
  border:0;
  outline:none;
  text-indent:-1000em;
  padding:0;
  cursor: pointer;
}

.signup-button-full:hover
{ 
  background-position: 0 -40px;
}

.signup-button-full:active
{ 
  background-position: 0 -80px;
}


.signup-button-full2
{
  position: absolute;
  top: 280px;
  left: 230px;
  width: 109px;
  height: 38px;
  background: url("images/joinnow.jpg") no-repeat 0 0;
  border:0;
  outline:none;
  text-indent:-1000em;
  padding:0;
  cursor: pointer;
}

.signup-button-full2:hover
{ 
  background-position: 0 -38px;
}

.signup-button-full2:active
{ 
  background-position: 0 -76px;
}


.searchSubmit span
{
  display: none;
}

.clear {
	clear: both;
}

.push {
	clear: both;
	height: 70px; /* .push must be the same height as .footer */
}

em.excl {
	font: 18px Palatino Linotype, Book Antiqua, Arial;
	color: red;
	font-style: italic;
}


p#welcome {
	position: relative;
	top: -20px;
}

hr {
	margin: 15px 0 15px -24px;
	height: 1px;
	width: 90%;
	color: #818181;
	background-color: #818181;
	border: none;
}


#network-scroller {
	position: relative;
	top: -90px;
	left: 0;
}