/* Set the spacing to zero */
* { padding: 0; margin: 0; }
@media screen {
BODY {
	width: 100%;
	font-size: 12px;
	color: #3c3d35;
	font-family: Arial, Helvetica, sans-serif;
/* 	background: url('../../images/site_assets/bgbody.jpg') #fff repeat-x; */
}

#logo {
	float: left;
	width: 40%;
	height: 63px;
	display: block;
	overflow: hidden;
	margin-left: 10px;
	background: url('../../images/site_assets/logo.jpg') no-repeat;
}
	#logo div { 
		padding-top: 42px;
		color: #f6780a;
		font-weight: bold;
		font-style: italic;
	}

#header-login {
	float: left;
	width: 57%;
	height: 63px;
	display: block;
	overflow: hidden;
}

	#header-login > ul {
		float: right;
		color: #747676;
		margin-top: 38px;
	}
	
	#header-login > ul > li { 
		float: left;
		list-style: none;
		padding: 0px 5px;
		font-size: 12px;
	}
	
	#header-login > ul > li span a { color: #077cbf; }

#wrap-maincontainer {
	width: 100%;
	margin: 20px auto;
}
#wrap-maincontainer .width945{
	width:100%;
	margin:auto;
}

#wrap-headerbar {
	width: 92%;
	height: 64px;
	display: block;
	margin:0 auto;
}

#wrap-headernav {
	width: 98%;
	height: 49px;
	display: block;
	margin: 0 auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: url('../../images/site_assets/bgtopnav.jpg') repeat-x;
}

#wrap-banner {
	width: 960px;
	height: 420px;
	background: #fff;
	margin: 0 auto;
	display: block;
}

#wrap-contentholder {
	width: 100%;
	height: 100%;
	background: #fff;
	margin-top: 30px;
}

/* Sidebar-a */
#sidebar-a {
	float: left;
	width: 23%;
	padding-left: 30px;
	display: block;
}

.sidebar-a-wrapper {
	width: 260px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: 3px;	
}

	.gokou {
		width: 96%;
		height: 38px;
		margin-top:4px;
		display: block;
		overflow: hidden;			
		-moz-border-radius-topleft: 4px; 
		-webkit-border-radius-top-left: 4px;
		-moz-border-radius-topright: 4px; 
		-webkit-border-radius-top-right: 4px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;	
		padding: 5px 0 0 12px;	
		background: url('../../images/site_assets/bgsidebar.jpg') repeat-x;
	}
	
	.surveyhead-icon {
		width: 200px;
		height: 35px;
		display: block;
		background: url('../../images/site_assets/notebook.gif') no-repeat;	
	}
	
		.surveyhead-icon  div p, .empcorner-icon  div p  {
			margin-left: 45px;
			font-size: 18px;
			line-height: 24px;
			padding-top: 2px;
		}
		
	.empcorner {
		width: 95%;
		height: 38px;
		margin-top:4px;
		display: block;
		overflow: hidden;			
		-moz-border-radius-topleft: 4px; 
		-webkit-border-radius-top-left: 4px;
		-moz-border-radius-topright: 4px; 
		-webkit-border-radius-top-right: 4px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;	
		padding: 5px 0 0 15px;	
		background: url('../../images/site_assets/bgsidebar.jpg') repeat-x;	
	}
		
	.empcorner-icon {
		width: 200px;
		height: 35px;
		display: block;
		background: url('../../images/site_assets/empcorner.gif') no-repeat;		
	}
		.empcorner-icon  div p  { margin-left: 38px !important; }
	
	.sidebar-a { 
		font-size: 14px;
		padding-top: 15px; 
	}
	
.sidebar-a-teaser { padding: 0px 15px;	}
.sidebar-a-teaser-title {
	font-size: 14px;
	font-weight: bold;
}

.sidebar-a-teaser a.btn-link {
	float: right;
	font-size: 12px;
}

.polling { padding: 5px 15px; }

.errSurvey {
	color: #990000;
	padding-left: 15px;
}

.sidebar-aa-wrapper {
	width: 30%;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
}
.sidebar-ab-wrapper {
	width: 30%;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: 3%;	
	float: left;
}
#wrap-login-b {
	width: 26%;
	float: left;
	display: block;
	height: 272px;
	background:url('../../images/site_assets/bglogin.jpg') no-repeat;	
}
#innermid {
	float: left;
	width: 70%;
	margin-left: 15px;
}
#innermid-b {
	width: 90%;
	padding: 0 3%;
	font-size: 16px;
}

/* Innermid */
#wrap-login {
	width: 270px;
	display: block;
	height: 272px;
	background:url('../../images/site_assets/bglogin.jpg') no-repeat;	
}

.innermid-a {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}
	.karl {
		width: 98%;
		height: 45px;
		margin-top:4px;
		display: block;
		overflow: hidden;	
		padding: 10px 0px 0px 15px;	
		-moz-border-radius-topleft: 4px; 
		-webkit-border-radius-top-left: 4px;
		-moz-border-radius-topright: 4px; 
		-webkit-border-radius-top-right: 4px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;		
		background: url('../../images/site_assets/bginnera.jpg') repeat-x;
	}
	
.innermid-content { 
	font-size: 14px;
	padding: 20px 20px; 
}
.innermid-thumb {
	float: left;
	width: 100px;
	height: 80px;
	overflow: hidden;
}
.innermid-teaser {
	float: left;
	width: 490px;
	padding-left: 20px;	
}
.innermid-divider {
	clear: both;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}	
.headernews-icon {
	width: 500px;
	height: 34px;
	display: block;
	background: url('../../images/site_assets/newsicon.gif') no-repeat;
}
	.headernews-icon div p {
		margin-left: 35px;
		font-size: 22px;
		line-height: 24px;
		padding-top: 5px;
	}
	
.welcome-icon p {
	font-size: 22px;
	line-height: 24px;
	padding-top: 5px;	
}

.innerbottom-thumb {
	float: left;
	width: 150px;
	height: 130px;
	overflow: hidden;
}
.innerbottom-teaser {
	float: left;
	width: 70%;
	padding-left: 20px;	
}
.latest-news-teaser-title {
	font-size: 16px;
	font-weight: bold;
}

.latest-news-teaser-title a {
	color: #FF8400;
	font-weight: normal;
	text-decoration: none;
}

.latest-news-teaser-title a:hover {
	color: #FF8400;
	text-decoration: underline;
}

ul.nav > li.navs {
	float: left;	
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	display: block;
	height: 46px;
	background: url('../../images/site_assets/navdivider.jpg') right no-repeat !important;					
}
li.navs a.mnav { padding: 16px 37px; }
li.navs a.mnav:hover {
	color: #fff;
	height: 46px;
	display: block;
	background: url('../../images/site_assets/bgnavhover.jpg') repeat-x !important;		
 }
ul.nav > li.navlast { background: none !important; }
.formgroup {
	padding-top: 100px;
}
.btn-right { 
	float: right; 
	margin-right: 12px; 
}
a.pword {
	color: #fff;
	text-decoration: none;
}
a.pword:hover {
	color: #fff;
	text-decoration: underline;
}
a.signup, a.mlms {
	color: #ffde00;
	text-decoration: underline;
}
a.signup:hover, a.mlms:hover {
	color: #a2e932;
	text-decoration: underline;
}

.inner-title {
	font-weight: bold;
}

.inner-a li {	
	margin: 0px 0px 10px 30px; 
}

.recordFound {
	color: #1e537b;
	font-size: 16px;
	margin-left: 5px;
	font-weight: bold;
	*margin-left: 8px;
}

#newsOddHolder {
	width: 100%;
	height: 140px;
	display: block;
	overflow: hidden;
	background: #FFFFFF;
	*margin-left: 7px;
	border: 1px solid #d4d4d4;
}

#innerbottom {
	width: 100%;
	height: 344px;
	display: block;
	overflow: hidden;
	background: url('../../images/site_assets/bgfooter.jpg') repeat-x;
}

#innerbottom-footer {
	width: 96%;
	height: 308px;
	display: block;
	overflow: hidden;
	padding-top: 36px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	height: 255px;
	display: block;
	overflow: hidden;
}

	.loan-products {
		float: left;
		width: 65%;
		height: 255px;
		display: block;
		overflow: hidden;
		padding: 0px 20px 0px 5px;
	}
		.loan-products > ul {
			float: left;
			width: 95%;
			height: 36px;
			display: block;
			background: url('../../images/site_assets/innerbottom-border.gif') bottom repeat-x;	
		}
		
			.loan-products > ul > li.footer-title {				
				width: 560px;
				height: 28px;
				display: block;
				color: #ffffff;
				overflow: hidden;
				font-size: 20px;
				background: none;
				margin-left: -20px;				
			}
			
			.loan-products > ul > li {
				float: left;
				width: 28%;
				height: 28px;
				display: block;
				overflow: hidden;
				font-size: 14px;
				list-style: none;
				padding: 6px 0px 0px 20px;
				margin-left: 5px;
				background: url('../../images/site_assets/arrowicon.gif') left no-repeat;
			}
			
			.loan-products > ul > li a:hover { 
				color: #ffffff; 
				text-decoration: underline; 
			}
		
	
	.footer-contacts {
		float: left;
		width: 30%;
		height: 255px;
		display: block;
		overflow: hidden;
		margin-left: 20px;
	}
	
		.footer-contacts > ul {
			float: left;
			width: 340px;
			height: 36px;
			display: block;
			background: url('../../images/site_assets/innerbottom-border.gif') bottom repeat-x;	
		}
		
		.footer-contacts > ul > li.footer-title {				
			width: 340px;
			height: 28px;
			display: block;
			color: #ffffff;
			overflow: hidden;
			font-size: 20px;
			background: none;
			padding-top: 6px;			
		}
		
		.footer-contacts > ol > li.title {			
			float: left;
			width: 80px;
			font-size: 14px;
			list-style: none;
			padding: 5px 0px;
			color: #ffffff;
		}
		
		.footer-contacts > ol > li {			
			float: left;
			width: 250px;
			font-size: 14px;
			list-style: none;
			padding: 5px 0px;
			color: #ffffff;
		}
		
		.ayalacoop {
			color: #ffffff;
			width: 945px;
			margin: 0 auto;
			text-align: center;
			font-size: 14px;
			padding-top: 15px;
		}
		.ayalacoop div a {
			color: #fff;
			text-decoration: none;
		}
		.ayalacoop div a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
.datepicker span.close { font-size: 12px !important; }
.controls select { 
	width: 100px; 
	margin: 5px 5px 0px 0px;
}

	.dComp {
		color: #074576;
		font-weight: bold;
		font-size: 16px;
	}
	
	.loanTitleLeft {
		width: 200px;
		float: left;
	}
	
	.loanTitleRight {
		float: left;
		width: 300px;
	}
	
.loan-products li a {
	color: #fff;
	text-decoration: none;
}

#bottom {
	width: 945px;
	height: 53px;
	display: block;	
	overflow: hidden;
	margin: 0 auto;
}

#productHolder ul li { margin: 0 5px 0 40px; }
.subTitle {	color: #074576; }
.subTitle SPAN { color: #383838; }
.left a { color: #005580; }
.contFormHolder ul li { margin-left: 15px; }
p.title1 { 
	color:#074576; 
	font-size:18px; 
}

#disMsg {
	color: #FFDE00;
	padding-left: 12px;
	font-size: 12px;
}

.clearBoth { clear: both; }

.vspace5 {
	clear: both;
	height: 5px;
	overflow: hidden;
}

.vspace10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.vspace15 {
	clear: both;
	height: 15px;
	overflow: hidden;
}
.vspace20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.vspace30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}

}


/* new LAyout */

.wrap-banner01{
	
}
.wrap-banner01 {
    height: 400px;
}

.width100-nav{
	background:url("../../images/site_assets/bgtopnav.jpg") repeat-x;
}


.fronttext {
    position: ABSOLUTE;
    z-index: 1;
    color: #fff;
	width: 100%;
}
.fronttext .fl {
    float: left;
    width: 50%;
}
.fronttext .right {
    width: 65%;
}
.fronttext .left {
    width: 35%;
}
.fronttext .leftb {
    width: 65%;
}
.fronttext .lefth {
    width: 50%;
	float: right;
}
.fronttext .righth {
    width: 98%;
}

.fronttext .right h1, .fronttext .righth h1 {
    margin: 60px 0px 0px 50px;
    font-size: 30px;
	text-shadow: 1px 2px 3px #000;
}

.fronttext .right h1.less {
    margin: 50px 0px 0px 50px;
    font-size: 25px;
	text-shadow: 1px 2px 3px #000;
}

.fronttext .left ul p {
    font-size: 15px;
	 line-height: 21px;
}
.playbutton:hover {
    cursor: pointer;
    background-position: -77px 0px;
}
.playbutton {
    background: url("../../images/play06b37586919c.png") no-repeat scroll 0 0;
    height: 47px;
    left: 33%;
    position: absolute;
    top: 33%;
    width: 75px;
}
.video-container {
    position: relative;
}
.fronttext .left .innercon {
	background: url("../../images/bg-gradient.png") repeat;
	font-size: 14px;
	line-height: 18px;
	list-style: outside none none;
	margin-top: 500px;
	padding: 10px;
	width: 80%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.fronttext .lefth .innercon2 {
	background: url("../../images/bg-gradient.png") repeat;
	font-size: 14px;
	line-height: 18px;
	list-style: outside none none;
	margin-top: 370px;
	padding: 10px;
	width: 85%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.innercon2 > p { list-style:disc; }
.fronttext .left .innercon-less {
	background: url("../../images/bg-gradient.png") repeat;
	font-size: 14px;
	line-height: 18px;
	list-style: outside none none;
	margin-top: 470px;
	padding: 10px;
	width: 80%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
.fronttext .leftb .innercon-less {
	background: url("../../images/bg-gradient.png") repeat;
	font-size: 14px;
	line-height: 18px;
	list-style: outside none none;
	margin-top: 510px;
	padding: 5px 20px;
	width: 85%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	margin-left: 3%;
}

.mainbanner {
    background-position:5% 20% !important;
    background-size: cover !important;
    height: 650px;
	position: relative;
}

.image-thumb {
    bottom: 0;
    position: absolute;
    width: 100%;
	 background: url("../../images/bg-gradient.png") repeat;
}
.image-thumb ul li {
    background-position: 50% 50% !important;
    background-size: cover !important;
    display: inline-block;
    height: 82px;
    margin: 0 12px;
    width: 82px;
	cursor:pointer
}
.readmore {
    color: #fff !important;
    font-weight: bold;
    font-size: 11px;
}
.image-thumb ul {
	margin: 10px 0;
    text-align: center;
    text-align: center;
}
.blogtitle {
	font-size: 2em;
	color: #21567e;	
}
.blogTitle A {
			color: #21567e;
			font-size: 18px;
			text-decoration: none;
		}			
	
		.blogTitle A:hover {
			color: #21567e;
			text-decoration: underline;
		}
		
			.viewMore A {
				float: right;
				color: #21567e;
				font-size: 12px;
				text-decoration: underline;
			}			

			.viewMore A:hover {
				float: right;
				color: #21567e;
				text-decoration: none;
			}
.innercon-less a,.innercon2 a {
	color: #fff;
	text-decoration: none;	
}
.innercon-less a:hover, .innercon2 a:hover{
	color: #fff;
	text-decoration: underline;	
}
#blogOddHolder {
    display: block;
    height: 160px;
    overflow: hidden;
    width: 100%;
}

.blogDescHolder {
	float: left;
	width: 74%;
	font-size: 16px;
	margin: 10px 5px 0 5px;
}
.blog-thumb {
	float: left;
	width: 25%;
	overflow: hidden;
	margin: 35px 0 0 5px;
}
.blog-teaser {
	float: left;
	width: 70%;
	padding-left: 20px;	
	margin-top: 35px;
}
#productHolder {
	padding: 20px 20px;	
}
.innertop-a {
	width: 100%;
	margin-top: 3%;	
}