@charset "UTF-8";
/* CSS Document */

#top_nav {
	text-align:center;
	width: 620px;
	/*height: 10px;*/
	padding: 3px 0 4px 8px;
	text-decoration:none;
	border: none;
}

#top_nav p {
	color: #fe991e;
	margin: 0 0 0 0;
	vertical-align:text-top;
	padding: 0 0 2px 0;
	text-decoration:none;
	border: none;
	margin-top: 0;
	/*height:12px;
	overflow:hidden;*/
}

#top_nav a:link, #top_nav a:visited, #top_nav a:active, #top_nav a:hover {
	color: #787869;
	text-decoration: none;
}

#top_nav a:hover {
	color: #fed771;
}

a.home, a.our_company, a.faq, a.bonds, a.payment, a.wanted, a.contact {
	display: inline-block;
	height: 12px;
	text-decoration: none;
	margin: 0 2px 0 2px;
}

.home {
	width: 35px;
	background-image:url("../images/btns/home_btn.png");
	background-repeat:no-repeat;
}

.our_company {
	width: 85px;
	background-image:url("../images/btns/our_company_btn.png");	
	background-repeat:no-repeat;
}

.faq {
	width: 24px;
	background-image:url("../images/btns/faq_btn.png");
	background-repeat:no-repeat;
}

.bonds {
	width: 92px;
	background-image:url("../images/btns/types_of_bonds_btn.png");
	background-repeat:no-repeat;
}

.payment {
	width: 92px;
	background-image:url("../images/btns/payment_plans_btn.png");
	background-repeat:no-repeat;
}

.wanted {
	width: 78px;
	background-image:url("../images/btns/wanted_list_btn.png");
	background-repeat:no-repeat;
}

.contact {
	width: 74px;
	background-image:url("../images/btns/contact_us_btn.png");
	background-repeat:no-repeat;
}

a:hover {
	background-position: 0px -12px;
}

a:link a:active a:hover {
	text-decoration: none;
	border: none;
}

img {
	border: none;
}

.displace {
	position: absolute;
	left: -5000px;
}