@import "global.css";
@import "main.css";
@import "form.css";

#PageWrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 928px;
	background-color: white;
}

#RightBorder {
	background-image: url('/image/page-right-border.gif');
	background-position: right;
	background-repeat: repeat-y;
	width: 914px;
	padding-right: 14px;
}

#LeftBorder {
	background-image: url('/image/page-left-border.gif');
	background-position: left;
	background-repeat: repeat-y;
	width: 900px;
	padding-left: 14px;
}

#Banner {
	background-image: url('/image/page-top-banner.gif');
	width: 900px;
	height: 114px;

}

#TopMenu {
	background-image: url('/image/page-top-menu-bg.gif');
	width: 900px;
	height: 29px;
	margin: 3px 0 3px 0;
}

#TopMenu ul {
	padding: 4px 0 0 0;
	margin: 0;
}

#TopMenu li {
	text-align: center;
	background-image: url('/image/page-top-menu-divider.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 110px;
	margin: 0;
	
}

#PageContent {
	padding: 0 10px 0 10px;
	min-height: 350px;
}

#Content {
	width: 704px;
}

#SignUpButton {
	position: absolute;
	left: 270px;
	bottom: 15px;
}

#MakeAPaymentButton {
	position: absolute;
	left: 30px;
	bottom: 15px;
}

#ApplyNowButton {
	margin: 0 0 0 13px;
}

#SignInButton {
	background-image: url('/image/button-SignIn.gif');
	border: none;
	width: 52px;
	height: 21px;
	padding: 0;
	margin: 8px 0 0 135px;
}

#SignInButton2 {
	background-image: url('/image/button-SignIn2.gif');
	border: none;
	width: 52px;
	height: 21px;
	padding: 0;
	margin: 8px 0 0 135px;
}

/* This is for the auto, credit, mortgage, and tax sites-----------------------------------------------------------*/
/*Begin*/
#ResourceNav {
	margin: 10px 0 0 0;
	padding: 4px 0 0 185px;
	height: 20px;
	background-color: #e3e0db;
	text-align: center;
}

#ResourceNav a {
	padding: 0 10px 0 10px;
}

#ResourceMenu {
	margin: 20px 0 20px 0;
	width: 186px;
	border-top: none;
}

.menuHeading {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #202658;
	background-color: #e3e0db;
	height: 24px;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
}

.resourceLink {
	background-color: #e3e0db;
	height: 32px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.menuHeading p {
	text-align: center;
	margin: 0;
	padding: 3px 0 0 0;
}

.resourceLink p {
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
}

img {
	border: none;
}
/*End ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

#Footer {
 	margin-top: 3px;
}

#FooterMenu {
	background-color: #d5d1ca;
	width: 900px;
	height: 18px;
	margin: 0;
	padding: 0;
}


#FooterMenu ul {
	padding: 0;
	margin: 0;	
}

#FooterMenu li {
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#FirstFooter {
	margin-left: 222px
}

#FooterAddress p{
	width: 900px;
	padding-top: 3px;
	margin: 0;
}

#FooterAddress {
	background-color: #8793ae;
	width: 900px;
	height: 21px;
	margin-top: 2px;	
}
