/* Leighton.com holding page CSS Document */

/* Import sIFR */

@import url("sIFR-screen.css");

/* Global */

html, body { padding: 0px; margin: 0px; }

p {
	 margin: 0px 0px 10px 0px; 
}

body {
	font-family: "Segoe UI", "Calibri",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 0;
}
.Smltxt {
	font-size: 12px;	
}

span {
	display: block;
}
span.hideSpan {
	display: none;
}

img.hideImg {
	display: none;
}

.clnr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
}



/* Header Section */

#lhp_head {
	width: 100%;
	height: 133px;
	display: block;
	background: #ffffff url('../imgs/pageHeader.jpg') center no-repeat;
	margin: 0px 0px 1px 0px;
}

#hd_content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#hd_content h1 {
	position: absolute;
	top: 42px;
	float: left;
	left: -56px;
}

#hd_content h1, #hd_content h1 a {
	width: 170px;
	height: 59px;
	display: block;
	font-weight: normal;
	letter-spacing: -1;
}

#hd_content a.groupBadge {
	background: url('../imgs/leighonGroup.gif') top left no-repeat;
	display: block;
	width: 185px;
	height: 30px;
	position: absolute;
	left: 565px;
	top: 152px;
}

/* Main Section */

#lhp_main {
	width: 100%;
	background: url('../imgs/pageNewBkg.jpg') top left repeat-x;
	margin-bottom: 30px;
}
#lhp_navBar {
	width: 100%;
	height: 36px;
	display: block;
	position: relative;
	background: url('../imgs/NavBkg_grey.jpg') repeat-x;
}
#lhp_foot {
	width: 100%;
	height: 84px;
	display: block;
	background: url('../imgs/pageNewFooterBkg.jpg') repeat-x;
}
#lhp_footInner {
	width: 900px;
	margin: 0px auto;
	height: 84px;
}
#lhp_footInnerRight {
	width: 210px;
	float: right;
	text-align:right;
}
#lhp_footInnerLeft {
	width: 600px;
	float: left;
	text-align:left;
	font-family: "Segoe UI", "Calibri",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	margin: 60px 0px 0px 0px;
}
#mn_content {
	width: 900px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#mn_content h2,
#mn_content h3,
#mn_content h4 {
	color: #882d00;
	font-weight: normal;
	letter-spacing: -1px;
}
#mn_content h2 {
	width: 490px;
}
#mn_content h3 {
	margin: 8px 0px 6px 0px;
	padding: 0px;
	width: 490px;
}
#mn_content h3.short {
	margin: 8px 0px 6px 0px;
	padding: 0px;
	width: 490px;
}
#mn_content h4 {
	margin: 9px 0px 0px 0px;
}

#mn_content a {
	color: #2a77b6;
	text-decoration: none;
}
#mn_col_lft h2,
#mn_col_lft h3,
#mn_col_lft h4{
	margin-left: 5px;
	float: left;
}
#mn_col_lft p.indent {
	clear: both;
	display: block;
	margin-left: 6px;
}
#mn_content a:hover { text-decoration: underline; }

#mn_col_lft {
	position: relative;
	float: left;
	width: 650px;
	display: block;
}

#mn_col_rt {
	position: relative;
	float: right;
	width: 210px;
	display: block;
	font-size: 11px;
}



#contHd_welcome {
	width: 221px;
	height: 28px;
	display: block;
	background: url('../imgs/hd_welcome.png') top left no-repeat;
}

#contHd_recruit {
	width: 111px;
	height: 18px;
	display: block;
	background: url('../imgs/hd_recruit.png') top left no-repeat;
}

#contHd_contact {
	width: 96px;
	height: 18px;
	display: block;
	background: url('../imgs/hd_contact.png') top left no-repeat;
}

#contHd_register {
	width: 72px;
	height: 22px;
	display: block;
	background: url('../imgs/hd_register.png') top left no-repeat;
}

#co-bdg {
	width: 431px;
	height: 84px;
	display: block;
	background: url('../imgs/clientBadges.jpg') top left no-repeat;
	margin: 10px 0 0 0;
}

#email_reg {
	border: 1px solid #b4cee2;
	color: #999999;
	padding: 2px;
}

/* Footer Section */
.hiddenLink {
	display: none;
}
.floatActions {
	float: right;
	margin: 0px 8px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
}
.hideEl {
	display: none;
}
