html, body{
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: "Helvetica", Arial, sans-serf;
}

a, a:link, a:active, a:visited, a:hover{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.hide{
	display: none !important;
}

#btnLogin{
	display: none;
}

.no-js #btnLogin{
	display: inline;
}

/* so we don't see a flash of content if we are doing a redirect */
/*
body{
	visibility: hidden;
}

.no-js body{
	visibility: visible;
}
*/

div#mainContainer{
	margin: 0 auto;
	width: 700px;
}
div#header{
	margin: 0 auto;
	width: 700px;
	height: 108px;
	background-color: #105fd6;
}

div#leftSection{
	width: 349px;
	height: 350px;
	background-color: #d1c9bc;
	float:left;
	cursor: pointer;
}

div#rightSection{
	width: 349px;
	height: 350px;
	background-color: #7194c9;
	float:right;
	cursor: pointer;
}

.no-js #rightSection, .no-js #leftSection{
	cursor: default;
}

div#leftContnet, div#rightContnet{
	margin: 66px 0 0 39px;
}

.boldContentLeft, .boldContentRight{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}

.boldContentRight{
	line-height: 45px;
}


.leftSmlWhiteFont, .rightSmlWhiteFont{
	margin: 17px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: "Helvetica", Arial, sans-serf;
	line-height: 14px;
	display: block;
}

.rightSmlWhiteFont{
	margin: 32px 0 0 0;
}

div#leftContnet p{
	margin: 24px 0 0 0;
	font-size: 10px;
	color: #000;
}

div#rightContnet p{
	margin: 20px 0 0 0;
	font-size: 10px;
	color: #000;
}

.smlWhiteBox{
	background-color: #fff;
	width: 5px;
	height: 5px;
	display: inline-block;
	margin: 0 8px 1px 0;
	
}

.clear{
	clear: both;
}

div#footer{
	width: 700px;
	height: 288px;
	background-image: url('/images/landing/footerBg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #105fd6;
	position: relative;
	display: block;
}

#loginForm{
	margin:15px 0 0 25px;
	padding:0;
	position: absolute;
}

 #loginForm p#formTitle{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0 7px 0;
	letter-spacing: 0;
}

input#strUsername{
	border: 1px solid #abadb3;
	margin:0;
	width: 109px;
}

input#strPassword{
	border: 1px solid #abadb3;
	width: 109px;
}
.smlBlackText{
	color: #000;
	font-size: 10px;
	margin: 7px 0 0 1px;
}
p.formError{
	color: #ff3333;
	font-weight: bold;
	font-size: 10px;
}