/* CSS Document
 */
 
 /*General Style*/
 body {
 margin:0;
 padding:0;
 border:0;
 background-color:#000;
 color:#FFF;
 font-family:"Copperplate Gothic Bold", "Times New Roman", Times, serif;
 font-size:12px;
 }
 
 img {
 border:0;
 }
 
 a, a:hover {
 color:#FF9900;
 }
 
 a:visited {
 color:#FF9900;
 }
 .cent {
 text-align:center;
 }
 .fright {
 float:right;
 }
 .fleft {
 float:left;
 }
 .clearb {
 clear:both;
 }
/*Navigation */
#navigation {
margin-left:88px;
background:url(navi_bg.jpg) top left no-repeat;
height:144px;
position:relative;
}

.navi li {
list-style-type:none;
position:absolute;
top:38px;
}
.navi li, .navi a {
height: 44px;
display: block;
width: 112px;
}
/*Nav background images loading and placement */
#nav1 {
left:83px;
background: transparent url(images/yellowbuttmlsglow.gif) -400px -400px no-repeat;
}
#nav2{
left: 273px;
background: transparent url(images/yellowbuttlinksglow.gif) -400px -400px no-repeat;
}
#nav3 {
left: 446px;
background:transparent url(images/yellowbuttsalesglow.gif) -400px -400px no-repeat;
}
#nav4 {
left: 621px;
background:transparent url(images/yellowbuttschoolsglow.gif)-400px -400px no-repeat;
}
/*Nav hovers */
#nav1 a:hover {
background: transparent url(images/yellowbuttmlsglow.gif) 0px 0px no-repeat;
}

#nav2 a:hover {
background: transparent url(images/yellowbuttlinksglow.gif) 0 0 no-repeat;
}
#nav3 a:hover {
background:transparent url(images/yellowbuttsalesglow.gif) 0 0 no-repeat;
}
#nav4 a:hover {
background:transparent url(images/yellowbuttschoolsglow.gif) 0 0 no-repeat;
}
/*If link is Selected displayes active hover */
#nav1 .selected {
background: transparent url(images/yellowbuttmlsglow.gif) 0px 0px no-repeat;
}
#nav2 .selected {
background: transparent url(images/yellowbuttlinksglow.gif) 0 0 no-repeat;
}
#nav3 .selected {
background:transparent url(images/yellowbuttsalesglow.gif) 0 0 no-repeat;
}
#nav4 .selected {
background:transparent url(images/yellowbuttschoolsglow.gif) 0 0 no-repeat;
}


/*Layout Styles*/
#container {
width:944px;
}

#sidebar-l {
width:88px;
float:left;
}



/*Property List*/
.feat_props {
font-family:"Times New Roman", Times, serif;
font-size:14px;

}
.prop_left {
height:220px;
}
.prop_left img {
float:left;
padding-right:20px;
}
.prop_right {
height:220px;
}
.prop_right img {
float:right;
padding-left:20px;
}

#content ul.feat_props {
list-style:none;
padding-right:54px;
padding-top:10px;
}

#content ul.feat_props h3 {
text-align:center;
}

#content ul.feat_props p {
text-align:justify;
line-height:1.3em;
}

/* Footer */
#footer {
width:600px;
}
#footer img {
padding:0 10px 20px;
}
ul#footer {
clear:both;
list-style-type:none;
font-face:"Copperplate Gothic Bold", "Copperplate Gothic Light";
font-size:1.8em;
float:right;
text-transform:uppercase;
}

ul#footer li {
display:inline;
padding-right:30px;
}

#footer_name {
text-transform:uppercase;
font-size:1.6em;
padding-right:40px;
}
#footer_address {
font-size:1.2em;
line-height:1.0em;
}
#footer_rights {
font-size:.8em;
font-family:Arial, Helvetica, sans-serif;
}
#biopic {
margin-left:120px;
margin-right:-160px;
}
#prud_logo {
margin-left:-230px;
margin-right:80px;
}

/* Frames */
.frame_cont {
margin-left:88px;
}

/*Links*/
.feat_links {
font-family:"Papyrus", "Copperplate Gothic Bold", "Copperplate Gothic Light", "Times New Roman", Times, serif;
font-size:2.3em;
list-style-type:none;
line-height:1.8em;
padding-top:60px;
padding-left:250px;
}
.sold_props {
width:726px;
font-family:"Papyrus", "Copperplate Gothic Bold", "Copperplate Gothic Light", "Times New Roman", Times, serif;
font-size:1.3em;
line-height:1.8em;
}
.sold_props li {
list-style-type:none;
height:220px;
clear:both;
padding-bottom:55px;
text-align:center;
font-family:"Papyrus", "Copperplate Gothic Bold", "Copperplate Gothic Light", "Times New Roman", Times, serif;
font-size:1.2em;
}
.sold_props p, .sold_props h3 {
vertical-align:middle;
}
.sold_props table {
margin-bottom:25px;
text-align:center;
}
.sold_props table td {
padding:0 4px;
}

