/**
 * File: http://www.iparecruiternetwork.com/membership/css/styles.css
 */

img.banner {
	padding-bottom: 1.7em;
}
div.wrap {
	background: url(/assets/images/dashed_vert.gif) 585px 0px repeat-y;
	padding: 5px 0;
}
div.wrap div.left {
	width: 555px;
	padding-left: 15px;
}
div.wrap div.right {
	width: 215px;
	padding-right: 15px;
}
div.wrap div.left h4 {
	color: #201D58;
}
div.wrap div.left h5 {
	color: #C35B28;
	padding: 5px 0 0 10px;
	height: 27px;
	cursor: pointer;
	background: url(../images/accordion.png) top left no-repeat;
	margin-bottom: 10px;
}
div.wrap div.left h6 {
	margin-left: 15px;
	padding-left: 10px;
	background: url(../images/bullet.png) 0 6px no-repeat;
}
div.wrap div.left div.expand {
	padding-bottom: 10px;
}
div.wrap div.left div.expand div {
	margin-left: 17px;
	padding: 10px 0 10px 10px;
	font-size: 0.9em;
}
div.wrap div.left div.expand p {
	padding-bottom: 5px;
}

div.wrap div.right img {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #877660;
}

a.video,
div.video {
	padding: 11px;
	display: block;
	text-decoration: none;
	color: #C35B28;
}
a.video:hover {
	text-decoration: none;
	padding: 10px;
	border: 1px solid #C35B28;
	color: #C35B28;
}
a.video span {
	display: block;
}
a.video span.vid {
	font-size: 0.8em;
	padding: 4px 0 0 20px;
	background: url(/assets/images/icon_video.gif) left center no-repeat;
	color: #877660;
}
a.video span.head {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 0.3em;
}

div.video {
	font-size:1.2em;
	font-weight: bold;
}


a.popup {
	background: url(/assets/images/popup.png) left center no-repeat;
	padding-left: 20px;
}