/* common.css */

.hide{
	display:none;
	visibility:collapse;
}
h1, h2, h3, h4{
	padding:0;
	margin:0;
}
.bold_intro{
	font-weight:bold;
	color:#333333;
}
.green_title{
	font-weight:bold;
	color:#008a5f;
	font-size:1.15em;
	padding-top:24px;
	padding-bottom:3px;
	display:block;
}
.text_cell{
	font-weight:bold;
	padding-top:12px;
	padding-bottom:40px;
}
#sitemap_wrap ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:32px;
	margin-top:16px;
}
#sitemap_wrap li{
	font-size:1.15em;
	padding-bottom:4px;
	font-weight:bold;
}
#sitemap_wrap li a{
	color:#000000;
	text-decoration:none;
}
#sitemap_wrap li a:hover{
	text-decoration:underline;
}
.ref_link{
	text-decoration:underline;
	color:#30803d;
	font-weight:bold;
}
.back_link{
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
}
.back_link:hover{
	text-decoration:underline;
}

/* titles */
.homepage_title{
	width:205px;
	height:32px;
	display:block;
	background-image:url(/img/titles/homepage.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:492px;
}
.better_title{
	width:198px;
	height:40px;
	display:block;
	background-image:url(/img/titles/better.gif);
	background-repeat:no-repeat;
}
.products_title{
	width:102px;
	height:38px;
	display:block;
	background-image:url(/img/titles/products.gif);
	background-repeat:no-repeat;
}
.cred_title{
	width:194px;
	height:43px;
	display:block;
	background-image:url(/img/titles/credentials.gif);
	background-repeat:no-repeat;
}
.faq_title{
	width:61px;
	height:40px;
	display:block;
	background-image:url(/img/titles/faq.gif);
	background-repeat:no-repeat;
}
.links_title{
	width:150px;
	height:38px;
	display:block;
	background-image:url(/img/titles/links.gif);
	background-repeat:no-repeat;
}
.contact_title{
	width:96px;
	height:40px;
	display:block;
	background-image:url(/img/titles/contact.gif);
	background-repeat:no-repeat;
}
.sitemap_title{
	width:104px;
	height:35px;
	display:block;
	background-image:url(/img/titles/sitemap.gif);
	background-repeat:no-repeat;
}
.refs_title{
	width:133px;
	height:35px;
	display:block;
	background-image:url(/img/titles/references.gif);
	background-repeat:no-repeat;
}