/*Contact forms*/

#contact-form{width:400px;margin: 0 auto;}
#contact-form .one, #contact-form .two{width:150px;} 
#contact-form .one{float:left;} 
#contact-form .two{margin:0 0 0 200px;}
#contact-form label{display:block;}
#contact-form fieldset{padding:10px;margin:0 0 8px 0;} 
#contact-form span{color:red;}
#contact-form legend{font-size:1.5em;color:#89a2bb;}
#contact-form label.radios, #contact-form label.check{display:inline;}

/*listings tables*/

.alt {
	background-color: #F4F4F4;
}
.head {
	background-color:#074F97;
	color: #FFFFFF;
}
.listings {
	font-size:10px;
	line-height: 12px;
}
.listings td {
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.listings a {color:#fff;} 
.listings a:visited {color:#fff;} 
.listings a:hover {color:red;}


.details {
    border-left: 1px solid #450102;
    border-top: 1px solid #450102;
    border-right: 1px solid #450102;
    border-bottom: 1px solid #450102;
    font-size:11px;
    color:#000;
    line-height: 12px;
}
.details td {
        border-right: 1px solid #E6E6E6;
        padding: 5px;
}

/*Sitemap - width on block li might need to be changed*/

.block {
	list-style: none;
}
.block li {
	list-style: none;
	width: 34%; float: left;
}
.clear {
	clear: both;
	
}
