/* SITE LAYOUT */
*{padding: 0; margin: 0;}

#fullSite {
	width: 1000px;
	position: absolute;
	z-index: 2;
	margin-left: 50%;
	left: -500px;
	border-left: 2px solid #DADDE3;
	border-right: 2px solid #DADDE3;
}


/* HEADER LAYOUT */
#fullSite #siteHeader {
	background-image: url(../images/header-bkg.jpg);
	position: relative;
	height: 190px;
	width: 1000px;
}
#fullSite #siteHeader #shInfoBox {
	position: relative;
	background-image: url(../images/savings-program.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 190px;
	width: 1000px;
	overflow: hidden;
}
#fullSite #siteHeader #shInfoBox #shImage {
	position: relative;
	float: left;
	height: 190px;
	width: 449px;
}
#fullSite #siteHeader #shInfoBox #shibNewsletter {
	position: relative;
	width: 250px;
	height: 180px;
	float: left;
	top: 152px;
	left: 60px;
}
#fullSite #siteHeader #shInfoBox #shibNewsletter #shibnButton {
	position: relative;
	padding: 0px 4px 0px 15px;
	height: 38px;
}

#fullSite #siteHeader #shInfoBox #shibNewsletter #shibnContent {
	position: relative;
	padding: 5px;
	height: 140px;
	width: 218px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bkg-90-w.png);
	background-repeat: repeat;
}

#fullSite #siteHeader #shInfoBox #shibMemberLogin {
	position: relative;
	width: 225px;
	height: 180px;
	float: left;
	top: 152px;
	left: 60px;
}
#fullSite #siteHeader #shInfoBox #shibMemberLogin #shibmlButton {
	position: relative;
	padding: 0px 16px 0px 10px;
	height: 38px;
}

#fullSite #siteHeader #shInfoBox #shibMemberLogin #shibmlContent {
	position: relative;
	padding: 5px;
	height: 140px;
	width: 213px;
	margin-left: 12px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bkg-90-w.png);
	background-repeat: repeat;
}

/* SITE BODY LAYOUT */
#fullSite #siteTopNavigation {
	position: relative;
	width: 990px;
	height: 35px;
	border-top: 5px solid #263349;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

#fullSite #siteBody {
	position: relative;
	width: 980px;
	min-height: 500px;
	padding: 0px 10px;
	background-color: #FFFFFF;
}

#fullSite #siteBody #sbLeft {
	position: relative;
	width: 305px;
	padding-right: 9px;
	float: left;
	border-right: 1px solid #BDC1C8;
	text-align: center;
}

#fullSite #siteBody #sbRight {
	position: relative;
	width: 655px;
	float: left;
	padding-left: 10px;
}

#fullSite #siteBody #sbRight #sbrMemberContent {
	position: relative;
	width: 635px;
	padding: 5px 5px 5px 15px;
	margin-bottom: 10px;
	background-color: #8495A5;
}

#fullSite #siteBody #sbRight #sbrMemberContent #sbrmcLeft {
	position: relative;
	float: left;
	width: 140px;
	padding: 0px 5px 0px 0px;
}

#fullSite #siteBody #sbRight #sbrMemberContent #sbrmcMiddle {
	position: relative;
	float: left;
	width: 385px;
	padding: 0px 5px 0px 0px;
}

#fullSite #siteBody #sbRight #sbrMemberContent #sbrmcRight {
	position: relative;
	float: left;
	width: 100px;
	padding: 0px;
	text-align: right;
}

#fullSite #siteBody #sbRight #sbrContent {
	position: relative;
	width: 635px;
	background-image: url(../images/why-join.jpg);
	background-repeat: no-repeat;
	background-color: #F8EBAA;
	padding: 70px 5px 5px 15px;
	margin-bottom: 10px;
}

#fullSite #siteBody #sbRight #sbrContent #sbrcJoin {
	position: relative;
	width: 635px;
	clear: both;
	float: none;
	text-align: right;
}

#fullSite #siteBody #sbRight #sbrPageContent {
	position: relative;
	width: 645px;
	margin-top: 10px;
	padding: 10px 0px 10px 10px;
}

#fullSite #siteBody #sbRight #sbrPageContent .tContent {
	position: relative;
	width: 625px;
	background-color: #F8EBAA;
	padding: 10px;
	margin-bottom: 10px;
}


#fullSite #siteBody #sbLeft #callContent {
	position: relative;
	width: 225px;
	height: 70px;
	padding: 25px 10px 0px 70px;
	background-image:url(../images/call-now.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 40px;
}

#fullSite #siteBody #sbLeft #testimonialHeader {
	position: relative;
	width: 305px;
	margin-top: 40px;
}

#fullSite #siteBody #sbLeft #testimonialContent {
	position: relative;
	width: 293px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #C9CCD1;
	border-left: 1px solid #C9CCD1;
	border-right: 1px solid #C9CCD1;
	background-color: #FCF9EB;
	margin-bottom: 20px;
}

#fullSite #siteBody #sbLeft #newsContent {
	position: relative;
	width: 305px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 40px;
}

#fullSite #siteBody #sbLeft #newsContent #newsBlock {
	overflow: auto;
	position: relative;
	width: 295px;
	height: 150px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9CCD1;
}

#fullSite #siteBody #sbLeft #newsContent #newsBlockFooter {
	width: 305px;
	height: 20px;
	text-align: right;
	padding-top: 5px;
}
#fullSite #siteBottomNavigation {
	position: relative;
	width: 980px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
}

#fullSite #siteFooter {
	position: relative;
	width: 980px;
	padding: 10px;
	background-color: #263349;
}

#fullSite #siteFooter #sfLeft {
	position: relative;
	float: left;
	width: 490px;
}
#fullSite #siteFooter #sfRight {
	position: relative;
	float: left;
	width: 490px;
	text-align: right;
}

#fullSite #siteCopyright {
	position: relative;
	width: 980px;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636C7D;
}

