body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #424242;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	line-height: 1em;
}

#contentwrapper {margin: 0 auto;
padding: 0;
width: 1006px;
position: relative;
text-align: left !important;
background: url(images/wrapperbkg.jpg) no-repeat;
z-index: 500;
 }


#contentwrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}


/* Hides from IE-mac \*/
*html #contentwrapper {height: 1%;}
/* End hide from IE-mac */  





#homewrapper {margin: 0 auto;
padding: 0 0 20px 0;
width: 980px;
position: relative;
text-align: left !important;
z-index: 1;
 }


#homewrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}


/* Hides from IE-mac \*/
*html #homewrapper {height: 1%;}
/* End hide from IE-mac */  







.clearboth {clear: both;
overflow: visible;
height: 0px;
line-height: 0px;
font-size: 0em; 
margin: 0;
padding: 0;
width: 100%;}

#header {position: relative;
width: 1006px;
margin: 0;
padding: 0;
height: 99px;
background: url(images/allcontenttop.jpg) bottom repeat-x; }

#header a#clientlogin, #header a#advisorlogin {float: right; clear: none; color: #FFFFFF; padding: 10px 8px 6px 8px; font-size: .75em; margin: 0px 5px; }
#header a#clientlogin {background: url(images/toptab_green.gif) repeat-x #76b13b; }
#header a#advisorlogin {background: url(images/toptab_blue.gif) repeat-x #019fc4; margin-right: 13px; }

#header img#logo {margin-top: 20px; margin-left: 7px; display: inline; float: left; clear: left; border: 0;}

#subheader {width: 1006px; }

#subheader img, #subheader object {margin: 0px 13px; }

#header form {padding: 0; margin: 0px 10px 0 0; width: 300px; position: absolute; right: 0px; top: 45px; display: block; text-align: right;}
#header #q {margin: 0px; padding: 0; line-height: 1em; height: 1.3em; font-size: .8em; position: relative; top: -6px;}
#header #go {margin: 0px 4px 0 8px !important; width: 20px; height: 20px; display: inline;}

#nav {width: 980px;
border: 0;
margin: 0px 13px;
padding: 0;
background: #019fc4;
position: relative;
overflow: visible;
font-size: .8em;
font-family: "Lucida Sans", Arial, "Lucida Bright";}



#nav ul {list-style-type: none;
padding: 0;
margin: 0 0px 0 32px;
width: 940px;
line-height: 1;
z-index: 1000; 
height: 48px;
position: relative;
overflow: visible;
}

#nav li {float: left;
margin: 0 13px 0 0;
padding: 0;
display: inline;
}

#nav ul li a {background: url(images/menu_default_R.gif) no-repeat;
display: block;
text-decoration: none;
z-index: 1000;
overflow: visible;
border: 0;
padding: 0;
margin: 0;
height: 44px;
text-indent: -3000px;
}

#nav ul li a:hover {background: url(images/menu_highlight_R.gif) no-repeat;
text-decoration: none;
overflow: visible;}




#nav li#home a, #nav li#home:hover a {width: 45px; background-position: 0px 17px; }
#nav li#help a, #nav li#help a:hover {width: 139px; background-position: -65px 17px; }
#nav li#standout a, #nav li#standout a:hover {width: 148px; background-position: -223px 17px; }
#nav li#clients a, #nav li#clients a:hover {width: 88px; background-position: -387px 17px;}
#nav li#company a, #nav li#company a:hover {width: 107px; background-position: -493px 17px; }
#nav li#insights a, #nav li#insights a:hover {width: 100px; background-position: -616px 17px; }
#nav li#contact a, #nav li#contact a:hover {width: 86px; background-position: -731px 17px; }
#nav li#guide a, #nav li#guide a:hover {width: 99px; background-position: -841px 17px; }


.home #nav li#home a {background: url(images/menu_select_R.gif) no-repeat 0px 17px;}
.help #nav li#help a {background: url(images/menu_select_R.gif) no-repeat -72px 17px;}
.standout #nav li#standout a {background: url(images/menu_select_R.gif) no-repeat -237px 17px;}
.clients #nav li#clients a {background: url(images/menu_select_R.gif) no-repeat -408px 17px;}
.company #nav li#company a {background: url(images/menu_select_R.gif) no-repeat -521px 17px;}
.insights #nav li#insights a {background: url(images/menu_select_R.gif) no-repeat -651px 17px;}
.contact #nav li#contact a {background: url(images/menu_select_R.gif) no-repeat -773px 17px;}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 155px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 999;
	margin: 0;
	padding: 0;
	text-indent: none !important;
	overflow: visible;
	height: auto;
	
}









#nav li ul li {text-indent: none !important;
padding: 0;
margin: 0;
float: left;
clear: both;
line-height: 1.2em; }

#nav li ul li a {background: #019fc4 !important;
color: #FFFFFF;
padding: 8px;
width: 139px !important;
margin: 0;
height: auto; 
text-indent: 0px !important;
border: 0;}

#nav li ul li a:hover {background: #00809f !important;
color: #FFFFFF;
margin: 0; }


#nav li ul ul { /* third-and-above-level lists */
	margin: -2.6em 0 0 155px;
	
}

#nav li ul li ul li a {background: #00809f; }

#nav li ul li ul li a:hover {background: #77b23c; }



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}









hr {height: 0px; line-height: 0px; border: 0px; clear: both; background: #000000; color:#000000;
overflow: hidden; font-size: 0px; _display: none; }



#split {line-height: 0px; height: 9px; border: 0px; width: 980px; background:url(images/pagetop.jpg) no-repeat; margin: 0 0 0 13px; padding: 0; clear: both; float: left; display: inline; font-size: 0px;}




#page {background: url(images/pagebkg.jpg) repeat-y;
width: 980px;
margin: 0px 13px 20px 13px;
padding: 0; }



#rail {width: 266px;
float: left;
clear: right;
display: inline;
margin: 0;
padding: 0px 0 25px 0;  }

#rail p#breadcrumb {margin: 6px 0px 20px 22px; padding: 0 0 15px 0; border-bottom: 1px solid #d2d2d2; font-size: .7em; color: #d2d2d2; font-family: Arial, Helvetica, sans-serif; }

#rail p#breadcrumb a {color: #d2d2d2; }

#rail ul {color: #FFFFFF;
list-style-type: none;
font-size: .9em;
font-family: "Lucida Bright", "Lucida Grande", Georgia, "Times New Roman", serif;
line-height: 1.35em;
margin: 6px 0 20px 22px;
padding: 0; }

#rail ul li {padding: .3em 0 .3em 10px;
background: url(images/raquo_white.gif) no-repeat 0em .8em;
margin: 0;
line-height: 1.2em; }

#railbox {width: 260px;
margin: 25px 0px 20px 6px;
padding: 15px 0 20px 0;
background: #00809f;
}

#railbox p {margin: 1em 10px 1em 11px;}

#rail h1 {font-size: 1.25em;
font-weight: 100;
color: #FFFFFF; }

#rail p {margin: .5em 10px 1em 20px;
color: #FFFFFF;
font-size: .75em;
line-height: 1.5em;
font-family: "Lucida Bright", "Lucida Grande", Georgia, "Times New Roman", serif; }

#rail p.larger {font-size: 1em; }

#rail a {color: #FFFFFF; }
#rail a:visited {color: #d2d2d2; }
#rail a:hover {color: #8beaff; }

#rail img.headline {margin-left: 10px; border: 0; padding: 0; margin-top: 8px; margin-right: 0px; }
#rail object {margin-left: 10px; border: 0; }

#havequestions {background: #FFFFFF; padding: 15px 0; margin: 5px 0 15px 0;}
#havequestions p {color: #666666 !important; margin-right: 25px; font-family: Arial, Helvetica, sans-serif; }
#havequestions a {color: #76b33e; }
#havequestions a:hover {color:#00a0c3; }


.clientprofile {width: 240px;
margin: 0em 0px .5em 10px;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: #aad9e5;
font-size: .9em;
float: left;
clear: both;
display: inline;
 }
 
#railbox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}


/* Hides from IE-mac \*/
*html #railbox {height: 1%;}
/* End hide from IE-mac */  




 
.clientprofile img {padding: 5px;
border: 1px solid #aad9e5;
margin: 10px 10px 0px 0px;
float: left;
clear: left; }

.clientprofile p {margin: .5em 15px 1em 0px !important;
padding: 0;
font-family: Arial, Helvetica, sans-serif !important; }

.clientprofile a {color: #aad9e5 !important; text-decoration: none; font-style: italic; }
.clientprofile a:hover {color: #FFFFFF !important; text-decoration: none; cursor: pointer; }

p.nomargin {margin-left: 15px !important; padding-left: 0;}

p.getintouch {font-size: .75em;
color: #FFFFFF;
padding: 0;
margin: .8em 10px 3.5em 20px;
line-height: 1.2em;
font-style: normal; 
font-family: Arial, Helvetica, sans-serif !important; }

p.getintouch a {font-weight: bold;}

address {font-size: .75em;
color: #FFFFFF;
padding: 0;
margin: .8em 10px 3.5em 20px;
line-height: 1.2em;
font-style: normal; }

#maincontent {
padding: 0 0 25px 0;
margin: 0px 0px 15px 0px;
float: left;
clear: left;
display: inline; }

#maincontent:after, #maincontent .highlight1:after, #maincontent.highlight2:after, #maincontent.highlight3:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}


/* Hides from IE-mac \*/
*html #maincontent, #maincontent .highlight1:after, #maincontent.highlight2:after, #maincontent.highlight3:after {height: 1%;}
/* End hide from IE-mac */  


#maincontent a {color: #76b23b; }
#maincontent a:visited {color: #00809f; }
#maincontent a:hover {color: #00a0c3; }

#maincontent form {margin: 20px 40px; }

#maincontent h2 {padding: 20px 0px 5px 0px;
margin: 0 70px 0px 30px;
color: #00a0c3;
font-weight: 500;
font-size: 1.9em;
line-height: 1.1em;
 }
 
#maincontent h1 {margin: .2em 70px .2em 30px;
font-weight: 100 !important;
line-height: 1.3em;
color: #999999;
padding: 0;
font-size: 1.3em; } 
 
#maincontent h3 {margin: 0 15px 0 30px; color: #76b33e; line-height: 1.3em; }

 
#maincontent h4 {margin: 0 30px;
padding: 15px 0px 5px 0;
color: #666666;
font-style: italic;
font-size: 1.2em;
line-height: 1.3em; }

#maincontent p {padding: 0;
 margin: 1em 60px 1em 30px;
 font-size: .9em;
 color: #424242;
 line-height: 1.7em;
  }
 
#maincontent img {float: left;
 padding: 5px;
 margin: 10px 15px 10px 40px;
border: 1px solid #d2d2d2; }

#maincontent ul {margin: 10px 40px;
padding: 15px;
font-size: .85em;
line-height: 1.5em;
background: #f2f2f2;  }

#maincontent li {margin: 0 0 0 20px;
padding: 5px;
}

#maincontent .pullquote {border-left: 1px solid #cfcfcf;
padding: 10px 0px 15px 15px;
margin: 15px 75px 0px 15px !important;
color: #76b23b;
font-size: 1.0em;
line-height: 1.3em !important;
font-weight: normal;
font-style: normal;
float: right;
clear: right;
width: 150px;
background: #FFFFFF;
display: inline; }



ul#contentlinks {border-left: 1px solid #cfcfcf;
padding: 10px 0px 15px 15px;
margin: 15px 15px 0px 15px;
color: #76b23b;
font-weight: bold;
font-size: 1.1em;
list-style-type: none;
line-height: 1.8em;
float: right;
clear: right;
text-indent: none; 
width: 130px;
background: #FFFFFF;}

ul#contentlinks li {font-weight: normal; float: none; clear: right; text-indent: none; margin: 0; padding: 0; display: block;}


#highlight1 {font-family: "Lucida Bright", "Lucida Grande", Georgia, "Times New Roman", serif;
font-size: .9em;
color: #29580a;
padding: 2em 0px;
float: right;
clear: right;
margin: 20px 0 0 0;
width: 290px;
background: #b9dca1;
overflow: visible;
 }
 
#highlight4 {font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
padding: 2em 0px;
float: right;
clear: right;
display: inline; 
margin: 15px 0 0 0;
width: 310px;
background: #6ab03c;
overflow: visible;
color: #FFFFFF;
z-index: 1; }  



#highlight4 a {color: #FFFFFF; }
#highlight4 a:hover {color: #b9dca1;  } 

#highlight4 p {font-size: .85em; line-height: 1.3em; padding: .4em 0 .8em 0; margin: 0 30px; }
  
#highlight2 {background: #6ab03c;

width: 410px;
float: right; 
clear: right;
padding: 2em 0;
margin: 20px 0 0 0;
font-size: .9em;
font-family: "Lucida Bright", "Lucida Grande", Georgia, "Times New Roman", serif;
line-height: 1.1em;

overflow: visible; }

#highlight3 {
background: #6ab03c;
width: 100%;
padding: 2em 0;
margin: 20px 0;
font-size: .9em;
font-family: "Lucida Bright", "Lucida Grande", Georgia, "Times New Roman", serif;
line-height: 1.1em; }

#homehighlight {font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
padding: 2em 0px;
float: left;
clear: none;
display: inline; 
margin: 15px 0px 0 0;
background: #FFFFFF;
overflow: visible;
width: 655px;
z-index: 1;
position: absolute; top: 0; left: 0; }

#highlight1 h3, #highlight4 h3, #highlight5 h3 {font-size: 1.4em;
font-weight: 100;
margin: 0 30px;
line-height: 1.2em;
color: #29580a; 
font-family: Arial, Helvetica, sans-serif;
padding: 0;}

#highlight2 h3, #highlight3 h3 {font-size: 1.4em;
font-weight: 100;
color: #FFFFFF;
margin-bottom: .5em;
margin: 0 30px;
line-height: 1.2em;
font-family: Arial, Helvetica, sans-serif;
padding: 0; }

#highlight1 p {padding: .8em 0;
margin: 0 30px; 
line-height: 1.6em;}

#highlight2 p, #highlight3 p {padding: .8em 0 .55em 0;
margin: 0 30px; 
line-height: 1.6em;}

#highlight1 ul, #highlight4 ul, #highlight5 ul {padding: .8em 0;
margin: 0px;
list-style-type: none;
text-indent: none;
font-size: 1.1em;
background: #b9dca1;
width: 100%; }

#highlight2 ul {padding: .8em 0;
margin: 0px;
list-style-type: none;
text-indent: none;
font-size: 1.1em;
background: #6ab03c;
width: 100%; }

#highlight3 ul {display: inline; padding: .8em 0; margin: 0 10px 10px 10px; list-style-type: none; text-indent: none; font-size: 1.1em; background: #6ab03c; width: 200px; float: left; }

#highlight3 ul li {padding: .3em 0 .3em 10px;
margin: 0 0px 0px 10px;
line-height: 1.2em; }

#highlight3 ul li ul {font-size: .9em; margin: 0; padding: 0; margin: 10px 0 0 0 !important; float: none; text-indent: none; list-style-type: none; display: block;}

#highlight3 ul li ul li { background: url(images/raquo.gif) no-repeat 0em .8em; text-indent: none;}


#highlight2 ul, #highlight2 p, #highlight2 h3, #highlight3 ul, #highlight3 p, #highlight3 h3 {color: #FFFFFF; }

#highlight1 ul li {padding: .3em 0 .3em 10px;
background: url(images/raquo.gif) no-repeat 0em .8em;
margin: 0 40px;
line-height: 1.2em; }



#highlight2 ul li {padding: .3em 0 .3em 10px;
background: url(images/raquo.gif) no-repeat 0em .8em;
margin: 0 40px;
line-height: 1.2em; }


#highlight1 a {color: #29580a; }
#highlight1 a:visited {color: #6b815c; }
#highlight1 a:hover {color: #3f9f00; }


#highlight2 a, #highlight3 a {color: #FFFFFF; }
#highlight2 a:visited, #highlight3 a:visited {color: #b6e09b; }
#highlight2 a:hover, #highlight3 a:hover {color:#deffc9; }



.exampletext{
display: none;
}

.display{
display: block;
}


#footer {width: 1006px;
padding: 0;
margin: 0px auto;
text-align: center;
clear: both;
display: block; }

#footer ul {width: 980px;
list-style-type: none;
margin: 0px;
padding: 0px 15px;
text-align: left;
float: left; }

#footer li {float: left;
padding: 0;
margin: 0 25px 0 0; 
font-size: .8em;
}

#footer li.right {float: right;
margin-right: 6px;
margin-left: 19px; }

#footer a {color: #00a0c3; }
#footer a:visited {color: #666666; }
#footer a:hover {color: #FFFFFF; }

#footer p#disclaimer {text-align: left;
font-size: .7em;
padding: 25px 0px 15px 15px;
margin: 0;
line-height: 1.2em;
color: #666666; 
clear: both;}


.smaller {font-size: .9em; font-family: "Times New Roman", Times, serif !important; color: #d2d2d2 !important; line-height: 1.2em !important; }

object#mediaPlayer {background: #000000; }

ul#pullquote {width: 120px !important; background: #FFFFFF !important; margin: 0 0 0 -5px; padding: 0; font-size: 1em;}
.pullquote li {width: 120px !important; background: #FFFFFF !important; padding: 0; margin: -5px 0; line-height: 1.3em; vertical-align: middle;}

#homeclients {width: 655px; background: #02a0c3; margin: 0; padding: 20px 0; position: relative; top: 25px;}

#homeclients h3, #homeclients p {color: #FFFFFF; padding: 10px 0; margin: 0px 30px; }
#homeclients p {font-size: .85em; }
#homeclients p.disclaimer {font-size: 11px !important; color: #d2d2d2;}
#homeclients p img {border: 1px solid #FFFFFF; float: left; margin: 0 15px 15px 0; padding: 2px; }
#homeclients p a {color: #FFFFFF; text-decoration: none; }
#homeclients p a:hover  { color: #d8d8d8;} 

object#sidebar_text_R {float: right; clear: right; padding: 0px 15px 0 15px !important; margin: 0px 0px 30px 0px; width: 280px; position: relative; top: 30px; }

a.homeclick {color: #FFFF00 !important; font-weight: bold !important;}
a.homeclick:visited {color: #FFFF00 !important; }
a.homeclick:hover {color: #FFFFFF !important; }