@charset "utf-8";


/*********************************************** Main Content *******************************************************/
.thrColFixHdr #mainContent { 
	margin: 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/*********************************************** property page styles *******************************************************/
#mainContent .box_region{
	border:1px solid #99ACCA;
	padding:0 0 10px 0;
	position:relative;
	margin:0 0 20px 0;
	background-color:#E8E8FF;
}
#mainContent .box_region h2{
	font:  bold .8em Verdana, Arial, Helvetica, sans-serif;
  	height:1em;
  	padding:2px 1.5em 4px .5em;
  	color:#113FB1 ;
  	background:transparent url(../img/bulletr_white.gif) right bottom no-repeat;
  	margin:0;
  	position:absolute;
	right:-1px;
  	top:-.8em;
  	border:0 none;
}
#mainContent .box_region h3{
	margin-bottom:0;
	padding:0 10px 0;
}
#mainContent .box_region p{
	margin-top:0px;
	padding:0 10px 0;
}
#mainContent .box_region img{
	float:left;
	margin:10px;
	padding:0;
}

/*********************************************** Sidebar 2 *******************************************************/
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width:20%;
	min-width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0 10px 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 .chat-link {
	margin-bottom: 10px;
}

.thrColFixHdr #sidebar2 #box {
	border:1px solid #99ACCA;
	margin:0 0 30px 0;
	position:relative;
}
.thrColFixHdr #sidebar2 #box ul{
	margin:0;
	padding:15px 5px;
}

.thrColFixHdr #sidebar2 #box li{
	padding:5px 5px 5px 0;
	margin:0 0 0 20px;
	font-size:.7em;
	line-height:100%;
	font-weight:bold;
	list-style-type:none;
	list-style-image:url(../img/buld.gif);	
}

.thrColFixHdr #sidebar2 #box ul li ul{
	margin:0;
	padding:5px;
	border:0;
	font-size:1.2em;
}
.thrColFixHdr #sidebar2 #box li a{
	text-decoration:none;
	color:#B36B00;
}
.thrColFixHdr #sidebar2 #box li a:hover{
	text-decoration:underline;
	color:#B36B00;
}
.thrColFixHdr #sidebar2 #box h3 {
	font: bold .8em Verdana, Arial, Helvetica, sans-serif;
  	height:1em;
  	padding:2px 1.5em 4px .5em;
  	clear: right;
  	color:#99ACCA ;
  	background:transparent url(../img/bulletr_white.gif) right center no-repeat;
  	margin:0;
  	position:absolute;
	left:5px;
  	top:-.8em;
  	border:0 none;
}
.thrColFixHdr #sidebar2 #box h4{
	padding:0 5px 10px 5px;
	margin:0;
	font-size:.7em;
	line-height:100%;
	text-align:center;
	color:#354191;
}
.thrColFixHdr #sidebar2 #box h5{
	padding:0 5px 4px 5px;
	margin:0;
	font-size:.7em;
	line-height:100%;
	color:#354191;
}
.thrColFixHdr #sidebar2 #box.specials {
	padding-top: 20px;
}
.thrColFixHdr #sidebar2 #box p{
	padding:0 5px 10px 5px;
	margin:0;
	font-size:.7em;
	line-height:100%;
	text-align:justify;
	color:#B36B00;
}
.thrColFixHdr #sidebar2 #box img{
	margin:20px 0 10px 0;
	padding:0px;
	border-bottom:2px solid #99ACCA;
	border-top:2px solid #99ACCA;
}
.thrColFixHdr #sidebar2 #box a{
	color:#0633A7;
	text-decoration:none;
}
.thrColFixHdr #sidebar2 #box a:hover{
	color:#99ACCA;
	text-decoration:none;
}

/**************************************** Staff section **************************************/

.thrColFixHdr #mainContent.staff img{
	float: left;
	margin: 0 10px 10px 0;
}

.thrColFixHdr #mainContent.staff h2 img{
	float: right;
	margin: 0 115px 0px 0;
}

.thrColFixHdr #mainContent.staff h2 span{
	color : #113FB1;
}
.thrColFixHdr #sidebar2 #box.staff{
	clear: both;
	padding: 0px 0 20px 0;
}

.thrColFixHdr #sidebar2 #box.staff img{
	float: left;
	border-top:1px solid #99ACCA;
	margin: 0px 10px 0 0;
}

.thrColFixHdr #sidebar2 #box.staff div{
	clear: both;
	margin: 20px 0 0 10px;
}
