/* CSS Document */

body{
	padding:0;
	margin:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font-family:Arial;
	font-size: 12px;
	background-repeat:repeat-x;
	background-position:top;
	background-color: #333333;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
h1{
	font:bold 13px Arial;
	text-align:center;
	color: #FFFFFF;
	margin:10px 0 10px 0;
}
#h1heading
	{
	font:bold 26px Arial;
	text-align:center;
	color: #FFFFFF;
	margin:10px 40px 20px 0;
	}

h2{
	font:bold 20px Arial;
	text-align:center;
	color: #464646;
	margin:10px 0 20px 0;
}
#h2gold
	{
	font-family: Arial;
	font-weight:bold;
	font-size:20px;
	color: #CC850A;
	}
#h4gold
	{
	font-family: Arial;
	font-weight:bold;
	font-size:24px;
	color: #CC850A;
	}
h3{
	font:bold 16px Arial;
	text-align:center;
	color: #000066;
	margin:10px 0 5px 0;
}
h4{
	font:16px Arial;
	text-align:right;
	color: #ffffff;
	height:20px;
	margin:0px 20px 0px 0;
}
#more{
	text-align:center;
	width:100%;
	font: bold italic 12px Arial;
	color: #550000;
	padding:15px 0px 25px 0;

}
#more a
	{
	color: #550000;
	text-decoration:underline;
	}
#more a:hover
	{
	color: #CC850A;
	text-decoration: underline;
	}
ul.disc {list-style-type:disc outside; margin-left: 0; margin-right: 5px;
  padding-left: 25px;
}


.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------idxsearchbox------------*/

select { font:12px Arial; color: #464646; text-align:left;} 
		.IDX-wrapper { float:left; text-align:center; padding:20px;  padding-bottom: 0px; width:475px;}  
		#IDX-searchPage-cityField, #IDX-searchPage-cityFieldInput {display: inline; } 
		#IDX-propertyTypes, #IDX-maxPrice, #IDX-maxPriceInput, #IDX-minPrice, #IDX-minPriceInput, #IDX-searchBedRooms, #IDX-searchBedRoomsInput, #IDX-searchBathRooms, #IDX-searchBathRoomsInput {display: inline;} 
		.IDX-fields {margin: 3px 3px 3px 3px}

#IDX-propertyTypes, #IDX-propTypeLabel { display: ; } 
		#IDX-propTypeTextLinks { display: none; } 
		#IDX-searchSubmit { text-align: center; margin: 5px 0 0 0; } 
		.IDX-searchLabel { display: none; } 
		.IDX-quickSearchLabel { font-size: 11px; } 

/*------------------------------------------------header--------------------*/
#headerMain{
	width:100%;
	height:162px;
	background:url(images/homestyles-real-estate-of-connecticut-header-background.png) 0 0 repeat-x;
	color:#D2C7A3;
}
#header{
	width:100%;
	padding:0 0 0 0;
	text-align:center;
}
#header img.logo{
	padding:0px;
	margin:0px;
}
#topmenu {
	background-color:#18294C;
	width:100%;
	height:24px;
	text-align:center;
}	
#menunav
	{
	float:left;
	padding:5px 0px 0px 0px;
	text-align:center;
	width:100%;
	height:24px;
	font-family:Arial;
	font-size:13px;
	color: #a9d6ee;
	}
#menunav a
	{
	color: #FFFFFF;
	text-decoration:none;
	}
#menunav a:hover
	{
	color: #F3D952;
	text-decoration: underline;
	}
#menunav span
	{
	padding:0 2px 0 2px;
	}
#subheaderMain{
	width:100%;
	height:128px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(http://www.homestylesrealestate.com/images/homestyles-real-estate-of-connecticut-subheading-background.png) 0 0 repeat-x;
	}
#subheaderMain img.rightpic{
	text-align:right;
}
#subheaderRightSideIndex{
	float:right;
	width:408px;
	height:128px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(http://www.homestylesrealestate.com/images/connecticut-home-search-magnifying-glass.png);
	}
#subheaderRightSideHomeValue{
	float:right;
	width:408px;
	height:128px;
	padding:0px 0px 0px 0px;
	margin:0px;
	background:url(http://www.homestylesrealestate.com/images/how-much-is-your-connecticut-home-worth-subheader-image.png) 0 0;
	}
#subheaderredbar{
	width:100%;
	height:9px;
	position:relative;
	background:url(http://www.homestylesrealestate.com/images/homestyles-real-estate-of-ct-subheader-red-bar-background.png) 0 0 repeat-x;
	}
#topmenubottombar {
	background-color:#560000;
	width:100%;
	height:12px;
	text-align:center;
	position:relative;
}	
/*------------------------------------------------header--------------------*/


/*------------------------------------------------body--------------------*/

/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;	
	width:100%; 				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:20px 0 20px 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#ffffff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#ffffff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#ffffff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

#specialoffer{
	width:200px;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
}
#guarantee{
	width:100%;
	margin:0 auto;
	text-align:center;
}
#guarantee img.guarantee{
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center;
}
#homevaluecontainer{
	width:200px;
	height:196px;
	margin:10px 0px 0px 0px;
	background:url(http://www.homestylesrealestate.com/images/homestyles-real-estate-connecticut-home-value-frame-background.png) 0 0 repeat-x;
	text-align:center;
	color:#CD870A;
	}
#specialoffer img.homevalue{
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center
}
#homesearchcontainer{
	width:200px;
	height:196px;
	margin:10px 0px 0px 0px;
	position:relative;
	background:url(http://www.homestylesrealestate.com/images/homestyles-real-estate-connecticut-home-search-frame-background.png) 0 0 repeat-x;
	text-align:center;
	color:#CD870A;
	}
#specialoffer img.homesearch{
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center
}
#specialoffercontainer{
	width:200px;
	height:176px;
	margin:0px 0px 0px 0px;
	background:url(http://www.homestylesrealestate.com/images/homestyles-real-estate-connecticut-special-offer-background.png) 0 0 repeat-x;
	text-align:center;
	color:#CD870A;
	}
#specialoffer img.go{
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center
}
#specialofferheadertext
	{
	margin:0px 0px 0px 0px;
	padding:60px 0px 0px 0px;
	text-align:center;
	position:relative;
	width:200px;
	font:bold 15px Arial;
	color: #550000;
	}
#specialoffersubheadertext
	{
	margin:10px 0px 0px 0px;
	text-align:center;
	position:relative;
	width:200px;
	font:bold 12px Arial;
	color: #333333;
	}
#specialofferdescriptiontext
	{
	margin:10px 0px 0px 0px;
	text-align:left;
	position:relative;
	width:200px;
	font:bold 11px Arial;
	color: #000000;
	}

#featuredlisting{
	width:200px;
	margin:0 auto;
	position:relative;
	padding:0 0 0 0;
	text-align:center
}
#featuredlistingcontainer{
	width:200px;
	height:284px;
	margin:10px 0 0 0;
	position:relative;
	background:url(http://www.homestylesrealestate.com/images/homestyles-real-estate-ct-featured-listing-background.png) 0 0 repeat-x;
	text-align:center;
	color:#CD870A;
	}
#featuredlisting img.listing{
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center
}
#featuredlisting img.clickhere{
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center
}
#featuredlistingheadertext
	{
	margin:0px 0px 0px 0px;
	padding:60px 0px 0px 0px;
	text-align:center;
	width:193px;
	font:bold 13px Arial;
	color: #ffffff;
	}
#featuredlistingdescriptiontext
	{
	margin:2px 8px 5px 8px;
	text-align:center;
	width:175px;
	font:bold 11px Arial;
	color: #ffffff;
	}
	
#homebuyerguaranteecontainer{
	width:200px;
	height:163px;
	margin:0 auto;
	position:relative;
	background:url(http://www.homestylesrealestate.com/images/homestyles-real-estate-buyer-guarantee-background.png) 0 0 repeat-x;
	text-align:center;
	color:#CD870A;
	}

/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/

#footermenu{
	width:100%;
	height:32px;
	margin:0 auto;
	background:url(http://www.homestylesrealestate.com/images/homestyles-real-estate-of-ct-subheader-red-bar-background.png) 0 0 repeat-x;
}

#footermenunav
	{
	float:left;
	padding:5px 0px 0px 0px;
	text-align:center;
	width:100%;
	height:32px;
	font-family:Arial;
	font-size:13px;
	color: #a9d6ee;
	}

#footermenunav a
	{
	color: #FFFFFF;
	text-decoration:none;
	}
#footermenunav a:hover
	{
	color: #F3D952;
	text-decoration: underline;
	}
#footermenunav span
	{
	padding:0 2px 0 2px;
	}
/*------------------------------------------------footer--------------------*/
