* { padding: 0; margin: 0; }

body {
	line-height: 20px;
	font-size: 14px;
	font-family: "Times", "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
}

div#top {
	width:100%;
	height:6px;
	background:#2D384A;
}

div#container{
	background-color: #FFF;
	border-bottom: solid #2D384A 6px;
}


h1 {
	display: none;
}

a {
	text-decoration: none;
	color: #475978;
}

#credits {
	padding: 6px;
	color: #999;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	height: 26px;
	background-color: #424F67;
}

#header {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	height: 145px;
}

#logo {
	left: 25px;
	padding: 35px 0px 0px 0px;
	width: 350px;
}

#wrapper {
	margin-top: 15px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}

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

#rightcolumn {
	float: right;
	width: 650px;
	margin-top: 20px;
}

#categorytext {
	color: #424F67;
	text-align: justify;
	padding: 0px 5px 0px 5px;
	margin-bottom: 25px;
}

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

#categorytext h2 {
	color: #424F67;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

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

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


/* PAGE NAVIGATION
-----------------------------------------------------*/

#pagenavigation {
	float: right;
	clear: both;
	padding-top: 90px;
	font-size: 14px;
}

ul#pagenavigation {
	list-style: none;
}

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

ul#pagenavigation li a {
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	width: 110px;
	display: block;
	height: 18px;
	padding: 5px 0;
	color: #FFF;
	background-color: #424F67;
}

ul#pagenavigation li a:hover, ul#pagenavigation li a.active {
	color: #FFFFFF;
	background-color: #2E3849;
}


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

#listingsummary ul {
	list-style-type: none;
	display: block;
	margin: 5px;
	width: 162px;
	height: 210px;
	text-align: left;
	padding: 7px;
}

#listingsummary a {
	color: #666;
}

.thumbnail {
	border: 0;
	padding: 0;
	width: 162px;
	height: 115px;
}

#thumbnail {
	width: 162px;
	height: 115px;
	background-image: url(./images/loading.gif);
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center;
}

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

.summarytitle {
	color: #424F67;
	padding: 0 2px 0 2px;
	font-weight: bold;
}

.standard {
	display: inline;
	margin: 10px 10px 0 0;
	float: left;
	border: solid #424F67 5px;
	font-weight: normal;
	cursor: pointer;
}

a:hover .standard {
	border:	solid #666 5px;
}


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

#search {
	width: 200px;
	float: right;
	margin-top: 25px;
	margin-right: 25px;
}

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

#searchField:focus {
	border: solid #424F67 1px;
}

#gmaps{
	border: solid #CCC 3px;
	float:right;
	width:358px;
	height:225px;
}

