/*
   contact.css
   Searchworld
   
   Contact pages specific styles
   Copyright 2009 Webfirm. All rights reserved.
*/
div.main-content {
  float: right;
  display: inline;
  width: 750px;
}

div.nav-content {
  float: left;
  display: inline;
  width: 180px;
}

div#contact-nav ul h2 {
  margin-bottom: 10px;
	margin-top: none;
}

div#contact-nav ul li {
	display: block;
	cursor: pointer;
	font-size: 14px;
}

div#contact-nav ul li a {
	padding: 10px;
	font-weight: bold;
	color: #595750;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #f3f3f2;
}

div#contact-nav ul li a:hover, div#contact-nav ul li a.active {
	background: #f3f3f2;
}
div#contact-content fieldset {
    padding-left: 20px;
		border-left: 1px dotted #b9b9b9;
		width: 400px;
}

div#contact-content fieldset ol {
		width: 400px;
}

div#contact-content fieldset legend {
		font-family: "Myriad Pro", Arial, Verdana, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #4A4A4A;
  	margin-bottom: 20px;
  	padding: 10px;
  	border-bottom: 1px solid #C0C0C0 !important;
}

div#tertiary h2 img {display: inline; vertical-align: middle;}

li.captcha-item label {
  display: inline-block;
  width: 140px;
}

li.captcha-item div#brain_buster_captcha {
  display: inline-block!important;
	width: 420px!important;
}

li.captcha-item div#brain_buster_captcha div {
  display: block;
	float: left;
	width: 220px;
	border: 1px solid #EEEEEE;
	height: 40px;
	padding: 5px;
	margin-right: 10px;
}

li.captcha-item div#brain_buster_captcha a.new-captcha-link {
  display: block;
	float: left;
	width: 145px;
	margin-top: 10px;
}

div#tertiary h2 {
  font-size: 16px;
  line-height: 26px;
}

div.contact-ctas {
  float: right;
  display: inline;
  width: 200px;
	margin: 0 0 20px;
  padding: 10px;
}

/*contacts specific CTA (FOR BECOME A PUBLISHER CTA) */
div.feedback, div.event {
  display: block;
	height: 100%;
}
div.feedback span.title {
	background: #f5f4f1 url('../images/core/icon-chat.gif') 0 0 no-repeat;
	padding-left: 35px;
	font-size: 12px;
	font-weight: bold;
}
div.feedback a.button {
  width: 117px;
	text-align: center;
}

div.event h2.headline {
	margin-bottom: 5px;
}
div.event span.title {
	font-size: 12px;
	font-weight: bold;
}
div.event ul.event-listing {
	height: 124px;
	overflow: hidden;
}
div.event ul.event-listing li {
	display: inline-block;
	height: 100px;
}
div.event ul.event-listing li div.button {
	margin-top: 10px;
}
div.event ul.event-listing li div.button a.button {
  width: 117px;
	text-align: center;
}
