/*This tag effects any page and is a good place to put styling of text 
for example I put your body copy plain style here, so now it will be used on all your pages*/
body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181818;
	line-height: 20px;
	background-color: #AFA9A6;
	margin-top:25px;
	
}

/*Links for site*/
a:link {
	color: #181818;
}
a:visited {
	color: #181818;
}
a:hover {
	color: #003399;
}
a:active {
	color: #181818;
}

/*This style is for the container that holds everything. 
IT sets the width and using auto margins centers the page horizonally*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}

/*This is for the top left navigation and the logo as well*/
#main_nav {
	width: 243px;
	background-image: url(../images/MenuBackground.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	text-align: center;
	padding-bottom: 8px;
	float: left;
}

/*This is for the large picture at the top right*/
#main_picture {
	background-color: #B9BD9B;
	height: 215px;
	width: 349px;
	top: 0px;
	padding: 24px;
	float: left;
	}


/*Style for Properties for sale section*/
#prop_4_sale {
	float: left;
	width: 195px;
	height: 435px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	background-color: #B9BD9B;
}

/*Style for Properties for sale section*/
#contact_sidebar {
	float: left;
	width: 195px;
	height: 205px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	background-color: #B9BD9B;
}

/*Style for sidebar of Community Page*/
#CommunitySidebar {
	float: left;
	width: 195px;
	height: 775px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	background-color: #B9BD9B;
}


/*Big block of copy in lower right*/
#main_text {
	background-color: #E7DED0;
	height: 205px;
	width: 349px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	text-align: left;
	float: left;
}

/*Big block of copy in lower right of homepage*/
#HPmain_text {
	background-color: #E7DED0;
	height: 435px;
	width: 349px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	text-align: left;
	float: left;
}

/*Copyright area*/
#copyright {
	background-color: #AFA9A6;
	height: 20px;
	width: 640px;
	padding-top: 8px;
	text-align: center;
	float: left;
}

/*Big block of copy for CommunityPage*/
#CommunityMain_text {
	background-color: #E7DED0;
	height: 775px;
	width: 349px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	text-align: left;
	float: left;
}

/*Style for one column block of text at bottom*/
#OneColumnMain_text {
	width: 570px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 24px;
	padding-left: 35px;
	background-color: #E7DED0;
	text-align: left;
	float: left;
}

/*Drop shadow that divides the top and bottom*/
#DropShadow {
	height: 18px;
	width: 640px;
	background-image: url(../images/DropShadow.gif);
	background-repeat: no-repeat;
	clear: both;
}

/* 1 Column Drop shadow that divides the top and bottom*/
#TwoColumnDropShadow {
	height: 18px;
	width: 640px;
	background-image: url(../images/DropShadow2.gif);
	background-repeat: no-repeat;
	clear: both;
}


/*This is from your headline style used in main text div*/
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-weight: 400;
	line-height: 20px;
}

/*This is for bold body copy or subheads*/
.BodyCopyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181818;
	font-weight: bold;
	line-height: 20px;
}

/*This is for bold body copy or subheads*/
.BodyCopyBold_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #181818;
	font-weight: bold;
	line-height: 14px;
}

/*This is for bold body copy or subheads*/
.BodyCopy_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #181818;
	line-height: 14px;
}

/*Pic of the Properties*/
.property_image {
	height: 50px;
	width: 97px;
	border: 1pt solid #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
	}
	
/*Text about the Properties*/	
.property_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #181818;
	height: 50px;
	width: 87px;
	float: left;
	line-height: normal;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
	

/*Showcase Page******************************************************************/`

/*Styles div that have house info text image for left Column*/
.showcase_info_left_column {
	float: left;
	margin-bottom: 20px;
}

/*For the house image*/
.showcase_info_left_column img {
	border: 1pt solid #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 150px;
}

/*For the house text*/
.showcase_info_left_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #181818;
	float: left;
	line-height: normal;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;	
}


/*Styles div that have house info text image for right Column*/
.showcase_info_right_column {
	float: left;
	margin-bottom: 20px;
	clear:right;
	margin-right: 20px;
}

/*For the house image*/
.showcase_info_right_column img {
	border: 1pt solid #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 150px;	
}

/*For the house text*/
.showcase_info_right_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #181818;
	float: left;
	line-height: normal;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

