/*------ COMMON ------*/

/* hero images */

h1{
	clear:none;
	color:#333333;
	margin-top:10px;
}
h2{
	clear:none;
	color:#333333;
	margin-bottom:10px;
}


.subNavigation {
	margin:10px 0 0 0;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.homeHero { background: url(../images/hero/home.jpg) no-repeat top left; padding-top: 234px; }
.aboutUsHero { background: url(../images/hero/about-us.jpg) no-repeat top left; padding-top: 234px; }
.contactUsHero { background: url(../images/hero/contact-us.jpg) no-repeat top left; padding-top: 234px; }
.faqHero { background: url(../images/hero/faq.jpg) no-repeat top left; padding-top: 234px; }

/* homepage pods */
.insuranceBrokersPod { background: url(../images/pods/insurance-brokers.jpg) no-repeat top left; padding-left: 220px; }
.membersOfPublicPod { background: url(../images/pods/members-of-public.jpg) no-repeat top left; padding-left: 220px; }

.fourHalfColumn {
    width: 350px;
}
.pod .pBut img {
    height: 2.3em;
}
.pod .pBut a{
	padding: 6px 16px;
}

.pod.homePod{
	border:1px solid #FFD900;
	-o-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
	position:relative;
	text-align:center;
}
	.pod.homePod .podContent{
		padding:0;
	}
	.pod.homePod .podHeader{
		background:none;
		border:none;
		text-align:center;
		font-size:2em;
	}
	.pod.homePod p{
		font-size:1.75em;
		padding:0 10px;
	}
	.pod.homePod .podLink{
		background: url(../images/pods/pod-yellow-base.gif) no-repeat top left #FFD900;
		bottom:0;
		left:0;
		padding:40px 0 10px 0;
		position:absolute;
		width:100%;
	}
		.pod.homePod .podLink a{
			background: url(../images/lists/list-full-arrow.gif) no-repeat 100% 50%;
			font-size: 1.75em;
			font-weight: bold;
			padding:0 15px 0 0;
			text-decoration:none;
		}

.largeBlue {
    font-size: 1.75em;
}

ul.benefitList li {
	margin:0 0 10px 0;
    padding: 2px 0 8px 27px;
}

/* team profile */
.teamProfiles h2 { 
	clear: none;
}
.teamProfiles h3 {
	background: none;
	clear: none;
	color: #004FB6;
	font-size: 2.2em;
	font-weight: normal;	
	margin: 0;
}
.teamProfiles .jobTitle {
	font-size: 1.8em;
	margin: 0;
}

.teamProfiles .details {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	min-width: 400px;
	padding: 12px 0;
}
.teamProfiles .details dt {
	background: none;
	color: #333;
	clear: both;
	font-weight: bold;
	float: left;
	padding-left: 0;
	width: 8em;
}
.teamProfiles .details dd {
	padding: 0;
	padding-bottom: 12px;
}

.teamProfiles img {
	float: left;
	margin:5px 10px 5px 0;
}

.jsAvailable .teamProfiles {
	background: #ffffff;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	padding:5px;
	width: 219px;
}
.jsAvailable .teamProfiles h3 {
	font-size: 2em;
	margin-bottom: 0.25em;
}
.jsAvailable .teamProfiles img {
	width: 70px;
	height: 70px;
}
.jsAvailable .teamProfiles dl { display:none; }
.jsAvailable .teamProfiles p { display:none; }
.jsAvailable .teamProfiles p.jobTitle { display:block; font-size: 1.5em; line-height:1.2em; font-weight:bold; }
