@charset "utf-8";
/* CSS Document */

body{
	background: url(../temecula-murrieta-real-estate-images/back-tan-stripe.gif);
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#Container{
	width:898px;
	border-left:#001B74 solid 4px;
	border-right:#001B74 solid 4px;
	margin:0px auto;
	background:#FFF;
	background:url(../temecula-murrieta-real-estate-images/background1.jpg);
}

#Leftbar{
	float:left;
	width:176px;
	
}

#ContentContainer{
	float:left;
	width:721px;
	padding:0px;
	margin:0px;
	border-left:#666666 solid 1px;
	background-color:#FFF;
}

#Content{
	padding:10px 15px 0px 25px;
	clear:both;
}

.DarkRed{
	color:#800000;
	font-weight:bold;
	font-style:italic;
}

#PageHeading{
	padding:10px 15px 0px 20px;
	float:left;
}

#PageHeadingImage{
	float:right;
	padding: 10px 15px 0px 0px;
}

.Heading{
	font-size:26px;
	color:#666666;
}

.SubHeading{
	font-size:15px;
	color:#666666;
	font-weight:bold;
}

#footer{
clear:both; height:20px; width:898px; text-align:center; padding-top:10px; background-color:#000080; color:#FFF;
}

a.footer{
	color:#FFF;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

a.footer:hover{
	color:#999;
	text-decoration:underline;
}

.blueheading{
	color:#000080;
	font-size:15px;
	font-weight:bold;
}
/*a.button{
	background:url(../temecula-murrieta-real-estate-images/bluenav_static.jpg);
	font-weight:bold;
	color:#000;
	text-decoration:none;
	height:16px;
	border:1px solid #6389CD;
	padding:2px 8px 2px 8px;
	display:block;
	float:left;
}
a.button:hover{
	background:url(../temecula-murrieta-real-estate-images/bluenav_hover.jpg);
	color:#3300FF;
	text-decoration:none;
}*/

/*BUTTON CSS*/
a.squarebutton{
background: transparent url(../temecula-murrieta-real-estate-images/bluebutton_left.gif) no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
font-weight:bold;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #000000; /*button text color*/
}

a.squarebutton span{
background: transparent url(../temecula-murrieta-real-estate-images/bluebutton_right.gif) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
color:#00F;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #00F;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/*END BUTTON CSS*/