@charset "utf-8";
/* General Layout */
body {
	background-image: url(/images/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#main-wrap
{
	width:871px;
	height:100%;
	margin:0px auto;

}	
#background
{
	float:left;
	background-image: url(/images/content_background.png);
	background-repeat:repeat-y;
	width:871px;
	height:100%;
	clear:left
}	
#background-mls
{
	float:left;
	background-image: url(/images/content_background_mls.png);
	background-repeat:repeat-y;
	width:871px;
	height:100%;
}	

#nav-bar {
	background-image: url(/images/nav_bar.png);
	width:871px;
	height:44px;
}
#nav-text {
	padding-top:15px;
	font-weight:bold;
	font-size:12px;
	padding-left:35px;
}
a.nav:link {
	color:#1B3577;
	text-decoration:none;
	font-size:12px;

}
a.nav:visited {
	color:#1B3577;
	text-decoration:none;
	font-size:12px;
}
a.nav:hover {
	color:#C51613;
	text-decoration:none;
	font-size:12px;
}

a.nav:active {
	color:#1B3577;
	text-decoration:none;
	font-size:12px;
}
#header {
  /*background-image: url(/images/header2.png);*/
	width:871px;
	height:250px;
}
#content {
	width:871px;
	margin:0px;
}
#leftcol {
	float:left;
	/*background-image: url(/images/leftcol2.png);
	background-repeat:repeat-y;*/
	height:100%;
	width:242px;
}
#leftcol-content {
	width:230px;
	padding-left:30px;
}
#line {
	width:228px;
	margin-left:-22px;
}
#rightcol {
	float:right;
	/*background-image: url(/images/content_back2.png);
	background-repeat:repeat-y;*/
	width:629px;
	clear:right;
}
#rightcol-content {
	width:600px;
	padding:10px;
}
#rightcol-content li {
	list-style-type:none;
	color:#142B6B;
	font-weight:bold;
}
#content-bottom {
	background-image: url(/images/body_bottom.png);
	width:629px;
	height:255px;
	float:right;
}

#content-bottom-text {
	width:500px;
	padding-top:30px;
	padding-left:30px;
}
#location-info {
	float:right;
	padding-top:30px;
	color:#886138;
}
#about-info {
	float:left;
	padding-top:30px;
	padding-left:30px;
}
#about-text {
	float:right;
	margin-top:20px;
	padding-left:40px;
}

#footer {
  background-image: url(/images/footer.png);
  height: 146px;
	width:871px;
	float:left;
}
#footer-mls {
  background-image: url(/images/footer-mls.png);
  height: 146px;
	width:871px;
	float:left;
}
#left {
	float:left;
}
#right {
	float:right;
}
/* HTML Tags */
* {
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:16px;
	color:#142B6B;
}
h2 {
	font-size:16px;
	color:#BC0001;
}
h3 {
	font-size:14px;
	color:#142B6B;
}
h3 {
	font-size:12px;
	color:#142B6B;
}
/* Flash Messages */
.flash {
  padding: 5px;
}
.flash_error {
  background-color: #FFCCCC;
  border: 2px solid #FFB0B0;
  font-weight: bold;
	width:580px;
	float:right;
	margin-right:8px;
	
}
.flash_header {
  font-weight: bold;
  text-align: center;
}
.flash_list {
  color: black;
}
.flash_list_item {
  
}
.flash_success {
  background-color: #C4F8C0;
  border: 2px solid #9BE171;
  font-weight: bold;
  height: 15px;
}
.flash_warning {
  background-color: #FFFFB3;
  border: 2px solid #E1E100;
}

/* Signature */
#viewtiful {
  left: 50%;
  margin-left: -450px;
  position: relative;
  width: 871px;
}
/* Extras */
a:link {
	color:#C21613;
	text-decoration:none;
}
a:visited {
	color:#C21613;
	text-decoration:none;
}
a:hover {
	color:#1A3476;
	text-decoration:none;
}

a:active {
	color:#C21613;
	text-decoration:none;
}

.border-double
{
	border:2px solid #142B6B;
}
#weather {
	margin-left:30px;
}
#property-background {
	background-image:url(/images/prop_back.jpg);
	background-repeat:none;
	width:490px;
	height:200px;
	margin-left:60px;
	margin-top:0px;
}
#live-chat {
	padding-right:30px;
}
#copy {
	color:#C21613;
	font-size:11px;
}