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

body, html {
	margin: 0px;
	padding: 0px;
	
	background: #060654 url('images/body_bg.jpg') repeat-x;
}

img {
	margin: 0px;
	border: 0px;
}


			/* ========== font styles ========== */
html, body, td, div {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000033;
}

p {
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 32px;
	color: #334949;
	margin: 0px 0px 16px 0px;
}

h2 {
	font-size: 24px;
	color: #603030;
	margin: 0px 0px 16px 0px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000033;
	margin: 0px 0px 16px 0px;
}

p {
	line-height: 1.6;
	margin-bottom: 22px;
}

a:link { color: #000000; text-decoration: none; font-weight: bold; }
a:visited{ color: #000000; text-decoration: none; font-weight: bold; }
a:active { color: #000000; text-decoration: none; font-weight: bold; }
a:hover { color: #444455; text-decoration: underline; font-weight: bold; }


			/* ========== body styles ========== */
#content_shell {
	width: 930px;
	height: auto;
	border: 0px;
	margin-left: -465px;
	padding: 0px;
	background: #fff url('images/content_shell_bg.gif') top center repeat-y;
	position: absolute;
	top: 70px;
	left: 50%;
	text-align: left;
}

	#content_nav {
		width: 190px;
		height: auto;
		border: 0px;
		margin: 10px;
		padding: 0px;
		font-size: 14px;
		line-height: 1.4;
		color: #fff;
		text-align: left;
		float: left;
	}
	
		#content_nav a {
			color: #fff;
			text-decoration: none;
			padding: 3px;
		}
		
		#content_nav a:hover {
			text-decoration: none;
			padding: 3px;
			background: #9999aa;
		}
		
		.content_nav_menu {
			margin: 0px;
			padding: 0px;
		}
		
			.content_nav_menu li {
				margin: 0px 0px 4px 10px;
				padding: 0px;
			}
		
	#primary_text_container {
		width: auto;
		height: auto;
		border: 0px;
		margin: 20px 20px 20px 230px;
		padding: 0px;
	}

div.opening_nav_container {
	width: 930px;
	height: 430px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: #fff url('images/opening_animation_bg.gif') top left repeat-x;
	text-align: left;
}

	div.opening_nav_menu {
		max-width: 190px;
		height: auto;
		border: 0px;
		margin: 12px 12px;
		padding: 0px;
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
		color: #000033;
		float: right;
	}
	
		div.opening_nav_menu a {
			text-decoration: none;
			color: #000033;			
		}
		
		div.opening_nav_menu a:hover {
			background: #ddddff;
		}

div.floating_form_container {
	width: 300px;
	height: auto;
	border: 1px solid #999;
	margin: 10px 0px 20px 20px;
	padding: 10px;
	background: #eeeeff;
	text-align: left;
	float: right;
}

.data_header, .data_header td {
	background: #cdcdcd;
	font-weight: bold;
}

.data_row {
	background: #efefef;
}

.input_field {
	width: 190px;
	height: auto;
	padding: 4px;
	font-size: 18px;
	color: #666;
	background: #fff;
	border: 1px solid #333;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

.textarea_field {
	width: 260px;
	height: 90px;
	padding: 4px;
	background: #fff;
	border: 1px solid #333;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

.page_title {
	padding: 5px 10px 5px 10px;
	background: #efefef;
}

.page_subtitle {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000033;
}

.menu_title {
	font-size: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid #666677;
	color: #666677;
}

.left_icon_image {
	float: left;
	margin: 0px 18px 0px 0px;
	padding: 0px;
	border: 0px;
}

.right_image {
	float: right;
	margin: 12px 0px 18px 18px;
	padding: 0px;
}

.left_tab {
	margin-left: 32px;
}

li {
	margin-bottom: 16px;
}

			/* ========== header styles ========== */
div.header_container {
	height: 68px;
	width: 940px;
	
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	
	text-align: right;
}

	img.header_logo {
		float: left;
		margin: 0px 28px 0px 0px;
		padding: 0px;
	}
	

			/* ========== footer styles ========== */
#sub_footer {
	width: 930px;
	height: auto;
	border: 0px;
	margin: 0px;
	padding-bottom: 90px;
}

div.footer_container {
	height: 75px;
	width: 100%;

	background: #ffffff url('images/footer_bg.jpg') repeat-x;
	position: fixed;
	bottom: 0px;
	left: 0px;

	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

	div.footer_contact_info {
		float: left;
	
		margin: 6px 24px 6px 14px;
		padding: 0px;
		
		text-align: left;
		font-weight: bold;
		line-height: 16px;
	}
	
	div.footer_certification_info {
		float: right;
		margin: 6px 14px 6px 24px;
		padding: 0px;
		
		font-size: 12px;
		text-align: left;
		font-weight: bold;
	}