html {font-size:100.01%;}
body {
	margin:0;
	color:#000;
	font: 12px Arial, Helvetica, sans-serif;
	background:#fff;
}
form,fieldset {
	margin:0;
	padding:0;
	border:0;
}
img{border:none;}
a{
	text-decoration: none;
	color: #5880a7;
}
a:hover{
	text-decoration: underline;
}
.holder {
	overflow: hidden;
	width: 100%;
}
/* header block styles */
#header {
	background: url(/referral/images-new/bg-header.png) no-repeat 50% 0;
	position:absolute;
	min-width:953px;
	width:100%;
	top:0;
	left:0;
}
#header .header-area {
	position: relative;
	clear:both;
	margin:0 auto;
	width:953px;
	height:120px;
}
#header .logos-holder {
	overflow: hidden;
	padding: 14px 0 0;
	width: 450px;
	float: left;
}
/* logo styles */
#header strong.logo {
	background: url(/referral/images-new/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 374px;
	height: 65px;
	margin:10px 0 0 0;
}
#header strong.logo a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* slogan styles */
#header span.slogan {
	background: url(/referral/images-new/slogan.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 365px;
	height: 27px;
}
#header span.slogan a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}

/* header top navigation buttons */
#header ul.top-nav {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	word-spacing: 2px;
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}
#header ul.top-nav li {
	float: left;
}
#header ul.top-nav a {
	background: url(/referral/images-new/bg-headerbutton.gif) no-repeat;
	overflow: hidden;
	text-align: center;
	float: left;
	width: 93px;
	height: 22px;
	color: #808080;
}
#header ul.top-nav a:hover {
	text-decoration: none;
	color: #be0103;
}
/* login form styles */

#header .top-tab {
	float: top;
	width: 372px;
	height: 25px;
}
#header .top-call {
	float: top;
	width: 370px;
	text-align: right;
	vertical-align: top;
	height: 48px;
	padding-top: 20px;
}


#header .login-area {
	float: right;
	width: 372px;
}
#header .login-form {
	padding: 13px 0 0;
	width: 301px;
	float: right;
	font-size: 10px;
}
#header .login-form a {
	color: #5880a7;
}
#header .login-form a:hover {
	background: url(/referral/images-new/link-underline1.gif) repeat-x 0 100%;
	text-decoration: none;
}
#header .login-form strong {
	text-transform: uppercase;
	display: block;
	color: #24578a;
	display: block;
	font-size: 10px;
	line-height: 12px;
}
#header .login-form .input-holder {
	background: url(/referral/images-new/bg-input.gif) no-repeat;
	margin: 2px 5px 0px 2px;
	display: inline;
	overflow: hidden;
	width: 131px;
	height: 24px;
	float: left;
}
#header .login-form input.text {
	font: 13px/15px Arial, Helvetica, sans-serif;
	border: none;
	vertical-align: top;
	background: none;
	color: #44505c;
	padding: 2px 5px;
	width: 150px;
}
#header .login-form input.image {
	float: left;
}
/* navigation menu styles */
#header .navigation-holder {
	position: absolute;
	padding: 20px 0 0;
	left: 0;
	top: 125px;
}
#navigation {
	font-size: 14px;
	line-height: 37px;
	font-weight: bold;
	list-style: none;
	padding: 0 0 0 7px;
	margin: 0;
}
#navigation  li {
	margin: 0 0 0 -7px;
	display: inline;
	height: 36px;
	float: left;
}
#navigation a {
	color: #df2028;
	height: 33px;
	float: left;
}
#navigation .item-left,
#navigation .item-right {
	background: url(/referral/images-new/navigation-left.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	width: 15px;
	float: left;
	height: 33px;
}
#navigation .item-right {
	background-image: url(/referral/images-new/navigation-right.png);
}
#navigation .item-mid {
	background: url(/referral/images-new/navigation-mid.png) repeat-x;
	cursor: pointer;
	float: left;
}
#navigation a em {
	font-style: normal;
	margin: 0 10px;
	height: 36px;
	float: left;
}
#navigation a:hover {
	text-decoration: none;
	color: #f85a61;
}
#navigation a.active,
#navigation a.active:hover {color: #5f84a9;}
#navigation a.active em {background: url(/referral/images-new/navigation-active.gif) no-repeat 50% 100%;}

/* content block styles */
#content {
	width:100%;
	min-width:953px;
	padding:129px 0 31px;
}
/* flash holder block styles */
#flash-holder {
	width: 953px;
	margin: 0 auto;
}
#flash-holder .heading {
	overflow: hidden;
	padding: 2px 0 19px;
	clear: both;
	width: 100%;
}
#flash-holder .heading h1 {
	word-spacing: -2px;
	float: left;
}
#flash-holder .heading a.btn-getstarted {
	float: right;
}
#content a.btn-getstarted {
	background: url(/referral/images-new/btn-getstarted.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 208px;
	height: 39px;
}
#content a.btn-getstarted:hover {background-position: 0 100%;}
/* main content blocks styles */
.content-holder,
#content-holder {
	background: url(/referral/images-new/bg-content-area.png) no-repeat 50% 0;
}
.content-area {
	clear:both;
	overflow:hidden;
	padding: 0px 0 0;
	margin:0 auto;
	width:953px;
}
/* inner titles styles */
.create-account .content-area {
	background: url(/referral/images-new/bg-createaccount.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	height: 170px;
	padding: 0;
}
.publishers-area .content-area {
	background: url(/referral/images-new/bg-publishers.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	height: 163px;
	padding: 0;
}
.aboutus-area .content-area {
	background: url(/referral/images-new/bg-aboutus.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	height: 163px;
	padding: 0;
}
.newsevent-area .content-area {
	background: url(/referral/images-new/bg-newsevents.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	height: 163px;
	padding: 0;
}
.advertisers-area .content-area {
	background: url(/referral/images-new/bg-advertisers.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	height: 185px;
	padding: 0;
	margin: 0 auto -22px;
}
.advertisers-area .inner-title-holder h1 {
	bottom: 56px;
}
.inner-title-holder h1 {
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 23px;
	line-height: 25px;
	font-style: italic;
	color: #d7181e;
	margin: 0;
	bottom: 34px;
	left: 12px;
}
.content-area strong.infotext {
	padding: 10px 0 0 169px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: #040405;
}
.account-form {
	min-height: 640px;
	width: 100%;
	overflow: hidden;
}
* html .account-form {
	overflow: visible;
	height: 640px;
}
/* inner pages styles */
.site-nav {
	overflow: hidden;
	height: 47px;
	width: 100%;
}
ul.breadcrumbs {
	list-style: none;
	overflow: hidden;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	float: left;
	padding: 14px 0;
	margin: 0;
}
ul.breadcrumbs li {
	background: url(/referral/images-new/breadcrumbs-item.gif) no-repeat 0 6px;
	padding: 0 12px 0 9px;
	margin: 0 0 0 -9px;
	float: left;
}
ul.breadcrumbs a {
	color: #24578a;
}
.inner-content {
	position: relative;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	width:953px;
}
/* main content styles */
.columns-holder {
	overflow: hidden;
	width: 100%;
}
.columns-holder .main-content {
	width: 765px;
	float: right;
}
.columns-holder .sidebar {
	width: 162px;
	float: left;
}
/* page text block styles */
.page-text h2 {
	font-size: 22px;
	line-height: 22px;
	color: #24578a;
	margin: -2px 0 8px;
	word-spacing: 3px;
}
.page-text h3 {
	font-size: 14px;
	line-height: 23px;
	color: #24578a;
	margin: 0 0 3px;
}
.page-text h4 {
	font-size: 12px;
	line-height: 12px;
	color: #24578a;
	margin: 5px 0;
}
.page-text {
	padding: 0 30px 0 0;
	overflow: hidden;
	height: 1%;
	font-size: 12px;
	line-height: 23px;
}
#content .page-text .infotext {padding: 0 0 23px;}
#content .page-text .infotext p {margin: 0;}
.page-text a.get-started {
	font-weight: bold;
	color: #bd0d12;
}
#content .page-text p {
	margin: 0 0 23px;
}
ul.plain-list {
	list-style: none;
	padding: 0 0 22px;
	margin: 0;
}
ul.plain-list li {
	background: url(/referral/images-new/infolist-item.gif) no-repeat 39px 10px;
	padding: 0 0 0 48px;
}
/* signup form styles */
.signupform-holder {
	background: #dee1e4 url(/referral/images-new/signupform-mid.png) repeat-y;
	overflow: hidden;
	margin: 0 -30px 0 10px;
	display: inline;
	float: right;
	width: 195px;
}
.signupform-wrapper {
	background: url(/referral/images-new/signupform-top.png) no-repeat;
	padding: 16px 0 0;
}
.signupform {
	background: url(/referral/images-new/signupform-bot.png) no-repeat 0 100%;
	padding: 0 0 23px;
	font-size: 10px;
	line-height: 12px;
	color: #2d5e8d;
}
.signupform .signupform-content {
	background: url(/referral/images-new/signupform-main.png) no-repeat;
	overflow: hidden;
	width: 100%;
}
.signupform strong.title-ads {
	background: url(/referral/images-new/title-placead.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 166px;
	height: 57px;
	margin: 3px 0 -4px 18px;
}
.signupform ul.input-list {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 144px;
	padding: 0 0 0 7px;
	margin: 0 auto;
}
.signupform ul.input-list li {
	width: 100%;
	float: left;
	padding: 0 0 5px;
}
.signupform label {
	display: block;
	padding: 0 0 4px;
}
.signupform .input-holder {
	background: url(/referral/images-new/bg-textinput.gif);
	overflow: hidden;
	width: 141px;
	height: 17px;
}
.signupform input.text {
	font: 10px/13px Arial, Helvetica, sans-serif;
	vertical-align: top;
	border-style: none;
	background: none;
	padding: 1px 5px;
	color: #000;
	width: 132px;
}
.signupform input.submit {
	background: url(/referral/images-new/btn-formsubmit.png) no-repeat;
	font: bold 17px/20px Arial, Helvetica, sans-serif;
	border-style: none;
	cursor: pointer;
	color: #0c5ba7;
	width: 143px;
	height: 26px;
	margin: 10px 0 0 30px;
	display: block;
}
/* side navigaiton styles */
ul.sidenav {
	background: url(/referral/images-new/bg-sidenav.gif) repeat-x;
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 27px;
}
ul.sidenav li {
	background: url(/referral/images-new/bg-sidenav.gif) repeat-x 0 100%;
	padding: 1px 0 2px;
	float: left;
	width: 100%;
}
ul.sidenav a {
	word-spacing: -1px;
	background: #f3f6fa;
	padding: 0 0 0 12px;
	width: 100%;
	color: #24578a;
	display: block;
	height: 1%;
}
ul.sidenav a:hover,
ul.sidenav .active a:hover {
	text-decoration: none;
	background-color: #fafcfd;
}
/* second level submenu */
ul.sidenav .active a span {
	background: #f3f6fa url(/referral/images-new/bg-sidenav-active.gif) no-repeat 100% 0;
	padding: 0 11px 0 0;
	font-weight: bold;
}
ul.sidenav .active ul a span {
	background: none;
	font-weight: normal;
}
ul.sidenav ul {
	list-style: none;
	padding: 0 0 0;
	margin: 0;
}
ul.sidenav ul li {
	background: none;
	padding: 1px 0 0;
	margin: 0;
}
ul.sidenav ul li a {
	background: #f3f6fa url(/referral/images-new/bg-sidenav-subitem.gif) no-repeat 19px 7px;
	padding: 0 0 0 30px;
}
/* contacts block styles */
.sidebar .contacts {
	background: url(/referral/images-new/bg-contacts-area.gif) no-repeat;
	font-size: 12px;
	padding: 47px 0 0;
}
.sidebar .contacts strong {
	font-weight: normal;
	padding: 0 50px 0 0;
	display: block;
	color: #838383;
}
.sidebar .contacts ul {
	list-style: none;
	color: #24578a;
	font-size: 11px;
	line-height: 17px;
	padding: 4px 0 0 4px;
	margin: 0;
}
.sidebar .contacts ul li.phone,
.sidebar .contacts ul li.email {
	background: url(/referral/images-new/icon-phone.gif) no-repeat;
	padding: 0 0 10px 32px;
}
.sidebar .contacts ul li.email {
	background: url(/referral/images-new/icon-email.gif) no-repeat;
}
.sidebar .contacts ul a {
	color: #24578a;
}
/* button styles */
.button-holder {
	position: relative;
	float: left;
	left: 50%;
}
.button-wrapper {
	position: relative;

	left: -50%;
}
* html .button-wrapper {float:left;}
a.button {
	background: url(/referral/images-new/bg-button.gif) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 43px;
	padding: 0 0 0 16px;
	color: #fff;
	float: left;
}
a.button span {
	background: url(/referral/images-new/bg-button.gif) no-repeat 100% 0;
	padding: 0 16px 0 0;
	cursor: pointer;
	float: left;
	height: 46px;
}
a.button:hover {text-decoration: none;}
/* common styles */
.heading h1 {
	color: #375e85;
	font-size: 20px;
	line-height: 39px;
	margin: 0;
}
#content p {margin: 0 0 10px;}
/* news block styles */
#content .news {
	background: url(/referral/images-new/bg-news.gif) no-repeat;
	padding: 15px 0 20px;
}
#content .news h2 {
	font-size: 16px;
	color: #828282;
	margin: 0 0 5px;
}
#content ul.headlines {
	list-style: none;
	padding: 0;
	margin: 0;
}
#content ul.headlines p {
	margin: 4px 0;
}
#content ul.headlines a.title {
	font-weight: bold;
	color: #375e85;
}
#content ul.headlines a.title:hover {
	background: url(/referral/images-new/link-underline3.gif) repeat-x 0 100%;
	text-decoration: none;
}
#content ul.headlines span.date {
	color: #999;
}
/* information boxes styles */
#content .infoarea {
	background: url(/referral/images-new/infoarea-top.png) no-repeat 0 26px;
	font-size: 14px;
	overflow: hidden;
	padding: 41px 0 0;
	margin: 0 0 35px;
	width: 100%;
}
#content .infoarea-top {
	background: url(/referral/images-new/infoarea-mid.png) repeat-y;
	width: 100%;
}
#content .infoarea-content {
	background: url(/referral/images-new/infoarea-bot.png) no-repeat 0 100%;
	position: relative;
	padding: 0 0 39px;
	width: 100%;
}
#content .infoarea-content:after {
	display: block;
	content: "";
	clear: both;
}
#content .infoarea .infobox1,
#content .infoarea .infobox2 {
	width: 457px;
	float: left;
}
#content .infoarea .infobox2 {float: right;}

#content .infoarea .heading {
	position: relative;
	overflow: hidden;
	clear: both;
	margin: -41px 0 0;
	width: 100%;
	height: 27px;
}
#content .infoarea .heading h2 {
	background: url(/referral/images-new/infoarea-heading.png) no-repeat;
	text-indent: 14px;
	line-height: 27px;
	font-size: 16px;
	color: #fff;
	margin: 0;
	width: 127px;
	height: 27px;
	overflow: hidden;
}
#content .infoarea .infobox-text {
	position: relative;
	word-spacing: -1px;
	padding: 24px 0 0 17px;
	line-height: 19px;
	overflow: hidden;
	height: 1%;
}
#content .infoarea .infobox-text p {margin: 0 0 5px;}
/* read more button styles */
#content .infoarea .link-holder {
	height: 0;
	padding: 0 0 0 345px;
}
#content .infoarea a.read-more {
	background: url(/referral/images-new/btn-readmore.gif) no-repeat;
	text-transform: uppercase;
	text-indent: 10px;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	overflow: hidden;
	position: absolute;
	color: #182e43;
	bottom: 10px;
	width: 102px;
	height: 24px;
}
#content .infoarea a.read-more:hover {text-decoration:none;}
#content .infoarea a.read-more:hover span {
	background: url(/referral/images-new/link-underline2.gif) repeat-x 0 100%;
	text-decoration: none;
}
/* simple list styles */
#content ul.info-list {
	position: relative;
	list-style: none;
	padding: 0 0 0 35px;
	margin: 0;
}
#content ul.info-list li {
	background: url(/referral/images-new/bullet.gif) no-repeat 0 9px;
	padding: 0 0 2px 13px;
}
/* footer block styles */
#footer {
	background: url(/referral/images-new/bg-footer.png) no-repeat 50% 0;
	width:100%;
	min-width:953px;
	color: #375e85;
}
#footer .footer-area {
	clear:both;
	overflow:hidden;
	padding: 10px 0 25px;
	margin:0 auto;
	width:953px;
}
	
/* footer list styles */
#footer ul {
	list-style: none;
	padding-top: 10px;
	padding-left: 0;
	margin: 0 auto;
	width:700px;
	float: left;
}
#footer a {color: #808080;}
#footer a:hover {
	background: url(/referral/images-new/link-underline3.gif) repeat-x 0 100%;
	text-decoration: none;
}
#footer ul li {
	background: url(/referral/images-new/footer-divider.gif) no-repeat 0 50%;
	margin: 0 0 0 -5px;
	padding: 0 10px;
	float: left;
}
#footer strong {
	font-weight: normal;
	float: right;
}

.textfield_form{
	background: url(/referral/images-new/textinput_bg2.gif) no-repeat;
	margin: 6px 5px 0px 2px;
	display: inline;
	overflow: hidden;
	width: 207px;
	height: 24px;
	float: left;
	border:0px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	vertical-align: top;
	color: #44505c;
}
.textarea_form{
	background: url(/referral/images-new/textarea_bg.gif) no-repeat;
	margin: 6px 5px 0px 2px;
	display: inline;
	overflow: hidden;
	width: 207px;
	height: 108px;
	float: left;
	border:0px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	vertical-align: top;
	color: #44505c;
}

.whiteboldtext{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.redboldtext{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#d7181e;
font-weight:bold;
text-decoration:none;
}
.darkgreyboltext{
font-family:Arial, Helvetica, sans-serif;
font-size:23px;
color:#4b4b4b;
font-weight:bold;
text-decoration:none;
}
.redbullettext{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#4b4b4b;
background-image:url(/referral/images-new/bullet_red.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:28px;
text-decoration:none;
line-height:23px;
}

.greynormaltext{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#4b4b4b;
font-weight:normal;
line-height: 17px;
text-decoration:none;
}
.blacknormaltext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;
text-decoration:none;
}
.blacksmalltext{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:normal;
text-decoration:none;
}

.textfield_getstarted{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width: 148px;
height: 16px;
border-width: 1px;
border-color:#346f98;
}
.textfieldmenu_getstarted{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width: 148px;
height: 20px;
border-width: 1px;
border-color:#346f98;
}

.normalgreytext{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#828282;
font-weight:bold;
text-decoration:none;
}
.redboldtext{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#db0f12;
font-weight:bold;
text-decoration:none;
}
.bottomrighttext{
text-align:right;
float:right;
color:#808080;
padding-top:10px;
}
