/* general //////////////////////////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
}

/* consistent scrollbar */
html {
	min-height: 101%;
}

body {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #494949;
	background: url('../image/body.gif');
	padding-bottom: 50px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	margin: 25px 0 5px;
	color: #50ad14;
	font-weight: normal;
}

h1 {
	font-size: 25px;
	margin-top: 0;
}

p {
	margin: 10px 0 5px;
	line-height: 20px;
}

a, .highlight {
	color: #50ad14;
}

a:hover {
	color: #50ad14;
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#cta-btn-find-out-more {
	width: 165px;
	height: 30px;
	background: url('../image/cta-btn-find-out-more.png');
}

.clear {
	clear: both;
}

.cta-btn {
	float: right;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignnone {
	display: block;
	clear: both;
	margin: 20px auto;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}





/* div id //////////////////////////////////////////////////////////////////////////*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 130px;
	background: url('../image/header.png') no-repeat;
}

#header-contact {
	position: absolute;
	top: 15px;
	right: 20px;
	width: auto;
	line-height: 0;
}

#header-contact a {
	text-decoration: none;
	color: #494949;
	border-right: #494949 solid 1px;
	padding-right: 5px;
}

#page {
	background: #FFF;
	overflow: auto;
	padding: 10px 0 0;
}

#span-home {
	background: url('../image/span-home.jpg') no-repeat;
	height: 360px;
	margin: 0 20px;
	overflow: auto;
}

#span-home .content {
	margin-left: 490px;
	color: #FFF;
	position: relative;
	overflow: auto;
}

#span-home .content h2 {
	display: none;
}

#span-home img {
	margin-left: 10px;
}

#span-home .content .img {
	height: 130px;
}

#span-home .content p {
	margin: 10px 10px 10px 10px;
}

#content {
	overflow: auto;
	width: 560px;
	margin-left: 20px;
	float: left;
}

#content .left, #content .right {
	float: left;
	width: 250px;
}

#content #talent {
	min-height: 1090px;
}

#team-profile-neil-reid {
	display: block;
}

#sidebar {
	overflow: auto;
	float: right;
	width: 340px;
	margin-right: 20px;
	padding-top: 40px;
}

#sidebar .slideshow {
	width: 340px;
	min-height: 600px;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer .top {
	background: #FFF;
	overflow: auto;
}

#footer .top .content {
	background: #50ad14 url('../image/footer-top.gif') no-repeat;
	color: #FFF;
	float: left;
	width: 920px;
	margin: 20px 0 0 20px;
	padding: 20px 0 10px;
}

#footer .top div div {
	width: 260px;
	min-height: 220px;
	float: left;
}

#footer .top div #legal-info {
	border: none;
	margin-left: 0;
	padding-left: 20px;
}

#footer .top div div h6 {
	margin-top: 0;
	color: #FFF;
	height: 30px;
	background-repeat: no-repeat;
}

#footer .top div #legal-info h6 {
	background-image: url('../image/footer-legal-info-h6.gif');
}

#footer .top div #social-news h6 {
	background-image: url('../image/footer-social-news-h6.gif');
}

#footer .top div #where-next h6 {
	background-image: url('../image/footer-where-next-h6.gif');
}

#footer #twitter {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
	min-height: 0;
}

#footer #twitter h2 {
	display: none;
}

#footer #twitter a {
	font-size: 12px;
	text-decoration: underline;
}

#footer #twitter .profileLink {
	margin-left: 22px;
}

#footer .top div div h6 span {
	display: none;
}

#footer .btm {
	color: #FFF;
	background: url('../image/footer-btm.png') no-repeat;
	height: 90px;
	clear: both;
	position: relative;
}

#footer .btm a {
	color: gray;
}

#footer .btm .left {
	position: absolute;
	top: 40px;
	left: 20px;
}




/* div class //////////////////////////////////////////////////////////////////////////*/

.sidebar-team {
	min-height: 620px;
}

#sidebar .team {
	border-left: #dcdcdc solid 1px;
	padding-left: 9px;
	display: none;
	min-height: 620px;
	overflow: hidden;
}

.team-profile {
	display: none;
	background: #fff;
}

.team-profile-02 {
	margin-top: 253px;
}

.team-profile-03 {
	margin-top: 449px;
}

.team-profile-04 {
	margin-top: 645px;
}

.divide {
	overflow: hidden;
}






/* list //////////////////////////////////////////////////////////////////////////*/

ul {
	list-style: none;
}

ul .last, ul .first {
	border: none !important;
}

ul .first {
	margin-left: 0 !important;
}

#nav {
	position: absolute;
	width: auto;
	bottom: 50px;
	right: 20px;
}

#nav li {
	display: inline;
	background: #494949 url('../image/nav-li.gif') no-repeat 0 center;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}

#nav li a {
	float: left;
	padding: 7px 10px 7px 0;
	background: url('../image/nav-li-a.gif') no-repeat 100% center;
	color: #FFF;
	text-decoration: none;
}

#nav li:hover, #nav .current {
	background: url('../image/nav-current.gif') no-repeat 0 center;
}

#nav li:hover a, #nav .current a {
	background: #50ad14 url('../image/nav-current-a.gif') no-repeat 100% center;
}

#content ul, #footer ul {
	line-height: 20px;
}

#content ul {
	margin: 10px 0 5px;
}

#content ul li ul {
	margin-top: 0;
}

#content ul li {
	margin-left: 20px;
	padding-left: 15px;
	background: url('../image/content-ul-li.gif') no-repeat 0 8px;
}

#team {
	float: left;
}

#team li {
	display: inline;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	float: left;
	width: 170px;
	margin: 0 10px 10px 0 !important;
	font-size: 12px;
}

#team li img {
	display: block;
}

#team li h3 {
	margin-top: 10px;
}

#team li h3 a {
	text-decoration: none;
}

#footer #legal-info ul li {
	background: url('../image/footer-legal-info-ul-li.gif') no-repeat 0 7px;
	padding-left: 15px;
}

#footer #legal-info img {
	margin: 10px 10px 0 0;
}

#footer #social-news {
	padding: 0 20px;
	margin: 0 20px;
	border: #FFF dotted 0;
	border-width: 0 1px;
}

#footer #social-news ul li {
	background: url('../image/footer-social-news-ul-li.gif') no-repeat 0 4px;
	padding-left: 22px;
}

#footer #social-news #icon-social {
	float: left;
	margin: 15px 0 0 15px;
}

#footer #social-news #icon-social li {
	background: none;
	padding: 0;
	float: left;
	margin-left: 10px;
}

#footer #where-next ul li a {
	background: url('../image/footer-where-next-ul-li-a.gif') no-repeat 0 1px;
	padding-left: 15px;
	text-decoration: underline;
}

.tab-nav {
	float: left;
	width: 560px;
	margin-bottom: 15px !important;
	border-bottom: #50ad14 solid 5px;
}

.tab-nav li {
	display: inline;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.tab-nav li a {
	float: left;
	width: 80px;
	padding: 2px 10px;
	background: #494949 url('../image/tab-li-a.gif') no-repeat;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
}

.tab-nav li .current {
	background-color: #50ad14;
	background-image: url('../image/tab-li-current.gif');
}

.profile {
	float: none !important;
	background: url('../image/profile.gif') no-repeat 0 0;
	width: 310px;
	height: 80px;
	padding: 8px 10px 12px;
	margin-top: 10px;
}

.profile li {
	line-height: 1.5;
}



/* form //////////////////////////////////////////////////////////////////////////*/

form label {
	display: block;
	color: #50ad14;
}

form input, form textarea, form select {
	border: #cecece solid 1px;
	padding: 5px;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #494949;
	margin-top: 5px;
	width: 328px;
}

form div {
	overflow: auto;
	margin-top: 10px;
}

.callback label, .callback input {
	float: left;
	width: auto;
	margin-right: 10px;
}

.callback input[type="checkbox"] {
	margin-top: 2px;
}

.frm-btn {
	float: right !important;
	width: 80px !important;
	background: #dcdcdc;
	border: #858585 solid 1px;
	cursor: pointer;
	margin: 0 !important;
}

.frm-btn:hover {
	background: #50ad14;
	border-color: #50ad14;
	color: #FFF;
}



















