@charset "UTF-8";
/* CSS Document */

<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4d5365;
	background-image:url(design/headergray.jpg);
	background-position:top;
background-attachment: fixed;
background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
}

.template #container { 
	width: 850px; 
	background: #ddd;
border: 1px solid #4d5365;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.template #header1 { 
	text-align: right;
	color:#FFFFFF;
	/*background: #1F2A57;
    background-image:url(design/banner.jpg);
	background-repeat:no-repeat;*/
	background: #1F2A57;
    background-image:url(design/headerbg.jpg);
	
	background-repeat:no-repeat;
	height:90px; 
	padding: 10px 10px 0 20px;  /* 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. */
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
} 

.template #header { 
	background: #000;
	border-top: #4d5365 1px solid;
padding-top:0px;/* 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. */
} 


#nav {
background: #0e72c6;
padding:0;
margin: 0;
width : 100%;
height : 30px;

filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9;
}

.social{
	font-family: Helvetica, Arial, sans-serif;
font-size:11px;
background: #0e72c6;
color:#CCC;
padding-top:2px;
margin: 0;
height : 30px;
float:right;
}

.social a {
text-decoration:none;	
}

.social img {
	border: none;
}

#nav ul {
float:left;
padding:0;
margin:0;
list-style-type:none;
}

#nav a {
float:left;
width:auto;
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
font-weight: 500;
text-decoration:none;
color:#fff;
padding:0 10px;
margin: 0;

/*border-right:1px solid #606265;*/
}

#nav a:hover {
/*border-top: #456697 3px solid;*/
color:#fff;
background-color:#1184e5;
/*background-image:url(design/navhover.jpg);
background-repeat:repeat-x;*/
 }

#nav a.active {
/*border-top: #456697 3px solid;*/
color:#eff1f2	;
background-color:#4d5365;
background-image:url(design/navhover.jpg);
background-repeat:repeat-x;
 }

#nav a.visited {
border-top: #456697 3px solid;
color:#ffffff;
background-image:url(design/navhover.jpg);
background-repeat:repeat-x;
 }

#nav li {
display:inline;
text-align:center;
line-height: 30px;
}

.template #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.template #mainContent { 
width:800px;
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
text-align: center;
} 

.main {
padding-left: 20px;	
}

.template #mainContent p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: .75em;
line-height:1.5em;
font-style:normal;
font-weight:100;
color: #1b1b1b;
margin-top:0;
padding-top:0;
}

.template #mainContent ul {
width:400px;
line-height:1.5em;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: .75em;
font-style:normal;
font-weight:100;
color: #888888;
list-style:circle;
}

.template #mainContent h1 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
letter-spacing: -2px;
font-weight:500;
color: #1184e5;

}

.template #mainContent h2 {
	height:30px;
	width:780px;
	padding: 5px;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight:500;
color: #1184e5;
border:#464b4c 1px solid;

}

.template #mainContent h4 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: .7em;
font-weight:500;
color: #1184e5;
margin-bottom:0;
padding-bottom:0;

}

.template #mainContent  a:link {
    text-decoration:none; 
	color:#fff;
} 

.template #mainContent  a:visited {
text-decoration:none;
    color:#fff;
}

.template #mainContent  a:hover {
    text-decoration:underline; 
	color:#fff;
}

.template #mainContent  .listing {
width:250px;
height:260px;
background-color: #0e72c7;
padding: 5px;
margin-right: 5px;
margin-bottom: 5px;
display: block;
float:left;
}

.template #mainContent  .listing p {
	height: 95px;
	width:240px;
text-align: left;
padding-top: 10px;
padding-left: 10px;
color:#b0b5be;
font-size: .75em;
}

.listing img{
	border:none;
}


.template #footer { 
	padding: 40px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	background-image:url(design/rlp-logo.gif);
	background-repeat: no-repeat;
	background-position: 650px 40px;
	
	border-top: #ccc 1px solid; 
	font-size:.7em;
	color:#eff1f2;
} 
.template #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.template #footer  a:link {
	text-decoration:none;
	color:#1184e5;
} 

.template #footer  a:visited {
text-decoration:none;
    color:#1184e5;
}

.template #footer  a:hover {
    text-decoration:underline; 
}


.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: left;
	margin-right: 8px;
}
.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;
}

.template #footer2 { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0e0e0e;
	border-top: #000 30px solid; 
	height: 300px;
	font-size:.5em;
	color:#eff1f2;
}


.sold {
	background-image:url(sold.png);
	background-position: 200px 30px;
	background-repeat:no-repeat;
	}
--> 

