/*
 * Reset
 */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

h2 {
	font-weight:bold;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
 * General styles
 */

* {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif;}
body {background-color:black;}

/*
 * Main Wrapper Div
 */

#wrapper {margin:0px auto; margin-top:15px; height:700px; width:900px;}

/*
 * Header
 */

#header {background-image:url(../images/top_banner.jpg); height:158px; width:900px;}
#header p {text-align:right; padding-right:30px; padding-top:10px; font-size:.8em;}
#header a {text-decoration:none; color:#000000;}
.login {text-align:right;}

/*
 * Content Wrapper
 */

#content_wrapper {height:542px; width:900px; background-color:white;}
 
 /*
 * Main Content
 */

#content { margin-left:45px; padding:25px 5px; width:400px; height:450px; overflow:hidden;}
#content p {display:block; font-size:.75em; line-height:1.25em;}
#content ul li { margin-left:20px; }
#content span.header {color:#0260D4;font-size:1.25em;font-weight:bold; line-height:1.5em}
.form * {font-size:.9em;}
.form em {color:red}

.checklist{ list-style:none; margin-left:10px; padding-left:0;}
.checklist li{ background:url(../images/checklist.gif) no-repeat 0 3px; padding-left:25px;}

.term { font-size:1.5em; font-weight:bold; }
.defenition { font-style:italic; padding-left:10px;}
.indent {margin:10px;}
.title {cursor:pointer;font-size:.9em;}

.active {color:#0066FF; }

#application_content_wrapper {width:900px; background-image:url(../images/content_background.jpg); background-color:#F3E3B0; background-repeat:no-repeat}
#application { margin:10px; width:880px; overflow:hidden; height:940px;}

#navigation, #app_content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#app_content{
	overflow:hidden;
	width:760px;
	position:relative;
	height:880px;
	float:left;
}
	#app_content h2{
		color:#993333;
		margin:20px 0pt;
	}
	#app_content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}
#navigation{
	float:left;
	width:120px;
	height:940px;
}
	#navigation .sup{
		margin:26px 10px;
		font-size:14px;
	}
		#navigation ul{
			margin:5px 0;
			list-style:circle;
			padding-left:15px;	
		}
		#navigation a{
			font-weight:bolder;
			text-decoration:none;
		}				
		#navigation .sup li{
			margin: 3px 0 !important;
			margin:-4px 0;
			font-size:11px;
			text-transform:uppercase !important;
		}
		#navigation a.scrolling{
			color:#933;
		}
.section{
	width:3000px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		padding:9px 21px 42px 45px;
		width:720px;
		height:890px;
	}
		.section .sub p{
			width:550px;
			margin:16px 0;
			font-size:85%;
			line-height:1.4em;
		}
		.section .next, .section .prev{
			font-size:18px;
			position:absolute;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}

 /*
 * Footer
 */

#footer {height:auto; width:900px; text-align:right;}
#footer p {color: #666666; font-size: 10px;}
#footer a {font-size: 10px;	font-weight: bold;}
#footer a:link {color: #3E6A84;	text-decoration: none;}
#footer a:visited {	text-decoration: none;	color: #6CB33F;}
#footer a:hover {	text-decoration: none;	color: #6CB33F;}
#footer a:active {text-decoration: none; color: #3E6A84;}