/* ---------------------------------------------------- */
/* -----------------	 SITE DEFINITION  ---------------- */
/* ---------------------------------------------------- */

div.site{
	width: 100%;
	height: 100%;
	text-align: center;
}

div.images {
	width: 980px;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

div.fixed {
	clear: both;
}
div.header {
	background-image: url(../images/header_bg.jpg);
	background-position: center;
	height: 200px;
	margin-bottom: 10px;
}
div.menu {
	
	width: 980px;

}
div.menu a{
	display: block;
	background-image: url(../images/tab_inactive.jpg);
	background-repeat: no-repeat;
	width: 77px;
	text-align: center;
	float: left;
	margin-top: 174px;
	margin-right: 2px;
	padding-top: 4px;
	height: 22px;
}
div.menu a:hover {
	background-image: url(../images/tab_active.jpg);
}
div.right {
	width: 980px;
	text-align: right;
}
div.otherLinks a{
	font-size: 11px;
}
div.search {
	margin-top: 155px;
}
div.search input.searchField{
	border: 1px solid #483435;
	padding: 3px;
	width: 180px;
}
div.search input.search {
	border: 1px solid #483435;
	padding: 2px 10px;
	background-color: #b6a989;
	color: #483435;
	cursor: pointer;
}
div.search input.search:hover{
	background-color: #483435;
	color: #b6a989;
}




td.content {
	vertical-align: top;
	width: 740px;
}
table.home {
	margin: 0px;
}
table.home td{
	vertical-align: top;
}

table.categoryBox {
	width: 340px;
	margin-right: 20px;
	height: 70px;
}
table.categoryBox td {
	padding: 2px;
}
table.categoryBox td.title {
	background-color: #d0c5ae;
	font-size: 14px;
	height: 20px;
	padding-left: 10px;
	font-weight: bold;
}

ul.rightBox {
	margin-bottom: 15px;
}
ul.rightBox li {
	list-style: none;
	padding: 1px;
	border-bottom: 1px solid #D0C5AE;
	padding-left: 20px;
	
}
ul.rightBox li.title {
	border-bottom: 1px solid #483435;
	padding-left: 10px;
	font-size: 14px;
	color: #483435;
}
/*         RESULTS             */
div.resultsDir {
	border-bottom: 3px solid #d0c5ae;
	margin-bottom: 10px;
	width: 720px;
}
table.results {
	width: 720px;
}
table.results td {
	padding: 4px 2px;
	vertical-align: top;
}
table.results h2{
	font-size: 13px;
}
table.results td.img {
	width: 120px;	
}
table.results td.descriptions {
	padding-left: 10px;
	padding-right: 10px;
}

div.more {
	text-align: right;
	padding-right: 5px;

}
div.region {
	width: 120px;
	float: left;
	font-weight: bold;
}
div.link {
	text-align: right;
	font-size: 11px;	
}
h1 {
	color: #483435;
	margin: 20px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
}
table.moreInfo {
	margin-left: 0px;
	width: 100%;
}
table.moreInfo td {
	padding: 3px 3px 3px 0px;
	border-bottom: 1px solid #d0c5ae;
}
table.moreInfo td.label {
	width: 110px;
	font-weight: bold;
	font-size: 11px;
}

/* ---------------------------------------------------- */
/* -----------------	 BOTTOm			   ---------------- */
/* ---------------------------------------------------- */

div.bottom {
	border-top: 2px solid #b6a987;
	background-color: #ece9db;
	padding-top: 5px;
	height: 100px;
	text-align: left;
}
div.headerPosition {
	width: 980px;
}
div.bottomLeft {
	margin-left: 0px;
	width: 198px;
	float: left;
	margin-right: 50px;
	font-size: 11px;
}
div.bottomCenter {
	float: left;
	width: 500px;
	margin-right: 50px;
}



