
/*								COLOUR VALUES
							
								Dark Blue:		#001032
								Mid Blue:		#385492
								light blue:		#6586be
								lightest blue:	#8bb4da
								White:			#ffffff
*/



								/* RESET */

*								{ margin: 0; padding: 0; }
html, body						{ height: 100%; }
body							{ color: #000; font-size: 62.5%; font-family: Verdana, Arial, sans-serif; }
ul								{ list-style: none; }
ol								{ list-style: decimal inside; }
a								{ outline: none; text-decoration: none; }
a img							{ border: none; }
img								{ vertical-align: middle; }
table							{ border-collapse: collapse; }


								/* =TWINHELIX IEPNG FIX */

body, img, h1, #h2				{ behavior: url(iepngfix.htc) }


								/* UTILITY */

.floatLeft						{ float: left; }
.floatRight						{ float: right; }
.clear							{ clear: both; }


								/* LINKS */

a								{ color: #8bb4da; text-decoration: underline; }

								/* BACKGROUND */
									
html							{ background:  url(../images/html_bg.gif) repeat-x #385492; }
body							{ background: url(../images/twirl.png) no-repeat top center; }


								/* STRUCTURE */
									
#wrapper						{ margin: 0 auto; width: 798px;  padding-top:30px;}



								/* HEADER */

#header							{ margin-top: 0px; }
#logo							{ float: left; width: 320px; }
#slogan							{ float: right; width: 400px; margin-top: 40px; }									
h1								{ background: url(../images/h1_bg.png) no-repeat; height: 128px;  font-size: 18px; padding-top: 60px; width: 600px; color: #ffffff; text-indent: 260px; }
#h2								{ color: #0f29ad; font-size: 11px; margin: 45px 0; margin-bottom: -20px; margin-left: 90px; text-align: center; text-transform: uppercase; }
#h2 a							{color: #0f29ad; text-decoration: none; line-height: 220%;  font-style: italic;}

								/* CONTENT */

#content						{ margin: 38px 0; margin-top: 10px;}
#frame							{ width: 513px; float: left; }
h3								{ font-size: 2.4em; margin-bottom: 17px; }
#content p						{ font-size: 1.2em; color: #fff; line-height: 2em; margin-bottom: 38px; }
#credit_application_frame		{ width: 80%; }







								/* CONTACT US */
									
#contact						{ width: 257px; float: right; border-left: 1px solid #789aca; color: #ffffff;}
#contact_form					{ margin-left: 30px; margin-right: 0px; }
#contact p						{ margin-bottom: 24px; }
fieldset						{ border: none; }
legend							{ display: none; }
label							{ display: block; font-size: 1.2em; color: #fff; font-weight: normal; margin-top: 5px; }
.form_field						{ padding: 3px 0; width: 228px; margin: 4px 0; font-size: 1.1em; font-family: Verdana, Arial, sans-serif; }
.multiple_field					{ width: 232px; }
.submit							{ float: right; margin-top: 4px; }
#contact_address				{ margin-top: 28px; }


								/* FOOTER */
									
#footer_wrapper					{ width: 100%; height: 30px; background: #001032; margin-top: 57px; }
#footer							{ width: 798px; margin: 0 auto; color: #fff; font-family: Verdana, Arial, sans-serif; line-height: 30px; font-size: 1.2em; text-align: center; }
	
									
h3 {color:#6586be;}									


