
html
{
	background: #666;
}

body
{
	margin: 0;
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #444;
}

h1
{
	margin: 0 0 15px 0;
	color: #0f5581;
	font-weight: normal;
 	font-size: 1.7em;
 	line-height: 1.4em;
}

h2
{
	margin: 0px;
	color: #0f5581;
	font-weight: normal;
	font-size: 1.3em;

}

h3
{
	margin-top: 30px;
	color: #0f5581;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 4px;

}

h4
{
	margin: 0px;
	padding: 7px;
	display: block;
	background: #5095c0;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.1em;
}

h5
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

a
{
	color: #5095c0;
	text-decoration: none;
}


a:hover
{
	color: #356786;
}

a img { border: 0; }

ul
{
	margin: 15px 0;
	padding: 0 0 0 30px;
}

/* ----- Container ----- */

#outer-container
{
	padding: 25px 0 50px 0;
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 902px;
	background: url(../../img/body-back-1.png) repeat-y;
}

/* ----- Header ----- */

#header
{
	position: relative;
	height: 151px;
	background: url(../../img/header-1.png) no-repeat;
}

#header-logo
{
	position: absolute;
	top: 31px;
	left: 2px;
	display: block;
	width: 320px;
	height: 119px;
	background: url(../../img/logo-1.jpg) no-repeat;
}

/* ----- Top Menu ----- */

#top-menu
{
	margin: 0;
	padding: 4px 40px 0 0;
	float: right;
	list-style: none;
}

#top-menu li
{
	margin: 0;
	padding: 0 0 0 80px;
	float: left;
}

#top-menu li a { color: #fff; }

/* ----- Menu ----- */

#menu
{
	position: absolute;
	top: 151px;
	left: 2px;
	width: 898px;
	height: 30px;
	background: url(../../img/menu-back-1.png) repeat-x;
}

#menu ul
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	list-style: none;
}

#menu ul li
{
	position: relative;
	display: block;
	float: left;
	padding: 4px 20px 0 20px;
	height: 26px;
}

#menu a
{
	color: #fff;
}

#menu a:hover
{
	color: #eee;
}

#menu ul li:hover ul { display: block; }

#menu ul ul
{
	display: none;
	top: 30px;
	left: 0;
	position: absolute;
	padding: 0;
	background: #dfe4ef;
	border: 1px solid #c7cedc;
	border-top: 0;
	width: 210px;
}

#menu ul ul li
{
	float: none;
	display: block;
	padding: 0;
	height: auto;
}

#menu ul ul li a
{
	display: block;
	padding: 7px 10px;
	color: #0f5581;
	font-size: 0.8em;
}

#menu ul ul li a:hover
{
	color: #555;
	background: #eceef2;
}

/* ----- Content ----- */

#content
{
	padding-top: 30px;
}

/* ----- Footer ----- */

#footer
{
	width: 902px;
	height: 35px;
	background: url(../../img/footer-1.png) no-repeat;
}

#footer .left
{
	padding: 7px 0 0 15px;
	font-family: Arial, sans-serif;
	font-size: 0.6em;
	color: #fff;
}

#footer .right
{
	padding: 5px 13px 0 0;
	font-size: 0.9em;
}

#footer .right a { color: #0f5581; }
#footer .right a:hover { text-decoration: underline; }
.small
{
	font-size: 0.75em;
	line-height: 1.3em;
}

.small p { margin: 0; }

.framed
{
	padding: 1px;
	border: 1px solid #b6b6b6;
}

/* ----- Floats ----- */

.left { float: left; }
.right { float: right; }
.clear { display: block; clear: both; }

/* ----- Columns ----- */

.left-column
{
	float: left;
	padding: 15px;
	width: 595px;
}

.right-column
{
	float: right;
	padding: 15px;
	width: 247px;
}

.right-column h2
{
	font-size: 1.5em;
	font-weight: normal;
	color: #3b3b3b;
}

.right-column h3
{
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
}

.right-column p
{
	font-size: 0.8em;
	line-height: 1.3em;
	color: #555;
}

.right-column hr
{
	height: 2px;
	border: 0;
	border-bottom: 1px dotted #bababa;
	background: none;
}

/* ----- Splits ----- */

.left-column .one-half
{
	width: 285px;
}

/* ----- Highlight Row ----- */

.highlight-row
{
	padding: 10px 15px;
	margin: 0 0 15px -14px;
	width: 593px;
	font-size: 0.9em;
	background: #dfe4ef;
	border-top: 1px solid #c7cedc;
	border-bottom: 1px solid #c7cedc;
}

.highlight-row a { color: #0f5581; }
.highlight-row a:hover { color: #000; }

.highlight-row .one-half { width: 46%; }

.no-padding { padding: 0; }
.highlight-row.no-padding { width: 623px; }
.highlight-row .one-half.no-padding { width: 305px; }

.lister li
{
	font-size: 1em;
	line-height: 1.2em;

}

/* ----- Spaced List ----- */

ul.spaced-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

ul.spaced-list li
{
	margin: 4px 0;
	text-align: center;

}

ul.spaced-list li a
{
	display: block;
	padding: 3px 0;
	background: #e8e8e8;
}

ul.spaced-list li a:hover
{
	background: #d7e8f7;
}

li.onpage
{
		padding: 3px 0;
}

/* ----- Blue Button ----- */

.blue-button
{
	display: block;
	margin: 0 0 15px 0;
	padding: 18px 0 0 0;
	width: 287px;
	height: 68px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	background: url(../../img/blue-button-1.png) no-repeat;
	text-shadow: 1px 1px 1px #59666e;
}

.blue-button:hover
{
	color: #dbedf9;
}

/* ----- Small Button ----- */

.small-button
{
	display: block;
	margin-left: 20px;
	padding: 6px;
	width: 210px;
	text-align: center;
	color: #fff;
	font-size: 1.0em;
	background: #5e5e5e;
	border: 1px solid #dbedf9;
	text-shadow: 1px 1px 1px #59666e;
}

.small-button:hover
{
	color: #dbedf9;
}

/* ----- Gray Button ----- */

.gray-button
{
	display: block;
	margin: 0 0 15px -12px;
	padding: 7px 0 0 0;
	width: 269px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	background: url(../../img/gray-button-1.png) no-repeat;
}

.gray-button:hover { color: #ddd; }

.gray-button small { font-size: 0.6em; }
/* ----- Index Page ----- */

#index-index .portrait
{
	text-align: center;
}

/* ----- Company News ----- */

#index-company_news .article
{
	margin: 25px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #cecece;
}

/* ----- Newsletter ----- */

#index-retirement_newsletter .current-issue
{
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	background: #f2f2f2;
}

#index-retirement_newsletter h3 { margin: 0; }

#index-retirement_newsletter .current-issue-link
{
	display: inline-block;
	margin: 15px 0 10px 0;
	padding: 5px 15px;
	background: #e8e8e8;
	border-radius: 0.75em 0.75em;
	-moz-border-radius: 0.75em 0.75em;
}

#index-retirement_newsletter .current-issue-link:hover
{
	background: #d7e8f7;
}

#index-retirement_newsletter .current-issue-link small
{
	font-size: 0.75em;
	color: #888;
}

#index-retirement_newsletter ul.newsletters li
{
	padding: 3px 0;
}

#index-retirement_newsletter ul.newsletters em
{
	display: inline-block;
	padding: 0 10px;
	margin-left: 10px;
	color: #888;
	font-size: 0.75em;
	background: #f6f6f6;
	border-radius: 0.75em 0.75em;
}

/* ----- Seminars ----- */

#index-financial_planning_seminars .seminar
{
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cecece;
}

#index-financial_planning_seminars .seminar h3
{
	margin: 15px 0 10px 0;
	padding: 0;
}

#index-financial_planning_seminars .seminar-date
{
	float: left;
	display: block;
	padding: 0 10px;
	color: #777;
	font-size: 0.85em;
	font-weight: normal;
	font-style: italic;
	background: #eee;
	border-radius: 0.75em 0.75em;
}

#index-financial_planning_seminars .seminar-description { margin: 10px 0 0 0; }

#index-financial_planning_seminars .group_elements label
{
	float: none;
	display: block;
	margin-left: 30px;
	width: 250px;
}

#index-financial_planning_seminars .group_elements label em
{
	display: block;
	margin: 2px 0 0 0;
	padding: 0 10px;
	width: 150px;
	color: #777;
	font-size: 0.75em;
	font-weight: normal;
	font-style: italic;
	background: #eee;
	border-radius: 0.75em 0.75em;
}

/* ----- Landing ----- */



#landing-index label
{
	margin-right: 0;
	padding-right: 0;
	width: auto;
	text-align: left;
	display: block;
}

#landing-index .submit
{
	margin-top: 10px;
}

/* ----- Forms ----- */

textarea
{
	margin-left: 3%;
	width: 92%;
	height: 250px;
}

.group label { clear: both; }
.group_elements label { clear: none; }