html body {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
/*	font-family:"Trebuchet MS",arial,sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  text-align:center;
	background:url(images/bg.png) #FFFFFF repeat-x;
	background-attachment:fixed;
/*  background-color:#556666; */
/* background:url(images/bg.png) #DADADA repeat-x; */
}

table {
	border-collapse: collapse;
}

.sec_header { -moz-border-radius:5px; border-radius:5px;  text-shadow: #000 1px 1px 2px; }

a {
  color:#680804;
}

p {
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:1.5em;
}

ul, ol {
	line-height:1.5em;
}

a:hover {
  color:black;
}

th { text-align:left;}

div.description {
  border-bottom:solid #DDD3BE 1px;
  padding-bottom:5px;
}

/* h1, h2, h3, h4, h5, h6 { font-weight:bold;} */

h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:15px; }
h5 { font-size:14px; }
h6 { font-size:13px; }

h3.sect_title {
  margin-bottom:2px;
	color:#680804;
}

div#container {
	width:800px;
	text-align:left;
	margin:0 auto; /* to center the container in the browser window */
	/* background:#EBE5D8; */
	background:white;
	color:#2B433C;
	box-shadow: 0px 0px 7px #444;
	-moz-box-shadow: 0px 0px 7px #444;
	-webkit-box-shadow: 0px 0px 7px #444;
}

div#header {
 /* background-color:#6586A7; */
}

div#footer {
  /* background-color:#6586A7; */
	/* background:url(images/red_grad2.png) #6E2424 repeat-x; */
	background:url(images/footerbg.png) #2E3D3D repeat-x;
  padding: 5px 10px 5px 10px;
  color:#FFF;
  font-size:10px;
}

div#footer a {
  color:white;
}

div#footer a:hover {
  color:black;
}

div#body_content {
	background-color:#fff;
/* padding-top:5px;
 padding-bottom:5px;
 border-left:solid #CCC 1px;
 border-right:solid #CCC 1px; */
}

td#col_one {
  margin-left:2px;
  margin-right:2px;
  width:285px;
}

td#col_two {
  margin-left:2px;
  margin-right:2px;
  width:285px;
}

td#col_three {
  width:200px;
  margin-left:2px;
  margin-right:2px;
}

table#col_content {
  width:100%;
  padding:5px 10px 5px 10px;
  margin:0px;
}

div#b1, div#b2, div#b3 {
  background-color:#6586A7;
}

div#h1, div#h2, div#h3 {
  /* background-color:#6586A7; */
  /* color:white; */
  color:black;
  font-size:16px;
  font-weight:bold;
  line-height:1.5em;
  text-align:center;
}


div.col_cont {
  padding:5px 10px 5px 10px;
/*  border-right:solid #CCC 1px;
  border-left:solid #CCC 1px;
  border-bottom:solid #CCC 1px; */
}

div#forbuyers, div#forsellers, div#featuredproperties {
	width:100%;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:white;
	background-color:#556666;
/*	background:url(images/footerbg.png) #2E3D3D repeat-x; */
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.page_pad {
	padding:10px;
}

input {
	background-color:#C3D5D7;
/*	padding:0px;
	margin:0px; */
	border:solid black 1px;
}

textarea {
	background-color:#C3D5D7;
/*	padding:0px;
	margin:0px; */
	border:solid black 1px;
}


.form_table {
	background-color:#EBE5D8;
	border:solid #AAC2C5 1px;
	padding:5px;
	margin:5px;
}

table {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}

table.form_table {
	padding:10px;
}

.form_table td {
	padding: 1px 0px 1px 0px;
	margin:0px;
}

.error {
	color:#BD1A10;
}

img {
	border:none;
}

div#main_menu {
	background: url(images/red_grad.png) repeat-x;
	height: 30px;
	padding-left:5px;
	font-weight:bold;
}

#main_menu a {
	color:#E1D4BA;
	text-decoration:none;
	 text-shadow: #000 1px 1px 2px;
}

#main_menu a:hover {
	color:#FFFFFF;
}

#main_menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	line-height:30px;
}

#main_menu li {
	font-size:14px;
	float:left;
	padding-right:17px;
}

.inverted {
  background-color:#3B4C4C;
  color:white;
}

.inverted a {
  color:#EBE5D8;
}

.divide_line {
	border-bottom:solid #DDD3BE 1px;
}

.add_edit_listing_forms td {
	padding:3px;
}


.pad2 td { padding: 2px;}
.pad3 td { padding: 3px;}
.pad4 td { padding: 4px;}
.pad5 td { padding: 5px;}

.pad2br td { padding: 0px 2px 2px 0px;}
.pad3br td { padding: 0px 3px 3px 0px;}
.pad4br td { padding: 0px 4px 4px 0px;}
.pad5br td { padding: 0px 5px 5px 0px;}


table#service-table { border-collapse:collapse; width:100%; }
table#service-table th, table#service-table td { padding:4px 4px; }
table#service-table th { border:0px; }
table#service-table td { border:1px #555 solid; background-color:#fff; }
table#service-table thead th { text-align:center; }
table#service-table tbody th { text-align:right; }
table#service-table tbody td { text-align:center; }

.paw_frame { border:solid #535353 1px; background:#fff; }

