﻿#home 
{
	height: 1200px;	
}

#homePageContent 
{
	float: left;
	width: 590px;
	height: 1200px;
}

.grid 
{
	margin: 30px 0px 0px 0px;
	padding: 0px;	
}
body 
{      
	margin: 0px;
	padding: 0px;
	background: transparent url('../Images/bg.gif') top center fixed;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;  
	text-align: center; 
}

#container 
{
	margin: 0px auto 0px auto;
	padding: 0px;   	
	width: 940px;
	text-align: left;
}
	
#header 
{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 940px;
	height: 250px;
	background-color: Transparent;
}
	
#header-left 
{
	position: absolute;
	top: 211px;
	left: 0px;
	width: 20px;
	height: 59px;
	background: transparent url('../Images/lefttop_tab.gif') top center no-repeat;
}
	
#header-bg 
{	
	position: absolute;
	top: 0px;
	left: 20px;
	width: 900px;
	height: 250px;		
	background: url('../Images/header.jpg') top center;
}
	
#header-right 
{
	position: absolute;
	top: 211px;
	left: 920px;
	width: 20px;
	height: 60px;
	background: url('../Images/righttop_tab.gif') top center;
}

.main 
{
	background: #FFFFFF url('../Images/content-bg.gif') repeat-y;
	width: 900px;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

.mainContent 
{
	margin:  0px;
	padding: 28px 0px 0px 35px;	
	background-color: transparent;
}

.mainContent #thankYou p 
{
	width: 700px;
}
	
#main-header 
{
	background: url('../Images/content-top.gif') no-repeat;
	width: 900px;
	height: 11px;	
}

#ThankYouContent 
{
	height: 650px;
}

img 
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#footer 
{
	width: 940px;
	height: 40px;
	position: relative;
}

#footer-left 
{
	width: 20px;
	height: 59px;
	position: absolute;
	top: -20px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: transparent url('../Images/leftbtm_tab.gif');
	float: left;
}

#footer-content 
{
	position: absolute;
	top: 0px;
	left: 20px;
	background: url('../Images/footer-bg.jpg');
	width: 900px;
	padding: 12px 0px 12px 0px;
	height: 16px;
	text-align: center;
}

#footer-right
{
	position: absolute;
	top: -20px;
	left: 920px;
	width: 20px;
	height: 59px;
	
	background: transparent url('../Images/rightbtm_tab.gif');
}



h2, h3, h4
{
	color: #F27A09;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}           
h3 
{
	font-size: 16px;
	line-height: 18px;
}

h3#mainHeading 
{

	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}
		   
input.textBox 
{
	width: 200px;
}

.clear 
{
	clear: both;
}

#footer a 
{
	color: #FFFFFF;
}
a i 
{
	display: none;
}

#header a 
{
	height: 250px;
	width: 900px;
}

#signin 
{
	background: url('../Images/sign-bg.gif') no-repeat top right;
	width: 205px;
	height: 184px;
	margin: 0px 0px -3px 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	
}
	
#signin input 
{
	font-size: 20px;
	width: 180px;	 
}
	
	
#signinUserTxtBox 
{
	position: absolute;
	top: 70px;
	left: 12px;
}	
#signinPasswordTxtBox
{
	position: absolute;
	top: 133px;
	left: 12px;	
}

#signinBtn 
{
	border-style: none;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
	
#signin-bottom 
{
	background: url('../Images/sign-bottom.gif') no-repeat;
	width: 205px;
	height: 15px;
	margin: -3px 0px 0px 0px;
	padding: 0px;				
}


#userNameSpan 
{
	position: absolute;
	top: 43px;
	left: 40px;
	margin: 0px;
	padding: 0px;
}

#passwordSpan 
{
	position: absolute;
	top: 103px;
	left: 80px;
}