body {
	background-color:#8AB4C4;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
}
#spacer {
	height:12px;
	width:100%;
	background-color:#4C6877;
}

											/* top bar across the screen*/
#title-bar-container {
	width:100%;
	background-color:#8BB5C4;
	clear:both;
}										
#title-bar {
	width:100%;
	height:110px;
	left:50%;
	margin-right:auto;
	margin-left:auto;
	background-color:#8BB5C4;
	clear:both;
	float:left
}
#logo {
	position:absolute;
	margin-top:-150px;
	margin-left:262px;
}
.left-side {
	float:left;
}
.right-side {
	float:right;
}


   
   
                                     		 /* navigation controls*/
#nav {
	width:100%;
	background-image:url(/images/nav-back.jpg);
	background-repeat:repeat-x;
	display:block;
	text-align:center;
	height:30px;
	padding-top:10px;
	clear:both;
}	
#nav a {
	text-decoration:none;
	color:#1A1A1A;
	margin-left:10px;
	margin-right:10px;
}
#nav a:hover {
	border-bottom:1px solid #FF6507 !important;
	position:relative;
	padding-bottom:4px;
}	






                                      		/* whole site container div */
#container {
	background-color:#E8E7DB;
	display:block;
	clear:both;
	width:100%;
}







                                           			 /* top images */
#top-container {
	display:block;
	left:50%;
	margin-right:auto;
	margin-left:auto;
	width:824px;
}
#top-images {
	width:824px;
	height:215px;
	display:block;
	clear:both;
}
#left-clip {
	position:absolute;
	margin-left:50px;
	margin-top:-30px;
}
#right-clip {
	position:absolute;
	margin-left:-100px;
	margin-top:-24px;
	
}
	
	
	
	
                                            		/* body background */
#body-container {
	display:table;
	clear:both;
	background-image:url(/images/body-bg.jpg);
	background-repeat:repeat-y;
	width:824px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}




                                           		 /* content and form area */
#content-container {
	display:block;
	clear:both;
}
#content-left {
	margin-left:42px;;
    width:452px;
	display:block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#content-left a {
	color:#99BB31;
	text-decoration:none;
}
#content-left a:hover	{
	color:#99BB31;
	text-decoration:underline;
}
h1 {
	color:#5583A9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h2 {
	color:#5583A9;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:12px 0px 0px 0px;
	font-weight:normal;
}
#content-cta {
	background-image:url(/images/stack.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:261px;
	width:418px;
	display:table;
	padding-left:30px;
	padding-right:15px;
	margin-top:20px;
	margin-bottom:20px;
}
#content-cta-2 {
	background-image:url(/images/calc.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:261px;
	width:418px;
	display:table;
	padding-left:30px;
	padding-right:15px;
	margin-top:20px;
	margin-bottom:20px;
}
#content-cta-3 {
	background-image:url(/images/clip.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:261px;
	width:418px;
	display:table;
	padding-left:30px;
	padding-right:15px;
	margin-top:20px;
	margin-bottom:20px;
}
#content-cta-4 {
	background-image:url(/images/glass.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:261px;
	width:418px;
	display:table;
	padding-left:30px;
	padding-right:15px;
	margin-top:20px;
	margin-bottom:20px;
}
#content-cta-5 {
	background-image:url(/images/checkmark.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:261px;
	width:418px;
	display:table;
	padding-left:30px;
	padding-right:15px;
	margin-top:20px;
	margin-bottom:20px;
}
.lock {	
	float:left;
	margin-left:-20px;
	margin-top:-10px;
	margin-right:20px;
}		
#form-right {
	display:block;
	float:right;
	width:290px;
}		
#form {
	background-image:url(/images/form-background.jpg);
	width:255px;
	height:275px;
	text-align:center;
	margin-left:18px;
	margin-top:18px;
	padding-top:50px;
}

/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:3px;
}
/* makes labels bold */
.labels {
	font-weight:bold;
}
/* centers the continue button */
.continue-button {
	text-align:center;
}
/* you may modify the individual text areas with this */
.T01 input, .T02 input, .T03 input {
	font-size:12px;
	width:125px;
}
/* modifies the space around the continue button */
.continue-button input {
	padding-top:10px;
}
#form-image {
	position:absolute;
	margin-top:-60px;
	margin-left:230px;
}	
.note {
	margin-top:60px;
	margin-left:4px;
}	
.shadow {
	background-image:url(/images/form-shadow.jpg) !important;
	background-repeat:no-repeat;
	border:0px solid #FFFFFFF;
}	

	
		
	
	
                                                      /*bottom image*/	
#bottom-container {
	display:block;
}													  
#body-bottom {
	display:block;
	clear:both;
}
#copyright {
	display:block;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}

	
	
	
													/* necessary extras */	
img {border:0px; margin:0px;}
