body{
    padding:0;
    margin:0;
    top:0;
    left:0;
    background: #ffffff;
    color: #094c9a;
    text-decoration: none;
    font-family: sans-serif;
}
a{
    color: #094c9a;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
}
a:hover{
    color: #ff0000;
}
img.curve{
    float: left; 
    clear: left; 
	  margin: 0 1em 0 0;
	  position: relative;
}          
img.right{
    float: right;
    position: relative;
    display:block; 
}
img.left{
    float: left;
    position: relative; 
    display:block;
}
div.top {  
    font-size: 16px;
    border: none;
	  border-bottom: solid;
	  border-bottom-width: 1px;
	  padding-bottom: 1px;
	  padding-top: 2pt;
}
div.toptop {  
    font-size: 20px;
    border: none;
	  border-bottom: solid;
	  border-bottom-width: 1pt;
	  padding-bottom: 1px;
	  padding-top: 2px;
}
div.menucontainer{ 
    font-size: 16px;
    border: none;
	  border-bottom: solid;
	  border-bottom-width: 1px;
	  padding: 0px;
	  background: #bbccdf;
}
a.menu { 
    display:inline;
    position:relative;
    color: #094c9a;
    font-weight: bold;
    padding-right: 15px;
    padding-left:5px;
    text-decoration: none;
}          
a.menu:hover {
    background: #094c9a; 
    color: #ffffff;
}
div.main { 
    width: 70%;
	  position:absolute;
	  top:11em;
	  left:220px;
	  display: block;
}
div.main:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* main frame */
div.maincontainer {
    width: auto;
    display: block;
    vertical-align:top;
    position: relative;
    padding: 1px;
}
div.maincontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.background{
    background: #ffffff;
    width: auto;
    height: auto;
    position: relative;
}
div.lbackground{
    background: #ccddef;
    width: auto;
    height: auto;
    position: relative;
}
div.ba {
    width: auto;
    background-image: url(frames/mainframe/10.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
div.cb {
    width: auto;
    background-image: url(frames/mainframe/21.gif);
    background-position: top right;
    background-repeat: repeat-y;
}
div.bc {
    width: auto;
    background-image: url(frames/mainframe/12.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}
div.ab {
    width: auto;
    background-image: url(frames/mainframe/01.gif);
    background-position: top left;
    background-repeat: repeat-y;
}
div.aa {
    width: auto;
    background-image: url(frames/mainframe/00.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
div.ca {
    width: auto;
    background-image: url(frames/mainframe/20.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
div.ac {
    width: auto;
    background-image: url(frames/mainframe/02.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
div.cc {
    width: auto;
    background-image: url(frames/mainframe/22.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height:130px;
}
div.innercontent {
    width: auto;
    position: relative;
    vertical-align:top;
    min-height:80px;
    padding:10px;
}
div.innercontent:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* end main frame */

/* picture frame */
div.piccontainer {
    display: block;
    clear:both;
    float: left;
    vertical-align:top;
    position: relative;
    margin-right:5px;
}

div.pbackground{
    background: #ffffff;
    width: auto;
    height: auto;
    padding: 0px;
    position: relative;
}
div.pba {
    width: auto;
    background-image: url(frames/picframe/10.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    position:relative;
}
div.pcb {
    width: auto;
    background-image: url(frames/picframe/21.jpg);
    background-position: top right;
    background-repeat: repeat-y;
    position:relative;
}
div.pbc {
    width: auto;
    background-image: url(frames/picframe/12.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    position:relative;
}
div.pab {
    width: auto;
    background-image: url(frames/picframe/01.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    position:relative;
}
div.paa {
    width: auto;
    background-image: url(frames/picframe/00.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    position:relative;
}
div.pca {
    width: auto;
    background-image: url(frames/picframe/20.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    position:relative;
}
div.pac {
    width: auto;
    background-image: url(frames/picframe/02.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    position:relative;
}
div.pcc {
    width: auto;
    background-image: url(frames/picframe/22.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    position:relative;
}
div.pinnercontent {
    width: auto;
    position: relative;
    vertical-align:top;
    padding: 7px;
    padding-bottom:8px;
    padding-right:11px;
}
/* end main frame */

/* row classes */
div.data{
    display:block;
    float:right;
    position:relative;
}
div.row{
    display:block;
    width: 100%;
    position: relative;
    padding-top:5px;
    padding-bottom:2px;
    border-style: dashed;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #094c9a;
    background: #ffffff;
}
div.row:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.mrow{
    display:block;
    width: 99%;
    position: relative;
    padding:0px;
    background: #ffffff;
    border-style: dotted;
    border-width:2px;
    border-bottom-width:0px;
    border-color:#618DCF;
}
div.mrow:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.picrow{
    display:block;
    width: 100%;
    position: relative;
    padding:2px;
    border-style: dotted;
    border-width: 1px;
    border-color: #BEE1FF;
    background: #094c9a;
    color:#ffffff;
    font-weight:bold;
}
div.picrow:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.cl{
    float:left;
    width: 45%;
    display:block;
    position:relative;
    left:15px;
}
div.cr{
    float:right;
    width: 45%;
    display: block;
    position:relative;
    left:-15px;
}
div.mcl{
    float:left;
    width: auto;
    display:block;
    position:relative;
}
div.mcr{
    float:right;
    width: auto;
    display: block;
    position:relative;
}
div.utils{
    margin-left:20px;
    display:block;
    position:relative;
}
/* end row classes */
a.image {
    color: #ffffff;
    font-weight: bold; 
    font-size:small; 
    font-style:normal;
}
a.mapit {
    color:#f00;
    font-weight: bold;
    margin:0 10px;
    border: solid #094c9a;
    border-width: 0 2px;
    padding: 0 3px;
}
a.mapit:hover{
    color:#094c9a;
}
div.initmap{
    display:none;
}
div.loadedmap{
    width:500px;
    height:350px;
    border: 1px solid #444;
    display:block;
}
div.hiddenmap{
    display:none;
    width:0;
    height:0;
}
div.footer{
    position: relative;
    top:8px;
    width: 100%;
    font-size: small;
}
div.copyright{
    float:left;
    position: relative;
}
div.graybits{
    float:right;
    position: relative;
}
/* rental classes */
div.rentaltop{
    font-weight: bold; 
    font-style:italic;
    vertical-align:top;
    color: #ffffff;
    background: #618DCF;     
    padding:5px;
    padding-bottom:2px;
    padding-right:2px;
    border-style:dotted;
    border-width:1px;
    border-color:#bbccdf;
    width:auto;
    display:block;
}
div.rentaltop:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
a.white{
  color:#ffffff;
  float:left;
  position:relative;
}
a.whitetop{
  position:relative;
  float:right;
  color:#ffffff;
  display:block;
}

div.rentalrow{
    display:block;
    width: auto;
    position: relative;
    padding:0px;
    border-style: dotted;
    border-width:2px;
    border-color:#618DCF;
    background: #efefef;;
    margin-top:5px;
    margin-bottom:25px;
    padding:0px;
}
div.rentalrow:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.rentaladdress{
    float:left;
    position:relative;
    font-weight:bold;
    display:block;
    margin:5px;
}
div.rentalprice{
    float:right;
    position:relative;
    color:#ff2222;
    font-weight:bold;
    display:block;
    margin:5px;
}

div.rentheading:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.rental{
    display:block;
    position:relative;
    padding:5px;
    background:#ffffff;
    width:auto;
}
/* end rental classes */
div.saleprice {   
    color: #ff2222;
    display:inline;
    font-weight:bold;
}
div.links {
    font-weight: bold; 
    font-size:small;
    color: #094c9a;
}
/******************************/
