@charset "utf-8";
/* CSS Document */
 
 
body  { margin: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; font: 100% Verdana, Arial, Helvetica, sans-serif; background-color: #151514; background-image: url('../../Joseph Dodge/Joseph Dodge/web-content/gradient.png'); background-repeat: repeat-x; border-right-style: none; border-bottom-style: none; border-left-style: none; padding: 0; border-top-color: #656565; border-top-style: solid; }
.twoColFixLtHdr #container {
	width: 780px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 5px solid #2d2d2d;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #2d2d2d;
	background-image: url(../../Joseph Dodge/Joseph Dodge/web-content/images/living.jpg);
	background-repeat: no-repeat;
	background-position: 230px 104px;
} 	

.twoColFixLtHdr #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #00349a; border-color: #666666 #ffffff #666666 #666666; border-style: none; border-width: 0 0 0 5px; }	
.twoColFixLtHdr #sidebar1 { float: left; /* since this element is floated, a width must be given */
	width: 220px; background-color: #00349a; color: #ffffff; display: block; font-family: Arial, Helvetica, sans-serif; clear: both; text-align: left; overflow: hidden; padding: 0 3px 20px; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; }	

#vertnav { margin: 0; padding: 0; list-style-type: none; border-right-style: none; border-left-style: none; background-color: #0e0351; border-bottom: 2px solid #585858; border-top-style: solid; border-top-width: 0; }
#vertnav li {
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #585858;
	border-right-color: #585858;
	border-bottom-color: #585858;
	border-left-color: #585858;
	border-top-width: 1px;
	border-bottom-width: 0px;
}

#vertnav li a {
	color: #FFFFFF;
	text-decoration: none;
	height: 1%;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#vertnav li a:hover {
	background-color: #847777;
}
#vertnav2 {
	padding: 0px;
	list-style-type: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #2D2D2D;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #585858;
	border-top-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#vertnav2 li {
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #585858;
	border-right-color: #585858;
	border-bottom-color: #585858;
	border-left-color: #585858;
	border-top-width: 1px;
	border-bottom-width: 0px;
}

#vertnav2 li a {
	color: #FFFFFF;
	text-decoration: none;
	height: 1%;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#vertnav2 li a:hover {
	background-color: #7C0404;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 228px;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	line-height: 1.30em;
} 
.twoColFixLtHdr #footer { background-color: #00349a; color: #ffffff; font-size: 10px; padding: 0; background-image: url(../../Joseph Dodge/Joseph Dodge/web-content/footer.png); background-repeat: repeat-x; border-style: none; } 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: none;
	margin-right: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #CCC;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #0000e1;
}
a:hover {
	color: #999999;
}
.style2 {
	color: #0000e1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.style5 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
.style9 {
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style10 {color: #FFFFFF}
a:visited {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.style11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #0000e1;
}
.style13 {
	font-size: 14px;
	font-style: italic;
	color: #333;
}
.style15 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.style16 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000e1;
}
.style17 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000e1;
}
.twoColFixLtHdr #container #mainContent .style11 .style11 {
	font-size: 20px;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #0000e1;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 { font-size: 20px; color: #0000e1; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; margin: auto; }
h3 { font-size: 18px; font-weight: normal; color: #0000e1; font-family: Georgia, "Times New Roman", Times, serif; line-height: 18px; }
.twoColFixLtHdr #container #mainContent .style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}
#wrapper {
	margin: 10px auto 20px;
	width: 520px;
	text-align: left;
	padding: 0px;
	border: 1px solid #333;
	background-color: #E6E6E6;
}

 
.twoColFixLtHdr #container #mainContent table tr td table tbody tr td {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent table tr td table {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent table tr td table tbody {
	text-align: left;
}
.bullet {
	list-style-image: url(../../Joseph Dodge/Joseph Dodge/web-content/images/bullet.jpg);
	line-height: 18px;
}
#vertnav2 h2 { margin : 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; font-weight: normal; color: #fff; background-color: #0000e1; position: relative; padding: 10px 0 10px 23px; }
.twoColFixLtHdr #mainContent-mls {
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
} 
#mainContent #two-columns {
	width : 530px;
	padding : 0;
	overflow : hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
} 
#mainContent #two-columns div {
	float : left;
	display : inline;
	width : 260px;
	height : 280px;
	overflow : hidden;
	margin-bottom : 25px;
	position : relative;
	padding : 0;
} 
#mainContent #two-columns div.right-column { 
float : right; 
} 
#mainContent #two-columns h2 { 
border-bottom : 1px solid #e7e4db; 
} 
#mainContent #two-columns p { 
line-height : 1.25; 
color : #2d2d2d; 
margin-right : 0; 
} 
#mainContent #two-columns div.col-footer { 
border-top : 1px solid #747474; 
background : #e3e3e3; 
width : 260px; 
height : 36px; 
position : absolute; 
bottom : 0; 
margin : 0; 
color : #0000e1; 
} 
#mainContent #two-columns div.col-footer a { 
display : block; 
background : url(../../Joseph Dodge/Joseph Dodge/web-content/images/column-arrow.gif) no-repeat 242px 11px; 
padding : 9px 0 0 10px; 
height : 27px; 
color : #0000e1; 
text-decoration : none; 
} 
#mainContent #two-columns div.col-footer a:hover { 
background : url(../../Joseph Dodge/Joseph Dodge/web-content/images/column-arrow-hover.gif) no-repeat 242px 11px;
background-color : #747474; 
} 
.buyer-footer {
	background : #e3e3e3;
	width : 520px;
	height : 35px;
	position : relative;
	margin : 0;
	color : #0000e1;
	border: solid 1px #747474;
} 
.buyer-footer a { 
display : block; 
background : url(../../Joseph Dodge/Joseph Dodge/web-content/images/column-arrow.gif) no-repeat 380px 11px; 
padding : 9px 0 0 10px; 
height : 27px; 
color : #0000e1; 
text-decoration : none; 
} 
.buyer-footer a:hover {
	background-color : #747474;
	background-image: url(../../Joseph Dodge/Joseph Dodge/web-content/images/column-arrow-hover.gif);
	background-repeat: no-repeat;
	background-position: 380px 11px;
} 
.twoColFixLtHdr #mls-container {
	width: 780px;
	text-align: center;
	border: 5px solid #2d2d2d;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
}
#mainwrapper{
	width:500px;
	height:300px;
	border:1px #CCCCCC solid;
	background-color: #E8E8E6;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 0px;
	

}

.top_div{
	width:300px;
	height:auto;
	float:none;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 120px;
	position: relative;
	text-align: center;

}

.jst_marmls{
	width:280px;
	height:25px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#0000e1;
	

}

.jst_please{
	width:250px;
	height:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	margin:2px 0px 0px 12px;
}


#jst_contant{
	width:300px;
	height:auto;
	float:left;
	margin:25px 0px 0px 80px;

}

.jst_property{
	width:80px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	float:left;
	margin:60px 0px 0px 0px;

}


.textarea{
	width:210px;
	height:135px;
	float:left;

}
