body{
	padding:0; 
	margin:0; 
	border:none;
	background-image:url(../images/mainbg.JPG);
	background-repeat:repeat;
}

/************************************************************/
#headerwrap{
	width:100%;
	background-color:#fff;
}

#topheader{
	width:100%;
	height:5px;
	background-color:#000000;
}

#mainheader{
	margin:0 auto 0 auto;
	width:1204px;
	height:120px;
	background-image:url(../images/header.JPG);
	background-repeat:no-repeat;
}

#formsheader{
	margin:0 auto 0 auto;
	width:1204px;
	height:94px;
	background-image:url(../images/formsheader.jpg);
	background-repeat:no-repeat;
}

#topmenu{
	position:relative;
	top:5px;
	left:820px;
	width:500px;
}

#completeapplication{
	position:relative;
	top:5px;
	left:820px;
	width:100px;	
	}
/*********************************MENU*****************************************************/

#mainnavigation{
	width:100%;
	height:43px;
	background-image:url(../images/menubg1.JPG);
	background-repeat:repeat-x;
}

#horizontal-nav{
	margin:0 auto 0 auto;
	width:1159px;
	background-image:url(../images/menubg1.JPG);
	background-repeat:repeat-x;
}

#horizontal-nav img{
	float:left;
	margin:0;
}

#forms-navigation{
	width:100%;
	height:30px;
	background-image:url(../images/formsmenubg.jpg);
	background-repeat:repeat-x;
}

#forms-nav{
	margin:0 auto 0 auto;
	width:1024px;
	background-image:url(../images/formsmenubg.jpg);
	background-repeat:repeat-x;
}

#forms-nav img{
	float:right;
	margin:0;
}

/**********************************************MAINCONTENT***************************************************/

#maincontent{
	width:100%;
	height:522px;
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-x;
}

#topcontent{
	margin:0 auto 20px auto;
	height:630px;
	width:1140px;
	background-color:#fff;
	padding:5px;
}

#slideshow{
	float:left;
	height:282px;
	width:755px;
	margin-left:3px;
}

#appform{
	float:left;
	height:515px;
	width:367px;
	background-image:url(../images/quickapplication.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}

#bottominfo{
	clear:both;
	width:100%;
}

#connect{ float:left;
	position:relative;
	top:465px;
	left:60px;
}

#b-info{
	clear:both;
	width:1159px;
	height:80px;
	margin:0 auto 0 auto;
	background-image:url(../images/footerinfo.jpg);
	background-repeat:no-repeat;
}

#b-border{
	width:100%;
	height:10px;
	margin:0;
	background-color:#000000;
}

#bottom-items{
	clear:left;
	width:755px;
	margin-left:0;
	margin-top:8px;
	background-color:#ccffff;
	padding:3px 2px 3px 0;
}

#fields{
	position:relative;
	top:45px;
	left:190px;

}


/***********************CONTENT PAGES***********************************************/

#border{
	font-family:arial;
	font-size:.9em;
	margin:0 auto 20px auto;
	height:550px;
	width:1140px;
	background-color:#fff;
	padding:10px;
}

#left-content{
	margin:25px 0 0 60px;
	float:left;
	width:600px;
}

#right-content{
	float:left;
	width:400px;
}

#image1{
	margin-left:50px;
}

#image2{
	margin-left:50px;
}

.headingtext{
	font-size:2em;
	font-weight:bold; 
	color:#006699;
}

.subheadingtext{
	font-size:1em;
	font-weight:bold; 
	color:#111;
}

.underlinedtext{
	font-size:1.2em;
	font-weight:bold; 
	color:#111;
	text-decoration:underline;
}

.par{
	line-height:21px;
}

/**************************Forms*********************************/

.forms-inputbox{
	width:250px;
	height:20px;
	float:right;
	line-height:19px;
	margin-right:150px;
	margin-bottom:8px;
}

.input-head{
	float:right;
	margin-right:20px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#333333;
}

.field-heading{
	clear:right;
	margin-bottom:20px;
	width:800px;
	background-color:#5487E7;
}

.field-heading-text{
	line-height:28px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
}

.radio{
	float:right;
	margin-bottom:8px;
	line-height:22px;
	margin-right:10px;
}

.forms-radio{
	height:20px;
	float:right;
	line-height:20px;
	margin-bottom:8px;
}

