* { padding: 0; margin: 0; }

body {
	line-height: 23px;
	font-size: 11px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #001830;
}

#headcontainer {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#maincontainer {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	display: none;
}

a {
	text-decoration: none;
}

#header {
	height: 145px;
	background-color: #001830;
}

#logo {
	padding: 10px 0px 0px 0px;
	float: left;
}

#contactline {
	width: 400px;
	height: 40px;
	background-color: #009933;
	position: relative;
	top: 40px;
	float: right;
}

#wrapper {
	background-color: #FFFFFF;
	border-top: solid #8C8E8D 5px;
	border-bottom: solid #8C8E8D 5px;
}

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

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

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

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

#categorytext a {
	color: #002952;
}

#categorytext a:hover {
	color: #8C8E8D;
}

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

#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 #001830 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: #838C95;
	background-repeat: no-repeat;
	background-position: top;
}

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

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



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

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

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


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

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

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

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

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

.standard {
	display: inline;
	margin: 10px 10px 0 0;
	float: left;
	border: solid #8C8E8D 5px;
	font-weight: normal;
	cursor: pointer;
	background-color: #001830;
}

a:hover .standard {
	border:	solid #8C8E8D 5px;
	background-color: #002952;
}

#footer {
	background-color: #001830;
	position: relative;
	width: 100%;
	bottom: 0px;
	height: 60px;
}

#footer p {
	color: #838C95;
	font-size: 11px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}

#footer a {
	color: #838C95;
}

#footer a:hover {
	color: #fff;
}


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

#menu {
list-style-type: none;

}

#menu li a {
	color: #fff;
	background-color: #001830;
	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: 213px;
	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 #001830 1px;
}

