﻿/* CSS Document */

/* Basic reset of default parameters */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td {
	margin: 0;
	padding: 0;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

img, div {
	behavior: url("/css/iepngfix.htc");
}


/* Main Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	/* background: #606060 url(../graphics/background_gray.jpg) repeat; */
	background: #606060;
}

p, td, li, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6145;
}


a {
	color: #c65300;
	text-decoration: underline;
}

a:visited {
	color:#c65300;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0 0 10px 0;
}

ul {
	padding:0 0 0 20px;
	margin: 5px 0 5px 20px;
}

ol {
	padding:0 0 0 20px;
	margin: 5px 0 5px 20px;
}

ol.numbered {
	list-style:decimal;
}

ol.roman {
	list-style:lower-roman;
}

li {
	padding:0;
	margin: 0 0 10px 0;
} 

strong {
	font-weight:bold;
}

em {
	font-style:italic;
	}

h1 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	clear:both;
	color:#a06312;
	margin-bottom:10px;
}


h2 {
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	clear:both;
	color:#a06312;
}

h3 {
	font-size:13px;
	font-weight:bold;
	clear:both;
	margin-bottom:10px;
	color:#887c58;
}

h4 {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#a06312;
	margin-bottom:10px;
}

h5 {
	font-size:10px;
	font-weight:bold;
	color:#a06312;
}

h6 {
	font-size:10px;
	font-style:italic;
	color:#a06312;
}

input, textarea, select {
	border: 1px #ede3c1 solid;
	border: 1px #8B6D35 solid;
	font-size:10px;
	margin-left:4px;   
	padding: 2px;
}

input.button
{
	border: 0;
}

/* Containers */

#pagetop {
	margin:0 auto;
	width:858px;
	height:15px;
	padding:10px 25px 0 0;
	text-align:right;
	font-face:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f4b96b;
	font-weight:bold;
	text-transform:uppercase;
	
}

#pagetopshadow {
	margin:0 auto;
	width:883px;
	padding:0;
	background:url(../graphics/bkg_main_container_top.gif) no-repeat;
}

#pagetop .brighttext {
	color:#fbf7ea;
}

#pagetop a {
	color:#fbf7ea;
	text-decoration:none
}
#pagetop a:hover {
	color:#fff;
	text-decoration:underline;
}

#containermain {
	margin:0 auto;
	padding: 12px;
	width:859px;
	background:url(../graphics/bkg_main_container.gif) repeat-y;
}
#letters{
  float:left; 
  background-color:#f7edcf;
  margin:0; 
  padding:5px 0px 5px 5px; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:bold;
  color:#e68f1a; 
  border-left:2px solid #fff; 
  display:block;
}
#letters a{text-decoration:none; color:#e68f1a; }
#letters a:hover{text-decoration:underline; color:#e68f1a; }
#letters a:visited{text-decoration:none; color:#e68f1a; }

.smalltext{
	font-size: 10px;
}

.companyName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#e68f1a;
	text-decoration:none;
}

#pagebottom {
	margin:0 auto;
	width:883px;
	height:25px;
	background:url(../graphics/bkg_main_container_btm.gif) no-repeat top;
	
}

/* Header */

#header 
{
	padding: 0 50px 0 65px;
	width: 742px;
	background:url(../graphics/bkg_hdr.gif) repeat-x bottom;
	height:70px;
}

#headerlogo {
	width:200px;
	margin:5px 0 0 0;
	float:left;
}

#acctlinks {
	width:350px;
	margin:5px 0 0 0;
	text-align:right;
	float:right;
	text-transform:capitalize;
	color:#e68f1a;
	font-weight:bold;
}

#acctlinks a{
	color:#e68f1a;
	text-decoration:none;
}

#acctlinks a:hover{
	color:#a06312;
	text-decoration:none;
}

/* Navigation */

#navbar {
	width:843px;
	height: 50px;
	background:#f7edcf;
	margin-top: 1px;
	padding-left:14px;
	border-bottom:solid 1px #ede3c1;
}

.navitem {
	display:inline;
	float:left;
	margin:25px 24px 0 24px; 
	text-align:center;
	color:#e68f1a;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

.navitemimg {
	display:inline;
	float:left;
	margin:5px 10px 0 10px; 
	text-align:center;
}

.navdivider {
	background: url(../graphics/nav_divider.gif) no-repeat bottom center;
	display:inline;
	float:left;
	width:10px;
	height:50px;
}

#navbar a {
	color:#e68f1a;
	text-decoration:none;
}

#navbar a.on {
	color:#666666;
	text-decoration:none;
	font-size: 120%;
}

#navbar a:visited {
	text-decoration:none;
	}

#navbar a:hover {
	text-decoration:none;
	color:#a06312;
}
/* Home Page Content */

#homehero {
	width: 857px;
	height:298px;
	margin-top:0;
	padding:0;
	background:url(../graphics/bkg_home_image.jpg) no-repeat;
}

#homeheroleft {
	width:220px;
	float:left;
}

.hometitle1 {
	color:#e68f1a;
	padding:20px 0 0 45px;
	margin:0;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.hometitle2 {
	color:#a06312;
	padding:0 0 0 65px;
	margin:0;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}

#homeherorighttop {
	width:637px;
	float:left;
	height:113px;
}

#homeherorighttop h1{
	margin:55px 0 0 60px;
	padding:0;
	color:#fff;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}

#homeherorightbottom {
	width:637px;
	float:left;
}

#homeherorightbottom a{
	color:#fff;
	text-decoration:none;
}

#homeherorightbottom a:hover{
	text-decoration:none;
}

#homeherorightbottom p {
	margin:0;
	padding:0;
	color:#fff;
}

#homeherorightbottom p.title1 {
	color:#e68f1a;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	height:17px;
}

#homeherorightbottom p.title1 a{
	color:#e68f1a;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	height:17px;
}

#homeherorightbottom p.title2 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	height:20px;
}

#homeherorightbottom p.title2 a{
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	height:20px;
}

#homeherorightbottom p.title3 {
	font-weight:bold;
	font-size:11px;
	padding-top:8px;
	height:78px;
}

#homeherorightbottom p.title3 a{
	font-weight:bold;
	font-size:11px;
	padding-top:8px;
	height:78px;
}

#homeherorightbottom p.title4 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	margin-top:9px;
}

#homeherorightbottom p.title4 a{
	color:#FFF;
	text-decoration:none;
}

#homeherorightbottom p.title4 a:hover
{
	color:#E8911D;
	text-decoration:none;
}


#homeindiv {
	width:171px;
	height:185px;
	float:left;
	margin:0;
	padding:15px 25px 10px 15px;
	background:url(../graphics/bkg_home_indiv.jpg) no-repeat;
}

#homeindiv p.title4
{
	/*padding-left: 7px;*/
	padding-top:2px;
}

#homeemp {
	width:171px;
	height:185px;
	float:left;
	margin:0;
	padding:15px 25px 10px 15px;
	background:url(../graphics/bkg_home_emp.jpg) no-repeat;
}

#homeemp p.title4{
	padding-left:12px;
	padding-top: 2px;
	margin-top:10px;
}


#homethird {
	width:171px;
	height:185px;
	float:left;
	margin:0;
	padding:15px 25px 10px 15px;
	background:url(../graphics/bkg_home_third.jpg) no-repeat;
}

#homethird p.title4{
	padding-left:8px;
	padding-top: 2px;
	margin-top:10px;
}

#homecontent {
	width: 817px;
	margin-top:10px;
	padding:5px 20px 25px 20px;
}

#homecontentleft {
	width:220px;
	float:left;
}

#homecontentcenter {
	width:550px;
	float:left;
}

#homecontentright {
	width:155px;
	float:left;
	color:#e68f1a;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

#homecontentright a
{
	text-decoration: none;
}

#homehighlighthdr {
	margin-top: 0;
	width:185px;
	height:20px;
	background:url(../graphics/callout_hdr_stars.gif) no-repeat;
}

#homehighlight {
	width:173px;
	border:1px solid #ede3c1;
	border-top:none;
	padding:5px;
}

#homehighlight h3 {
	color:#558cba;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	margin-bottom:5px;
	text-align:center;

}

#homehighlight .divider {
	height:3px;
	width: 140px;
	border-top:1px solid #ede3c1;
	margin-left:16px;
}

#homehighlight p {
	color:#558cba;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding-top:15px;
}

#homehighlight a
{
	color:#558cba;
	font-weight:bold;
	text-decoration: underline;
}



/* Page Titles */
#title {
	width:857px;
	height:0px;
	padding-top:0;
	background:#da5f10;
	visibility:hidden;
}
#title h1 {
	color:#fff;
	margin:0;
	padding-left: 20px;
	text-transform:uppercase;
	font-size:18px;
	background:url(../graphics/title_arrow.gif) no-repeat left center;
	visibility:hidden;
}

#title.acct {
	background:url(../graphics/title_bkg_account.jpg) no-repeat #da5f10;
}

#title.about {
	background:url(../graphics/title_bkg_about.jpg) no-repeat #da5f10;
}

#title.tools {
	background:url(../graphics/title_bkg_tools.jpg) no-repeat #da5f10;
}
#title.faq {
	background:url(../graphics/title_bkg_faqs.jpg) no-repeat #da5f10;
}

#title.tour {
	background:url(../graphics/title_bkg_tour.jpg) no-repeat #da5f10;
}

#title.general {
	background:url(../graphics/title_bkg_general.jpg) no-repeat #da5f10;
}

#title.blog {
	background:url(../graphics/title_bkg_blog.jpg) no-repeat #da5f10;
}

#segment {
	width:797px;
	padding:10px 30px;
}

#segment.emp {
	background:url(../graphics/bkg_employer.gif) #738444 no-repeat;
}

#segment.indiv {
	/* background:url(../graphics/bkg_indiv.gif) #597c84 no-repeat; */
}

#segment.third {
	background:url(../graphics/bkg_thirdparty.gif) #99783b no-repeat;
}

#segment.third a{
	color:#f7edcf;
}

#segmentimage {
	width:200px;
	margin-left:20px;
	float:right;
}

#segmentimage.indiv {
	width:200px;
	margin:0 10px;
	float:right;
}

#segmentimageemp {
	width:200px;
	margin:0 10px;
	float:right;
}

#segmentimagethird {
	width:200px;
	margin:0 10px;
	float:right;
}

#segmentimage img {
	border:#fff solid 3px;
}

#segmentimagethird img {
	border:#fff solid 3px;
}

#segmentimageemp img {
	border:#fff solid 3px;
}



#segmenttitle {
	width:575px;
	float:left;
	margin:  2px 0 25px 0;
}

#segmenttitle.indiv {
	width:325px;
	float:left;
	margin: 2px 0 25px 0;
	
}

#segmenttitleemp {
	width:325px;
	float:left;
	margin: 2px 0 25px 0;
	
}

#segmenttitlethird {
	width:325px;
	float:left;
	margin: 2px 0 25px 0;
	
}

#segmenttitlethird h1{
	color:#fff;
	margin:0;
	padding-left: 0;
	text-transform:uppercase;
	font-size:24px;
}

#segmenttitleemp h1{
	color:#fff;
	margin:0;
	padding-left: 0;
	text-transform:uppercase;
	font-size:24px;
}

#segmenttitle h1{
	color:#fff;
	margin:0;
	padding-left: 0;
	text-transform:uppercase;
	font-size:24px;
}

#segmenttitle h2{
	color:#f6cd96;
	margin: -5px 0 0 0;
	padding-left: 40px;
	text-transform:uppercase;
	font-size:14px;
}


#segmentcopy {
	width:575px;
	float:left;
}

#segmentcopy h2{
	
	color:#fff;
	font-size:15px;
	
}

#segmentcopythird h2{
	
	color:#fff;
	font-size:15px;
	
}

#segmentcopyemp h2{
	
	color:#fff;
	font-size:15px;
	
}

#segmentcopy p{
	
	color:#fff;
	font-size:10px;
	padding: 6px 0 0 20px;
	margin: 0;
	
}

#funnelForm{
margin:0; padding:0px;
padding-left:10px;
padding-right:10px;
}

.funnelHead{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#003333;

}

#segmentcopy.indiv{
	width:325px;
	float:left;
}

#segmentcopyemp{
	width:375px;
	float:left;
}

#segmentcopyemp h3{
	color:#fff;
	margin:0;
	font-size:13px;
}

#segmentcopyemp p{
	color:#fff;
	padding: 6px 0 0 20px;
	margin: 0 0 10px 0;
	font-size:14px;
}

#segmentcopyemp h3{
	color:#fff;
	margin:0;
	font-size:13px;
}

#segmentcopythird{
	width:375px;
	float:left;
}

#segmentcopythird h3{
	color:#fff;
	margin:0;
	font-size:13px;
}

#segmentcopythird p{
	color:#fff;
	padding: 6px 0 0 20px;
	margin: 0 0 10px 0;
	font-size:14px;
}

#segmentcopythird h3{
	color:#fff;
	margin:0;
	font-size:13px;
}

#segmentcopy p{
	color:#fff;
	margin-bottom:10px;
	font-size:14px;
}

#segmentcopy .indent{
	margin-left:10px;
}


#segmentcopy ol li{
	color:#fff;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
}

#segmentcopy .normalcopy{
	color:#f7edcf;
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
}
#segmentcopy ol ul li{
	color:#f7edcf;
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
}

#segmentcopy li{
	color:#f7edcf;
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
}

#segmentcopy li a
{
	color: #fff;
}

#segmentsignin.indiv{
	width:146px;
	margin-left:10px;
	float:right;
	height:229px;
	background:#fff;
	border: solid 3px #a8bbbf;
	padding:10px 20px;
}

#segmentsignin.indiv h1{
	text-align:center;
}

#segmentsigninemp{
	width:146px;
	margin:0 0 0 10px;
	float:right;
	height:229px;
	background:#fff;
	border: solid 3px #A6AF8E;
	padding:10px 20px;
	clear:both;
}

#segmentsigninemp h1{
	text-align:center;
}

#segmentsigninthird{
	width:146px;
	margin-left:10px;
	float:right;
	height:229px;
	background:#fff;
	border: solid 3px #CFB98E;
	padding:10px 20px;
}

#segmentsigninthird h1{
	text-align:center;
}

#smartnews {
	background-color:#597c84;
	height:144px;
	margin:10px 0;
	padding: 5px;
	border: solid 3px #a8bbbf;
}

#smartnewsemp {
	background-color:#738444;
	height:192px;
	margin:10px 0;
	padding: 5px;
	border: solid 3px #A6AF8E;
}

#smartnewsemp h2{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:8px;
}

#smartnewsemp p{
	color:#fff;
	margin:4px 0;
}

#smartnewsemp a{
	color:#fff;
	text-decoration:underline;
	}
#smartnewsemp a:hover{
	color:#fff;
	text-decoration:none;
}

#smartnewsthird {
	background-color:#99783B;
	height:192px;
	margin:10px 0;
	padding: 5px;
	border: solid 3px #CFB98E;
}

#smartnewsthird h2{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:8px;
}

#smartnewsthird p{
	color:#fff;
	margin:4px 0;
}

#smartnewsthird a{
	color:#fff;
	text-decoration:underline;
	}
#smartnewsthird a:hover{
	color:#fff;
	text-decoration:none;
}

#smartnews p{
	color:#fff;
	margin:4px 0;
}

#smartnews a{
	color:#fff;
	text-decoration:underline;
	}
#smartnews a:hover{
	color:#fff;
	text-decoration:none;
}

#segmentcallout {
	color:#fff;
	text-align:center;
	float:right;
	padding: 10px 15px;
	margin-left:15px;
	font-weight:bold;
}

#segmentnairpa {
	color:#fff;
	background:#000;
	text-align:center;
	padding: 10px 15px;
	font-weight:bold;
	width:152px;
	float:left;
	margin:10px 0 0 125px;
}

#segmentnairpa2 {
	text-align:center;
	padding: 5px 5px;
	font-weight:bold;
	width:152px;
	float:left;
	margin:80px 0 0 0;
}

#segmentcallout.emp {
	width:152px;
	background:#64723b;
	border:solid 1px #b6bf9d;
}

#segmentcalloutindiv1 {
	float:left;
	margin:15px 0 0 15px;
	padding: 10px 0 10px 0;
}

#segmentcalloutindiv2 {
	float:right;
	margin:15px 15px 0 0;
	padding: 10px 0 10px 0;
}

#segmentcallout.third {
	width:152px;
	background:#5F4B23;
	border:solid 1px #c5b390;
}

#segmentleft {
	width:250px;
	float:left;
	padding: 0 8px 0 0;
}

#segmentleft.emp
{
	width: 275px;
	float: left;
	padding: 0;
	margin-right: 5px;
}

#segmentleft.emp .empcontent
{
	border: solid 1px #ECE7CA; 
	padding: 10px; 
	width: 250px;
}

#segmentleft.emp .empcontent h2
{
	color: #635F5C;
}

#segmentleft.emp .empcontent .empcontentheader
{
	text-align: center;
}

#segmentleft.emp .empcontent .empcontentheader h2
{
	color:#A06312;
	margin-top:0;
	padding-top:0;
}

#segmentleft.emp .empcontent .empcontentheader img
{
	border: 0; 
	margin-left: 80px;
	padding-bottom:0; 
	margin-bottom:0;
}

#segmentleft.third
{
	width: 275px;
	float: left;
	padding: 0;
	margin-right: 5px;
}

#segmentleft.third .thirdcontent
{
	border: solid 1px #ECE7CA; 
	padding: 10px; 
	width: 250px;
}

#segmentleft.third .thirdcontent h2
{
	color: #635F5C;
}

#segmentleft.third .thirdcontent .thirdcontentheader
{
	text-align: center;
}

#segmentleft.third .thirdcontent .thirdcontentheader h2
{
	color:#A06312;
	margin-top:0;
	padding-top:0;
}

#segmentleft.third .thirdcontent .thirdcontentheader img
{
	border: 0; 
	margin-left: 80px;
	padding-bottom:0; 
	margin-bottom:0;
}

#segmentleft ul{
	margin-left:3px;
}

#segmentleft.emp p.title1 {
	font-size:12px;
	font-weight:bold;
	color:#e68f1a;
	text-transform:uppercase;
	text-align:left;
	padding:0;
	margin:0;
}
#segmentleft.emp p.title2 {
	font-size:12px;
	font-weight:bold;
	color:#e68f1a;
	text-transform:uppercase;
	padding:0;
	margin:0;
}


#segmentleft.emp p.title3 {
	font-size:20px;
	color:#da5f10;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
}

#segmentleft.emp p.title4 {
	font-size:14px;
	font-weight:bold;
	color:#e68f1a;
	text-transform:uppercase;
	padding:5px 0 0 0;
}

#segmentleft.third p.title1 {
	font-size:12px;
	font-weight:bold;
	color:#e68f1a;
	text-transform:uppercase;
	text-align:left;
	padding:0;
	margin:0;
}
#segmentleft.third p.title2 {
	font-size:12px;
	font-weight:bold;
	color:#e68f1a;
	text-transform:uppercase;
	padding:0;
	margin:0;
}


#segmentleft.third p.title3 {
	font-size:20px;
	color:#da5f10;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
}

#segmentleft.third p.title4 {
	font-size:14px;
	font-weight:bold;
	color:#e68f1a;
	text-transform:uppercase;
	padding:5px 0 0 0;
}

#segmentcenter {
	width:310px;
	float:left;
	padding:0 20px 0 20px;
}

#segmentcenter p.title1 {
	font-size:24px;
	font-weight:bold;
	color:#e68f1a;
	text-transform:uppercase;
	text-align:center;
	padding:0;
	margin:0;
}

#segmentcenter p.title2 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:0;
	margin:0;
}

#segmentcenter .title2underline {
	line-height:10px;
	border-bottom:1px #ede3c1 solid;
}

#segmentcenter p.title3 {
	font-size:12px;
	font-weight:bold;
	color:#e68f1a;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0 0 0;
	margin:0;
}

#segmentcenter.indiv img {
	padding:3px;
	margin: 0 0 0 15px;
	border:solid 2px #ede3c1;
	float:right;
}

#segmentcenter.indiv {
	border-left:1px solid #ede3c1;
}

#segmentcenter.emp 
{
	width:285px;
	float: left;
	padding: 0 15px 0 0;
	margin:0;
	border-left:none;
	border-right:1px solid #ede3c1;
}

#segmentcenter.emp .empcontent
{
	border: solid 1px #ECE7CA; 
	padding: 10px; 
	width: 260px;
}

#segmentcenter.emp .empcontent h2
{
	color: #635F5C;
}

#segmentcenter.emp .empcontent .empcontentheader
{
	text-align: center;
}

#segmentcenter.emp .empcontent .empcontentheader h2
{
	color:#A06312;
	margin-top:0;
	padding-top:0;
}

#segmentcenter.emp .empcontent .empcontentheader img
{
	border: 0; 
	margin-left: 80px;
	padding-bottom:0; 
	margin-bottom:0;
}

#segmentleft.emp img {
	padding:3px;
	margin: 0 0 0 10px;
	border:solid 2px #ede3c1;
	float:left;
}

#segmentcenter.emp img {
	padding:3px;
	margin: 0 0 0 10px;
	float:left;
	border: 0; 
	padding-bottom:0; 
	margin-bottom:0;
}

#segmentcenter.third 
{
	width:285px;
	float: left;
	padding: 0 15px 0 0;
	border-left:none;
	border-right:1px solid #ede3c1;
}

#segmentcenter.third .thirdcontent
{
	border: solid 1px #ECE7CA; 
	padding: 10px; 
	width: 260px;
}

#segmentcenter.third .thirdcontent h2
{
	color: #635F5C;
}

#segmentcenter.third .thirdcontent .thirdcontentheader
{
	text-align: center;
}

#segmentcenter.third .thirdcontent .thirdcontentheader h2
{
	color:#A06312;
	margin-top:0;
	padding-top:0;
}

#segmentcenter.third .thirdcontent .thirdcontentheader img
{
	border: 0; 
	margin-left: 80px;
	padding-bottom:0; 
	margin-bottom:0;
}

#segmentleft.third img {
	padding:3px;
	margin: 0 0 0 10px;
	border:solid 2px #ede3c1;
	float:left;
}

#segmentcenter.third img {
	padding:3px;
	margin: 0 0 0 10px;
	float:left;
	border: 0; 
	padding-bottom:0; 
	margin-bottom:0;
}

#segmentright {
	width:200px;
	float:right;
}

#segmentright input, textarea {
	width:110px;
	margin-bottom:5px;
}

#segmentright .checkboxlist {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;	
	text-align: left;	
}

#segmentright .checkboxlist input {
	border:none;
	width:auto;
	margin-right:5px;	
	vertical-align: middle;
}

#segmentright .participant
{
	padding:0 0 0 20px;
	margin: 0 0 2px 20px;
}

#segmentright .participant li
{
	padding:0;
	margin: 0 0 3px 0;
}

#segmentright input.checkbox {
	border:none;
	width:auto;
	margin-right:5px;
}

#segmentwide input, textarea {
	width:110px;
	margin-bottom:5px;
}

#segmentwide input.checkbox {
	border:none;
	width:auto;
	margin-right:5px;
}

#segmentwide .checkboxlist {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;	
	text-align: left;	
}

#segmentwide .checkboxlist input {
	border:none;
	width:auto;
	margin-right:5px;	
	vertical-align: middle;
}

#segmentwide .participant
{
	padding:0 0 0 20px;
	margin: 0 0 2px 20px;
}

#segmentwide .participant li
{
	padding:0;
	margin: 0 0 3px 0;
}

#segmentright #blogsignuphdr{
	margin-top:0;
}

#segmentwide {
	width:575px;
	float:left;
	padding: 0 8px 0 15px;
}

#segmentwide {
	border-right:1px solid #ede3c1;
}
.smalltype {
	font-size:10px;
}

.orangetype {
	color:#da5f11;
}

#indivmainleft {
	width: 265px;
	padding:10px 10px 10px 0;
	float:left;
}

#indivmaincenter {
	width: 260px;
	padding:10px 10px 10px 10px;
	border-left:1px solid #ede3c1;
	border-right:1px solid #ede3c1;
	float:left;
}

#indivmainright {
	width: 265px;
	padding:10px 0 10px 10px;
	float:left;
}

#indivmainleft ul{
	margin-left:8px;
	
}

#indivmaincenter ul{
	margin-left:8px;
}

#indivmainright ul{
	margin-left:8px;
}



/* Page Content */
#maincontent {
	width: 837px;
	margin-top:10px;
	padding:40px 10px 25px 10px;
	background:url(../graphics/containermain_bkg.jpg) #fff repeat-x;
}

#maincontent h1 {
	font-size:18px;
	margin-bottom: 15px;
	color:#333333;
}

#maincontent h2 {
	font-size:14px;
	margin-bottom: 15px;
}

#maincontent h3 {
	margin-bottom: 0;
	color:#a06312;
	
}

#maincontent textarea.funds
{
	width: 450px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#leftsb {
	padding-top:15px;
	width:160px;
	float:left;
}

#leftsb ul {
	margin:0;
	padding:0;
	list-style:none;
}

#leftsb ul li {
	margin:0 10px 5px 0;
	padding:0 0 5px 0;
	text-transform:uppercase;
	font-size:11px;
	color:#da5f11;
	font-weight:bold;
	border-bottom:1px solid #ede3c1;
}

#leftsb ul li a{
	color:#da5f11;
	text-decoration:none;
	background:url(../graphics/sb_list_arrow_off.gif) left top no-repeat;
	padding-left: 10px;
}

#leftsb ul li a:hover{
	color:#a06312;
	text-decoration:none;
	background:url(../graphics/sb_list_arrow_on.gif) left top no-repeat;
	padding-left: 10px;
}

#leftsb ul li.on a{
	color:#666;
	font-size:12px;
	text-decoration:none;
	background:url(../graphics/sb_list_arrow_on.gif) left top no-repeat;
	padding-left: 10px;
}

#leftsb ul li ul 
{
	margin:0;
	padding:0;
	list-style:none;
}

#leftsb ul li ul li {
	margin:5px 10px 0 20px;
	padding:0 0 5px 0;
	text-transform:uppercase;
	font-size:11px;
	color:#da5f11;
	font-weight:bold;
	border-bottom: none;
}

#leftsb ul li.on ul li a{
	color:#da5f11;
	font-size:11px;
	text-decoration:none;
	background:url(../graphics/sb_list_arrow_off.gif) left top no-repeat;
	padding-left: 10px;
}

#leftsb ul li ul li a{
	color:#da5f11;
	text-decoration:none;
	background:url(../graphics/sb_list_arrow_off.gif) left top no-repeat;
	padding-left: 10px;
}

#leftsb ul li ul li a:hover{
	color:#a06312;
	text-decoration:none;
	background:url(../graphics/sb_list_arrow_on.gif) left top no-repeat;
	padding-left: 10px;
}

#leftsb ul li ul li.on a{
	color:#666;
	font-size:12px;
	text-decoration:none;
	background:url(../graphics/sb_list_arrow_on.gif) left top no-repeat;
	padding-left: 10px;
}

#centercontent {
	width:420px;
	float:left;
	margin: 0;
	padding: 15px 20px 0 20px;
	border-left:solid 1px #ede3c1;
}

#twocolumncontent {
	width:560px;
	float:left;
	margin: 0;
	padding: 15px 20px 0 20px;
	border-left:solid 1px #ede3c1;
}

#twocolumncontentalt {
	width:560px;
	float:left;
	margin: 0;
	padding: 15px 0 0 0;
	border-left:none;
}

.rightimg {
	padding:3px;
	margin: 0 0 15px 15px;
	border:solid 2px #ede3c1;
	float:right;
}

.leftimg {
	padding:3px;
	margin: 0 15px 15px 0;
	border:solid 2px #ede3c1;
	float:right;
}

#rightsb {
	padding:10px;
	margin-right:10px;
	width:180px;
	float:right;
	border:solid 1px #ede3c1;
}

#rightsb img {
	margin: 5px 0;
}

#rightsb input {
	margin: 5px 0;
}

#rightsb #acctheader {
	width:181px;
	padding: 5px;
	background:#e6ab5d;
	color:#fff;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}
#rightsb #acctinfo {
	width:181px;
	padding: 5px;
	background:#f7edcf;
	color:#887c58;
	font-size: 12px;
	font-weight:normal;
}

#rightsb strong {
	font-weight:bold;
	color:#a06312;
}

#rightsb ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	width:191px;
	
}

#rightsb ul li {
	margin:0 0 5px 0;
	padding:0 0 5px 5px;
	font-size:11px;
	color:#887c58;
	border-bottom:1px solid #ede3c1;
}

#blogsignuphdr {
	margin-top: 20px;
	width:185px;
	height:50px;
	background:url(../graphics/callout_hdr_blog.gif) no-repeat;
}

#blogsignup {
	width:173px;
	border:1px solid #ede3c1;
	border-top:none;
	padding:5px;
}

#blogsignup p{
	text-align:center;
	color:#a06312;
	text-transform:uppercase;
	font-weight:bold;
}

#blogsignup .signup {
	color:#da5f11;
	font-style:italic;
	font-size:10px;
}

#blogsignup .top {
	color:#306575;
	font-size:20px;
	font-weight:bold;
}

#advicecallouthdr
{
	margin-top: 20px;
	width:185px;
	height:20px;
	background:url(../graphics/callout_hdr_stars.gif) no-repeat;
}

#advicecallout
{
	width:173px;
	height: 110px;
	border:1px solid #ede3c1;
	border-top:none;
	padding:0 5px 5px 5px;
	text-align: center;
}

#riskcallouthdr
{
	margin-top: 20px;
	width:185px;
	height:20px;
	background:url(../graphics/callout_hdr_stars.gif) no-repeat;
}

#riskcallout
{
	width:173px;
	border:1px solid #ede3c1;
	border-top:none;
	padding:0 5px 5px 5px;
	text-align: center;
}

#riskcallout h1
{
	color: #5F7133;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#riskcallout a
{
	text-decoration: none;
	color: #A06312;
	font-size:14px;
	font-weight:bold;
}

#giftcertcallout
{
	float: left; 
	width: 175px;
	padding: 5px; 
	margin-top: 15px;
	text-align: center; 
}

#giftcertcallout img.image
{
	width: 125px;
	height: 87px;
	margin-right: 20px;
	margin-left: 20px;
	border: 0;
}

#faqlist {
	margin: 15px 0 30px 0;
}

#faqlist ol {
	margin:10px 0 15px 20px;
	padding:0;
	
}

#faqlist ol li {
	font-weight:bold;
	color:#a56110;
	margin: 8px 0;
}

#faqlist ol li a{
	font-weight:bold;
	color:#a56110;
	margin: 8px 0;
}

.faqanswer {
	border-top:1px solid #ede3c1;
	margin-top:15px;
	padding: 10px 0 15px 20px;
}

.faqanswer ol {
	margin:0;
	padding:0;
}

.faqanswer ol li{
	font-weight:bold;
}

.faqanswer ol.alphacaps{
	font-weight:normal;
	list-style:upper-alpha;
}

.faqanswer ol.alphacaps li{
	font-weight:normal;
}

#contactcopy {
	width:460px;
	padding-right:40px;
	float:left;
}

.contactperson {
	width:150px;
	float:left;
}

.contactperson img {
	margin-bottom: 10px;
}

#loginheader {
	width:330px;
	padding: 5px;
	background:#e6ab5d;
	color:#fff;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}
#logininfo {
	width:330px;
	padding: 5px;
	background:#f7edcf;
	color:#887c58;
	font-size: 12px;
	font-weight:normal;
}


/* Footer */

#footershadow {
	width:857px;
	padding:0;
	margin: 5px 0;
	height:12px;
	background:url(../graphics/bkg_footertop.gif) top repeat-x;
}

#footer {
	width:857px;
}

#footerlogo {
	width:115px;
	margin:5px 0 0 10px;
	display:inline;
	float:left;
}
#footernav {
	width:540px;
	margin:8px 0 0 40px;
	display:inline;
	text-align:center;
	float:left;
	color:#da5f11;
	text-transform:capitalize;
	font-size:12px;
	font-weight:normal;
	line-height:100%;
}

#footernav a {
	color: #da5f11;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#footernav a:hover {
	color: #a06312;
	text-decoration:underline;
}

#copyright {
	font-size:10px;
	font-weight:normal;
	line-height:140%;
	color:#da5f11;
}

#hackersafe {
	width:67px;
	margin:10px 10px 0 0;
	display:inline;
	float:right;
}

#bbblogo
{
	width:30px;
	margin:0 20px 0 0;
	display:inline;
	float:right;
}

.blank {
	margin: 0;
	padding:0;
	height:1px;
	clear:both;
}

/* Advice Landing Page */

#pagetop .landing{
	text-transform:lowercase;
	color:#fbf7ea;
}

#landingtag {
	width:450px;
	margin:30px 50px 0 0;
	text-align:left;
	float:right;
	text-transform:normal;
	color:#5f7133;
	font-weight:bold;
	font-style:italic;
}

#segment.landing {
	width:797px;
	padding:0;
	margin-top:10px;
}

#maincontent.landing {
	padding-top: 20px;
	padding-bottom:3px;
}

#footernav.landing{
	width:600px;
	margin:8px 0 0 40px;
	display:inline;
	text-align:right;
	float:left;
	color:#E68F1A;
	text-transform:normal;
	font-size:10px;
	font-weight:bold;
}

#landingleft {
	width:500px;
	float:left;
	border-right:solid 1px #ede3c1;
	margin-top:20px;
}

#landingright {
	width:310px;
	float:right;

}

#landingform {
	background: url(../advice/graphics/guide_background.gif) repeat-y;
	padding:5px 15px 5px 30px;
}

#landingformftr {
	background: url(../advice/graphics/guide_background_ftr.gif) no-repeat top left;
	height:10px;
}

.lndchallenge {
	border-bottom:solid 1px #ede3c1;
	margin: 0 25px 15px 0;
}

.lndnumber {
	width:80px;
	padding: 0 20px 0 50px;
	float:left;
}

.lndcopy {
	width:320px;
	float:right;
	padding-bottom: 10px;

}

.lndheading {
	color:#a06312;
	font-size:120%;
	font-weight:bold;
}

.lndinfo {
	padding: 4px 15px 5px 30px;
	text-align:center;
}

.lndinfo p{
	color:#E68F1A;
	font-weight:bold;
}

.lndinfogreen {
	color:#5f7133;
	text-transform:uppercase;
	font-weight:bold;
	font-size:150%;
}

.lndinfophone {
	font-size:130%;
}

.lndinfocall {
	font-size:90%;
}

.lndinfo .lndconf {
	color:#e60000;
	font-size:80%;
	font-weight:normal;
}

/* Certificate */

.certificate
{
	text-align: center;
}

/* Tools Quadrant */



.toolsitem {

	width:450px;

	margin:0 0 5px 0;

}


.toolsitemheader {

	width:269px;

	height:29px;

	margin-bottom:2px;

}



.toolsitemheader h2 {


	font-size: 14px;

	padding:6px 8px 0 0;

}



.toolsitemmain {

	width:450px;

}



.toolsitemmain p{

	color:#6a634f;

}



.toolsitemmain img{

	float:left;

	padding: 2px 2px 5px 0;

}

/* Misc Styles */
span.underline
{
	text-decoration: underline;
}

/*             */

/* Survey Styles     */

#segment.surveylanding
{
	width:857px;
	height: 164px;
	padding:0;
	margin-top:10px;
	background: url(../graphics/bkg_survey_image.jpg) no-repeat;
}

#surverylandingleft
{
	width:220px;
	float:left;
}

#surveylandingright
{
	width:637px;
	float:left;
	height:113px;
}

#surveylandingright h1
{
	margin:55px 0 0 60px;
	padding:0;
	color:#fff;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}

.fundConfirmationTableHeader
{
	background:#000;
	color:#fff;
	font-size:14px;
	padding: 2px;
}

/* added 1/9/2009 by Blue Ocean */

#indivbuttoncontainerleft {
	width: 275px;
	padding:0;
	margin: 0;
	float:left;
}

#indivbuttoncontainercenter {
	width: 280px;
	padding:0;
	margin: 0;
	border-left:1px solid #ede3c1;
	border-right:1px solid #ede3c1;
	float:left;
}

#advisorteambutton
{
    text-align: center;
    padding:24px 0 0 0;
    margin:0;
}

#learnmorebutton
{
    text-align: center;
    padding:24px 0 0 0;
    margin:0;
}

.fundtable{
 width:655px;
 border:solid 1px #DFDFDF;
}

.fundtable td
{
	border:none;
	border-right:solid 1px #DFDFDF;
	
	}
	

.solo_para_tus_ojos {
	visibility:hidden;
}
	
