@charset "utf-8";

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D6D6D6;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
.thrColFixHdr #container {
	width: 854px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #container a{
	position:relative;
} 
.thrColFixHdr #container input{
	position:relative;
} 
.thrColFixHdr #container #twothirdscol {
	float: left;
	width: 543px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	text-align: justify;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #onethirdscol {
	float: left;
	width: 235px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
	text-align: left;
}
.thrColFixHdr #container #slider {
	padding: 0px;
	float: left;
	width: 854px;
	display: block;
	margin: 0px;
}

.thrColFixHdr #header {
	padding: 0;
	height: 145px;
	float: left;
	width: 854px;
} 
#headerlogo {
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 111px;
	width: 357px;
	float: left;
}

.thrColFixHdr #footer {
	width: 856px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
} 
.thrColFixHdr #middle_content {
	display: block;
	float: left;
	width: 854px;
	border:1px solid #000;
	margin-top:3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image:url(../images/blackbg.png);
	background-repeat:repeat;
	position:relative;
}
.thrColFixHdr #middle_content a{
	color:#18ff00;
}
.thrColFixHdr #middle_content_white {
	display: block;
	float: left;
	width: 853px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	padding-bottom: 30px;
	border:1px solid #CCC;
	margin-left:0px;
}
.thrColFixHdr #middle_content_white a{
	color:#0C0;
}

.thrColFixHdr #footer #footer_links {
	color: #17FF06;
	display: block;
	margin-top: 12px;
	width: 559px;
	float: right;
	text-align: right;
	clear: right;
}
.thrColFixHdr #footer #footer_property {
	display: block;
	float: left;
	width: 814px;
	text-align: right;
	margin-top: 40px;
}
.thrColFixHdr #footer #footer_copy {
	color: #FFF;
	width: 559px;
	float: right;
	clear: right;
	text-align: right;
	font-size: 9px;
	margin-top: 5px;
}



.thrColFixHdr #footer a {
	color:#18ff00;
	font-size:12px;
	text-decoration:underline;
} 
.thrColFixHdr #footer #footer_icon {
	display: block;
	text-align: right;
}
.thrColFixHdr #container #page_image_title {
	background-image: url(../images/page_title_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	display: block;
	float: left;
	height: 40px;
	width: 853px;
	margin-top: 1px;
	border:1px solid #000;
	
	margin-left:0px;
	background-color: #CCC;
}
.footer_icons   {
	display: block;
	float: left;
	margin-right: 20px;
	height: 69px;
}

#bars_bg {
	background-image: url(../images/bars_bg.png);
	background-repeat: repeat-x;
	height: 803px;
	z-index: -999;
	width: 1106px;
	margin-left: -553px;
	display: block;
	position: absolute;
	top: -50px;
	left:50%;
}
#headerlogin {
	display: block;
	height: 111px;
	width: 497px;
	float: left;
}
.gen_block {
	display: block;
	float: left;
	height: auto;
	width: auto;
}
#loginbar2 {
	font-family:Arial, Gadget, sans-serif;
	color:#FFF;
	font-size:8px;
	display: block;
	height: 101px;
	width: 497px;
	background-image: url(../images/login_bar2.png);
	background-repeat: no-repeat;
	float: left;
	background-position: top right;
}
#loginbar2 .oldlogin {
	display:block;
	margin-top:25px;
	
}
#loginbar2 .newlogin {
	
}
#loginbar2 input {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,255,255)),
		color-stop(0.5, rgb(235,235,235))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,255,255) 0%,
		rgb(235,235,235) 50%
	);
	border:1px solid #AAA;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-size:12px;
	padding:2px;
}

#loginbar3 {
	font-family:Arial, Gadget, sans-serif;
	color:#FFF;
	font-size:8px;
	display: block;
	height: 41px;
	width: 497px;
	background-image: url(../images/login_bar3.png);
	background-repeat: no-repeat;
	float: left;
	background-position: top right;
	margin-top:30px;
}
#loginbar3 .oldlogin {
	display:block;
	margin-top:25px;
	
}
#loginbar3 .newlogin {
	
}
#loginbar3 input {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,255,255)),
		color-stop(0.5, rgb(235,235,235))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,255,255) 0%,
		rgb(235,235,235) 50%
	);
	border:1px solid #AAA;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-size:12px;
	padding:2px;
}

#loginbar {
	font-family:Arial, Gadget, sans-serif;
	color:#FFF;
	font-size:8px;
	display: block;
	height: 57px;
	width: 497px;
	background-image: url(../images/login_bar.png);
	background-repeat: no-repeat;
	float: left;
	background-position: 23px 0px;
}
#loginbar form {
	height:25px;
	margin-top:28px;
	text-align:right;
	padding-right:10px;
}
#loginbar img {
	margin-bottom:-7px;
}
#loginbar input {
	border:1px solid;
	border-color:#888;
	font-size:10px;
	color:#666;
	height:14px;
	margin-left:10px;
	margin-right:10px;
}
#nav_bar {
	background-image:url(../images/nav_bar.gif);
	border:0px solid #FFF;
	margin-left:-0px;
	border-bottom:none;
	background-color: #000;
	display: block;
	height: 33px;
	width: 854px;
	float: left;
	line-height:33px;
	text-align:right;
}
#nav_bar ul {
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-align: center; font-family: Tahoma, Verdana, Arial; 
	font-size: 12px; display: inline; 
}
#nav_bar li {
	border-left: 0px solid #CCCCCC; 
	padding-right: 15px; 
	padding-left: 15px; 
	display: inline; 
}
#nav_bar li.last {
	padding-right:20px; 
}
#nav_bar a:link, #nav_bar a:visited {
	color: #FFF; 
	text-decoration: none; 
	font-weight: bold; 
	line-height:28px; 
	display: inline-block; 
	padding-right:16px; 
	padding-left: 16px; 
	margin-left: -16px; 
	margin-right: -16px; 
}
#nav_bar a:hover {
	color: #333; 
	line-height:28px; 
	display: inline-block; 
	padding-right:15px; 
	padding-left: 15px; 
	margin-left: -16px; 
	margin-right: -16px; 
	text-decoration: none; 
	background-color:#f9f9f9; 
	border-left:1px solid #DFDFDF; 
	border-right:1px solid #DFDFDF;
}
.thrColFixHdr #container #main_flash {
	border:0px solid #FFF;
	margin-left:-0px;
	border-bottom:none;
	border-top:none;
	display: block;
	float: left;
	height: 119px;
	width: 854px;
}
.thrColFixHdr #container #quickjoinbar {
	display: block;
	float: left;
	height: 128px;
	width: 854px;
	border:0px solid #FFF;
	margin-left:-0px;
	border-top:none;
	border-bottom:none;
}
.thrColFixHdr #container #quickjoinbar #quick_publishers {
	background-color: #009e31;
	background-image: url(../images/quickjoin_publishersbg.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 128px;
	width: 284px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00441c;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.thrColFixHdr #container #quickjoinbar #quick_publishers_new {
	background-color: #009e31;
	background-image: url(../images/quickjoin_publishersbg_new.png);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 126px;
	width: 426px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00441c;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.thrColFixHdr #shadow {
	background-image:url(../images/shadow2.png);
	display: inline-block;
	height: 143px;
	width: 900px;
	position: relative;
	z-index: -998;
	margin-top: -32px;
	background-position: -100px;
	margin-bottom: -50px;
	background-repeat:no-repeat;
}
.thrColFixHdr #container #featured_advertisers {
	display: block;
	float: left;
	height: auto;
	width: 854px;
	border:0px solid #FFF;
	margin-left:-0px;
	border-top:none;
	border-bottom:none;
	background-color: #FFF;
}


.thrColFixHdr #container #quickjoinbar #quick_publishers a{
	color:#0F0;
}
.thrColFixHdr #container #quickjoinbar #quick_publishers_new a{
	color:#0F0;
}
.thrColFixHdr #container #quickjoinbar #quick_agencies {
	background-color: #efefef;
	background-image: url(../images/quickjoin_agenciesbg.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 128px;
	width: 283px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.thrColFixHdr #container #quickjoinbar #quick_agencies a{
	color:#390;
}
.thrColFixHdr #container #quickjoinbar #quick_advertisers {
	background-color: #000;
	background-image: url(../images/quickjoin_advertisersbg.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 128px;
	width: 285px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.thrColFixHdr #container #quickjoinbar #quick_advertisers_new {
	background-color: #000;
	background-image: url(../images/quickjoin_advertisersbg_new.png);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 126px;
	width: 426px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.thrColFixHdr #container #quickjoinbar #quick_advertisers a{
	color:#0F0;
}
.thrColFixHdr #container #quickjoinbar #quick_advertisers_new a{
	color:#0F0;
}
.quickjoin_title {
	height: 31px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;
	margin-top: 12px;
}
.clearfooterfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boldgreen {
	color: #00CC33;
	font-weight: bold;
}
.thrColFixHdr #container #middle_content_white #twothirdscol #employee {
	display: block;
	float: left;
	height: auto;
	width: 263px;
	background-image:url(../images/employee_bg.gif);
	background-repeat:repeat-x;
	color:#000;
	margin:3px;
	border: 1px solid #CCC;
}
.error {
	display:block;
	line-height:normal;
	background:#FFB0B3;
	padding:5px;
	margin:1px;
	font-size:12px;
	color:#000;
	border:1px solid #F03;
}#revads_badge_wmtop15 {
	margin-right:2px;
	display: block;
	float: left;
	height: 75px;
	width: 244px;
	background-image: url(../images/revads_badges.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#revads_badge_inc50002012 {
	margin-right:2px;
	background-image: url(../images/revads_badges.png);
	background-repeat: no-repeat;
	background-position: 0px -153px;
	display: block;
	float: left;
	height: 75px;
	width: 244px;
}
