html {
	background-color: #ffffff;
}


a:link {
	color: #005454;
	text-decoration: underline;
}

a:visited {
	color: #005454;
	text-decoration: underline;
}

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

a:focus {
	color: #005454;
	text-decoration: none;
}

a:active {
	color: #005454;
	text-decoration: none;
}

hr {
  color: #264545;
  background-color: #264545;
  height: 1px;
	text-align: center;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* LOGIN BOX */
#login_box .input_sml1 {
	border-top: 1px solid #d8cec0;
	border-right: 1px solid #d8cec0;
	border-bottom: 0px;
	border-left: 0px;
	background: url("../images/skins/default/username.jpg") no-repeat bottom left;
}

#login_box .input_sml2 {
	border-top: 1px solid #d8cec0;
	border-right: 1px solid #d8cec0;
	border-bottom: 0px;
	border-left: 0px;
	background: url("../images/skins/default/password.jpg") no-repeat bottom left;
}

/*#formbutton{
	border:outset 1px #d8cec0;
	background:#723629;
	color:#513127;
	background:url("../images/skins/default/formbg.jpg") repeat-x left top;
}*/

/* JOURNAL */
#journal_box {
	background: url("../images/skins/default/160_gradient_bgd.jpg") repeat-y top right;
	border: 1px solid #d8cec0;
}

#footer {
	color: #000000;
}

.headline {
	height: 25px;
}

.headline h2 {
	color: #513127;
	font-weight: bold;
	line-height: 25px;
}

#centre_right h3 {
	color: #513127;
	text-align: left;
	font-size: 13px;
}

#right_top img {
	border: 1px solid #d8cec0;
	padding: 0px;
}

.link_bar ul li{
	border-top: 1px solid #d8cec0;
	padding-bottom: 4px;
}

.link_bar ul li{
	border-top: 1px solid #bdc6ce;
	padding-bottom: 4px;
}

.link_horizontal ul li{
	border-left: 1px solid #212930;
}

.link_horizontal ul li.first{
	border-left: 0px;
}

.link_horizontal ul li{
	border-left: 1px solid #513127;
}

.link_horizontal ul li.first{
	border-left: 0px;
}

.home_text {
	color: #513127;
}

#side_box {
	background: url("../images/skins/default/latest_listings.jpg") repeat-x top right;
	border: 1px solid #d8cec0;
}

.searchBox{
  background-image:url('../images/magnifying_glass.gif');
  background-repeat:no-repeat;
  padding-left:20px;
	width: 102px;
	border: 1px solid #513127;
}

#left_bar_content a {
	color: #ffffff;
	text-decoration: none;
}

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

#quicklinks ul {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	width: 140px;
}

#quicklinks li
{
  background-image: url("../images/left_bullet.jpg");
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 15px;
	margin: 5px 0;
}

.formtable th{
	font-weight: bold;
	background-color: #003f3f;
	color: #ffffff;
}

.formtable tr td{
	border-bottom: 1px solid #102c52;
}

.tr2{
	background-color: #ffffff;
}

.tr1{
	background-color: #b5d3d2;
}