
body{
	margin:0px auto;
	color:#000;
	background:#f1f2f3 url(/images/page_bg.png) repeat-x;
	font-family: Arial;
	height:100%;
	width:100%;
	text-align:center;
}


* html ul li a { 
	height: 1% 
	}

a {
	color:#1d4cc3;
	text-decoration: none;
	}	

a:hover {
	text-decoration: underline;
	}	
		
p {	 
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#000;
	}

h1 {
	color:#35425a;
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px 0;
	line-height: 24px;
	}

h2 {
	color:#666;
	font-size:20px;
	margin:0 0 5px 0;
	font-weight:normal;
	}
		
h3 {
	font-size: 22px;
	line-height: 26px;
	color:#293247;
	font-weight:normal;
	margin:0 0 10px 0;
	}
	
h4 {
	font-size: 18px;
	line-height: 16px;
	color:#ff9933;
	margin:0 0 5px 0;
	}


h5 {
	color:#263249;
	font-size:12px;
	font-weight:normal;
	}
h6 {
	color:#939db1;
	font-size:16px;
	margin:0;
	font-weight:normal;
	}		
			
		
img {
	border: 0
	}

input {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

form {
	margin: 0
	}

label{
display:block;
margin-bottom:10px;
font-size: 12px;
}
th {
	text-align: left
	}

table {
	border-collapse: collapse;
	border-spacing: 0
	}
	
ul.inline {
	margin: 0;
	padding: 0;
	}

ul.inline li {
	list-style: none;
	display: inline;
	border-left: #c2c2c2 1px solid;
	padding: 0 0.6em 0 0.7em;
	}

ul.inline li.first {
	border: none;
	padding-left: 0;
	}

ul.block {
	list-style: none;
	padding:0;
	margin:0;
	}	

ul.block li {
	border-bottom: #c2c2c2 1px solid;
	padding:5px 0 5px 20px;
	}	
		
p.more {
	text-align: right;
	}



/*=========================================================
	Layout Styles
=========================================================*/

.wrap {
	width: 928px;
	margin: 0 auto;
	text-align: left;
	background:url(/images/sidebar.png) left top repeat-y;
	text-align:left;
	}

.wrapRight {
	background:url(/images/sidebar.png) right top repeat-y;
	}
	
.pad {
	padding:10px 20px 10px 20px;
	margin:0 10px;
	background:#fff;
	color:#ccc;
	width:868px;
	text-align:left;
	}

* html .pad{
	width:908px;
}
.pad p{
	color:#939db1;
	color:#3a465e;
	font-size:13px;
	line-height:17px;
	margin:10px 0;
	font-weight:normal;
	
	}

.pad p a,
.pad p a:visited {
	color:#106fd3;
	}
.pad p a:hover { 
	color:#ff9933 
	}


.content {
	width:488px;
	float:right;
	}

.left {
	width:370px;
	margin:0 10px 0 0;
	float:left;
	text-align:left;
	}

.center {
	width:260px;
	float: left;
	margin:0 8px 0 0;
	}

.right {
	float:right;
	width:210px;

	}


.logincontent {
	width:560px;
	float:right;

	}

.loginleft {
	width:272px;
	margin:0 18px 0 0;
	float:left;
	
	}
	
.logincenter {
	width:332px;
	float: left;
	margin:0 18px 0 0;

	}	

.clear {
	height:0px;
	width:100%;
	clear:both;
	}	

/*
* html .clear {
	height: 1%;
	height:0px;
	}	
	*/	
/*=========================================================
	Branding header Styles
=========================================================*/	

div.branding{
	width: 928px;
	margin:20px auto 0 auto;
	padding:0px;
	text-align:left;
}

div.logo{
margin:0 0 0 30px;
}

div.logo p{
	margin:0;
	padding:0;
	font-size:14px;
	font-style:italic;
	color:#fff;
	letter-spacing:0.1px;

}


div.loginform{
	float:right;
	padding-top:30px;
	margin:0 20px 0 0px;
}

div.loginform p{
	color:#fff;
	font-size:12px;
	margin:0;
}


div.loginform input{
	display:inline;
	font-size:10px;
	color:#b4b4b4;
	padding:1px;
}
div.loginform input.hidden{
display:none;
}
div.loginform a{
	color:#cdfeff;
	font-size:11px;
	text-decoration:underline;
}
/*=========================================================
	padding Column Styles
=========================================================*/
div.pad b{
height:1px;
margin:0;
}

div.pad h5{
	margin:5px 0 15px 0;
	font-weight:normal;
	color:#666;
	font-size:13px;
	font-family:arial;
}
div.pad h5 strong{
	font-size:16px;
	line-height:16px;
}
div.pad h5 span{
	color:#235393;

}
/*=========================================================
	Main Navigation Styles
=========================================================*/
div.secMenu{
	float:left;
	width:100%;
	margin:0 0 10px 0;
	}
* html div.secMenu{
	margin:0;
	}	
div.secMenu ul.inline{
	float:right;	
	padding:0;
	border:none;
	list-style:none;
	margin:0;
}

div.secMenu ul.inline li{
	color:#000;
	font-size:11px;
	list-style:none;
	margin:0;
	font-weight:bold;
}
div.secMenu ul.inline li a{
	text-decoration:underline;
}
div.secMenu ul.inline li a:hover{
	text-decoration:none;
	color:#000;
}

div.secMenu h4{
	float:left;
	padding:0px 0 0 0;
	font-weight:normal;
	color:#666;
}
* html div.secMenu h4{
	padding:0 0 2px 0;
}
div.secMenu h4 b{
	color:#235393;
}
* html div.secMenu h4 b{
	padding:2px 0;
}

div.Menu{
	float:left;
	background:url(/images/main_nav_bg.jpg) repeat-x;
	height:38px;
	margin:0 0 15px 0;
	width:100%;

}

* html div.Menu{
	margin:5px 0 0 0;
}

div.Menu p{
	float:right;
	background:url(/images/main_nav_rt.jpg) right no-repeat;
	height:38px;
	width:9px;
	margin:0;
	padding:0;
}

div.Menu ul.secNav{
	list-style:none;
	float:right;
	background:url(/images/main_nav_rt.jpg) right no-repeat;
	height:38px;
	margin:0;
	padding:0;
}

div.Menu ul.secNav li{
	display:inline;
	float: left;
	margin-right:8px;
	margin-top:12px;
	color:#7bb0e7;
	font-size:11px;
	list-style:none;
	font-weight:bold;
	border-left:1px solid #7bb0e7;
	padding:0 0 0 8px;
}
div.Menu ul.secNav li a{
	color:#b3d1f1;

}
div.Menu ul.secNav li a:hover{
	text-decoration:none;
	color:#fff;
}
div.Menu ul.secNav li.first{
	border:none;
}

div.Menu ul.mainNav{
	float:left;
	background:url(/images/main_nav_lt.jpg) no-repeat;
	padding:3px 0 0 14px;
	border:none;
	list-style:none;
	margin:0;
}

div.Menu ul.mainNav li{
	display: block;
	float: left;
	margin-right:15px;
}

div.Menu ul.mainNav li a {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding-left: 10px;
	cursor:pointer;
	border:none;
}
* html div.Menu  ul.mainNav li a {
	cursor:pointer;
	
}
div.Menu ul.mainNav li a span{

	padding:7px 10px 13px 0px;
}

div.Menu ul.mainNav li a, 
div.Menu ul.mainNav li a span{
	display: block;
	float: left;
	}

div.Menu ul.mainNav li a:hover{
	color: #336699;
	background:url(/images/nav_li_bg_hover.jpg) left top no-repeat;
	text-decoration:none;
	}

div.Menu ul.mainNav li a:hover span{
	background:url(/images/nav_span_bg_hover.jpg) right top no-repeat;
	}
/*=========================================================
	 left column Styles
=========================================================*/	
div.content h2.prim{
	margin:0;
	}

div.content p{
	color:#939db1;
	color:#3a465e;
	font-size:15px;
	line-height:19px;
	margin:10px 0;
	font-weight:normal;
}
div.content p.sec{
	font-size:13px;
	line-height:17px;
	margin:5px 0 10px 0;
	}

div.holder{
	float:left;
	}
div.hallowBoxLt{
	float:left;
	width:170px;
	margin:0 5px 0px 0;
	padding:10px 0px 0px 10px;
	background:#fdfdfd url(/images/hallow_bg_lt.png) no-repeat;
	}
div.last{
	margin:0;
	}

div.holder h4,
div.hallowBoxBig h4,
div.hallowBoxBig h2{
	font-size:16px;
	margin:0 0 7px 0;
	}

div.hallowBoxBig h2{
	margin:0;
	}
div.hallowBoxBig{
	width:370px;
	margin:20px 0 10px 0;
	padding:15px 25px 25px 25px;
	background:#fdfdfd url(/images/hallow_bg_big.png) no-repeat;
	}

div.left h1.small{
	font-size:18px;
}

div.left h2.topMar{
	margin:15px 0 5px 0;
	}

	
div.left ul.block li{
	list-style:none;
	color:#293247;
	font-size:11px;
	border:none;
	font-weight:bold;
	background:url(/images/blue_bullet.gif) left center no-repeat;
	padding:4px 0px 4px 12px;
	}
div.left ul.block li em{
	font-weight:normal;
	font-style:normal;
	}
div.left ul.block li.one,
div.left ul.block li.two,
div.left ul.block li.three{
	padding:4px 0px 4px 30px;
	}

div.left ul.block li.one{
	background:url(/images/1.gif) left center no-repeat;
	}
div.left ul.block li.two{
	background:url(/images/2.gif) left center no-repeat;
	}
div.left ul.block li.three{
	background:url(/images/3.gif) left center no-repeat;
	}

div.loginleft h3{
	margin:0;
	}
div.loginleft h3.help{
	background:url(/images/help.gif) left center no-repeat;
	padding:0 0 0 24px;
	color:#293247;
	font-size: 18px;
	font-weight: bold;
	}

div.loginleft h4{
	margin:0;
	color:#666;
	font-size:13px;
	font-weight:normal;
	}
div.loginleft h4.topmar{
	margin:10px 0 0 0;
}
div.loginleft h4.help{
	padding:0 0 0 24px;
	}
div.loginleft h4 b{
	color:#3a465e;
	}
div.loginleft table{
	margin:10px 0px 10px 25px;
	font-weight:normal;
	width:240px;
	}
div.loginleft tr.rec{
	border-bottom:1px dotted #ccc;
	}
div.loginleft th{
	padding:4px 0;
	color:#3a465e;
	font-weight:bold;
	font-size:12px;
	}

div.loginleft td{
	font-family: tahoma;
	font-size: 11px;
	padding:4px 0;
	color:#35425a;
	font-weight:bold;
	}
div.loginleft td.leftCol{
	width:45px;
	color:#666;
	}

/*=========================================================
	content column Styles
=========================================================*/	


div.testimonials{
	margin:0px 0 0 5px;
	
}

.separator{
	margin:10px 0;
	border-bottom:1px dotted #ccc;
}
* html .separator{
	margin:5px 0;
	border-bottom:1px dotted #ccc;
}

blockquote{
	color:#35425a;
	padding:0;
	margin:0;
}


div.testimonials p{
	margin:0;
	font-size:12px;
	color:#3a465e;
}
div.testimonials p.hometest{
	margin:0;
	font-size:11px;
}
div.testimonials p.quote {
	text-indent: 30px;
	background:url(/images/quotes.gif) left top no-repeat;
	padding:5px;
	margin:0;
	line-height:17px;
	}
	
div.testimonials p.author {
	text-align:left; 
	}
div.testimonials em,
div.testimonials b {
	color:#666;
	}		

div.testimonials em {
	font-style:normal;
	}		

div.content a.learnmore{
	font-size:11px;
	color:#fff;
	background:#5297e0 url(/images/readmore_left.gif) left top no-repeat;
	padding-left:20px;
	line-height:19px;
	margin:5px 0 0px 0;
}

div.content a.learnmore span{
	background:url(/images/readmore_right.gif) right top no-repeat;
	padding-right:10px;
}

div.content a.learnmore, 
div.content a.learnmore span{
	display: block;
	float: left;
	cursor:pointer;
	}

div.content a.learnmore a:hover{
	color: #333;
	padding-left: 20px
	}

div.content a.learnmore a:hover span{
	padding-right: 10px;
	}

/*=========================================================
Advertiser signup page
=========================================================*/	
div.signUpForm {
	width:460px;
	float:right;
	}

div.signUpForm table{
	width:450px;
	margin:0;

	
}
tr.grey{
	background:#f6f6f6;
}
tr.white{
	background:#fff;
}

div.signUpForm td{
	font-family:tahoma;
	width:auto;
	padding:6px;
	vertical-align:middle;
	font-size:11px;
	color:#34435a;

}
div.signUpForm td.right{

	vertical-align:middle;
	text-align:right;
}
div.signUpForm td.right span{
	background:url(/images/required.gif) right  center no-repeat;
	padding-right:13px;

}


div.signUpForm td input,
div.signUpForm td select{
	margin:0;
	font-size:11px;
}	


/*=========================================================
center column Styles
=========================================================*/	
div.center p{
	color:#939eb4;
	font-size:13px;
	line-height:18px;
	margin:10px 0;
	font-weight:bold;
}
div.hallowBox{
	width:266px;
	padding:10px 0px 10px 10px;
	background:#fdfdfd url(/images/hallow_bg.png) no-repeat;
}

div.lastbox{
margin:0;
}

div.hallowBox ul.block li{
	list-style:none;
	color:#35425a;
	font-family:tahoma;
	font-size:11px;
	border:none;
	background:url(/images/blue_bullet.gif) left center no-repeat;
	padding:4px 5px 4px 12px;
}


div.logincenter h3{
	margin:0;
	}
div.logincenter h4.val{
	float:right;
	font-size:14px;
	color:#293247;
	padding:5px 4px 0 0;
	margin:0;
	}

div.logincenter table{
	margin:10px 0 20px 0;
	width:100%;
	color:#33435a;
	}
* html div.logincenter table{
	margin:0px 0 20px 0;
	}	
div.logincenter td{
	font-family:tahoma;
	font-size:11px;
	padding:4px;
	color:#33435a;
	vertical-align:middle;
	}

div.logincenter td.leftCol{
	width:auto;
	}

div.logincenter td.rightCol{
	text-align:right;
	}
div.logincenter td span{
	background:url(/images/leads_click.gif) right center no-repeat;
}
div.logincenter td a{
	text-decoration:underline;
	font-weight:bold;
	padding:0 15px 0 0;
}

div.logincenter td a span{

	
}

div.logincenter h3{
font-family:arial;
	font-size:18px;
	font-weight:bold;
}
div.logincenter th.right h3 a{
	font-size:16px;
	text-decoration:underline;
	padding:0;
	font-weight:bold;
	background:none;
}
div.logincenter th.right a:hover,
div.logincenter td.right a:hover,
div.logincenter h3 a:hover{
	color:#000;
	text-decoration:none;
}

/*==============================================================
 right column Styles
=========================================================*/	

div.rightcontact p{
font-size:12px;
margin:15px 0;
color:#33435a;
}
div.right h5{
	margin:0px 0px 3px 12px;
	text-transform:uppercase;
	color:#33435a;
	font-size:12px;
}
div.right h5 b{
	color:#33435a;
}
div.right h5.orange{
	margin:3px 0px 3px 12px;
	text-transform:none;
}


div.right h5.orange strong{
	color:#ff9933;
	font-size:15px;	
}

div.right ul{
	margin:0 8px;
}


div.right li{
	font-family:tahoma;
	list-style:none;
	color:#989898;
	font-size:11px;
	border-bottom:1px dotted #666666;
	background:url(/images/bullet_adobe.jpg) left center no-repeat;
	padding:7px 0 7px 20px;
}

div.right li.last{
	border:none;
}

div.resource img {
	margin:0 8px;
	}


div.hallowBoxRt{
	width:210px;
	padding:10px 0px 0px 0px;
	background:#fdfdfd url(/images/hallow_bg_rt.png) no-repeat;
	

}

div.hallowBoxRt ul.block li{
	font-family:tahoma;
	list-style:none;
	color:#35425a;
	font-size:11px;
	border:none;
	background:url(/images/leads_click.gif) left 8px no-repeat;
	padding:5px 5px 5px 20px;
	margin:0 0 0 5px;
	border-bottom:1px dotted #aab6c2;
}


div.hallowBoxRt ul.block li.last{
	border:none;
}

div.hallowBoxRt li a{
	color:#1d4cc3;
	text-decoration:underline;
}
div.hallowBoxRt li a:hover{
	color:#333;
	text-decoration:underline;
}
div.centerme{
	text-align:center;
}

/*=========================================================
	Footer Styles
=========================================================*/	


div.myfooter {
	width: 928px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

div.myfooter p{
	float:right;
	margin:0 10px 0 0;
	padding:0;
	color:#666666;
	vertical-align:bottom;
	line-height:15px;
	font-size:11px;
}

div.myfooter p img{
	vertical-align:middle;
	margin:0 0 6px 2px;
}

div.myfooter ul.inline{
	margin:0 0 0 30px;
}

div.myfooter ul.inline li a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#106fd3;
	text-decoration:underline;
	padding-top:0;
}

div.myfooter ul.inline li a:hover{
	color:#000;
	text-decoration:none;
}


div.myfooterPub {
	width:100%;
	margin:0px auto;
	padding:0px;
	text-align:left;

	}


div.myfooterPub p{
	float:right;
	margin:0 10px 0 0;
	padding:0;
	color:#666666;
	vertical-align:bottom;
	line-height:15px;
	font-size:11px;
}


div.myfooterPub p img{
	vertical-align:middle;
	margin:0 0 6px 2px;
}

div.myfooterPub ul.inline{
	margin:0;
}

div.myfooterPub ul.inline li a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#106fd3;
	text-decoration:underline;
}

div.myfooterPub ul.inline li a:hover{
	color:#000;
	text-decoration:none;
}

div.myPubFooter {
	width:1028px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}



div.myPubFooter p{
	float:right;
	margin:0 10px 0 0;
	padding:0;
	color:#666666;
	vertical-align:bottom;
	line-height:15px;
	font-size:11px;
}

div.myPubFooter p img{
	vertical-align:middle;
	margin:0 0 6px 2px;
}

div.myPubFooter ul.inline{
margin:0 0 0 30px;
}

div.myPubFooter ul.inline li a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#106fd3;
	text-decoration:underline;
}

div.myPubFooter ul.inline li a:hover{
	color:#000;
	text-decoration:none;
}

/*=========================================================
	Publisher Signup page Styles
=========================================================*/	

.signup_rightCol {
	width:400px;
	float:right;
	/*border: 1px solid #000;*/
	}

.signup_leftCol {
	width:530px;
	float:left;
	/*border: 1px solid #000;*/
	}
	



/*==============================================================
Header and Footer Curve Border Styles
=========================================================*/	

b.tl, b.tr{height:20px;width:20px;position:absolute}
b.center {height:20px;width:888px;position:absolute}

div.topBorder {
	width:100%;	
	position:relative;
	height:20px;
	margin-top:10px;
	}

	
div.topBorder b.tl {top:0px;left:0px;background-image:url(/images/border_tl.png)}
div.topBorder b.tr {top:0px;right:0px;background-image:url(/images/border_tr.png)}
div.topBorder b.center {top:0px;left:20px;background-image:url(/images/border_top.png)}

b.br, b.bl {height:20px; width:10px; position:absolute;}
b.center1 {height:20px; width:908px; position:absolute;}
b.centerPub {height:10px; width:868px; position:absolute;}
b.centerPubFooter {height:10px; width:1008px; position:absolute;}

div.bottomBorder {
	width:100%;
	position:relative;
	height:20px;
	}

	
div.bottomBorder b.bl {
	bottom:0px;
	left:0px;
	background:url(/images/border_bl.png) no-repeat;
	}
div.bottomBorder b.br {
	bottom:0px;
	right:0px;
	background:url(/images/border_br.png) no-repeat;
	}
div.bottomBorder b.center1,
div.bottomBorder b.centerPub,
div.bottomBorder b.centerPubFooter{
	top:0px;
	left:10px;
	
	}






button.button {
	color: #fff;
	font-family: Arial;	
	font-size:12px;
	width: auto;
	overflow: visible;	
	margin: 0px 1px;
	vertical-align: middle;	
	}	
button.button strong { 
	padding:0;	
	margin:0;
	}		
button.orange {
	color: #fff;
	font-size:12px;
	width: auto;
	overflow: visible;	
	margin: 0px 1px;
	vertical-align: middle;	
	padding:0px 5px 0px 18px;
	background:#ff9a15 url(/images/btn_orange_left.jpg) left no-repeat;
	}
button.grey {
	background:url(/images/cancel_btn_rt.gif) left center no-repeat;

	}
button.grey strong,	
button.red strong {
	background:none;
	}		
button.disabled {
	border-top:1px solid #999;
	border-right:1px solid #ccc;
	border-left:1px solid #999;
	border-bottom:1px solid #ccc;
	background: #ccc;
	color: #999;
	}	

Input.grey {
	color: #fff;
	font-family: Arial;	
	font-size:16px;
	width: auto;
	overflow: visible;	
	margin: 0px 1px;
	vertical-align: middle;	
	padding:2px 5px 2px 18px;
	background:url(/images/btn_grey_left.jpg) left no-repeat;
	
	}
/*==============================================================
Advertiser Signup Form  styles 
=========================================================*/	

div.thanks{
	margin: 8px 0px;
	color:#333;	
	}

div.thanks p {
	font-size: 13px;
	line-height:17px;
	color: #33435a;
	}
div.thanks p.t1 strong{
	font-weight: bold;
	font-size: 14px;
	}
div.thanks p.t1 b{
	color: #369;
	font-weight: bold;
	font-size: 14px;
	}

#msg{
	margin:10px 0;
	width:90%;
}
.statusMsg {
	color:#339900;
	padding:5px 5px 5px 30px;
	font-weight:bold;
	font-size:11px;
	border:1px solid #66CC00;	
	background:#ccff99 url(/images/accept.gif) 5px 3px no-repeat;
	margin-bottom:10px;
	display:none;	
	}	

.statusErr {
	color:#CC0000;	
	padding:5px 5px 5px 30px;
	font-weight:bold;
	font-size:11px;
	border:1px solid #FF0000;
	background:#FFCCCC url(/images/exclamation.gif) 5px 3px no-repeat;
	margin-bottom:10px;
	margin:10px auto;
	width:65%;
	display:none;
	}	

/*=========================================================
	default styles
=========================================================*/	


.nomargin{
	margin:0;
}
.botmargin{
	margin-bottom:10px;
}

form {margin:0;padding:0}

/*=========================================================
	contact pageStyles
=========================================================*/	

/* Added forcontact form*/

.leftcontact {
	width:500px;
	margin:0 10px 0 0;
	float:left;
	text-align:left;
	}

.rightcontact {
	float:right;
	width:310px;
	margin:30px 0;
	padding:0px 0 0 30px;
	border-left:1px dotted #ccc;
	}

.leftcontact p{
	color:#939db1;
	color:#3a465e;
}

/*===============================================
Terms Pages
============================*/

.terms,
.terms p{
	font-size:12px;
	line-height:16px;
	color:#3a465e;
}

a.gotoTop{
	background:url(/images/top_arr.gif) right center no-repeat;
	padding-right:13px;
}


.botMar10{
	margin-bottom:10px;
}


.topMar10{
	margin-top:10px;
}


.botMar20{
	margin:0 0 10px 0;
}


.topMar20{
	margin-top:20px;
}
.topMar30{
	margin-top:30px;
}
.quotemargin{
	margin-top:20px;
}
.topMar_prelogin{
	margin-top:20px;
}
* html .topMar_prelogin{
	margin-top:30px;
}