html, body, div, span,h1, h2, h3, h4, h5, h6, p, blockquote, 
pre,a, abbr, address, cite, code,em, img, q,small, 
strike, strong, sub, sup, tt,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, 
label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, embed, 
footer, header {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: ''; content: none;}
table {	border-collapse: collapse; border-spacing: 0;}
strong{font-weight: 700;}
i, em{font-style:italic;}

body, html
{
	/*font-family: "Open Sans", Arial, sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color:#212121;
}

h1, h4 {
	font-family: georgia, "Times New Roman", serif;
}

h1 {
	font-size: 60px;
	color: #5f6263;
}
h1.callout {
	color: #ffffff;
	line-height: 60px;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	color: #509817;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
h2.column-title {
	font-size: 28px;
	color: #ffffff; 
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
h2.login-title {
	font-size: 19px;
	color: #ffffff;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	color: #00529e;
}
h4 {
	font-size: 18px;
	font-style: italic;
	color: #479c00;
}
a {
	color: #2395fe;
}
a:hover {
	color: #479c00;
}

a:focus {
	outline: none;
}

a.button,
a.rect-button,
input[type="submit"] {
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background-color: #479c00;
	display: inline-block;
	padding: 5px 12px;
	border: none;
}
a.button:hover,
a.rect-button:hover,
input:hover[type="submit"]{
	background-color: #66bd4c;
}

a.button,
input[type="submit"] {
	font-size: 15px;
	line-height: 22px;
	border-radius: 5px;
}

input[type="submit"]{
	height: 32px;
}


a.rect-button{
	font-size: 19px;
	padding: 13px 36px 14px 24px;
	background-image: url("/img/layout/button-arrow.png");
	background-position: right 15px center;
	background-repeat: no-repeat;
}
a.rect-button.green{
	padding: 12px 36px 16px 24px;
	background-image: url("/img/layout/button-arrow-2.png");
	background-position: right 7px top 7px;
}
a.blue{
	background-color: #00529e;
}
a.blue:hover{
	background-color: #1f6eb7;
}

span.frame{
	background-color: #e6eaeb;
	border-radius: 10px;
	padding: 11px;
	display: inline-block;
}

span.frame img{
	background-color: #ffffff;
	padding: 2px;
	display: block;
}

ol li {
	list-style-type: none;
	counter-increment: list;
	position: relative;
}

ol li:before {
	content: counter(list) ".";
	position: absolute;
	left: -2.5em;
	width: 2em;
	text-align: right;
	color: #479c00;
}
#content ul,
body#tinymce ul {
	padding-left: 14px;
}
/*
#content ul li:before {
	color: #479c00;
	content: "•";
	position: relative; 
	top: 6px;
	left: -7px;
	margin-left: -7px;
	font-size: 30px;
	line-height: 20px;
}
*/
img.bw{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

/* webkit only
body {
 color: red;
 -webkit-text-fill-color: transparent;
 background: -webkit-linear-gradient(transparent, transparent),
			 url(path/to/bg/image) repeat;
 background: -o-linear-gradient(transparent, transparent);
 -webkit-background-clip: text;
}
*/

.main-wrapper{
	clear: both;
	min-width: 1024px;
}
.center-content
{
	margin: 0 auto;
	width: 1024px;
	border: 0px solid red;
}

#header-login-wrapper{
	background-color: #022f58;
	height: 88px;
}

#header-nav-wrapper, #home-pm-wrapper{
	background-color: #e6eaeb;
}
#header-nav-wrapper{
	height: 92px;
}
#logo {
	margin-top: -58px;
}
#home-slider-wrapper{
	background-image: url("/img/home_page/home_main_bg.jpg");
	background-position:top center;
	height: 554px;
}
#home-slider-overlay, .slide-overlay{
	background-image: url("/img/home_page/main-slide-overlay.png");
	background-position:top center;
	height: 554px;
}

/* Home 401k */
#home-401k-wrapper{
	height: 342px;
	background-image: url("/img/home_page/401k/401k_bg.png");
	background-color: #e6eaeb;
	background-position: center;
	background-repeat: repeat-x;
}
#home-401k{
	padding: 30px 0;
}
#home-401k-intro{
	padding: 30px 0 37px;
}
#home-401k-intro h2{
	background-image: url("/img/home_page/401k/eztracker-401k.png");
	background-repeat: no-repeat;
	padding: 50px 0;
	text-indent: -5000px;
}

#home-401k-intro ul.buttons-flat{
	margin: 30px 0 0 0;
}

#home-401k-intro ul.buttons-flat{
    display: none;
}

#home-401k-intro ul.buttons-flat li {
	display: inline-block;
	margin-right: 6px;
}
ul#company{
	width: 100%;
	overflow: hidden;
}
ul#company > li {
	display: block;
	float: left;
	width: 136px;
	margin:0 0px 0 0px;
	padding: 11px 0 0 0;
}
ul#company > li div.company-logo{
	padding: 0 0 31px 0;
}
ul#company > li div.company-nav{
	width: 428px;
}
ul#company > li div.company-nav.passed-middle h2,
ul#company > li div.company-nav.passed-middle ul
{
	float: right;
}
ul#company > li .company-nav h2{
	font-size: 27px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 12px;
}
ul#company > li li {
	display: inline-block;
	margin-right: 6px;
}
ul#company > li div.highlight-bar{
	height: 11px;
	background-color: #ffffff;
}
ul#company > li:hover div.highlight-bar,
ul#company > li.current div.highlight-bar{
	background-color: #509817;
}
ul#company > li:hover{
	cursor:pointer;
}
ul#company > li:hover div.company-logo,
ul#company > li.current div.company-logo{
	background-image: url("/img/home_page/401k/shadowed-triangle.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul#company > li .logo-hover,
ul#company > li .logo-hover,
ul#company > li div.company-nav
{
	display: none;
}
ul#company > li:hover .logo-hover,
ul#company > li.current .logo-hover,
ul#company > li:hover div.company-nav,
ul#company > li.current div.company-nav{
	display: block;
}
ul#company > li:hover .logo,
ul#company > li.current .logo{
	display: none;
}
ul#company > li:first-child {
	margin-left: 0;
}
ul#company > li:last-child {
	float: right;
	margin-right: 0;
}
/* Home 401k */

/* Home ETF */
#home-etf-wrapper{
	/*
	height: 888px;
	background-image: url("/img/home_page/etf/etf_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	*/
}
#home-etf{
	padding: 118px 0;
	overflow: visible;
}
#home-etf .home-etf-inner-left,
#home-etf .home-etf-inner-right{
	width: 50%;
	display: inline-block;
}
#home-etf .home-etf-inner-left img{
	float: right;
}

#home-etf .home-etf-inner-right{
	float: right;
	margin: -50px 0 0 0px;
}
#home-etf .home-etf-inner-right-wrapper{
	padding: 0 0 0 40px;
}
#home-etf .home-etf-inner-right h2{
	background-image: url("/img/home_page/etf/eztracker-etf.png");
	background-repeat: no-repeat;
	padding: 50px 0;
	text-indent: -5000px;
}
#home-etf .home-etf-inner-right h3{
	margin-bottom: 20px;
}

#home-etf .home-etf-inner-right li a
{
	margin: 3px 0 0 0;
}


.etf ul li{
	margin-top: 3px;
}
/* End Home ETF */

/* Home PM */
#home-pm-wrapper{
	height: 516px;
	background-image: url("/img/home_page/pm/pm_bg.jpg");
	background-position: center center;
	background-repeat: repeat-x;
}


#home-pm{
	padding-top: 96px;
	color: #ffffff;
}
#home-pm > div{
	float: left;
}
#home-pm .home-pm-inner-right,
#home-pm .home-pm-inner-left{
	width: 46%;
}
#home-pm .home-pm-inner-center{
	padding-top: 24px;
	width: 8%;
}

#home-pm .home-pm-inner-left p{
	font-weight: 100;
	padding: 25px 15px 0 0;
}
#home-pm .home-pm-inner-right{
	/*margin: 0 0 0 -15px;*/
	margin: 51px 0 0 0px;
	padding: 80px 0 0 0;
}
#home-pm .home-pm-inner-right img{
	padding-bottom: 20px;
}
/* End Home PM */

/*Home about */
#home-about{
	padding: 90px 0;
}
.home-about-inner{
	overflow: auto;
}
.home-about-inner span.frame{
	float:left;
}
.home-about-inner-content {
	padding-left: 255px;
}
/*End Home about */

/* Footer Callout for secondary */
#footer-callout-wrapper {
    background-image: url("/img/layout/callout-bg.jpg");
    color: #ffffff;
    margin-top: -30px;
}

#footer-callout {
    font-size: 15px;
    padding: 30px 0 30px 0;
    overflow: auto;
}
/* End Footer Callout for secondary */

/* Footer */
#footer-links-wrapper {
	background-color: #479c00;
}

#footer-links {
	font-size: 15px;
	padding: 30px 0 30px 0;
	overflow: auto;
}

#footer-links a{
	color: #074175;
}
#footer-links > div{
	float:left;
}

#footer-links > div.footer-link{
	width: 25%;
}

#footer-links > div.footer-address{
	width: 50%;
}
#footer-links > div.footer-address p{
	margin-top: 15px;
	color: #ffffff;
}
#footer-links > div.footer-link ul{
	margin-top: 10px;
}
#footer-links > div.footer-link ul li{
	padding: 5px 0;
}
div.footer-connect ul.social-media-links {
	padding: 10px 0;
}

#footer-links > div.footer-connect .social-media-link a{
	width: 25px;
	height: 25px;
	text-indent: -5000px;
	display:inline-block;
	background-image: url("/img/layout/social-icons.png");
}
#footer-links > div.footer-connect .social-media-link a.twitter{
	background-position: 0 top;
}
#footer-links > div.footer-connect .social-media-link a.facebook{
	background-position: -32px top;
}
#footer-links > div.footer-connect .social-media-link a.youtube{
    background-position: -65px top;
}
#footer-links > div.footer-connect .social-media-link a.linkedin{
    background-position: -98px top;
}

#footer-links > div.footer-connect .social-media-link a.twitter:hover{
	background-position: 0 -25px;
}
#footer-links > div.footer-connect .social-media-link a.facebook:hover{
	background-position: -32px -25px;
}
#footer-links > div.footer-connect .social-media-link a.youtube:hover{
    background-position: -65px -25px;
}
#footer-links > div.footer-connect .social-media-link a.linkedin:hover{
    background-position: -98px -25px;
}

#footer-copyright-wrapper {
	background-color: #022f58;
}
#footer-copyright {
	height: 14px;
	font-size:14px;
	line-height: 14px;
	padding: 23px 0 23px 0;
	overflow: visible;
	position: relative;
}
#footer-copyright ul,
#footer-copyright p{
	float: left;
}

#footer-copyright ul li{
	float:left;
	padding: 0 12px;
	border-right: 1px solid #62bb47;
}
#footer-copyright ul li a{
	color: #62bb47;
	display: block;
	text-decoration: none;
}
#footer-copyright ul li:first-child{
	padding-left: 0;
}
#footer-copyright ul li:last-child{
	border: none;
}
#footer-copyright p span.copyright{
	color: #ffffff;
}
#footer-copyright p span.footer-designer{
	color: #1b75c8;
}
#footer-copyright p span.footer-designer a{
    color: #1b75c8;
    text-decoration: none;
}
#footer-copyright a#to-top{
	display: block;
	width: 40px;
	height: 40px;
	z-index: 5;
	text-indent: -5000px;
	position:absolute;
	top: -25px;
	right: 100px;
	background-image: url("/img/layout/to-top.png");
}

#footer-copyright a#to-top:hover{
	background-position: 0 41px;
}
/* End Footer */

/* Header Login*/
#header-login-content{
	float: right;
}

#login-box-middle{
	overflow: auto;
	padding-top: 5px;
	margin-top: -5px;
}
#login-box-middle input[type="text"], #login-box-middle input[type="password"]{
	width: 150px;
	height: 30px;
	padding: 0 0 0 10px;
	color: #479c00;
}
#login-box-middle input[type="submit"]{
	height: 32px;
}
#login-box-middle .input, #login-box-middle .submit{
	float: left;
	margin: 0 5px 0 0;
}

#login-box-middle div.error-message{
	color: red;
	font-style:italic;
	font-size: 13px;
}
#login-box-middle .input.link{
	border-left: 2px solid #5d7a93;
	height: 40px;
	margin-top: -4px;
	padding: 4px 0 0 5px;
}
#login-box-bottom{
	display: block;
	float: left;
	margin-top:-3px;
}

#login-box-bottom p{
	float: left;
	font-size: 13px;
	color: #49baee;
}

#login-box-bottom a{
	text-decoration: none;
}

#login-box-bottom p#help-desk-link{
	border-left: 2px solid #5d7a93;
	padding-left: 10px;
	margin-left: 10px;
}

#login-box-bottom p#remember-me{
	padding-left: 15px;
}

#login-box-bottom p#remember-me label{
	color: rgb(255, 255, 255);
	opacity:0.5;
}

#login-box-bottom p#remember-me input {
	color: rgb(255, 255, 255);
	opacity:1;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -2px;
}
div#last-login{color: #ffffff;}
div.logged-in > div.logged-in-left,
div.logged-in > div.logged-in-center {
	float: left;
}
div.logged-in > div.logged-in-left{
    width: 512px;
    color: #ffffff;
}
div.logged-in > div.logged-in-center{
    width: 312px;
}
div.logged-in > div.logged-in-right {
    float: right;
    text-align: right;
    padding-top: 45px;
    width: 200px;
}
/* End Header Login*/

/* Header Nav */
#header-nav-content{
	float:right;
	margin-right: 3px;
	max-width: 600px;
	border-right: 1px solid #d4d8d9;
	border-left: 1px solid #ffffff;
}

#header-nav-content a{
	display: block;
	float:left;
	border-left: 1px solid #d4d8d9;
	border-right: 1px solid #ffffff;
	padding: 32px 20px 0 20px;
	font-size: 22px;
	font-weight: bold;
	height: 60px;
	text-decoration: none;
	color: #3d3f40;
}
#header-nav-content a:hover{
	color: #00529e;
	background-color: #ffffff;
}

#header-nav-content a.pm{
	width: 108px;
	/*font-size: 16px;*/
	/*line-height: 18px;*/
}

/* End Header Nav */


div.input input[type="text"], div.input input[type="password"], div.input textarea, div.input select {
    width: 300px;
    padding: 0 0 0 10px;
    border: 1px solid #3d3f40;
    font-size: 14px;
}

div.input input.phone-a,
div.input input.phone-b,
div.input input.phone-c,
div.input input.phone-ext{
	width: 46px;
}

div.input select {
    width: 310px;
}

/* inner content */

#inner-content {
	padding: 60px 0;
}

div#content h1,
body#tinymce h1 {
    margin: 0px 0 20px 0;
}

div#content h2,
body#tinymce h2 {
    margin: 0px 0 15px 0;
}

div#content h3,
body#tinymce h3 {
	margin: 25px 0 15px 0;
}

div#content p,
body#tinymce p
{
    line-height: 26px;
    margin: 0;
    padding: 0 0 10px;
}

div#content div.password-box
{
    margin: 5px 0px 5px 0px;
    padding: 5px;
}

div#content div.password-box p
{
    font-style: italic;
    font-weight: bold;
}

div#content p.invalid-fields, 
div#content p#redirect-message 
{
    border-style: solid;
    border-width: 1px;
    margin: 10px 0 10px 0px;
    padding: 5px;
}

div#content p#redirect-message.success 
{
    border-color: green;
    color: green;
}

div#content p.invalid-fields, 
div#content p#redirect-message.error 
{
    border-color: red;
    font-size: 9pt;
}

div#content p.invalid-fields, 
div#content p#redirect-message.error, 
div#content div.error-message 
{
    color: red;
}

div#content div.error-message 
{
    font-size: 9pt;
    margin: 5px 0;
}

div#content div.input 
{
    margin-bottom: 12px;
    margin-left: 200px;
}

div#content div.input label 
{
    color: #3d3f40;
    display: block;
    float: left;
    font-weight: bold;
    margin-left: -200px;
    padding-top: 4px;
    width: 195px;
}

div#content div.input.required label 
{
    background-image: url(/img/layout/required.png);
    background-position: right;
    background-repeat: no-repeat;
}

div#content div.input.radio label
{
    margin-left: -180px;
    line-height: 12px;
    width: 300px;
}

div#content div.input.radio.required label
{
    background-image: none;
}

div#content div.input input,
div#content div.input select
{
    height: 27px;
}

div#content div.input.radio input[type="radio"]
{
    margin-left: -320px;
    line-height: 18px;
}

div#content input[type="submit"] {
    margin: 25px 0 25px 0;
	cursor: pointer;
}
/* End inner content */

.announcement
{
    border-bottom: 4px solid red;
}

.announcement h2,
.announcement p
{
    display: inline-block;
    
    line-height: 50px;
    
    
}