@charset "UTF-8";
/* CSS Document */

/* Standard Colors 
Blue: #0066cc
Dark Blue: #0e3e6e
Sky Blue: #68ace5
Gray: #6d7981
Dark Gray: #36424a
Light Gray: #dfe5e6
Red: #ab0823
Orange: #d6492a
Yellow: #da9800
Green: #5f692d
Tan: #f4f0e5
*/

body { margin: 0; padding: 0; background: #FFFFFF; }

p { font-size: 1em; line-height: 1.2em; padding: 0 0 5px 0; margin: 0;}
h1 { font-size: 2em; color: #0066cc; padding: 0 0 10px 0; font-weight: normal; margin: 0;}
h2 { font-size: 1.5em; color: #0066cc; font-weight: normal; padding: 0 0 7px 0; margin: 0; line-height: 1em}
h3 { font-size: 1.2em; color: #0e3e6e; padding: 0 0 5px 0; margin: 0;}
h4 { font-size: 1.1em; color: #0066cc; padding: 0 0 10px 0; margin: 0;}
h5 { font-size: 1em; color: #36424a; letter-spacing: 1px; font-weight: normal; padding: 7px 0 2px 0; margin: 0;}
h6 { font-size: 1em; color: #0e3e6e; font-weight: normal; padding: 10px 0 2px 0; margin: 0;}

a:link { text-decoration: none; color:#0066cc; }
a:visited { text-decoration: none;  color:#0066cc; }
a:hover { text-decoration: underline;  color:#0e3e6e; }
a:active { text-decoration: underline; color:#0e3e6e;  }

form { padding: 0 0 10px 0; margin: 0; }
input { padding: 0; margin: 0; }


/* ------- Layout ------- */


#wrapper {
position: relative;
width: 100%;
text-align: left;
font-family: Helvetica; 
font-size: 68.75%;
}

#innerwrap {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 940px;
}

/* ------- Sidebar -------*/
#sidebarwrap {
position: absolute;
top: 0;
left: 0;
background: url(../images/nav-bkgd.jpg) no-repeat;
width: 180px; /*--This sets the WIDTH of the menu BACKGROUND-*/
z-index: 11000;
}

#sidebar, #sidebar ul {
float: left;
list-style: none;
text-align: left;
padding: 10px 0 0 0;
margin: 0;
width: 180px;
}

#sidebar a {
display: block;
width: 160px; /*--This sets the WIDTH of the first layer menu TEXT--*/
color: #0066cc;  /*--This sets the COLOR of the first layer menu TEXT--*/
text-decoration: none;
font-size: 1.5em;
padding: 5px 0 5px 20px;
}

#sidebar li {
background: url(../images/nav-up.gif);
background-repeat: no-repeat;
background-position: left center;
width: 180px; /*--This sets the WIDTH of the first layer menu HOVER-*/
float: left;
height: 20px;
line-height: 1em; /*--This sets the HEIGHT of first layer menu items-*/
padding: 5px 0;
margin: 1px 0;
border-bottom: 1px solid #ffffff;
}

#sidebar li ul {
position: absolute;
left: -999em;
margin-left: 180px; /*--Set this to match WIDTH of the first layer menu HOVER-*/
margin-right: 0;
margin-top : -2.5em;
padding: 5px;
width: 110px; /*--This sets the WIDTH of the second layer menu HOVER-*/
font-weight: normal;
background: #68ace5;  /*--This sets the COLOR of the second layer menu BACKGROUND--*/
}

#sidebar li li {
background: url(../images/nav-up.gif);
background-repeat: no-repeat;
background-position: left center;
text-align: left;
margin: 0;
line-height: 1.5em;
width: 110px; /*--This sets the WIDTH of the second layer menu BACKGROUND--*/
padding: 0;
border-bottom: none;
}

#sidebar li ul a {
font-size: 1em;
width: 110px; /*--This sets the WIDTH of the second layer menu TEXT--*/
padding: 3px 10px;
}

#sidebar li:hover ul, #sidebar li li:hover ul, #sidebar li.sfhovers ul, #sidebar li li.sfhovers ul {
left: auto;
}

#sidebar li:hover, #sidebar li.sfhovers {
background: url(../images/nav-rollover.gif);  /*--This sets the COLOR of the first layer menu HOVER--*/
}

#sidebar li:hover a, #sidebar li.sfhovers a {
color: #ffffff!important;
}

#sidebar li li:hover, #sidebar li li.sfhovers {
background: url(../images/gold.gif);  /*--This sets the COLOR of the second layer menu HOVER--*/
}
#sidebar li li:hover a, #sidebar li li.sfhovers a {
color: #0e3e6e!important;  /*--This sets the COLOR of the second layer menu HOVER--*/
}

#quicklink {
float: left;
list-style: none;
text-align: left;
padding: 10px 0 0 0;
margin-bottom: 0;
width: 180px;
}

#quicklink a {
display: block;
width: 150px;
color: #0e3e6e;
text-decoration: none;
font-size: 1.4em;
padding: 5px 0 5px 20px;
}

#quicklink a:link { color: #0e3e6e; }
#quicklink a:visited { color: #0e3e6e; }
#quicklink a:hover { color: #FFFFFF; }
#quicklink a:active { color: #FFFFFF; }


#apply {
background: #da9800;
font-weight: bold;
height: 20px;
line-height: 1em; /*--This sets the HEIGHT of first layer menu items-*/
padding: 5px 0;
margin: 2px 0;
}
#invest {
background: #68ace5;
font-weight: bold;
height: 20px;
line-height: 1em; /*--This sets the HEIGHT of first layer menu items-*/
padding: 5px 0;
margin: 8px 0;
}

/* ------- Features -------*/

.feature {
height: 150px;
}

.feature-column {
float: left;
width: 180px;
margin-top: 20px;
background-color: #36424a;
border: 2px #36424a solid;
text-align: right;
}

.column a:link { color: #ffffff; text-decoration: none; }
.column a:visited { color: #ffffff; text-decoration: none; }
.column a:hover { color: #da9800; text-decoration: none; }
.column a:active { color: #da9800; text-decoration: none;}

.column {
font-size: 1em;
height: 22px;
margin-right: 5px;
background: url(../images/feature-arrow.gif) center right no-repeat;
padding: 5px 23px 0 0;
}


/* ------- Content ------ */

#content {
position: relative;
width: 540px;
top: 20px;
left: 200px;
text-align: left;
}

#content ul {
list-style-image: url(../images/bullet.gif);
padding: 0 0 5px 20px;
_padding: 0 0 5px 10px;
margin-top: 5px;
margin-bottom: 0;
}

#content li {
padding-top: 2px;
padding-bottom: 2px;
line-height: 1.5em;
}

#content p { line-height: 1.5em; }

#content img { margin-bottom: 10px; }

#resources {
position:absolute;
top: 20px;
width: 180px;
left: 760px;

}
.resources_subhead { font-size: 1em; font-weight:bold; line-height: 1.2em; padding: 5px 0 5px 0; margin: 0;}

.line {
border-bottom: 1px solid #36424a;
margin-bottom: 10px;
}

.accordion { margin-bottom: 20px; }

.accordion h3 {
color: #0066cc;
font-weight: bold;
font-size: 1em;
padding: 5px;
}

.accordion_space {
padding: 10px;
}
.accordian_subhead {
	color: #0e3e6e;
	font-weight: bold;
	padding-top: 10px;
}
.accordion a:link { color: #0066cc; text-decoration: none; }
.accordion a:visited { color: #0066cc; text-decoration: none; }
.accordion a:hover { color: #0e3e6e; text-decoration: underline; }
.accordion a:active { color: #0e3e6e; text-decoration: underline;}
