* { padding: 0; margin: 0; }

h1 {
	display: none;
	color: #0F2D69;
}

a {
	text-decoration: none;
}

#leftcolumn {
	margin: 20px;
	width: 240px;
	float: left;
}


#rightcolumn {
	float: left;
	width: 690px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#categorytext {
	font-size: 12px;
	color: #393939;
	text-align: justify;
	padding: 0px 5px 0px 5px;
	margin-bottom: 25px;
}

#categorytext p {
	padding-bottom: 15px;
}

#categorytext a {
	color: #393939;
	border-bottom: solid #999 1px;
}

#categorytext a:hover {
	color: #0F2D69;
}

#categorytext h2 {
	color: #0F2D69;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}

#categoryimage{
	width: 225px;
	float: right;
	height: 180px;
	margin: 0px 0px 5px 15px;
	background-color: #2A2C30;
	background-image: url(./images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid #26282C 5px;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}


#pagenavigation {
	margin-top: 120px;
	float: right;
}

ul#pagenavigation {
	list-style: none;
}

ul#pagenavigation li {
	float: left;
	margin-left: 5px;
	line-height: 13px;
}

ul#pagenavigation li a {
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	width: 100px;
	display: block;
	height: 15px;
	padding: 5px 0;
	background-image: url(./images/menu.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}

ul#pagenavigation li a:hover, ul#pagenavigation li a.active {
	color: #004A71;
	background-image: url(./images/menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


/* LISTING SUMMARIES
-----------------------------------------------------*/

#listingsummary a {
	color: #393939;
	text-decoration: none;
}

#listingsummary img {
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}


#listingsummary ul {
	list-style-type: none;
	display: block;
	margin: 5px;
	height: 45px;
	color: #666666;
	text-align: justify;
	padding: 7px;
	width: 690px;
}

#listingsummary p {
	margin: 0 2px 0 2px;
	margin-top: 2px;
	line-height: 16px;
	font-size: 11px;
	color: #393939;
}

.summarytitle {
	color: #0F2D69;
	padding: 0 2px 0 2px;
	font-weight: bold;
	font-size: 12px;
}

.standard {
	display: inline;
	margin: 10px 10px 0 0;
	float: left;
	border: solid #ccc 2px;
	font-weight: normal;
	cursor: pointer;
	color: #393939;
}

a:hover .standard {
	border:	solid #0F2D69 2px;
}

#contactline {
	float: right;
	height: 40px;
	margin-right: 25px;
}


/* LEFT HAND SIDE MENU
-----------------------------------------------------*/

#menu {
list-style-type: none;

}

#menu li a {
	color: #595965;
	background-color: #141416;
	display: block;
	margin-top: 1px;
	padding: 3px 3px 3px 8px;
	text-decoration: none;
}

#menu li a:hover {
	color: #b3b3bb;
}

#menu #selected a {
	color: #54627C;
}



/* SEARCH
-----------------------------------------------------*/

#search {
	padding-top: 20px;
}

#searchField {
	vertical-align:	top;
	width: 214px;
	background-image: url(./images/search_icon.gif);
	background-repeat:	no-repeat;
	background-position: 5px 5px;
	color: #666;
	padding: 4px 4px 4px 20px;
	background-color: #FFFFFF;
	border: solid #666666 1px;
	font-size: 10px;
}

#searchField:focus {
	border: solid #0F2D69 1px;
}

