@charset "utf-8";
/* CSS Document */

body{
background-color:#5e6860;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
}

body A{
color:#333333;
text-decoration:none;
}

body A:hover{
color:#333333;
text-decoration:underline;
}

#container{
width:751px;
margin:0 auto;
padding:5px;
background-color:#FFFFFF;
}

#menu{
background-image:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
padding-left:36px;
height:38px;
width:715px;
}

.menuItem{
padding:12px 17px 11px 17px;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
float:left;
}

.menuItem:hover{
background-image:url(../images/menu_bg_ON.jpg);
background-repeat:repeat-x;
text-decoration:none;
color:#FFFFFF;
}

.menuItem A{
text-decoration:none;
color:#FFFFFF;
}

.menuItem A:hover{
text-decoration:none;
color:#FFFFFF;
}

.menuItemON{
padding:12px 17px 11px 17px;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
float:left;
background-image:url(../images/menu_bg_ON.jpg);
background-repeat:repeat-x;
}

.menuItemON A{
text-decoration:none;
color:#FFFFFF;
}

.menuItemON A:hover{
text-decoration:none;
color:#FFFFFF;
}

#buttons{
padding-top:3px;
height:194px;
width:751px;
}

.button{
margin:3px 4px 5px 0px;
float:left;
}

.buttonEnd{
margin:3px 0px 5px 0px;
float:left;
}

#footer{
width:720px;
padding:15px 30px 15px 0px;
text-align:right;
background-color:#ffd723;
color:#016950;
font-weight:bold;
font-size:11px;
}

#leftCol{
width:334px;
margin-right:30px;
float:left;
color:#016950;
}

#leftColTenants{
width:350px;
margin-right:30px;
float:left;
color:#016950;
font-size:12px;
}

#rightColTenants{
width:318px;
float:left;
font-size:12px;
}

#rightCol{
width:334px;
float:left;
font-size:12px;
}

h1{
color:#016950;
font-size:17px;
margin:0px;
}

.largeGreen{
color:#016950;
font-size:14px;
}

.largeGreen A{
color:#016950;
text-decoration:none;
}

.largeGreen A:hover{
color:#016950;
text-decoration:underline;
}

.smallGreen{
color:#016950;
font-size:11px;
font-weight:bold;
}

.smallGreen A{
color:#016950;
text-decoration:none;
}

.smallGreen A:hover{
color:#016950;
text-decoration:underline;
}

.resultPrice{
background-color:#ffdd1c;
font-size:14px;
font-weight:bold;
color:#016950;
padding:18px;
}

.morePhotos{
background-color:#ffdd1c;
padding:10px;
text-align:center;
}

.description{
float:left; 
margin-left:15px; 
width:480px;
color:#666666;
}

.description a{
text-decoration:none;
color:#666666;
}

.description a:hover{
text-decoration:underline;
color:#666666;
}

#detailsDescription{
float:left; 
margin-left:15px; 
width:333px;
color:#666666;
height:264px;
}