/* CSS Document */

/*---------------------------------------
              FORMAT
 ---------------------------------------*/
/* so you'll have specify values on each tag, but this is as close as you'll get to having different browsers render the same 
* { margin: 0; padding: 0; border: 0;}
*/
body {
	background-image: url(images-oct2006/background-fl.gif);
	margin: 0;
	text-align: center;
	padding: 0;
}
#main-container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 5px 0;
	width: 755px;
	z-index: 5;	
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;	
}
#header img {
	display: block;
	margin: 0;
	padding: 0;	
}
#bbb {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 225px;
	border-top: 1px solid #32897c;
	z-index: 5;	
}
#bbb img {
	display: block;
	margin: 0;
	padding: 0;
}
#sub-container {
	background-color: #FFFFFF;
	border: 2px solid #32897C;
	margin: 8px 0 0 8px;
	padding: 0;
	z-index: 4;	
}

#content-text {
	width: 265px; 
	margin-top: 92px;
	padding: 0 10px 15px 15px;
}
#content-form {
	width: 405px;
	margin: 62px 0 0 15px;
	padding: 0;
	border: 3px solid #0F4364;
}
#nav1 {
	border: 2px solid #88C494;
	padding: 0 7px;
	width: 238px;
	background-image: url(images-oct2006/nav1-bck-gnd.gif);	
}
#nav1 ul {
	padding: 2px;
	margin: 0;
	list-style-type: none;
	color:#FFFFFF;
}
#nav1 li {
	padding: 5px 5px 5px 15px;
	background-image: url(images-oct2006/nav1-bullet.gif); background-repeat: no-repeat; background-position: 3px;
}
#nav1 li a {
	color: #FFFFFF;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav1 li a strong {
	color: #073864;
}
#security-badge-inline {
	position: absolute; 
	top: 300px; 
	left: 665px;
	background-image:url(/images/security-inline-animated.gif); 
	background-repeat: no-repeat;  
	width: 56px;
}
#security-badge-inline a {
	display:block; 
	padding: 28px 3px 2px 0; 
	width: 56px; 
	height: 71px;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	font-weight:bold; 
	text-align: center; 
	text-transform:uppercase; 
	text-decoration: none;
}
#security-badge-top {
	background-image:url(/images/secure-small.gif); 
	background-repeat: no-repeat; 
	position:absolute; 
	top: 18px; 
	left: 376px; 
	width: 96px;
}
#security-badge-top a {
	display:block; 
	padding: 28px 3px 2px 0; 
	width: 96px; 
	height: 51px;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	font-weight:bold; 
	text-align: center; 
	text-transform:uppercase; 
	text-decoration: none;
}
#security-badge-bottom  {
	float: left; background-image:url(/images/secure-small.gif); background-repeat: no-repeat; width: 116px; z-index: 99;
}
#security-badge-bottom a {
	display:block; padding: 28px 3px 2px 0; width: 96px; height: 51px;  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight:bold; text-align: center; text-transform:uppercase; text-decoration: none;
}
#bottom-footer{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0;
	padding: 0 0 0 15px;
/*
	padding: 5px 0px;
	background-color: #6F8EA9;
	border: 3px solid #82AFCA;
	color: #FFFFFF;
*/	
}
/*
/// Use these CSS id's if you want each nav1 item to have a differnt image

#home { background-image: url(images-oct2006/nav1-bullet.gif); background-repeat: no-repeat; background-position: 3px;}
#lead-generation { background-image: url(images-oct2006/nav1-bullet.gif); background-repeat: no-repeat; background-position: 3px;}
*/
td.td-bck-grn_arrow {
	background-image:  url(images-oct2006/green-bck-gnd-arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 8px;
}
/*---------------------------------------
              TYPOGRAPHY
  ---------------------------------------*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
img {
	border-width: 0;
}
hr {
	color: #003399;
}
.indent {
	 padding-left: 2em;
}
.border001 {
	margin: 5px 15px 15px 5px;
	padding: 0px 5px 5px;
	border: 1px solid #999999;
}
.subnav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 0.85em;
	border: 1px dotted #707070;
	padding: 3px;
}
h1 {
	color: #0F4364;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
}
#content-form h1 {
	color: #265477;
	background-color: #C2D6B8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0;
	padding: 8px;
	text-transform: none;
}
h2 {
	color: #32897C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;

}
h3 {
	color: 006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;


}
h4 {
	color: 1A4440;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;

}
h5 {
	color: 12867C;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;


}
a {
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.labelHeader{
	font-weight: bold;
}
/* Form Stuff */

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.error_field {
	background-color: #FDD;
	border: 2px solid #F00;
}
td {vertical-align: top;}

.form_el {
	float: left;
	margin: 2px 5px;
	padding: 3px;
}
.form_row {
	clear: both;
	padding: 0 0 8px;
}
.error_field {
	background-color: #FFCCCC;
	border: 2px solid #F00;
	margin: 3px;
}


.form_row_alt_color { }


/* Hides from IE-mac \*/

* html .form_row {height: 1%;}

/* End hide from IE-mac */



#error_message { font-size:large; color:#F00; }

/* Thank You */
.pdfGuide{text-align: center;}
/* End Thank You */
