@charset "utf-8";

body {
	background: #5F4D3C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
}

H1 {font-size:16px;
	color:#900
}
H2 {font-size:14px;
color:#009;
text-decoration:underline;
}
H3 {font-size:11px;
color:#009;
}

.disclaimer {font-size:10px;
	color:#900
}

.blankrow {
	background:#6A1400;
}

.bodyrow {
	background:#EEDDBB;
}

.content_table {
	vertical-align:top;
	background:#EEDDBB;
}

.content_table a{font-weight:bold; text-decoration:underline; color:#000000;}
.content_table a:hover{text-decoration:underline; color:#6A1400;}
.content_table a:visited{font-weight:bold; text-decoration:underline; color:#000000;}
.content_table td {vertical-align:top; padding:7px;}

.classes {
	background:#FFF;
	border:1px solid #CCCCCC;
	vertical-align:top;
}
.classes td {vertical-align:top; padding:5px;}

.righthead{background:url(images/classes.jpg); font-family:Arial, Helvetica, sans-serif; padding-left:10px; font-size:15px; color:#FFFFFF;}

.footer {
	background:#6A1400;
	font-size:10px;
	color:#CCC;
	padding-left:20px;
	padding:7px;
}
.footer2 {
	background:#666;
	font-size:10px;
	color:#CCC;
	padding-left:20px;
	padding:7px;
}
.footer a{font-weight:bold; text-decoration:underline; color:#CCC;}
.footer a:hover{text-decoration:underline; color:#FFF;}
.footer a:visited{font-weight:bold; text-decoration:underline; color:#CCC;}

.footer2 a, .footer2 a:visited{font-weight:bold; text-decoration:underline; color:#CCC;}
.footer2 a:hover{text-decoration:underline; color:#FFF;}


.splash {
	background-color: #FFF;
	position: absolute;
	left: 150px;
	top: 25px;
}

table.listing td.fullname
{
	background-color:#0000A0;
	color:white;
	font-weight:bold;
}
table.listing span.company
{
	font-weight:bold;
}
div.result_count
{
	background-color:red; 
	color:white; 
	font-weight:bold;
	padding:4px 0;
	font-size:14px;
}
div.search_form
{
	padding:4px 0;
}

div.information div.main
{
	float:left;
	width:360px;
}
div.information div.services
{
	float:left;
	width:300px;
	margin-left:30px;
}