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

body {
	margin:0;
	padding:0;
	font:12px/16px normal Arial, Helvetica, sans-serif;
	background:#00385B url(bg-main.jpg) top center repeat-x;
	color:#333;
}

p {
	margin:0 0 20px 0;
	padding:0;
}

a {
	color:#446479;
	text-decoration:none;
}

a img { border:0; }


/****************************************************************************************/
/* headers */

h1 {
	font-size:17px;
}

h2 {
	font-size:15px;
}

/****************************************************************************************/

/*  sign up */
.emailSignup form { margin:0; padding:0; }

.emailSignup {
	margin:40px 10px 0 27px;
}

.emailSignup input {
	width:120px;
	display:inline;
	font:10px normal Arial, Helvetica, sans-serif;
	margin-right:3px;
}

.emailSignup #submitter {
	width:59px;
}

.signup_title {
	font-size:11px;
}

.signup_error {
	font-weight:bold;
	color:red;
	font-size:9px;
}

.signup_success {
	font-weight:bold;
	color:#090;
}


#signup_load {
	display:none;
	text-align:center;
	padding:10px 0;
}

/********  top nav ***************/
#lifestages, #financialsolutions, #educationprograms {
	display:none;
}

/********************************/
#bgcenter {
	margin:0;
	padding:0;
	background:url(bg-centre.jpg) top center no-repeat;
}

#footer {
	background:#fff url(bg-footer.jpg) top left no-repeat;
	color:#878C8F;
	padding:15px 0 15px 0;
	text-align:center;
}

#footer ul li {
	display:inline;
}

#footer a {
	color:#878C8F;
	margin:0 15px;
}

.copyright { text-align:right; padding:10px;  font-size:10px;}
.copyright a { color:#fff; }

.quicktools {
	background:#e8e8e8 url(bg_quicktools_bottom.jpg) bottom left no-repeat;
}

.quicktools h2 {
	display:none;
}

.maincontent {
	background:url(bg_mainarea.jpg) top left no-repeat;
}

.signup {
	background:url(bg_signup.jpg) top left no-repeat;
}

.maincontentarea {
	padding:25px 30px 10px 25px;
}

.maincontentarea ul {
	margin-top:8px;
	margin-bottom:8px;
}

.fakebg {
	background:#f3f3f3 url(bg_fake.jpg) bottom right repeat-y;	
}


/*********  right menu ************/
.rightnav a {
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}

.rightnav ul {
	margin:2px 0 10px 0;
	padding:0;
}

.rightnav ul ul {
	margin:5px 0 10px 14px;
	padding:0;
}

.rightnav ul li {
	list-style-type:none;
	background:url(li.gif) top left no-repeat;
	padding:8px 10px 12px 40px;
}

.rightnav  ul li.last {
	background:url(li-nobottomline.gif) top left no-repeat;	
	padding-bottom:1px;
	margin-bottom:0px;
}

.rightnav  ul ul li.last {
	background:none;	
}

.rightnav ul li ul li{
	list-style-type:disc;
	background:none;
	padding:1px 0 2px;
}

.rightnav ul ul li { background:red url(li-no-bottom.gif) top left no-repeat; }

.menu li.leaf .last {
	background:red url(li-top.gif) top left no-repeat;
}

.menu ul {
	margin-bottom:3px;	
}

.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.image_assist{
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-image: url(plugins/imgassist/imgassist.gif);
  background-position: 50% 50%;
  border: 1px dashed #dddddd;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}
