/*------------------*/
/*Styling for HTML*/
/*------------------*/
.logo_row {
	background-color: #d5d6ac;
	width: 100%;
	height: 108px;
	text-align: left;
	vertical-align: top;
}
.quote {
	background-color: #d5d6ac;
	height: 108px;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}
.prim_nav_row {
	background-color: #ffffff;
	background-image: url(images/prim_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	width: 100%;
	height: 35px;
	padding-left: 20px;
	margin: 0px;
	vertical-align: middle;
}
.horiz_black {
	background-color: #000000;
	height: 1px;
	width: 100%;
}
.horiz_white {
	background-color: #ffffff;
	height: 1px;
	width: 100%;
}
.content_row {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	vertical-align: top;
	overflow: auto;
}
.sec_nav_row {
	background-color: #ffffff;
	background-image: url(images/sec_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	width: 100%;
	height: 48px;
	padding-left: 20px;
	padding-top: 8px;
	margin: 0px;
	vertical-align: top;
}
.footer_row {
	background-color: #ffffff;
	background-image: url(images/prim_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
	vertical-align: middle;
	text-align: right;
	font-family: Garamond;
	font-weight: bold;
	color: #a6a973;
	text-decoration: none;
	font-size: 14px;
}
.footer_row a {
	font-family: Garamond;
	font-weight: bold;
	color: #a6a973;
	text-decoration: none;
	font-size: 14px;
}
.page_wrap
{
	width: 100%;
	height: 100%;
}
.div_prinav {
	display: inline;
	vertical-align: middle;
}
.div_prinav a {
	display: inline;
	font-family: Garamond;
	font-weight: bold;
	color: #a6a973;
	text-decoration: none;
	font-size: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
.div_prinav a:hover {
	color: #c9c9c9;
}
.div_prinav_selected {
	display: inline;
	vertical-align: middle;
}
.div_prinav_selected a {
	display: inline;
	font-family: Garamond;
	font-weight: bold;
	color: #c9c9c9;
	text-decoration: none;
	font-size: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
.div_secnav {
	display: inline;
}
.div_secnav a {
	display: inline;
	font-family: Arial Narrow;
	font-weight: bold;
	color: #2f2405;
	text-decoration: none;
	font-size: 12px;
	padding-right: 15px;
}
.div_secnav a:hover {
	color: #ffffff;
}
.div_secnav_selected {
	display: inline;
}
.div_secnav_selected a {
	display: inline;
	font-family: Arial Narrow;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	padding-right: 15px;
}
.splash_content {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.splash_bg {
	background-color: #ffffff;
	background-image: url(images/splash_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	text-align: left;
	width: 756px;
	height: 557px;
}
.splash_logo {
	height: 108px;
	vertical-align: top;
}
.splash_login_links {
	text-align: right;
	padding-right: 8px;
	height: 108px;
	vertical-align: top;
}
.splash_prim_nav {
	height: 35px;
	margin: 0px;
	text-align: center;
	padding-left: 15px;
	vertical-align: middle;
}
.splash_welcome {
	width: 500px;
	height: 267px;
	padding-left: 40px;
	padding-top: 50px;
	vertical-align: top;
}
.splash_disclaimer {
	width: 756px;
	height: 137px;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
}