/*
NAME: realestatemonkey index page
DESCRIPTION: stylesheet for index page of realestatemonkey.com
VERSION: 1.0
AUTHOR: a2edesign.com
AUTHOR URI: http://a2edesign.com/
*/
/* =Typography */


a {
	text-decoration: none;
	color: black; 
	border: 0px;
}

em {
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 2em;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: bold;
}

hover {
	color: #black;
	text-transform: capitalize;
}

visited {
	color: black;
}

body    {
	background-color: white; padding: 0;
	width: 900px;
	vertical-align: top;
	align:left;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	text-align: center;
}

ul {
	width: 0px;
	display: inline-block;
	float: left;
	padding: 0 0 10px 10px;
	margin: 0px;
}

ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	list-style-image: none;
	text-align: center;
}


/* =Other elements */

#maintable  {
  	float: left;
  	width: 0 px;
  	padding: 0px;
  	border-style: outset
	
 }

.left {
	width: 140;
	border-color: #E0F3D5;
	border-top-style: double;
	float:left;
}


.middle {
	width:620;
	height:700;
	float:left;
	list-style-type: square;
	padding-right: 1cm;
	border-color: #E0F3D5;
	border-left-style: double;
	padding-left: 1px;
}

.middle a {
	text-decoration: none;
}
.middle a:hover {
	text-decoration: underline;
	color: blue;
}

.middle li {
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0px;
	padding: 1px;
	list-style-type: square;
	list-style-image: none;
	text-align: left;
}
.middle p {
	text-align: left;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	
.right {
	width:200;
	float:left;
	list-style-type: square;
}
.right a {
	text-decoration: underline;
}
.right a:hover {
	text-decoration: none;
	color: blue;
}
.centertable	{
	font-color: red;
}
#copy
 {
  border: 0px solid black;
 }

#header { 
	width: 900px;
	height: 80px;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	padding-bottom: 0px;
	border: 0px;
}
.picture  {
	width: 500;
	float: left;
	border= 0px;
}


.login  {
	width: 400;
	font-size: 14px;
	margin-bottom: 25;
}

.content_left {
	width: 450px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#buttons img, #buttons a {
	border: 0px;
	text-decoration: none;
}

.content_right {
	width: 450px;
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
}


#update {
	width: 900px;
	text-align: center;
	text-transform: capitalize;
	color: #666;
	font-style: italic;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin: 0;
	padding-top: 1em;
}

#update span {
	border-bottom: 0px inset #9ecb5d;
	border: 0px solid #b6d885;
	letter-spacing: 1px;
	word-spacing: 6px;
}
	
#update img {
vertical-align: top;
} 

#blog {
	margin: 20px 0px 0px;
}

#blog .content_left {
	width: 750px;
	height: 575px;
	float: left;
	display: inline;
	padding: 0px;
	vertical-align: bottom;
	border: 0px solid #747776;
	margin-left: 88px;
}

#blog .scroll {
	overflow: scroll;
	width: 750px;
	height: 575px;
	margin: 0;
}

#blog p {
	font-weight: normal;
	font-size: 1.0em;
	margin: 10px;
}

#blog h1 {
	font-weight: bold;
	font-size: 1.35em;
	margin: 10px;
	line-height: 24px;
	letter-spacing: 1px;
	color: green;
}

#blog h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 10px;
}

#blog h3 {
	font-weight: bold;
	font-size: 1.4em;
	margin: 10px;
	color: red;
}
	
#blog .content_right {
	width: 200px;
	float: right;
	display: inline;
	margin: 0;
	padding: 0 64px 0 0;
	vertical-align: bottom;
}

#footer {
	font-family: Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 1px 0px 0px;
	text-transform: capitalize;
	padding-top: 0.7px;
	font-size: 0.724em;
	color: #666;
}

#footer #sitenav {
	font-size: 1.1em;
}

#footer span {
	font-weight: bold;
	horizontal-align:center;
	color: black;
	font-size: 1.1em;
}

#footer #copy {
	font-size: 1.1em;
}


E0F3D5
