/*Balnar Management Website Style Sheet*/ 

div#site, 
div#site p, 
div#site table tr td,
div#pageContent,
div#pageContent p {
	font-family: arial;
	font-size: 14px;
	line-height: 145%;
}


body {
	margin: 0;
	background: rgb(210,220,230) url(/images/body_tile.gif) top center repeat-y;
}

ul,
ol {
	margin: 10px 0 10px 30px;
}

div#site {
	width: 865px;
	margin: -25px auto 0 auto;
	
}

div#site div#header {
	background: url(/images/header.jpg) no-repeat;
	height: 126px;
	width: 865px;

}

div#mainMenu ul.jd_menu {
	height: 26px;
	margin: 0;
	
	padding: 2px 0 0 130px;
	
	background: url(/images/menu_tile.gif) repeat-x;
	z-index: 100;
}

div#mainMenu ul.jd_menu li {
	font-size: 14px;
	padding: 3px 8px 3px 7px;
	
}

div#mainMenu ul.jd_menu li a {
	font-size: 14px;
}

div#mainMenu ul.jd_menu li.jdm_active,
div#mainMenu ul.jd_menu li.jdm_hover {
	padding: 2px 7px 2px 6px;
}
div#site div#pageContent {
	background-color: white;
	padding: 15px;
}

div#site div#footer {
	background: url(/images/footer_tile.gif) repeat-x;
	background-color:#4c4c4c;
	padding-top: 20px;
	text-align: center;
	color: rgb(150,150,150);
	font-size: 12px;
	width: 865px;
	/*overflow: hidden;*/
}

div#site
{
 background-color: white;
}

div#footer
{
	top:45px;
	
}


div#site div#footer a {
	color: rgb(150,150,150);
	font-size: 12px;
	text-decoration: none;
}

div#site div#footer a.extranet {
	color: white;
	font-weight: bold;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: rgb(0,82,160);
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid rgb(176,176,176);
	margin: 10px 0 5px 0;
}

p {
	padding: 5px 0 10px 0;
}

a img {
	border: 0px;
}

div#site div#pageContent div#homeContent {
	width: 440px;
	margin-left: 180px;
	overflow: hidden;
	height: 366px;
}

div#site div#pageContent div#rightCol {
	top: 185px;
	margin-left: 630px;
	position: absolute;
	width: 210px;
}

div#site div#pageContent div#findAPlace {
	top: 105px;
	margin-left: -25px;
	position: absolute;
	width: 180px;
	height: 474px;
	background: url(/images/find_a_place_background.png) no-repeat;
	z-index: 1; /* 1 --> 10*/
}

div#site div#pageContent div#findAPlaceContent {
	top: 105px;
	margin-left: -10px;
	position: absolute;
	padding: 75px 0 0 0px;
	z-index: 10;
	width: 180px;
}

div#findAPlaceContent a.button {
	display: block;
	margin-bottom: 10px;
	position: relative;
	width: 107px;
	height: 38px;
	padding: 12px 0 0 15px;
	background: url(/images/button_with_arrow.png) no-repeat;
}



div#findPopUp {
	/*background: transparent url(/images/pop_up.png) no-repeat;*/
	width: 343px;
	height: 165px;
	position: absolute;
	z-index: 15;
	margin-left: 115px;
	display: none;
}

div#findPopUpContent {
	position: absolute;
	z-index: 5;
	padding-top: 5px;
}

a#findPopUpClose {
	position: relative;
}

a#findPopUpClose {
	display: block;
	margin-left: 270px;
	position: absolute;
	z-index: 6;
}

div#findPopUpContent {
	padding-left: 70px;
}

div.propertySearch {
	width: 800px;
	height: 110px;
	padding: 10px;
	border: 1px solid rgb(76,76,76);
	margin-bottom: 10px;
}

div.propertySearch div.image {
	float: left;
	width: 140px; height: 110px;
}

div.propertySearch div.details {
	float: left;
	margin-left: 10px;
	width: 650px;
}

div.propertySearch div.detailsButton {
	float: right;
	margin-top: 15px
}

div.propertySearch span.label {
	display: block;
	float: left;
	font-weight: bold;
	width: 125px;
	margin-top: 5px;
}

div.propertySearch span.value {
	display: block;
	float: left;
	width: 200px;
	margin-top: 5px;	
}


div.feature { width: 49%; float: left; }
div.feature span.title {
	font-weight: bold;
	display: block;
	width: 120px;
	float: left;
}
div.feature span.value {
	display: block;
	width: 250px;
	float: left;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
	font-style: italic;
	
}

td.inset { border: 1px solid rgb(0,82,160); }

img.rightImage {
	float: right;
	border: 1px solid rgb(150,200,255);
	margin: 0 0 15px 15px;
}

/*Bren July 12th*/
div#SocialNetworking
{
	margin-top:5px; 
	margin-bottom:5px;
	margin-right: 10px; 
	text-align:center; 
	vertical-align:middle; 
	position:relative;
	top: -92px;
}

/*Some CSS FUN :D */
div#SocialNetworking img
{
	height:32px;
	_height:64px;
	_margin-top: -64px;
	_position: relative;
	_z-index: 100;	
}
div#SocialNetworking img:hover
{
   height:64px;
   margin-top: -50px;
}

div.sidebar
{
	height:233px;
	*height:248px; /*fix IE7*/
	margin-top:458px;
}

.balnaraward
{
	position:absolute;
	margin-left: -75px;
	z-index:999;
	top: 1px;
	/*_left: 15%;*/
	
}

p.bannertext
{
	
	color:white; 
	font-size:18px; 
	line-height:20px;
	margin-right:35px; 
}

div.banner
{
	width:100%;
	height:30px;
	
	background-image:url(../images/banner.jpg);
	text-align:right;
}

div.fixme
{

}
