@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/


body  {
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;	
	color: #000000;
	background-color:#CCC;
	font-size:12px;
	
}

#main-wrapper { 
	width: 1008px;  
	margin: 0 auto; 	
	text-align: left; 
	background: url(images/content-bg.jpg) top left repeat-y;
} 
#header { 
	height: 108px;
	width: 1008px;
	background: url(images/header-bg.jpg) top left no-repeat;
	margin: 0 auto;
}

.header-line {
	width:980px;
	height:4px;
	margin: 0 auto;
	background-color:#00669D;
	border-bottom:solid 1px #FF9900;
	}
 
#banner { 
	height: 330px;
	width: 980px;
	margin: 0 auto;
	background: url(images/banner-bg.jpg) top left no-repeat;
	
}

.form-banner-holder {
	background-image:url(images/banner-bg-small.jpg);
	height:279px;
	width:700px;}

#form-holder {
	display:block;
	width:333px;
	padding: 60px 0 0 0;
}

.input-label {
	float:left;
	width:120px;
	display:block;	
	padding: 2px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align: right;
}
.input-text {
	width:170px;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:4px;
	margin-left:8px;
	font-size:12px;
	border: solid 1px #0064A6;
}	
.input-list {
	width:174px;
	height:20px;
	margin-bottom:2px;
	margin-left:8px;
	padding: 2px 2px 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.submit-button {
	margin-left:6px;
	margin-top:2px;
}

#content-wrapper { 
	width: 980px;
	margin: 0 auto;
	position:relative;
}

#nav-wrapper {
	float:left;
	width:250px;
	color:#0068AE;
	background-color:#EDF3F6;
	margin: 10px 0 0 0;
position:absolute;
top:0px;
left:0px;

	
}	
#height-holder
{
	height:1650px;
	width:0px;
}
#nav-wrapper li {	
	line-height:25px;
	width:240px;
	margin: 0px 0 0px 0px;	
	display:block;
}	
#nav-wrapper li a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#005482;
	font-weight:bolder;	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:14px;
	margin-left:10px;	
	display:block;
	height:30px;
	border-bottom: dotted 1px #1E558E;	
	background: url(images/nav-arrow.jpg) center left no-repeat;	
}	
#nav-wrapper li a:hover {	
	display:block;
	color:#0084FB;	
}

.nav-header-2 {
	background-image:url(images/nav-header-2.jpg);
	height:28px;
	background-repeat:repeat-x;
	width:185px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	padding-left:15px;}
	
.testi-holder {
	background-color:#FFFFFF;}

#main-content-wrapper 
{
	float: right;
	width: 700px;
	padding: 25px 10px 0 10px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
} 

#main-content-wrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00669D;
	font-weight:bold;	
	margin-top:10px;
	margin-bottom:10px;
}
#main-content-wrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00669D;	
	font-weight:bold;	
	margin-top:10px;
	margin-bottom:10px;
}

#main-content-wrapper2 
{
	padding: 25px 10px 0 10px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
} 

#main-content-wrapper2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00669D;
	font-weight:bold;	
	margin-top:10px;
	margin-bottom:10px;
}
#main-content-wrapper2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00669D;	
	font-weight:bold;	
	margin-top:10px;
	margin-bottom:10px;
}

#content-bottom {
	height: 25px;
	width: 880px;
	background: url(images/content-bottom-bg.jpg) top left no-repeat;
}

#logo-img {
	padding:30px 0 10px 10px;}
	
.img {
	padding:0 0 0 10px;}
	
.img2 {
	padding:0 10px 0 0;}
	
.hdivider {
	border-bottom: dotted 1px #666;}

#footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat; 
	width: 1008px;
	height:40px;
	line-height:20px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align:center;
	color:#333;
}

#footer a {
	text-decoration:none;
	color:#666;}
	
#footer a:hover {
	text-decoration:underline;
	color:#333;}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
}

#copyright {
    width: 835px;
	padding: 0 10px 0 10px;
	line-height:20px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#047ECF;
	margin-bottom:20px;}
	
	
.privacy-policy {
	float:right;
	}
	
.privacy-policy a{
	text-decoration:none;
	color:#047ECF;}
	
.privacy-policy a:hover{
	text-decoration:underline;}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#form-holder p
{
	margin: 0;

	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.logo-link a {
	float:left;
	display:block;
	width:500px;
	height:106px;
	text-indent:-9999px;}