/* CSS Document */

body {
	background: url(/images/bg.gif) repeat fixed;
	margin: 20px 10px 20px 10px;
	font-size: 62.5%;
	text-align: center;
}

#container {
	background-color: transparent;
	width: 760px;
	border: 0px 2px 0px 2px;
	border-color: #999999;
	text-align: left;
	margin: 0px auto;
	position: relative;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 141px;
}

#main_content {
	font-size: 1.4em;
	font-family: georgia, serif;
	color: #666666;
	line-height: 1.4em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 15px 50px 20px 50px;
	float: left;
	width: 660px;	
}

#main_content a, #main_content a:visited {
	color: #C80404;
}

#main_content a:hover {
	background-color: #E3ECF5;
}

#menu {
	margin: 0px;
	padding: 0px;
	/* background: url(/images/bg_red.gif) repeat #E40404; */
}

/* #nav {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background: url(/images/bg_red.gif) repeat #E40404;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	padding: 5px 0px 6px 0px;
	_padding: 5px 0px 5px 0px;
	font-size: 1.8em;
}

#nav ul li:hover {
	background: url(/images/bg.gif) repeat;
}

#nav ul li a {
	color: #FCFCFC;
	font-weight: normal;
	text-decoration: none;	
	padding: 5px 20px 6px 20px;
	_padding: 5px 20px 5px 20px;
}

#nav ul li a:hover {
	background: url(/images/bg.gif) repeat;
}

#nav {
	text-align: center;
	}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	background: url(/images/bg_red.gif) repeat #E40404;
	}
	
#nav ul li {
	display: inline;
	padding: 5px 0px;
	}

#nav ul li a {
	padding: 5px 20px;
	color: #FCFCFC;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.8em;
	}
	
	#nav ul li a:hover {
		background: url(/images/bg.gif) repeat;
		} */

#menu {
	position: relative;
	}

#nav {
	height: 30px;
	background: url('../images/nav_sprite.jpg') 0px -30px no-repeat;
	}
	
	#nav ul {
		list-style-type: none;
		margin: 0px;
		}
		
	#ie7 #nav ul {
		position: absolute;
		left: 38px;
		}
	#nav ul li {
		float: left;
		}
	
	#nav ul li a {
		display: block;
		height: 30px;
		background: url('../images/nav_sprite.jpg') 0px -30px no-repeat;
		text-indent: -9999px;
		}
	
	#nav ul li#nav_information a {
		width: 146px;
		background-position: -38px -30px;
		}
	
		#nav ul li#nav_information a:hover,
		#pg_information #nav li#nav_information a {
			background-position: -38px 0px;
			}
	
	#nav ul li#nav_application a {
		width: 145px;
		background-position: -184px -30px;
		}
	
		#nav ul li#nav_application a:hover,
		#pg_application #nav li#nav_application a {
			background-position: -184px 0px;
			}
	
	#nav ul li#nav_letter a {
		width: 270px;
		background-position: -329px -30px;
		}
	
		#nav ul li#nav_letter a:hover,
		#pg_letter #nav li#nav_letter a {
			background-position: -329px 0px;
			}
	
	#nav ul li#nav_checklist a {
		width: 123px;
		background-position: -599px -30px;
		}
	
		#nav ul li#nav_checklist a:hover,
		#pg_checklist #nav li#nav_checklist a {
			background-position: -599px 0px;
			}

#column_1 {
	width: 320px;
	margin-right: 10px;
	float: left;
}

#column_2 {
	width: 320px;
	margin-left: 10px;
	float: right;
}

ol#selection_checklist {
	margin: 0px;
	padding-left: 25px;
}

ol#selection_checklist li {
	margin: 0px;
	padding: 0px;
}

ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(/images/bullet.jpg) no-repeat 0px 4px;
	padding: 0px 0px 10px 25px;
}

.pdf_icon {
	vertical-align: middle;
	padding-right: 10px;
}

#footer {
	clear: both;
	background: url(/images/header/footer.gif) no-repeat bottom;
	font-size: 1.2em;
	padding: 0px 50px 50px 50px;
	text-align: center;
	color: #666666;
	line-height: 1.4em;
}


#footer span {
position: relative;
top: 30px;
}

#footer a, #footer a:visited {
	color: #C80404;
}

#footer a:hover {
	background-color: #E3ECF5;
}

.form_title_personal {
	text-align: right;
	padding-right: 10px;
}

.form_input_area input {
	font-family: georgia, serif;
	color: #000000;
	font-size: 1em;
}

textarea {
	font-family: georgia, serif;
	color: #000000;
	font-size: 1em;
	width: 600px;
	padding: 5px;
}

.success {
	background-color: #E6EFC2;
	border: 2px solid #C6D880;
	color: #264409;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}

.error {
	background-color: #FBE3E4;
	border: 2px solid #FBC2C4;
	color: #A41C15;
	margin-bottom: 20px;
	padding: 5px;
}

.error a, .error a:visited {
	color: #A41C15;
}

h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}

#answers .question {
	border-bottom: 1px dotted;
	font-size: 0.8em;
}

#answers .answer {
 	margin-left: 20px;
}

.app_printable_title {
	display: none;
	}
