@charset "utf-8";
/* Working CSS Document */
html { 
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	text-align:center;
	height: 100%;
	background-color: #8ea9d0;
	background-image: url(/Images/Background.gif);
	background-repeat: repeat-x;
}
img {
	border: none;
}
#Container {
	min-height: 100%;
	position: relative;
	background-image: url(/Images/HeaderNew.png);
	background-repeat: no-repeat;
}	
#Navigation {
	width: 800px;
	height: 38px;
	top: 170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(/Images/Navigation.gif);
}
#Navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#Navigation li{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
}
.Navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
.Select {
	background-color: #203b63;
}
.Navigation:hover {
	text-decoration: underline;
}
#HomeContent {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	position: relative;
}
#Content2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 15px 0 15px 0;
	position: relative;
	background-image: url(/Images/ContentBackground.png);
}
#Content3 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 170px;
	padding: 0 0 115px 0;
	position: relative;
}
#Content {
	border: solid;
	border-width: 1px;
	border-color: #CCC;
	width: 766px;
	margin: 0 15px 0 15px;
}
#Navigation ul{
	list-style: none;
	padding-left: 60px;
	margin: 0;
}
#Navigation li{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
}
#Footer {
	width: 100%;
	margin: 0;
	padding: 0px;
	height: 115px;
	left: 0;
	bottom: 0;
	position: absolute;
	text-align: left;
	background-color: #38537b;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5c769e;
	margin-top: 15px;
	margin-left: 20px;
	font-size: 36px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 0;
	padding-top: 0;
	font-size: 28px;
}
hr {
	width: 230px;
	margin: 0;
	padding: 0;
	height: 1px;
	color: #fff;
	background-color: #fff;
	text-align: left;
}
.Content {
	font-family:Arial, Helvetica, sans-serif;
}
.Content p{
	padding: 0 45px 0 45px;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #8f9fb5;
}
.Footer p{
	margin: 5px 0 5px 75px;
	padding: 0;
}
.FooterImage {
	margin-top: 15px;
	margin-bottom: 5px;
}
.ImageWrap {
	float: left;
	margin-right: 10px;
}
#Cornner {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(/Images/Corner.png);
	width: 150px;
	height: 82px;
	z-index: 1;
}
.Quote {
	font: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
span.Quote {
	display: block;
	padding-left: 10px;
}
.QuoteTitle {
	font: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	padding-left: 5px;
	background-color: #ededed;
	margin-right: 45px;
	margin-left: 45px;
}
#LogIn {
	position: absolute;
	bottom: 0;
	right: 75px;
	width: 32px; 
	height: 78px;
}
label {
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-left: 160px;
	display: block;
}
.submit input {
	margin-left: 310px;
	background: #FFF;
	border: 1px outset #38537b;
} 
#UUBox {
	width: 350px;
	height: 400px;
	left: 25px;
	position: relative;
	float: left;
	background-image: url(/Images/UUBox.png);
}
#UWBox {
	width: 350px;
	height: 400px;
	left: 395px;
	position: relative;
	background-image: url(/Images/UWBox.png);
}
#UMBox {
	width: 350px;
	height: 400px;
	left: 25px;
	position: relative;
	margin-top: 25px;
	float: left;
	background-image: url(/Images/UMBox.png);
}
#DBox {
	width: 350px;
	height: 400px;
	left: 395px;
	position: relative;
	margin-top: 25px;
	background-image: url(/Images/DBox.png);
}
.ContactVerifyImage {
	float: left;
	display: inline-block;
}
.ContactVerify {
	float: left;
	display: inline-block;
	margin-left: 5px;
	margin-top: 1px;
}
