a:link {
	color: #9B854A;
	text-decoration: none;
}
a:visited {
	color: #9B854A;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.small{
	font-size:9px;
}

.home_properties_border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav_main_item {
	background-color: #beaa78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
}

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

.border_right {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.border_right_gradient {
	background-image: url(../images/bg-shadow-right.gif);
	background-repeat: repeat-y;
}

.border_left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.border_left_gradient {
	background-image: url(../images/bg-shadow-left.gif);
	background-repeat: repeat-y;
}

.nav_main_box {
	background-color: #d3c298;
}

.nav_main_item a:hover {
	color:#000000;
}

.nav_main_item a:active {
	color:#000000;
}

.nav_main_item a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.active{
	color:#000000;
}

.project_link{
	font-weight:bold;
	color: #9B854A;
}

.project_name {
	font-variant: small-caps;
	font-size:15px;
}

.project_location {
	font-variant: small-caps;
	text-transform: capitalize;
}
