/* CSS Document */

html{
	min-height: 100%;
	margin-bottom: 1px;
}

body{
	background-color: #f0efec;
	font-family: Arial, Helvetica, sans-serif;
	color: #57443c;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

/* FORMATTING STYLES */

img, p, table, div, td, tr, h1, h2, h3, h4, h5, form{
	margin: 0;
	padding: 0;
}

h1{
	display: none;
}

h2{
	font-weight: bold;
	font-size: 12px;
	color: #57443c;
	margin-left: 45px;
	margin-top: 18px;
}

h3{
	font-weight: bold;
	font-size: 12px;
	color: #57443c;
	margin-left: 45px;
	margin-bottom: -15px;
	margin-top: 18px;
}

h4{
	color: #b06f29;
	margin: 0;
	line-height: 17px;
	font-weight: normal;
}

p{
	margin: 18px 0px;
	line-height: 17px;
	font-size: 12px;
}

a{
	color: #b06f29;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #c0ab8b;
}

img{
	border: none;
}

.clear{
	clear: both;
}

.txt_small, small{
	font-size: 9px;
	color: #a39795;
}

a.txt_brown{
	color: #57443c;
}

.txt_accent{
	color: #b06f29;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	color: #57443c;
	font-size: 12px;
}

/* CONTAINERS */

#wrapper{
	width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 7px solid #9e6628;
}

#header{
	height: 111px;
	border-left: 1px solid #FFF;
	background-color: #FFFFFF;
}

#logo{
	width: 405px;
	height: 111px;
	float: left;
}

#login{
	width: 187px;
	height: 27px;
	float: right;
}

#login a{
	background-image: url('../images/btn_login.gif');
	background-position: 0px 0px;
	width: 187px;
	height: 27px;
	display: block;
}

#login a:hover{
	background-position: 0px -27px;
}

#hp_main{
	border-top: 1px solid #FFF;
	background-image: url('../images/bg_hp_main.gif');
	background-repeat: repeat-x;
	height: 287px;
}

#footer_divide{
	background-color: #9e6628;
	height: 12px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#hp_footer{
	height: 112px;
	background-image: url('../images/bg_hp_footer.gif');
	background-repeat: repeat-x;
	background-position: top;
	padding: 16px 16px 14px 44px;
}

#int_footer{
	height: 10px;
	background-color: #3f6c70;
	padding: 16px;
}

#footer_links{
	color: #95a39c;
	font-size :11px;
	float: right;
}

#hp_footer #footer_links{
	padding-top: 25px;
}

/* NAVIGATION */

#nav{
	background-image: url('../images/bg_nav.gif');
	height: 24px;
}

#nav ul{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}

#nav li{
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 24px;
	margin: 0px 16px 0px 0px;
}

#nav a{
	height: 24px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav a:hover, #nav .nav_selected a{
	background-position: 0px -24px;
}

.nav_company a{
	background-image: url('../images/nav_company.gif');
	width: 53px;
	height: 24px;
	display: block;
}

.nav_services a{
	background-image: url('../images/nav_services.gif');
	width: 52px;
	height: 24px;
	display: block;
}

.nav_resource-library a{
	background-image: url('../images/nav_resource-library.gif');
	width: 105px;
	height: 24px;
	display: block;
}

.nav_press a{
	background-image: url('../images/nav_press.gif');
	width: 34px;
	height: 24px;
	display: block;
}

.nav_contact-us a{
	background-image: url('../images/nav_contact-us.gif');
	width: 66px;
	height: 24px;
	display: block;
}

/* PAGE + CONTAINER SPECIFIC STYLING */

h2.hp_footer{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 19px;
	color: #abc2c3;
	font-weight: normal;
	margin: 0;
}

#footer_links a{
	color: #95a39c;
	font-size :10px;
	text-decoration: none;
	font-family: "Lucida Sans Unicode","Lucida Grande",geneva,arial,verdana,sans-serif;
}

#footer_links a:hover{
	color: #bdccce;
}

#img_header{
	width: 375px;
	height: 111px;
	float: right;
}

.img_header_company{
	background-image: url('../images/img_header_company.jpg');
	background-repeat: no-repeat;
}

.img_header_services{
	background-image: url('../images/img_header_services.jpg');
	background-repeat: no-repeat;
}

.img_header_resource-library, .img_header_login{
	background-image: url('../images/img_header_resource-library.jpg');
	background-repeat: no-repeat;
}

.img_header_press{
	background-image: url('../images/img_header_press.jpg');
	background-repeat: no-repeat;
}

.img_header_contact-us{
	background-image: url('../images/img_header_contact-us.jpg');
	background-repeat: no-repeat;
}

.img_header_footer-links{
	background-image: url('../images/img_header_footer-links.jpg');
	background-repeat: no-repeat;
}

.container{
	background-color: #fff;
}

#int_content{
	width: 560px;
	float: left;
	padding-bottom: 10px;
	padding-right: 45px;
	background-color: #ffffff;
}

#int_content p{
	margin-left: 45px;
}

#int_content img.img_border{
	border-top: 1px solid #ceb293;
	border-right: 1px solid #ceb293;
	border-bottom: 1px solid #ceb293;
	margin: 4px 25px 25px -45px;
	float: left;
}

#int_content p img.img_content{
	margin: 0px 20px 0px 0px;
}

.int_header{
	margin-top: 24px;
	width: 500px;
	height: 22px;
}

#int_content ul{
	margin: 0px 0px 0px 20px;
	*margin-left: 62px;
}

#int_content ul li{
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: url('../images/bullet.gif');
	*list-style-image: url('../images/bullet_ie.gif');
}

#int_content ul.list_grey_bg li{
	line-height: 15px;
	margin-top: 6px;
	margin-bottom: -2px;
	list-style-image: url('../images/bullet_grey_bg.gif');
	*list-style-image: url('../images/bullet_grey_bg_ie.gif');
	margin-left: -47px;
}

#int_content ul.consulting-services{
	margin-left: 0px;
	margin-bottom: 20px;
}

#int_content ul.consulting-services li{
	margin-left: -20px;
	*margin-left: 20px;
	line-height: 17px;
}

#int_content hr{
	margin-left: 45px;
	margin-top: 20px;
}

#int_content ul.no_bullet{
	list-style-type: none;
	list-style-image: none;
}

#int_content ul.no_bullet li{
	margin: 5px 0px;
	list-style-type: none;
	list-style-image: none;
}

#int_content ul.resources{
	margin-top: -10px;
	margin-left: 23px;
	*margin-left: 63px;
}

#int_content ul li ul{
	margin-left: -23px;
	*margin-left: 18px;
	margin-top: 10px;
}

/* HEADERS */

.int_header_company-overview{
	background-image: url('../images/txt_company-overview.gif');
	background-repeat: no-repeat;
}

.int_header_about-the-bvi{
	background-image: url('../images/txt_about-the-bvi.gif');
	background-repeat: no-repeat;
}

.int_header_history{
	background-image: url('../images/txt_history.gif');
	background-repeat: no-repeat;
}

.int_header_management-team{
	background-image: url('../images/txt_management-team.gif');
	background-repeat: no-repeat;
}

.int_header_employment-opportunities{
	background-image: url('../images/txt_employment-opportunities.gif');
	background-repeat: no-repeat;
}

.int_header_services-overview{
	background-image: url('../images/txt_services-overview.gif');
	background-repeat: no-repeat;
}

.int_header_conifer-advantage{
	background-image: url('../images/txt_conifer-advantage.gif');
	background-repeat: no-repeat;
}

.int_header_fund-services, .int_header_fund-services_main{
	background-image: url('../images/txt_fund-services.gif');
	background-repeat: no-repeat;
}

.int_header_fund-administration{
	background-image: url('../images/txt_fund-administration.gif');
	background-repeat: no-repeat;
}

.int_header_independent-pricing{
	background-image: url('../images/txt_independent-pricing.gif');
	background-repeat: no-repeat;
}

.int_header_registrar-transfer-agent{
	background-image: url('../images/txt_registrar-transfer-agent.gif');
	background-repeat: no-repeat;
}

.int_header_corporate-individual-directorships{
	background-image: url('../images/txt_corporate-individual-directorships.gif');
	background-repeat: no-repeat;
}

.int_header_fund-of-funds{
	background-image: url('../images/txt_fund-of-funds.gif');
	background-repeat: no-repeat;
}

.int_header_vp-bank{
	background-image: url('../images/txt_vp-bank.gif');
	background-repeat: no-repeat;
}

.int_header_excellent-service{
	background-image: url('../images/txt_excellent-service.gif');
	background-repeat: no-repeat;
}

.int_header_starting-a-fund{
	background-image: url('../images/txt_starting-a-fund.gif');
	background-repeat: no-repeat;
}

.int_header_{
	background-image: url('../images/txt_.gif');
	background-repeat: no-repeat;
}

.int_header_trade-operations{
	background-image: url('../images/txt_trade-operations.gif');
	background-repeat: no-repeat;
}

.int_header_execution-services{
	background-image: url('../images/txt_execution-services.gif');
	background-repeat: no-repeat;
}

.int_header_compliance{
	background-image: url('../images/txt_compliance.gif');
	background-repeat: no-repeat;
}

.int_header_consulting-services{
	background-image: url('../images/txt_consulting-services.gif');
	background-repeat: no-repeat;
}

.int_header_professional-services{
	background-image: url('../images/txt_professional-services.gif');
	background-repeat: no-repeat;
}
.int_header_facilities-it-management{
	background-image: url('../images/txt_facilities-it-management.gif');
	background-repeat: no-repeat;
}

.int_header_corporate-services{
	background-image: url('../images/txt_corporate-services.gif');
	background-repeat: no-repeat;
}

.int_header_faq{
	background-image: url('../images/txt_faq.gif');
	background-repeat: no-repeat;
}

.int_header_due-diligence{
	background-image: url('../images/txt_due-diligence.gif');
	background-repeat: no-repeat;
}

.int_header_remote-assistance{
	background-image: url('../images/txt_remote-assistance.gif');
	background-repeat: no-repeat;
}

.int_header_adobe-reader{
	background-image: url('../images/txt_adobe-reader.gif');
	background-repeat: no-repeat;
}

.int_header_request-brochure{
	background-image: url('../images/txt_request-brochure.gif');
	background-repeat: no-repeat;
}

.int_header_list-conifer-services{
	background-image: url('../images/txt_list-conifer-services.gif');
	background-repeat: no-repeat;
}

.int_header_sample-reports{
	background-image: url('../images/txt_sample-reports.gif');
	background-repeat: no-repeat;
}

.int_header_daily-manager-reports{
	background-image: url('../images/txt_daily-manager-reports.gif');
	background-repeat: no-repeat;
}

.int_header_employee-resources{
	background-image: url('../images/txt_employee-resources.gif');
	background-repeat: no-repeat;
}

.int_header_press{
	background-image: url('../images/txt_press.gif');
	background-repeat: no-repeat;
}

.int_header_offices{
	background-image: url('../images/txt_offices.gif');
	background-repeat: no-repeat;
}

.int_header_contact-us{
	background-image: url('../images/txt_contact-us.gif');
	background-repeat: no-repeat;
}

.int_header_departments{
	background-image: url('../images/txt_departments.gif');
	background-repeat: no-repeat;
}

.int_header_our-client-partners{
	background-image: url('../images/txt_our-client-partners.gif');
	background-repeat: no-repeat;
}

.int_header_privacy-policy{
	background-image: url('../images/txt_privacy-policy.gif');
	background-repeat: no-repeat;
}

.int_header_secure-site-verification{
	background-image: url('../images/txt_secure-site-verification.gif');
	background-repeat: no-repeat;
}

.int_header_disclosures{
	background-image: url('../images/txt_disclosures.gif');
	background-repeat: no-repeat;
}

.int_header_sec-order-routing{
	background-image: url('../images/txt_sec-order-routing.gif');
	background-repeat: no-repeat;
}

.int_header_bcp{
	background-image: url('../images/txt_bcp.gif');
	background-repeat: no-repeat;
}

.int_header_disclaimer{
	background-image: url('../images/txt_disclaimer.gif');
	background-repeat: no-repeat;
}

.int_header_login{
	background-image: url('../images/txt_login.gif');
	background-repeat: no-repeat;
}

.int_header_sitemap{
	background-image: url('../images/txt_sitemap.gif');
	background-repeat: no-repeat;
}

.txt_testimonial{
	margin: 30px 0px 20px 45px;
	clear: both;
}

a.arrow, a.arrow:hover, submit{
	color: #524744;
	background-image: url('../images/arrow_brown_right.gif');
	background-repeat: no-repeat;
	height: 10px;
	padding-left: 11px;
	text-transform: uppercase;
	background-position: 0px 2px;
	font-weight: bold;
	font-size: 11px;
}

input.btn_submit{
	color: #524744;
	background-image: url('../images/arrow_brown_right.gif');
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 10px;
	text-align: left;
	text-transform: uppercase;
	background-position: 0px 4px;
	font-weight: bold;
	font-size: 11px;
	background-color: #FFFFFF;
	border: none;
}

#int_content table.offices{
	margin-left: 45px;
	width: 100%;
}

#int_content table.offices p{
	margin-left: 0px;
}

#int_content table.login{
	margin-left: 45px;
	width: 270px;
}

#int_content table.login p{
	padding: 0px 0px 0px 15px;
	margin-left: 0;
	font-size: 10px;
	line-height: 12px;
}

/* SIDENAV */

#sidenav{
	width: 195px;
	background-image: url('../images/bg_sidenav.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #9a9688;
	padding-bottom: 20px;
}

#sidenav ul{
	float: right;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	clear:both;
}

#sidenav li{
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 27px;
	margin: 0;
}

#sidenav a{
	height: 27px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sidenav a:hover, #sidenav .sidenav_selected a{
	background-position: 0px -27px;
}

#sidenav .sidenav_tall a:hover, #sidenav .sidenav_tall .sidenav_selected a{
	background-position: 0px -44px;
}

#sidenav .sidenav_tall li{
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 44px;
	margin: 0;
}

#sidenav .sidenav_tall a{
	height: 44px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.sidenav_login a{
	background-image: url('../images/sidenav_login.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-bottom: 1px solid #bfbbad;
}

.sidenav_company-overview a{
	background-image: url('../images/sidenav_company-overview.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
}

.sidenav_about-the-bvi a{
	background-image: url('../images/sidenav_about-the-bvi.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
}

.sidenav_history a{
	background-image: url('../images/sidenav_history.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
}

.sidenav_management-team a{
	background-image: url('../images/sidenav_management-team.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
}

.sidenav_employment a{
	background-image: url('../images/sidenav_employment.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_services-overview a{
	background-image: url('../images/sidenav_services-overview.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_fund-services_1 a{
	background-image: url('../images/sidenav_fund-services_1.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_fund-services_2 a{
	background-image: url('../images/sidenav_fund-services_2.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_fund-administration a{
	background-image: url('../images/sidenav_fund-administration.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_independent-pricing a{
	background-image: url('../images/sidenav_independent-pricing.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_registrar-transfer-agent a{
	background-image: url('../images/sidenav_registrar-transfer-agent.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_corporate-individual-directorships a{
	background-image: url('../images/sidenav_corporate-individual-directorships.gif');
	width: 195px;
	height: 44px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_fund-of-funds a{
	background-image: url('../images/sidenav_fund-of-funds.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_excellent-service a{
	background-image: url('../images/sidenav_excellent-service.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_starting-a-fund a{
	background-image: url('../images/sidenav_starting-a-fund.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_conifer-advantage_1 a{
	background-image: url('../images/sidenav_conifer-advantage_1.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_conifer-advantage_2 a{
	background-image: url('../images/sidenav_conifer-advantage_2.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_fund-services a{
	background-image: url('../images/sidenav_fund-services.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_trade-operations a{
	background-image: url('../images/sidenav_trade-operations.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_execution-services a{
	background-image: url('../images/sidenav_execution-services.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}
.sidenav_compliance a{
	background-image: url('../images/sidenav_compliance.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_consulting-services a{
	background-image: url('../images/sidenav_consulting-services.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
	
}

.sidenav_professional-services a{
	background-image: url('../images/sidenav_professional-services.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_facilities-it-management a{
	background-image: url('../images/sidenav_facilities-it-management.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_corporate-services a{
	background-image: url('../images/sidenav_corporate-services.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}


.sidenav_faq a{
	background-image: url('../images/sidenav_faq.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_due-diligence a{
	background-image: url('../images/sidenav_due-diligence.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_remote-assistance a{
	background-image: url('../images/sidenav_remote-assistance.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_adobe-reader a{
	background-image: url('../images/sidenav_adobe-reader.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_request-brochure a{
	background-image: url('../images/sidenav_request-brochure.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_list-conifer-services a{
	background-image: url('../images/sidenav_list-conifer-services.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_sample-reports a{
	background-image: url('../images/sidenav_sample-reports.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_daily-manager-reports a{
	background-image: url('../images/sidenav_daily-manager-reports.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_employee-resources a{
	background-image: url('../images/sidenav_employee-resources.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_offices a{
	background-image: url('../images/sidenav_offices.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_departments a{
	background-image: url('../images/sidenav_departments.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_our-client-partners a{
	background-image: url('../images/sidenav_our-client-partners.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_privacy-policy a{
	background-image: url('../images/sidenav_privacy-policy.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_secure-site-verification a{
	background-image: url('../images/sidenav_secure-site-verification.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_disclosures a{
	background-image: url('../images/sidenav_disclosures.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_sec-order-routing a{
	background-image: url('../images/sidenav_sec-order-routing.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_bcp a{
	background-image: url('../images/sidenav_bcp.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_disclaimer a{
	background-image: url('../images/sidenav_disclaimer.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}

.sidenav_sitemap a{
	background-image: url('../images/sidenav_sitemap.gif');
	width: 195px;
	height: 27px;
	display: block;
	border-top: 1px solid #cbc8bd;
	border-bottom: 1px solid #cbc8bd;
}