

/* Layout */
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

* { 
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
}

#content {
	
}
#header {
	display: none;
}
#footer {
	clear: both;
}
#sidebar {
	display: none;
}

/* Headings */
h1 {display: none;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.25em;
	text-align: left;
	text-transform: uppercase;
}
h1 a { color: #9999CC; text-decoration: none; border: none; }
h1 a:hover { color: #9999CC; text-decoration: none; border: none; }
h1 a:visited { color: #9999CC; text-decoration: none; border: none; }

h2 {
	border-bottom: 1px solid #9999CC ;
	color: #006;
	padding-bottom: 2px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.75em;
	line-height: 1.05em;
}


h3 {
	border-bottom: 1px dashed #9999CC ;
	color: #369;
	padding-bottom: 2px;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.25em;
}
h3 a { color: #036; text-decoration: none; border: none; }
h3 a:hover { color: #669; text-decoration: none; border: none; }
#sidebar h3 {
	font-size: 1.35em;
	color: #669;
	padding-top: 0px;
}

h4 {
	color: #369;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.05em;
	margin-bottom: 2px;
}

/* Copy Treatment */

blockquote {
    margin: 20px 20px;
    padding: 10px 10px 10px 65px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    background: url(images/block.gif) #fff no-repeat top left;
    color: #333333;
    text-align: justify;
}


p {
	padding: 5px 0 5px 0;
}

#sidebar p {
	font-size: 10px;
	line-height: 15px;
}

#footer p {
	color: #666;
	border-top: 1px solid #ddd;
}

ul {
	margin-top: 3px;
	list-style: none;
}

li {
	line-height: 15px;
	padding: 0 0 0 0px;
	list-style-image: url(images/bullet-square.gif);
	margin-left: 15px;
	list-style-position: outside;	
}

li li {
	margin-left: 20px;
	margin-bottom: 2px;
	padding: 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}

.post {
	margin-bottom: 35px;
}
.realtor {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000066;
	font-size: 14pt;
}
.sidenote {
	padding-left: 3px;
	padding-right: 3px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .95em;
	font-weight: normal;
	color: #666666;
}

.articletitle {
	background-image: url(images/palm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 20px;
}

.articledate {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
	color: #666666;
}

.articlecontent {
	color: #000000;
	font-size: 1em;
	margin-bottom: 3em;
	border-right: 1px dashed #9999CC ;
	padding: 0 3px 0 0;
}
.articlefooter {
	background-color: #f8f8f8 ;
	padding: 0 5px 0px 5px;
	font-size: 12pts;
	font-weight: normal;
	text-align: left;
	background-image: url(images/artfooter.jpg);
	margin-bottom: 75px;
	height: 50px;
	border-right: 1px dashed #9999CC ;
	border-bottom: 1px solid #9999CC ;

}
.caps {
	text-transform: capitalize;
}

/* Links */
a {
	color: #339;
	text-decoration: none;
}

a:visited {
	color: #339;
}

a:hover {
	color: #339;
	text-decoration: none;
}
a:active {
	color: #339;
	text-decoration: none;
}

a img {
	border: none;
}

/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
}
	
img.alignright {
	padding: 4px;
	margin: 4px 0 5px 7px;
	display: inline;
	border: 1px solid #ddd;
}

img.alignleft {
	padding: 4px;
	margin: 4px 7px 5px 0;
	display: inline;
	border: 1px solid #ddd;
}


/* Forms */
form {
	margin-top: 7px;
	margin-bottom: 7px;
	
	
}
fieldset {
	text-indent: 3px;
	border-top: 1px dashed #9999CC ;
	border-right: 1px dashed #9999CC ;
	border-bottom: 1px dashed #9999CC ;
	border-left: 1px dashed #9999CC ;
}
legend {
	text-transform: capitalize;
	color: #9999CC;
	padding-bottom: 15px;
	padding-right: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
}
label {
	text-transform: capitalize;
	color: #369;
	padding-bottom: 2px;
	padding-top: 20px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
}
textarea {
	width: 480px;
}
