/* CSS for Alan Cummings Estate Agent */

body {
	text-align: center;
	font-size: 100%;
}

img {
	border:none; 
}

#outerdiv {
	width: 950px;
	margin: 10px auto;
    border: 1px solid #CCCCCC;
	text-align: left;
}


/* These top divs are specific for the index page only */
#top {
	width: 950px;
	height: 226px;
	background-color: #cccccc;
}

#logo_holder {
	width: 226px;
	height: 226px;
	background-color: #243B85;
	border-right: 1px solid #ffffff;
	float: left;

}

#logo {
	width: 213px;
	height: 100px;
	margin-top: 50px;
	margin-left: 5px;


}

#flash {
	width: 723px;
	height: 226px;
	background-color: #eeeeee;
	float: left;
}


/* menu - this effects all pages incl the template */
#menuholder {
	width: 950px;
	height: 30px;
	background-color: #808DB8;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


#menu {
	width: 900px;
	height: 25px;
	/*background-color: #cccccc;*/
	padding-left: 20px;
	padding-top: 7px;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.70em;

}


/* main content */
#content {
	width: 950px;
	/*height: 300px;*/
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

/* main content index page only (has no background applied to it!) */
#content_index_page {
	width: 950px;
	/*height: 300px;*/
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	/*background-color: #ffffff;*/
}

/* home_content.html page for hte background to show */
#container {
	/*margin-top: 0px;
	background-image: url(images/bg_home_content.gif);
	background-repeat: repeat;*/
}

#left_column {
	width: 205px;
	/*height: 250px;*/

	float: left;
	margin-left: 19px;
	padding-top: 20px;
}

/* for the quick search on the homepage */
#quicksearch_holder {
	width: 205px;
	/*height: 250px;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.79em;
	color: #666666;
	/*background-color: #E1E4ED;*/
}

#quicksearch_title {
	width: 205px;
	height: 20px;
	/*background-color: #000000;*/
	color: #243B85;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}

#quicksearch_text {
	width: 205px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

#quicksearch_location {
	width: 205px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

#quicksearch_price {
	width: 205px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

#quicksearch_beds {
	width: 205px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.form_text {
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
}


#quicksearch_min_price {
	width: 35px;
	/*height: 40px;*/

	float: left;
}

#quicksearch_min_price_field {
	width: 60px;
	float: left;
}

#quicksearch_max_price {
	width: 35px;
	margin-left: 5px;
	
	/*height: 40px;*/

	float: left;
}

#quicksearch_max_price_field {
	width: 60px;
	float: left;
}

#qoute {
font-style: italic; 
font-size: 1em; 
color: #808DB8; 
line-height: 1.5em; 
margin-top: 10px;
}



#middle_column{
	width: 415px;
	/*height: 300px;*/

	
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

 /* for home_content.html displaying the text only on the homepage */
#middle_column_home_content_page{
	width: 415px;
	float: left;
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	margin-top: 10px;
}

 /* for the index_new.php where the property of the week feature is inside the iframe */
#middle_column_index{
	width: 700px;
	/*height: 300px;*/

	/*margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;*/
	float: right;

}

 /* for the news.php */
#middle_column_news{
	width: 700px;
	/*height: 300px;*/

	/*margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;*/
	float: right;

}


#middle_column_search{
	width: 640px;
	/*height: 300px;*/

	
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

#right_column{
	width: 250px;
	/*height: 300px;*/
	float: right;
	/*margin-left: 10px;*/
	
}

/* this div is used only for the property of the week feature on the homepage (home_content.html) */
#right_column_potw{
	width: 250px;
	float: right;
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	
}


/* this div holds the property of the week divs */
#property_holder {
	width: 250px;
	margin-top: 0px;
	/*border-top: 1px solid #ffffff;*/
	border-bottom: 1px solid #ffffff;
	background-color: #6F7EAF;
}

#property_title {
	width: 250px;
	height: 30px;
	background-color: #5466A0;
	
	border-bottom: 1px solid #ffffff;
	color: #243B85;
	text-align: center;
	padding-top: 7px;
}

#property_pic {
	width: 126px;
	height: 140px;
	background-color: #cccccc;
	float: left;
}

#property_text {
	width: 110px;
	height: 130px;
	/*background-color: #666666;*/
	float: right;
	color: #ffffff;
	padding-top: 10px;
	font-size: 0.79em;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;

}


#footer_holder {
	width: 950px;
	height: 30px;
	background-color: #AFB7D2;
	border-top: 1px solid #ffffff;
}

#footer {
	/*width: 800px;*/
	height: 22px;
	/*background-color: #ffffff;*/
	padding-left: 20px;
	padding-top: 8px;

}

/* these divs are specific for the main template only - effects all the inner pages */
#top_innerpages {
	width: 950px;
	height: 145px;
	background-color: #cccccc;
}

#logo_holder_innerpages {
	width: 226px;
	height: 145px;
	background-color: #243B85;
	border-right: 1px solid #ffffff;
	float: left;

}

#logo_innerpages {
	width: 213px;
	height: 100px;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 15px;


}

#top_image {
	width: 723px;
	height: 145px;
	background-color: #eeeeee;
	float: left;
	
}

#right_column_button {
	width: 180px;
	
	margin-top: 15px;
	margin-left: 30px;
	padding: 6px;
	/*height: 200px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;*/
	border: 1px solid #ffffff;
	background-color: #808DB8;
	text-align: center;
	
}

#right_column_button2 {
	width: 180px;
	
	margin-top: 15px;
	margin-left: 30px;
	padding: 6px;
	/*height: 200px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;*/
	border: 1px solid #ffffff;
	background-color: #808DB8;
	text-align: center;
	
}


a.button_text {
	color: #ffffff;
	font-weight: bold;
	/*padding: 6px;*/
	text-align: center;
	font-size:0.8em;
}

a.button_text:hover {
text-decoration: underline;
color: #243B85;

}



.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.63em;
	color: #243B85;
}

.menu {
	color: #ffffff;
	font-weight: bold;
}

.menu:hover {
	color: #243B85;
	font-weight: bold;
}

.menu_active {
	color: #243B85;
	font-weight: bold;
}


/* page heading */
.heading{
	color: #243B85;
	font-weight: bold;
	font-size: 1em;
}



.subheading{
	color: #950F4E;
	font-weight: bold;
	font-size: 0.94em;
}

.property_of_the_week {
	color: #ffffff;
	font-weight: bold;
}

.property_of_the_week:hover {
	color: #243B85;
	font-weight: bold;
}

.form_field {
	border: 1px solid #CCCCCC;
	color: #666666;
	/*float: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;*/
}

/* search page only */

.search_text {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

.search_text_title {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}


.tel {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color:#243B85;
	margin-top: 10px;
	/*margin-left: 100px;*/
	margin-right: 20px;
	text-align: right;
}

.tel_bold {
	font-weight: bold;
	/*font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color:#243B85;
	margin-top: 10px;
	margin-left: 40px;*/
}

.qoute_signature {
	font-size: 0.79em;
	margin-top: 5px;
}

a.text_links {
	text-decoration: underline;
	color: #666666;
}

a.text_links:hover {
	text-decoration: underline;
	color: #243B85;
}

/* this is for the CMS, the news image */
.news_image {
	/*border: 1px solid #ffffff;*/
	width: 190px; 
	height: 120px; 
	margin-left: 30px; 
	/*margin-top: 10px;*/
}

#news_article {
 	padding-bottom: 20px;
}
