@charset "UTF-8";

body {
	background-color:#333333;
	margin:0px;
	font: normal 13px/15px verdana, sans serif; 
}

label { 
display:inline-block;
padding:0.5em 0;
width:100px; 
}

#outer {
	width: 85%;
	background-color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;
}

#masthead {
	background-image:url(../images/masthead/background.gif);
	background-repeat:repeat-x;
	background-position: 6px 0;
}

.divider {
	background-color:#711800;
	height:15px;
}

.rcol_header {
	font: bold 16px/18px arial, sans serif; 
	background-image:url(/images/green_back.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #006600;
	padding: 0 0 0 10px;
	margin:0 0 10px 0;
	color:#006600;
}

.rcol_content {
	margin: 0 0 40px 0;
	padding: 0 1em 0 0;
	color:#333333;
}

.rcol_content p, .rcol_content li {
	margin-right:50px;
}

img {
	border:none;
}

.logos img  {
	margin:10px;
}

h1 {
	font: bold 18px/20px arial, sans serif; 
	color:#911d00;
}

h2 {
	font: bold 15px/20px arial, sans serif; 
}


#stats {
	font: normal 11px/20px verdana, sans serif; 
	float:right;
	width:338px;
	height:155px;
	margin-left:10px;
	margin-top:10px;
	background-image:url(../images/stats.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:20px;
}

.lists{
	font: normal 11px/15px verdana, sans serif; 
	color:#333333;
	width:300px;
	margin-left:10px;
	padding:20px;
	float: left;
}

ul#menu {
list-style: none;
margin: 0;
padding: 0;
width:170px;
float:left;
border:1px solid #911d00; 
}

a:link{
	color:#911d00;
	text-decoration:none;
}
a:visited{
	color:#911d00;
	text-decoration:none;
}
a:active{
	color:#911d00;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}

#menu li#active {
	font: bold 12px/14px verdana, sans serif; 
	background-color:#911d00;
}

#menu li#active a:link{
	color:#fff;
	text-decoration:none;
}
#menu li#active a:visited{
	color:#fff;
	text-decoration:none;
}
#menu li#active a:active{
	color:#fff;
	text-decoration:none;
}

#menu a, #menu li#active a { padding: 5px 8px 5px 15px; display: block;}
#menu a:hover { background-color:#911d00; color:#fff; text-decoration: none; }

#main {
	padding: 10px;
}

#content {
	margin: 0 0 0 185px;
}

#footer {
	clear:both;
	border-top:1px solid #711800;
	text-align:center;
	padding: 1em;
}

.killfloat{
	clear: both;
}
br.killfloat{
	font-size: 0px;
	line-height: 0;
}

.list_column_left,
.list_column_right{
	font: normal 11px/15px verdana, sans serif; 
	color: #333333;
	width: 300px;
	padding: 20px;
}

.list_column_left{
	/* background-color: red; */
	float: left;
}

.list_column_right{
	margin-left: 50%;
	/* background-color: blue; */
}
.company_link{
	display: inline-block; 
	text-decoration: none; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-left: 10px; 
	padding: 8px; 
	border: 1px solid #000000;
}
