@charset "utf-8";
/* The House Share website stylesheet */

@media screen {
.oneColElsCtr #containerOne {
	width: 790px;	
	background-image: url(../images/img_page_background.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */	
	background-color: #c3daea;
}
.oneColElsCtr #mainHeader {

	height: 108px;
	width: 790px;
}
.oneColElsCtr #banner{
	height: 285px;
	width: 790px;
}
.oneColElsCtr #mainMenu {
	background-image: url(../images/img_menu_background.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	text-indent: 60px;
	margin: 0px;
	line-height: 30px;
}	
body {
	color: #231f20;
	font-size: 12px;
	background: #b9b9ba;
	background-color: #c3daea;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.propertybox 			{ background-color:#B91F32; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #FFF; }

A:LINK.propbox { color :  #FFFFFF; text-decoration :  none;}
A:VISITED.propbox  { color :  #FFFFFF; text-decoration :  none;}
A:HOVER.propbox  {color :  #FFFFFF; text-decoration :  none;}

/* used for inline links */
A:LINK.style1 		{color :  #B91F32;}
A:VISITED.style1 	{color :  #B91F32;}
A:HOVER.style1 		{color :  #FFFFFF;}

.oneColElsCtr #mainContent {
	height: auto;
	width: 618px;
	margin: 20px 91px 20px 81px; /* top, right, bottom, left */
	padding: 0;
}

.oneColElsCtr #mainFooter {
	background-image: url(../images/img_background_footer.gif);
	background-repeat: no-repeat; 
	width: 790px;	
	height: 35px;
}

.divider {
	background-image: url(../images/img_divider.gif);
	height: 15px;
	width: 618px;
	background-repeat: repeat-x;
	background-position: left 0px;
}
.subBoxAuto {
/* used for page divs */
}

.imgFrame {
	background-image: url(../images/img_picture_frame.gif);
	background-repeat: no-repeat;
	float: left; /* top, right, bottom, left */
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 37px;
	padding-right: 43px;
	padding-bottom: 49px;
	padding-left: 19px;
}	
.imgFrameStatic {
	background-image: url(../images/img_picture_frame_static.gif);
	background-repeat: no-repeat;
	float: left; /* top, right, bottom, left */
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 37px;
	padding-right: 43px;
	padding-bottom: 40px;
	padding-left: 19px;
}
	
.imgFrameLong {
	background-image: url(../images/img_picture_frame_long_static.gif);
	background-repeat: no-repeat;
	float: left; /* top, right, bottom, left */
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 37px;
	padding-right: 43px;
	padding-bottom: 40px;
	padding-left: 19px;
}
.subheading {
	font-style: italic;
}	
	
/* redefined HTML tags */
p {
line-height:17px;
}
li {
line-height:17px;
}
h1 {
	font-size:27px;
	color: #B91F32;
	font-weight: normal;
	font-family: "Tw Cen MT", Arial, Helvetica,  Verdana, sans-serif;

}
h2 {
	font-size:14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #B91F32;
	
	
}
h3 {
	font-size:22px;
	font-weight: normal;
	font-family: "Tw Cen MT", Arial, Helvetica,  Verdana, sans-serif;
	line-height: 24px;
	color: #B91F32;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}


/* red pullout menu */
A:LINK.pullout {
	color :  #B91F32;
	text-decoration :  none;
}

A:VISITED.pullout  {
	color :  #B91F32;
	text-decoration :  none;
}

A:HOVER.pullout  {
	color :  #FFFFFF;
	text-decoration :  none;
}
	


.thehouseshare {
	font-weight: normal;
	color: #B91F32;
	font-family: "Tw Cen MT", Arial, Helvetica,  Verdana, sans-serif;
	font-size: 15px;
}

} /* end media@screen */

