/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
body {
	background-color: #d2d0b5;
}
a:link {
	color: #0c8dce;
	text-decoration: underline;
}
a:hover {
	color: #00543d;
}
.title-home {
	font-size: 20px;
	color: #00543d;
}
.title-blue {
	font-size: 20px;
	color: #104A7D;
}
.title-green {
	font-size: 18px;
	color: #00543d;
}
.subtitle-green {
	color: #00543d;
	font-size: 14px;
	font-weight: bold;
}
.subtitle-blue {
	color: #104a7d;
	font-size: 14px;
	font-weight: bold;
}

a.secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover.secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}

.secondaryhighlight {
	color: #FF0000;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#contacts {
	font-size: 11px;
}

	#contacts a {
		color: #000000;
		text-decoration: none;
	}
	
.contacthighlight {
	color: #FF0000;
}

li {
	list-style:url(images/bullet.gif);
}

.listings {
background: #ededed;
float: left;
padding: 5px 15px 5px 5px;
width: 560px;
border-bottom: 1px solid #bbb;
font-size: 11px;
letter-spacing: .1px;
line-height: 18px;
color: #333;
margin-bottom: 5px;
}


.listings h2 {
color: #104A7D;
font-weight: bold;
font-size: 13px;
margin-bottom: 0;
}

.listingscolumn1 {
float: left;
text-align: center;
width: 122px;
padding-top: 20px;
}

.listingscolumn1 a:link {
color: #333;
border: 0;
text-decoration: none;
}

.listingscolumn2 {
float: left;
padding-top: 5px;
margin-left: 10px;
width: 225px;
text-align: left;
}

.listingscolumn3 {
float: right;
padding-top: 35px;
width: 200px;
text-align: left;
}

#listingstitle {
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 10px;
text-align: left;
}

.deallist {
margin-left: 55px;
}

.deallist2 {
margin-left: 135px;
}

.listingscolumn3 a:link {
color: #104A7D;
font-weight: bold;
text-decoration: none;
}
