/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.chouselive.co.za/tutorials/website/templates/templates.htm
Copyright (c) 2008 Cara Wilton. All rights reserved.
This stylesheet and the associated (x)html and dwt may be modified in any 
way to fit your requirements.
=================================================================== */

/* page */

body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, sans-serif;
	font-size: medium;
	color: #000000;
	background: #35323B url('images/bgfade1.gif') repeat fixed;
}
#main_wrap {
	border: thin solid #000000;
	width: 800px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
}

/* General Font Styles */

h1 {
	font-family: "trebuchet MS", Tahoma, Arial;
	font-size: x-large;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-style: normal;
}

h2 {
	padding: 5px;
	margin: 0px 0px 10px 0px;
	font-size: 1.8em;
	border: 1px #fff dashed;
	background-color: #990000;
	color: #fff;
	font-family: tahoma;
	float: left;
}

h3 {
	border-style: 0;
	border-color: 0;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
		color: #000000;
		text-align: center;
		font-family: Calibri, Arial, sans-serif;
		border-width: 0px;
		text-transform: uppercase;
}

h4 {
	padding: 2px 2px 10px 2px;
	margin: 0px;	
	font-size: 1.4em;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
}

h5 {
	padding: 2px 2px 10px 2px;
	margin: 0px;	
	font-size: 1.2em;
	color: #000000;
	text-transform: none;
	text-align: left;
}

h6 {
	padding: 2px 2px 10px 2px;
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
	color: #000000;
	text-transform: none;
	text-align: left;
}

p {
	padding: 2px 2px 16px 2px;
	margin: 0px;
	font-size: small;
	color: #000000;
	text-align: left;
	clear: both;
}

a {
	color: #560000;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #560000;
}

a:visited {
	color: #990000;
}

/* Header */

#header {
	border-style: none;
	background-position: center;
	background-image: url('images/abrealty2.gif');
	height: 250px;
	background-repeat: no-repeat;
	right: auto;
	left: auto;
}

/* Menu */

.menu-container {
	border-style: solid none solid none;
	border-width: 4px 0px 4px 0px;
	border-color: #560000 #990000 #560000 #990000;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	background: #7E2803;
	padding: 0px 0px;
}

.menu {
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	float:left;
	position:relative; 
	left:50%;
}

.menu li {
	float:left; 
	position:relative; 
	right:50%;		
}
  
.menu a {
	background: #D06309;
	width: auto;
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 16px;
	margin: 0px 2px;
}

.menu a:hover {
	color: #fff;
	background: #560000;
}

a.current {
	background: #560000;	
}

/* Content */

#content {
	border: 0px none #560000;
	background-color: #FFFFFF;
}

#left-column {
	float: left;
	width: 192px;
}

#right-column {
	float: left;
	width: 600px;
	border-left: 1px #AAA49B solid;
}

.inner-wrap {
	padding: 5px;
}

/* Footer */

#footer {
	clear: both;
	background: #7E2803;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #560000;
}
#footer h6 {
	padding: 5px 10px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CFCED0;
	text-align: center;
	margin: 0px;
}

/* Footer menu over-rides */

#footer .menu-container {
	margin: 0px 0px 10px 0px;
	border: none;
}

#footer .menu li {
	font-size: .8em;		
}
  
#footer .menu a {
	padding: 2px 6px;
	margin: 0px 1px;
}

/* General Styles */

.clear {
	clear: both;
}








.left-col-font {
	font-family: Calibri, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}
.p-right {
	text-align: right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.small-img {
	padding: 10px;
	margin: 10px;
	float: left;
	left: 50px;
}
.p-center-font {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #515151;
	text-align: center;
}


/*Test-table Page*/
.testtable-cells {
	border: 1px solid #61422B;
	background-color: #E6E2D1;
	width: 500px;
	right: auto;
	left: auto;
}
.right {
	text-align: right;
}
