@charset "UTF-8";

/* CSS Document */

/*
dark green: 009091
Light green: 6ebbbf


 */

body{
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body.bg1 {
	background-image: url(../images/background1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
body.bg2 {
	background-image: url(../images/background2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
body.bg3 {
	background-image: url(../images/background3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
hr {
	background-color: #FFFFFF;
	height: 0px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009091;
	margin: 0px;
	padding: 0px;
}
#content h1 {
	color: #009091;
	font-size: 3em;
	font-weight: normal;
}
#content p.subheading_h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #009091;
}
#content p.subheading_h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
.clearthefloats {
	clear: both;
}



#main_container{
	width: 90%;
}

/* MAIN NAV *********************************************************************/

#mainnav {
	display:none;
}
#mainnav ul {
	display:none;
	}
#mainnav ul, #mainnav li {
	display:none;

}
#mainnav a {
	display:none;
}
#mainnav a.contact {
	display:none;
}

#mainnav a:link, #mainnav a:visited  {
	display:none;
}
#mainnav a:hover, #mainnav a:active   {
	display:none;
}
#mainnav a.currentsection, #mainnav .currentsection {
	display:none;
}

#mainnav p {
	display:none;
}


#main_col1{
	display:none;
}

/* SUBNAV */

#subnav {
	display: none;
}
#subnav ul {
	display: none;
}

#subnav li {
	display: none;
}
#subnav a {
	display: none;
}
#subnav ul a:link, #subnav ul a:visited {
	display: none;
}
#subnav ul a:hover, #subnav ul a:active, #subnav a.current {
	display: none;
}



#subnav ul ul a:link, #subnav ul ul a:visited {
	display: none;
}
#subnav ul ul a:hover, #subnav ul ul a:active, #subnav a.current {
	display: none;
}
#subnav ul ul {
	display: none;
}
#subnav ul ul li {
	display: none;
}




#main_col2{
	width: 100%;
	float:right;
}
.homelink {
	display:none;
}

#content {
	float: left;
	background-image: url(../images/strapline.gif);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content ul {
	margin: 0px;
	padding: 0px;
}
#content li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 10px;
}
#content a:link, #content a:visited {
	color: #009091;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #009091;
	text-decoration: underline;
}
#content a.pdflink {
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	padding-bottom: 4px;
}
#content a.wordlink {
	background-image: url(/images/word.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	padding-bottom: 4px;
}
#content a.excellink {
	background-image: url(/images/excel.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	padding-bottom: 4px;
}
#content a.powerpointlink {
	background-image: url(/images/powerpoint.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	padding-bottom: 4px;
}
#content table.borderedtable td {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #009091;
	text-align: left;
	vertical-align: top;
}
#content table.borderedtable{
	border: 1px solid #009091;
}
#homepagetable td {
	padding-bottom: 10px;
	padding-right: 15px;
	vertical-align: top;
}
#homepagetable img {
	background-color: #009091;
	padding: 1px;
	margin-top: 2px;
}
#featureboxes {
	display:none;
}
#featureboxes div.border {
	display:none;
}
#featureboxes strong {
	display:none;
}
#featureboxes p {
	display:none;
}
input.login {
	width: 95px;
	border: 1px solid #009091;
	margin-bottom: 5px;
	height: 15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 10px;
	padding-left: 2px;
	padding-right: 2px;
}
input.submit {
	color: #FFFFFF;
	background-color: #009091;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#member_login {
	background-color: #EEEEEE;
	margin-bottom: 20px;
}
#investing {
	background-color: #EEEEEE;
	margin-bottom: 20px;
}
#findbroker {
	background-color: #EEEEEE;
}
#footer {
	float: left;
	font-size: 0.8em;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #333333;
	text-decoration: none;
}
.copyright {
	font-size: 0.8em;
}
#findafirm table {
	width: 100%;
}
#findafirm td {
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: top;
}
#content input.freetext {
	background-color: #FFFFFF;
	border: 1px solid #009091;
}
#breadcrumbs{
	display: none;
}.right_image {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#contact_table {
}
#contact_table td {
	padding-bottom: 20px;
	vertical-align: top;
	width: 130px;
	padding-right: 10px;
}

.alert {
	color: red;
	font-weight: bold;
}