/***********************************************
 HTML STYLES
***********************************************/
body {
	margin: 0;
	padding: 2px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background: #fff;
	text-align: center;
}
p {
	font-size: 11px;
	color: #003;
	margin: 0 0 5px 0;
	padding: 3px;
}
li {
	font-size: 11px;
	margin: 0;
	padding: .2em;
}
input, 
textarea {
	font-size: 11px;
	color: #003;
}
a {
	color: #600;
}
a:hover{
	color: #009;
}
h1 {
	font-size: 20px;
	font-family: "Baskerville Old Face", "Palatino Linotype", "Times New Roman", Roman,serif;
	margin: 0;
	padding: 0 0 0 1em;
	font-style: italic;
}
h2, h3, h4 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: .2em;
}
h2 {
	font-size: 16px;
	color: #600;
}
h3 {
	font-size: 14px;
	color: #660000;
}
h4 {
	font-size: 13px;
}
input[type=submit], 
input[type=button] {
	background: #9F987B;
	color: #F1F1E9;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
img {
	border: none;
}

/***********************************************
UNIVERSAL STYLES
***********************************************/
.alert {
	color: #CC0000;
	font-weight: bold;
}
.clearboth {
	clear: both;
}
.floatright {
	float: right;
	padding-right: 10px;
}
/***********************************************
LAYOUT STYLES
***********************************************/
#container {
	width: 780px; 
	margin: 0 auto;
	padding: 0;
	text-align:left;
}
#header {
	width: 780px;
	padding: 0;
	border: 0;
	margin: 0;
	height: 136px;
	background: url(/images/layout5/navbar.jpg) no-repeat;
}
#menuTop {
	text-align: right;
	padding: 3px 10px;
	font-size: 10px;
	height: 14px;
}
#logo img {
	width: 600px;
	height: 93px;
	border: 0;
}
#menu {
	font-family: "Times New Roman", Times, serif;
	width: 780px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
	color: #EAE8DC;
}
#menu a,
#menu span {
	padding: 0 10px;
}
#menu p {
	margin: 0;
	padding: 0;
}
#content {
	width:460px;
	float: left;
	text-align: left;
	clear: left;
}
#tools {
	width: 320px;
	float:left;
	clear: right;
	padding: 0 0 45px 0;
	margin: 0 0 10px 0;
	background: transparent url(/images/layout2/tool-brackets.jpg) no-repeat bottom right;
	margin: 3px 0 10px 0;
}
#footer {
	background: url(/images/footer.jpg) repeat-x;
	text-align:center;
	padding: 1em;
	clear: both;
}
#closing {
	padding: 2em 5em;
	margin: 0;
	clear:both;
}
#blogs,
#description {
	clear: both;
	border-top: solid 1px #036;
	padding: 5px 0;
}
#intro {
	background: url(/images/bracket.jpg) no-repeat top left;
}
#intro h1 {
	padding: 20px .1em .1em 100px;
	font-style: italic;
}
#intro h2 {
	padding: .1em .1em .1em 80px;
}
#intro p {
	padding: .1em .1em .1em 50px;
}
#intro #links{
	padding-right: 95px;
	text-align:center;
}
#featured {
	margin: 20px 0 0 0;
	border-top: 1px #036 solid;
	border-left: 1px #036 solid;
	background: #F1F1E9;
}
#featured h2 {
	text-align: center;
	color: #000033;
	padding: .5em;
}
#featured h3 {
	padding: .5em;
}
.featuredPrimary {
	float: left;
	width: 49%;
	font-weight: bold;
}
.featuredSecondary {
	float: left;
	width: 49.9%;
	font-weight: bold;
	text-align: right;
}
#description {
	padding: 10px 5px;
}

/***********************************************
BUTTON STYLES
***********************************************/
.bFunctional {
	background-image: url(/images/button.gif);
	margin: 0 auto;
	padding: 0px;
	height: 24px;
	width: 140px;
	padding-top: 3px;
	text-align: center;
	background-repeat: no-repeat;
}
.bFunctional a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	color: #F2F2EA;
	text-decoration: none;
}
.bFunctional a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/***********************************************
TOOLBAR STYLES
***********************************************/
/* Formatting for tool boxes - #tools and #toolshome encapsulate the individual toolboxes*/
/* #tools determines width of tool boxes on sub pages */
#tools {
	width: 320px;
	overflow: hidden;
}
/* .toolbox define default styles for boxes on sub pages */
.toolbox {
	font-size: 10px;
	text-align: left;
	background: transparent url(/images/layout2/tool-default.jpg) repeat-x right top;
	border-left: 1px #4D4D6E solid;
	padding: 5px 10px 5px 3px;
	margin: 0;
}
.toolbox h2 {
	margin: 0;
	padding: 5px 10px;
	color: #003;
	text-align: center;
}
.toolbox form {
	padding: 0;
	margin: 0;
}
.toolbox p {
	padding: 0;
	margin: 5px;
}
.toolbox ul {
	margin: 0;
	padding: 0 0 1em 4em;
}
.toolbox .quote {
	font-style: italic;
	color: #333333;
}
#toolbuyers,
#toolquotes {
	background-image: url(/images/layout2/tool-buyers.jpg);
}
#toolrealtors {
	background-image: url(/images/layout2/tool-realtors.jpg);
}
#toolsellers {
	background-image: url(/images/layout2/tool-sellers.jpg);
}
