@import "tabs.css";



* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #6B6B6B;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #575757;
	font: bold 12px Arial;
	color: #6B6B6B;
	margin-right: 4px;
}

h1, h2, h3, h4, h5{
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h1 
{
	margin-bottom: 10px;

}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: normal;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 5px 5px 25px;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

img
{
	padding-bottom: 5px;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
	background: url(images/img01.jpg) repeat-x;
}

/* Logo */

#logo {
	float: left;
	margin: 20px 0px 0px 40px;
	padding: 20px 0 0 110px;
	width:245px;
	height:100px;
	background: url(images/pslogo.gif) no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 30px 0 0 101px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;

}

#menu ul {
	margin: 0;
	padding: 112px 45px 9px 0px;
	list-style: none;
	line-height: normal;

}

#menu li {
	display: inline;
	background-color:#00adef;
	padding-top:10px;
	padding-bottom:9px;
}

#menu a {
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

#menu a:hover {
	color: #08274e;

}

/* Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 590px;
	padding: 0 0 0 76px;
}

.post {
	
	margin-top:15px;
	border-left: dashed 1px #ececec;
	border-right: dashed 1px #ececec;
	border-bottom: dashed 1px #ececec;
	border-top: dashed 1px #ececec;
	padding: 2px;
	height:188px;
}

.post .title 
{
	background: #d93902 url(images/img18.gif) repeat-x;
	color: #ffffff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;

}

.post .title a {
	text-decoration: none;
	color: #ffffff;

}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
		height:100px;
}

.post .entry img {
	margin-left: 6px;
}
	
.post .meta {
	height: 16px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: url(images/img07.jpg) repeat-x left bottom;

}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	height: 17px;
	background: url(images/detail.png) no-repeat left center;
}

.post .meta .print {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	height: 17px;
	background: url(images/print.png) no-repeat left center;
}


/* propdetail */

.propdetail {
	
	margin-top:0px;
	padding: 2px;
	float:left;

}
/* Sidebar */

.sidebar {
	float: right;
	width: 186px;
	padding: 67px 76px 0 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	margin-bottom: 9px;
	border-bottom: dashed 1px #ececec;
}

/* Search */

#search {
}

#search br {
	display: none;
}

input.button {
	padding: 1px 5px;
	border-top: 1px solid #a1c5e1;
	border-left: 1px solid #a1c5e1;
	border-right: 1px solid #a1c5e1;
	border-bottom: 1px solid #a1c5e1;
	background: url(images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

}

input.text {
	padding: 2px 5px;
	border-top: 1px solid #034583;
	border-left: 1px solid #034583;
	border-right: 1px solid #034583;
	border-bottom: 1px solid #034583;
	font-size: 11px;
	font-weight: bold;
	color: #034583;

}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px dashed #034583;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Widebar */

.widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

.widebar #colA {
	float: left;
	width: 330px;
	border-right: dashed 2px #dbdbdb;
	height: 200px;
}

.widebar #colB {
	float: left;
	width: 240px;
	padding:0px 15px 0px 15px;
	border-right: dashed 2px #dbdbdb;
	height: 200px;
}

.widebar #colC {
	float: left;
	width: 186px;
	padding-left: 10px;
}

/* Footer */

#footer {
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}

/* Header */

#heading {
	height: 60px;
}


/*login */
.login {
	
	margin-top:8px;
	margin-left:130px;
	border: solid 1px #cbcbcb;
	padding: 2px;
	height:145px;
	width: 315px;
}

.login .title 
{
	background: #d93a01 url(images/img18.gif) repeat-x;
	color: #ffffff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
}

.login img
{
	float:left;
}

.login .title a {
	text-decoration: none;
	color: #ffffff;

}

.login .title a:hover {
	text-decoration: underline;
}

.login .entry 
{
		height:110px;
		padding-left:14px;
		padding-right:10px;
}

.login .entry img  
{
	margin-left: 6px;
}
	
.login .meta {
	height: 16px;
	margin-top: 3px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
	background: url(images/img07.jpg) repeat-x left bottom;

}

.login .meta .posted {
	display: block;
	float: left;
}

/* Warning */

#warning 
{
	margin: 15px 0;
	color: red;
}

#propdetail
{
	height: 100px;
	float:left;
	width: 100%;
}

/* Full Details */

#fulldetail 
{
	margin-top:0px;
	padding: 2px;
}

#fulldetail .title 
{
	background: #d93a01 url(images/img18.gif) repeat-x;
	color: #ffffff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}

#fulldetail .title a {
	text-decoration: none;
	color: #ffffff;
}

#fulldetail .title a:hover {
	text-decoration: underline;
}

#fulldetail .entry {
		height:100px;
}

#fulldetail .entry img {
	margin-left: 6px;
}
	
#fulldetail .meta {
	height: 16px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
	background: url(images/img07.jpg) repeat-x left bottom;
}

#fulldetail .meta .posted {
	display: block;
	float: left;
}

#fulldetail .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	height: 17px;
	background: url(images/detail.png) no-repeat left center;
}

#fulldetail .meta .print {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	height: 17px;
	background: url(images/print.png) no-repeat left center;
}

.detail {
	
	color: #000000;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}

.paraheader
{
	background: url(images/img19.gif) repeat-x;
	padding: 3px;
	color: #000000;
	height:20px;
	font-weight:bold;
}

.paragraph
{
	margin:3px 5px 3px 5px;
	padding:3px;
}


#fulldetail .imgholder
{
	float:right; 
	width: 100%;
	height: 300px;
}

#fulldetail .imgholder .mainimg
{
	height: 300px;
	width: 415px;
	float:left;
	border-right: dashed 2px #dbdbdb;
}

#fulldetail .imgholder .subimg
{
	float:right;
	height: 300px;
	width: 147px;
	overflow:auto;
}

.divnotes
{
	margin-top: 10px;
	height: 200px;
	overflow:auto;
}

.note
{
	border-bottom: dashed 1px #dbdbdb;
	padding: 10px;
	background-color:#F1F1F1;
	color: #000000;
	margin-bottom:4px;
}