@charset "utf-8";
body {
	background-image: url(../images/landing-page_bg.gif);
	background-color: #063469;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

img {
	border:none;
}
a {
	font-size: 12px;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}

.oneColFixCtrHdr #container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:60px;
}
#header {
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	font-size: 11px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:60px;
	width:800px;
	background-image:url(../images/footer.png);
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 24px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left: 14px;
}

.screenshot {
	float:right;
	width:250px;
	margin-right:-20px;
}

.cta_section{
	padding-top:50px;
	float: left;
	width:550px;
}

.sub-headline{
	padding-top:20px;
}

.logo{
	float:left;
	width:500px;
}
.login{
	padding-top:13px;
	margin-right:32px;
	float:right;
	width:200px;
	text-align:left;
}

.login img{
	float:right;
}

.login .contact{
	padding-top:10px;
	float:right;
	font-size:11px;
	padding-right:13px;
	padding-left:10px;
}


.thanks_section{
	padding-top:50px;
}