/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:62.5%/1.4 Helvetica, Arial, sans-serif;
color:#555;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
text-indent:-9999px;
width:100%;
height:50px;
background:url(../images/welcome2.gif) no-repeat;
margin-bottom:0px;
margin:0;
padding:0;
}
 
h2 {
/*font:3.2em Helvetica, Arial, sans-serif; */
font:3.2em Britannic Bold, Helvetica, Arial, sans-serif;	
padding-bottom:20px;
letter-spacing:-.5px;
color:#002c5f;
text-align:center;
}

h2.subheading {
	margin:0px;
	padding:0px;
	text-align:center;
	color:#8FD400;
	font:2em Helvetica, Arial, sans-serif;
	padding-bottom:20px;
	letter-spacing:1.5px;
	font-weight:bold;
	text-transform:uppercase;
}
 
h3 {
font-size:1em;
font-weight:bold;
}


/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
font-size:1.2em;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0;
padding:0;
}
 
table tr td {
padding:0;
}
 
/***** Wrapper *****/
 
#header {
	width:100%;
	height:31px;
	background-color:#ffc423;
	margin-bottom:35px;
	}

#container {
	margin:0 auto;
	width:900px;
	min-height:400px;
	height:auto !important;
	height:400px;
	}

.highlight-box {
	width:500px;
	height:220px;
	border:1px solid #e6db55;
 	background-color: #fffbcc;   
	margin:0 auto;
	}

.highlight-box p {
	text-align:center;
	padding:20px;
	}

.form {
	margin:0 auto;
	/*width:450px;
	height:120px;*/
	}

.text{
	padding:4px;
	width:135px;
	height:19px;
	font-size:1.6em;
	color:#555;
	border:1px solid #555;
	background-color:#C0BFB3;
	float:left;
	margin: 0 0 0 4px;
	}

.button {
	margin:1px 0 0 7px;
}

.safe {
	font-size:1.3em;
	margin-top:50px;
	color:#002c5f;
	text-align:center;
	}
	
.safe img {
	padding-right:10px;
	}	

.center {
	text-align:center !important;
	}

.large {
	font-size:1.4em;
	}

#footer {
	width:900px;
	margin:40px auto 20px;
	height:29px;
	/*background:url(../images/logo2.gif) top right no-repeat;*/
	font-size:.9em;
	}	
 
#footer p {
	padding-top:7px;
	} 
	
.companyName {
	font-size:16px;
	color:#002144;
	font-weight:bold;
}

.nmls {
	font-size:18px;
	color:#002144;
	font-weight:bold;
	/*padding-right: 25%;*/
}
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.blue		   { color:#6f90b8;font-size:1.2em; }

/* Additional Css Code 20221031 */

.ppform input#captchaval {padding: 4px; width: 135px; height: 19px; float: left; margin-right: 10px;}
.form.ppform { width: 70%; }
.ppform .text { margin-left: 0; }
img#editCTLbusyimage {
    position: absolute;
    margin-top: -24px;
    margin-left: 40px;
}