body {
	font: 100% "Trebuchet MS", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color:#253F95;
}

#wrapper {
	background-color:#fff;
	position: relative;
	width: 665px;
	margin: auto;
	text-align: left;
	min-height:250px;
}

#main{
	margin:70px 15px 10px 15px;
}

#logo{
    height:83px;
	width:317px;
	margin:20px 0 20px 230px;
	background:url(/images/header.gif) top left no-repeat;
}

#main img{
	padding-top:20px;
}

#rrdl_logo{
	background:url(/images/logo2.png) no-repeat;
	height:43px;
	width:180px;
	position:absolute;
	top:5px;
	left:0;
}

/*----------------------------------------------- HOME PAGE STUFF --------------------------------------------*/

#search-home{
	margin:15px auto;
	width: 380px;
}

#search-home h3{
	font-size:1.2em;
	text-align:center;

}

.keywords{
	font-size:0.7em;
	width:240px;
}

/*----------------------------------------------------xhtml elements ------------------------------------------*/

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color:#92002c;
	margin:10px 0 0 0;
	padding:0;
}

h3 {
	font-size: 1.8em;
	font-weight: normal;
	color:#92002c;
	margin:0;
	padding:0;
}


a{
	color:#00582f;
}

a:hover{
	text-decoration:none;
}

.breadcrumb {
	font-size: 0.8em;
	margin: 1em 0 0 0;
}
/*--------------------------------------------------- tables --------------------------------------------------*/

table {
	/*border-right: 1px solid #7FA1FF;
	border-bottom: 1px solid #7FA1FF;*/
	border:none;
}
th {
	color:#fff;
	font-size:1em;
	border-bottom: 1px solid #0e104b;
	text-align: center;
	heigt:40px;
	line-height:40px;
	background: #92002c;
}

td{
	/*border-right:1px solid #151aa9;*/
	border-bottom: 1px solid #92002c;
	padding: 6px 0px 6px 6px;
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


.cat_tables td{
	padding: 6px 0px 6px 0;
}

/*---------------------------------------------------------turn off print stuff ------------------------------------------*/

#printlogo {
	display:none;
}

/*------------------------------------------------------ FOOTER ---------------------------------------------------*/

#footer {
	font-size: 0.7em;
	clear: both;
	text-align: center;
	background:url(/images/footer.jpg) bottom center no-repeat;
	height:89px;
	margin:0 0 20px 0;
}

#footer p  {
	margin-top:0px;
	color:#505050;
	margin-left:1em;
	margin-right:1em;
}

#footer p a{
	color:#505050;
	text-decoration: none;
}

#footer p a:hover{
	text-decoration: underline;
}

.under input.checkbox_hover_off{
	border:none;
}

table#my-business, table#my-business tr th{
	border-top:none;
}

#capability_desc{
	width:400px;
}
.buisness_logo {
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
	padding-bottom:1em;
}

#logos{
	clear:both;
	background:url(/images/logos.gif) no-repeat;
	height:138px;
	width:586px;
	margin:0 auto 10px auto;
}
/* highlights the background on the results page if the result is a member */
dt.member-result{
    background-color:#DEDEDE;
	border-top:1px solid #ccc;
	font-size:120%;
	width:100%;
}
