@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,
p, 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, 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;
	}

h1, h2, h3
{
	margin-top:0px;
	margin-bottom:10px;
}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

ul {	list-style: none;}

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

.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/


body { background-color:#E7F3FE;}

#wrapper {
	margin: 0 auto;
	width:868px;
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-y;}
	
#header-bg {
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	height:111px;
	width:868px;}
	
#banner-holder {
	background-image:url(images/banner-bg.jpg);
	background-repeat:no-repeat;
	width:834px;
	height:336px;
	margin: 0 auto;
	}
	
#form-holder {
	padding-left:584px;
	padding-top:182px;}
	
.select-list {
	width:164px;
	height:22px;
	font-size:11px;
	padding: 1px 1px 1px 0;
	margin-bottom:9px;}
	
.start-btn {
	padding-top:4px;}
	
#content-holder {
	width:834px;
	margin: 0 auto;
	padding-top:12px;}
	
#nav-top {
	display:block;
	background-image:url(images/nav-header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:258px;
	height:33px;
	}
	
#nav-bottom {
	display:block;
	background-image:url(images/nav-bottom.jpg);
	background-repeat:no-repeat;
	width:258px;
	height:12px;
	float:left;
	background-color:#FFFFFF;}

#nav-holder {
	float:left;
	width:258px;
	color:#0054A8;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/nav-middle-bg.jpg);
	background-repeat:repeat-y;
	
	}
	
#nav-holder li{
	border-bottom: dotted 1px #8b8b8b;
	line-height:30px;
	width:230px;
	margin: 0 auto;
	}
	
#nav-holder li a{
	text-decoration:none;
	color:#0054A8;
	background-image:url(images/arrow-off.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	
	}
	
#nav-holder li a:hover{
	text-decoration:none;
	color:#BF6D4C;
	background-image:url(images/arrow-on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	}
	
	
#main-content-inner {
	float:right;
	width:564px;
	padding-top:5px;
	font-size:12px;
	line-height:20px;
	color:#666666;
	margin-left:10px;
	}
	
#main-content-inner h1{
	font-size:22px;
	color:#025092;}
	
#main-content-inner h2{
	font-size:18px;
	color:#025092;}
	
.horizontal-divider {
	border-bottom: dotted 1px #8b8b8b;
	}
		
.content-list {
	color:#945236;}
	
.content-list li{
	line-height:20px;
	}
	
.content-list li a{
	text-decoration:none;
	color:#945236;
	background-image:url(images/square.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	text-decoration:underline;
	}
	
.image-content {
	position:absolute;
	padding-left:340px;}
	
#footer {
	margin: 0 auto;
	width:868px;
	background-image:url(images/bottom-bg.jpg);
	background-repeat:no-repeat;
	height:40px;
	padding-top:28px;
	text-align:center;
	font-size:10px;
	color:#025092;}



.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

