@charset "utf-8";
/* CSS Document */

#breadcrumb{
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px;
}
	#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active{
		color:#666;
	}
	#breadcrumb #active{
		color:#EB0085;
	}

#leftCol{
	width:155px;
	float:left;
}
	#subNav{
		border-top:1px solid #999;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	#subNav li{
		border-bottom:1px solid #999;
		padding:2px 0 2px 20px;
	}
	#subNav li a{
		color:#666;
		line-height:1.4em;
		font-weight:bold;
	}
	#subNav li a:hover{
		color:#EB0085;
	}
	#subNav li ul{
		margin:0;
		border-bottom:1px solid #FFF;
		padding:0;
		list-style-type:none;
	}
	#subNav li ul li{
		border-bottom:1px solid #FFF;
		padding:2px 0 2px 20px;
	}
	#subNav li ul li a{
		color:#666;
		line-height:1.4em;
		text-decoration:none;
		font-weight:normal;
	}
	#subNav a.current{
		color:#EB0085;
	}

#midContent{
	width:420px;
	float:left;
	padding-left:35px;
	padding-right:35px;
}

#rightCol{
	width:215px;
	float:right;
	margin:0;
	padding:0;
}
	
		
.boxes4{
	height:auto;
	width:100%;
	background:#F2F2F2;
	padding:0;
	margin:0 0 10px 0;
}
	.boxes4 h3{
		margin-top:0;
	}
	
	
	
	
	
.formItem{
	padding:0 0 5px 0;
	margin:0;
}
.error{
	padding:.8em;margin-bottom:1em;border:2px solid #FBC2C4; color:#F00;
}
.privacyItem{
	text-align:right;
}
	fieldset{
		border:none;
		background:#F7F7F7;
		padding:0 15px;
		margin:0 0 20px 0;
	}
	legend{
		border:none;
		color:#028ccd;
		background:#FFF;
		padding:0 15px;
		margin:0;
		font-size:1.2em;
		font-weight:bold;
		margin-left:-30px;
	}
	div.cols2{
		width:50%;
		float:left;
	}
	label{
		font-weight:normal;
		width:100px;
		display:inline-block;
	}
	.radioLabel{
		display:block;
		width:auto;
		padding:3px 0 0 0;
	}
	input{
		color:#666;
		padding:2px;
		font-size:1em;
	}
	
	#firstName{
		width:100px;
	}
	#lastName{
		width:130px;
	}
	#company{
		width:239px;
	}
	#jobTitle{
		width:239px;
	}
	#email{
		width:239px;
	}
	#details{
		width:100%;
		height:70px;
	}
	.highlightRequired{
		font-weight:bold;
		color:#cb207e;
	}


.spotlight{
	border:1px solid #EB0085;
	background:#ececec;
	padding:15px 15px 0 15px;
	margin:0 0 15px 0;
	font-size:1.1em;
}
.highlight{
	border:none;
	background:#4DAFDE;
	font-weight:bold;
	padding:15px 15px 5px 15px;
	margin-bottom:15px;
	color:#FFF;
	font-size:1.1em;
	clear:left;
}
	.highlight a{
		color:#FFF;
		text-decoration:underline;
	}



.topLink{
	font-size:.8em;
	color:#999;
	text-align:center;
	padding:20px 0 0 0;
	clear:both;
}


#subNav li a.notBold{
	font-weight:normal;
}





.partnerBox{
	clear:both;
	min-height:50px;
	margin:40px 0 0 0;
}
.partnerLogo{
	width:130px;
	float:left;
	clear:left;
	text-align:left;
}
.partnerLogo img{
	padding:5px 5px 13px 5px;
}
p.infoLink{
	text-align:right;
	padding-top:-10px;
	margin-top:-15px;
}












textarea .p{
	margin-bottom:20px;
}
	