/* set baseline styles (overwrite browser defaults) */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 11px/16px arial, verdana, helvetica, sans-serif;
}

label, input, select, textarea, form p {
	font: 11px/16px arial, verdana, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

p, form {
	margin-bottom: 1em;
}

ul, ol, dl, blockquote {
	margin-bottom: 1em;
}

li, dd {
	margin-left: 1em;
	margin-bottom: .2em;
}

blockquote {
	margin: 0 1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	border: 0;
}
/* end baseline styles */

/* general styles */
body {
	background-color: #ffffff;
	color: #333333;
	text-align: center;
}

#container {
	position: relative;
	margin: 20px auto;
	border: 2px solid #000000;
	padding: 12px 10px;
	width: 776px;
	text-align: left;	
}

.FIRText {
	display: none;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.error {
	color: red;
}

*html .IEFloat3pxGapHack {
	height: 1%;
 } 
 
ul {
	list-style-type: none;
}
li {
	margin-bottom: .5em;
	padding-left: 1.3em;
	background: url("../images/bullet.gif") left .5em no-repeat;
}

h2 {
	font-size: 1em;
	font-family: helvetica;
	font-weight: normal;
	text-transform: uppercase;
	color: #2D672D;
}

h2.black {
	color: #000000;
}

hr {
	margin: 10px 0px 10px 0px;
	border: none;
	height: 1px;
	color: #104510;
	background-color: #104510;
}

/* links */
a {
	color: #2D672D;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

/* general styles */
#sidebar {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 208px;
}

.sidebarColorBox {
	position: absolute; 
	left: -12px;
	top: 236px;
	_top: 237px; /* IE6 hack */
	width: 100%;
	height: 196px;
	background-color: #ced3ce;
}

#fsSidebarColorBox {
	top: 533px;
	_top: 534px; /* IE6 hack */
}

#rkSidebarColorBox {
	top: 240px;
	_top: 241px; /* IE6 hack */
}

#pbSidebarColorBox {
	top: 294px;
	_top: 294px; /* IE6 hack */
}

#contentBody {
	margin-left: 199px;
}

#footer {
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #73a273;
}

#footer a {
	margin-right: 40px;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer a#lastItem {
	margin-right: 0;
}

/* form field styles */
.required {
	color: red;
}

.formEntry {
	padding-bottom: 2px;
}

.formLabel {
	display: block;
	float: left;
	width: 70px;
	padding: 2px 3px 0 0;
	text-align: right;
}

.formButtons {
	margin-left: 75px;
	padding-top: 3px;
}

.formButton {
	font-weight: bold;
	border: 1px solid #104510;
	color: #ffffff;
	background-color: #2D672D;
}

/* main nav styles */
#mainNav {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	height: 32px;
}

#mainNav li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

#mainNav li a {
	display: block;
}

#mainNav li a span {
	display: none;
}

#mainNav li img {
	vertical-align: bottom;
}

#mainNav li a img {
	visibility: hidden;
}

#mainNavItem1 a:hover, #mainNavItem1 a:active, #mainNavItem1  a.selected {
	background: url("../images/nav_plan_svcs_over.gif") no-repeat;
}
#mainNavItem1 {
	background: url("../images/nav_plan_svcs.gif") no-repeat;
}

#mainNavItem2 a:hover, #mainNavItem2 a:active, #mainNavItem2 a.selected {
	background: url("../images/nav_fid_svcs_over.gif") no-repeat;
}
#mainNavItem2 {
	background: url("../images/nav_fid_svcs.gif") no-repeat;
}

#mainNavItem3 a:hover, #mainNavItem3 a:active, #mainNavItem3 a.selected {
	background: url("../images/nav_record_keep_over.gif") no-repeat;
}
#mainNavItem3 {
	background: url("../images/nav_record_keep.gif") no-repeat;
}

#mainNavItem4 a:hover, #mainNavItem4 a:active, #mainNavItem4 a.selected {
	background: url("../images/nav_contact_over.gif") no-repeat;
}
#mainNavItem4 {
	margin-right: 0;
	background: url("../images/nav_contact.gif") no-repeat;
}

/* main page styles */
#mainMarketSnapshot a img {
	visibility: hidden;
}

#mainMarketSnapshot a {
	display: block;
	width: 168px;
	background: url("../images/401kwire.gif") no-repeat;
}

#mainMarketSnapshot a:hover, #mainMarketSnapshot a:active {
	background: url("../images/401kwire_over.gif") no-repeat;
}

/* quick nav styles */
#quickNav {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 107px;
}

#quickNav li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

#quickNav li a {
	display: block;
}

#quickNav li a span {
	display: none;
}

#quickNav li img {
	vertical-align: bottom;
}

#quickNav li a img {
	visibility: hidden;
}

#quickNavItem1 a:hover, #quickNavItem1 a:active {
	background: url("../images/careers_over.jpg") no-repeat;
}
#quickNavItem1 {
	background: url("../images/careers.jpg") no-repeat;
}

#quickNavItem2 a:hover, #quickNavItem2 a:active {
	background: url("../images/market_review_over.jpg") no-repeat;
}
#quickNavItem2 {
	background: url("../images/market_review.jpg") no-repeat;
}

#quickNavItem3 a:hover, #quickNavItem3 a:active {
	background: url("../images/publications_over.jpg") no-repeat;
}
#quickNavItem3 {
	background: url("../images/publications.jpg") no-repeat;
}

/* 2nd level page styles */
#pageHeader {
	margin-bottom: 10px;
}

.contentCol205 {
	width: 205px;
}

.contentColStatic205 {
	margin-left: 220px;
	margin-right: 3px;
}

.contentCol250 {
	width: 250px;
}

.contentColStatic250 {
	margin-left: 270px;
	margin-right: 3px;
}

.contentCol300 {
	width: 300px;
}

.contentColStatic300 {
	margin-left: 320px;
	margin-right: 3px;
}

/* careers page styles */
#formCareersBox {
	margin-left: 24px;
	padding: 10px 20px;
	width: 280px;
	background-color: #9caa9c;
}

/* publications page styles */
#publicationsCoversBox {
	text-align: center;
}

#publicationsCoversBox a {
	margin-right: 40px;
}

#publicationsCoversBox #lastItem {
	margin-right: 0;
}

.publicationLargeCover {
	display: none;
}

#publicationsLargeCoverBox {
	margin: 20px 0 0 0px;
	padding: 12px 0;
	width: 276px;
	background-color: #ced7ce;
	text-align: center;
}

#publicationsLargeCoverBox img {
	border: 1px solid #104510;
}

#formPublicationsBox {
	padding: 10px;
	width: 232px;
	background-color: #9caa9c;
}

#formPublicationsBox .formLabel {
	width: 70px;
}

#formPublicationsBox .formButtons {
	margin-left: 75px;
}

/* contact us page styles */
#locationMapBox {
	padding: 10px;
	width: 330px;
	height: 326px;
	background-color: #9caa9c;
}

#locationMap {
	width: 330px;
	height: 326px;
}