<?php 
	header("Content-type: text/css"); 
	
	require_once('../lib/CBrowser.awp');
   	$br = new CBrowser;
	
    if (strpos($br->UserAgent, 'Internet Explorer') === false 
		|| (strpos($br->UserAgent, 'Internet Explorer') === true && $br->Version >= 7))
		$pnghack = false;
    else
		$pnghack = true;
?>
/**************************************************************************************
*	Layout classes
***************************************************************************************/
/* background:url(/images/background-body-shadow-1.png) repeat-y top left; */

html, body
{
	/*height:100%;*/
}
body
{
	margin:0px;
	/* IE will not recognize auto marign without this */
	text-align:center;
	background:#ffffff url(/images/background-gradient-1.jpg) repeat-x top left;	
	font-family:Arial, Helvetica, sans-serif;
}
#pageOuterContainer
{
	margin:auto auto;
	width:860px;
	text-align: center;
	/*min-height: 100%;*/
	position: relative;
	background:url(/images/background-body-shadow-1.png) repeat-y top left;
}
/*IE treats height as min-height anyway*/
* html #pageOuterContainer
{
	height:100%;
} 
#pageInnerContainer
{
	width:850px;
	margin:auto auto;
	padding:0px;
}

#pageHeader
{
	padding:0px;
	margin:20px auto 0px auto;
	height:27px;
	width:850px;
}


/* Outer container for navigation */
#pageNav
{
	float: left;
	padding:2px 0 0 0;
	width: 200px;
	margin:0 0 20px 0;
}
#pageContent
{
	margin:0 0 0 200px;
	padding:4px 0 60px 8px;
	text-align:left;
}
#pageBodyContent
{
	padding:0px;
	margin:0px;
	text-align:left;
	background-color:#FFFFFF;
	/*background:#372f2c url(/images/background-pattern-2.gif) repeat top left;  */
}
#pageBodyContentRight
{
	padding:0px;
	/*margin-left: 250px;*/
	float:right;
	width:600px;
}
#pageBodyContentRight .hpTxt
{
	padding:10px 10px 10px 10px;
	display:table;
	width:580px;
}
#pageBodyContentLeft
{
	float:left;
	margin:0px;
	padding:5px;
	width:239px;
	background:url(/images/pageNavLeftBG-1.jpg) repeat top left;
	border-bottom:1px solid #898171;
	border-right:1px solid #898171;
}

#pageFooter
{
	margin:auto auto;
	/*min-height: 100%;*/
	position: relative;
}
/* unvisited link */
#pageFooter a:link 
{ 

	font-size: 11px;
	color: #f8f8f8; 
	text-decoration: none; 
	font-weight:normal;
}
/* visited link */
#pageFooter a:visited 
{

	font-size: 11px;
	color: #f8f8f8; 
	text-decoration: none; 
	font-weight:normal;
}
/* mouse over link */
#pageFooter a:hover 
{

	font-size: 11px;
	color: #61b6ff;
	text-decoration: none;
	font-weight:normal;
}
/* selected link */
#pageFooter a:active 
{

	font-size: 11px;
	color: #f8f8f8; 
	text-decoration: none; 
	font-weight:normal;
}
#pageFooter table
{
	margin:15px 15px 15px 15px;
	width:96%;
}
#pageFooter td
{
	text-align:left;
}
#pageFooter td.rmlsCopy
{
	font-size:10px;
	color:#9b945f;
	padding:20px 0px;
	text-align:left;
}
#pageFooter td.rmlsLogo
{
	text-align:center;
	padding-top:20px;
}
#pageFooter td.siteFooter
{
	width:205px;
}

/**************************************************************************************
*    Top Nav classes
***************************************************************************************/
/* Main nav button classes */
.topNavButtonOn
{
	padding:0px;
	margin:0px;
	text-align:center;
	width:75px;
	height:27px;	
	float:right;
	color:#ffffff;
	font-size:9px;
	background:url(/images/top-nav-button-over.gif) no-repeat top left;
	cursor:pointer;
}			 

.topNavButtonOff	
{
	padding:0px;
	margin:0px;
	text-align:center;
	width:75px;
	height:27px;	
	float:right;
	color:#ffffff;
	font-size:9px;
	background:url(/images/top-nav-button-off.gif) no-repeat top left;
	cursor:pointer;
}

.topNavButtonOver
{
	padding:0px;
	margin:0px;
	text-align:center;
	width:75px;
	height:27px;	
	float:right;
	color:#ffffff;
	font-size:9px;
	background:url(/images/top-nav-button-over.gif) no-repeat top left;
	cursor:pointer;
}

/**************************************************************************************
*    Left Nav classes
***************************************************************************************/
/* Main nav button classes */
.leftNavButtonOn
{
	padding:5px 0 0 5px;
	margin:0px;
	text-align:left;
	height:26px;	
	color:#ffffff;
	font-size:10px;
	background:#00CC66;
	cursor:pointer;
	border-bottom:1px solid #665b56;	
}			 

.leftNavButtonOff	
{
	padding:7px 0 0 5px;
	margin:0px;
	text-align:left;
	height:19px;	
	color:#fff;
	font-size:12px;
	background:#584b46;
	cursor:pointer;
	border-bottom:1px solid #665b56;
}

.leftNavButtonOver
{
	padding:7px 0 0 5px;
	margin:0px;
	text-align:left;
	height:19px;	
	color:#000;
	font-size:12px;
	background:#665b56;
	cursor:pointer;
	border-bottom:1px solid #665b56;	
}

/**************************************************************************************
*    Left Nav classes
***************************************************************************************/
input.btn
{
   color:#1a4784;
   font-size:84%;
   font-weight:bold;
   background-color:#fff;
   border:1px solid;
   border-top-color:#56616d;
   border-left-color:#56616d;
   border-right-color:#56616d;
   border-bottom-color:#56616d;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#fcfbef',EndColorStr='#699acb');
}

/**************************************************************************************
*	Global link classes
***************************************************************************************/
/* unvisited link */
a:link 
{ 
	font-size: 11px;
	text-decoration: none; 
	font-weight:normal;
	line-height:normal;
	color:#B93240;
}
/* visited link */
a:visited 
{
	font-size: 11px;
	text-decoration: none; 
	font-weight:normal;
	line-height:normal;
	color:#B93240;
}
/* mouse over link */
a:hover 
{
	font-size: 11px;
	text-decoration: none;
	border-bottom:1px dashed #61b6ff;
	font-weight:normal;
	line-height:normal;
	color:#BF696C;
}
/* selected link */
a:active 
{
	font-size: 11px;
	text-decoration: none; 
	font-weight:normal;
	line-height:normal;
	color:#B93240;
}
img
{
	border:none;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}


/**************************************************************************************
*	Global Header classes
***************************************************************************************/

h1
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 28px;
	font-weight: normal;
	line-height: 25px;
	text-transform:capitalize;
}

h2
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
}
a.h2:link 
{ 
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration:none;
}
/* visited link */
a.h2:visited 
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration:none;	
}
/* mouse over link */
a.h2:hover 
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: underline;
	border-bottom:none;	
}
/* selected link */
a.h2:active 
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration:none;
}
h3
{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
}
h4
{
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
}
h5
{

	font-size: 10px;
	font-weight: bold;
	padding:5px;
	margin:0px;
}

/**************************************************************************************
*	Global Paragraph Text Body and Lists classes
***************************************************************************************/
p
{

	font-size: 12px; 
	font-weight: normal;
	line-height:1.4em;
	text-align:left;
	margin:0px;
	padding:0px 2px 0px 2px;
}

ul 
{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

blockquote.withquote 
{
	text-align: justify;
	padding:10px;
	margin:0px;
	font-style:italic;
} 


table 
{
	margin:0px;
	padding:0px;
	border:none;
	font-size:12px;
	font-weight:normal;
	width:100%;
} 

td
{
	vertical-align:top;
}

td span
{
	font-size:10px;
}

/**************************************************************************************
*	Form Classes
***************************************************************************************/

form
{
	padding:0px;
	margin:0px;
	font-size: 12px; 
	font-weight: normal;
	line-height:1.4em;
	text-align:left;
}

form h2
{
	margin:10px 0px 10px 0px;
	padding:0px;
	border:none;
}

.textField
{
	width:300px;
	font-size: 12px;
	padding:2px 5px 2px 2px;
	border:1px solid #6d5f55;
	background:#fff;
}
.textField:focus
{
	background:#fff;
}
.textField:hover 
{
	background:#d1d1d1;
}
.commentBox
{
	background:#fff;
	width:300px;
	font-size: 12px;
	padding:2px 5px 2px 2px;
	border:1px solid #6d5f55;
	height:100px;
	color:#000000;
}
.commentBox:focus
{
	background:#fff;
	color:#000000;
}
.commentBox:hover 
{
	background:#d1d1d1;
	color:#000000;
}
.jumpBox
{
	background:#fff;
	font-size: 12px;
	border:1px solid #6d5f55;
}
.jumpBox:focus
{
	background:#fff;
}

.jumpBox:hover 
{
	background:#d1d1d1;
}
.jumpBoxTab
{
	padding:0px 0px 0px 10px;
}	

/**************************************************************************************
*	Chocolate Form Classes
***************************************************************************************/


.choco
{
	padding:0px;
	margin:0px;
	font-size: 12px; 
	font-weight: normal;
	line-height:1.4em;
	text-align:left;
}

.choco h2
{
	margin:10px 0px 10px 0px;
	padding:0px;
	border:none;
}

.choco .textField
{
	width:300px;
	font-size: 12px;
	padding:2px 5px 2px 2px;
	border:1px solid #6d5f55;
	background:#fff;
}
.choco .textField:focus
{
	background:#d1d1d1;
}
.choco .textField:hover 
{
	background:#d1d1d1;
}
.choco .commentBox
{
	width:300px;
	font-size: 12px;
	padding:2px 5px 2px 2px;
	border:1px solid #6d5f55;
	height:100px;
	background:#fff;
}
.choco .commentBox:focus
{
	background:#d1d1d1;
	color:#fff;	
}
.choco .commentBox:hover 
{
	background:#d1d1d1;
}
.choco .jumpBox
{
	background:#fff;
	font-size: 12px;
	border:1px solid #6d5f55;
}
.choco .jumpBox:focus
{
	background:#d1d1d1;
}

.choco .jumpBox:hover 
{
	background:#d1d1d1;
}
.choco .jumpBoxTab
{
	padding:0px 0px 0px 10px;
}	

/**************************************************************************************
*	Widget Classes
***************************************************************************************/
.widgetBox
{
	width:100%;
	margin:0px;
	padding:0px;
}

.widgetcon
{
	display:block;
}

.widgetcon *
{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#584b46;
}

.widgetcon1
{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #584b46;
	border-right:1px solid #584b46;
	background:#584b46;
}

.widgetcon2
{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #584b46;
	border-right:1px solid #584b46;
	background:#584b46;
}

.widgetcon3
{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #584b46;
	border-right:1px solid #584b46;
}

.widgetcon4
{
	border-left:1px solid #584b46;
	border-right:1px solid #584b46;
}

.widgetcon5
{
	border-left: 1px solid #584b46;
	border-right: 1px solid #584b46;
}

.widgetconfg
{
	background: #584b46;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}



.pageBodyContentLeftcon
{
	display:block;
}

.pageBodyContentLeftcon *
{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#665b56;
}

.pageBodyContentLeftcon1
{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #665b56;
	border-right:1px solid #665b56;
	background:#665b56;
}

.pageBodyContentLeftcon2
{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #665b56;
	border-right:1px solid #665b56;
	background:#665b56;
}

.pageBodyContentLeftcon3
{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #665b56;
	border-right:1px solid #665b56;
}

.pageBodyContentLeftcon4
{
	border-left:1px solid #665b56;
	border-right:1px solid #665b56;
}

.pageBodyContentLeftcon5
{
	border-left: 1px solid #665b56;
	border-right: 1px solid #665b56;
}

.pageBodyContentLeftconfg
{
	background: #665b56;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}

.pageBodyContentLeftconfg h4
{
	color:#000000;
}



.pageBodyContentRightcon
{
	display:block;
}

.pageBodyContentRightcon *
{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#f0ece3;
}

.pageBodyContentRightcon1
{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f0ece3;
	border-right:1px solid #f0ece3;
	background:#f0ece3;
}

.pageBodyContentRightcon2
{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #f0ece3;
	border-right:1px solid #f0ece3;
	background:#f0ece3;
}

.pageBodyContentRightcon3
{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #f0ece3;
	border-right:1px solid #f0ece3;
}

.pageBodyContentRightcon4
{
	border-left:1px solid #f0ece3;
	border-right:1px solid #f0ece3;
}

.pageBodyContentRightcon5
{
	border-left: 1px solid #f0ece3;
	border-right: 1px solid #f0ece3;
}

.pageBodyContentRightconfg
{
	background: #f0ece3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}

.pageBodyContentRightconfg h4
{
	color:#000000;
}


.pageBodyContentLeftMapcon
{
	display:block;
}

.pageBodyContentLeftMapcon *
{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#665b56;
}

.pageBodyContentLeftMapcon1
{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #665b56;
	border-right:1px solid #665b56;
	background:#665b56;
}

.pageBodyContentLeftMapcon2
{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #665b56;
	border-right:1px solid #665b56;
	background:#665b56;
}

.pageBodyContentLeftMapcon3
{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #665b56;
	border-right:1px solid #665b56;
}

.pageBodyContentLeftMapcon4
{
	border-left:1px solid #665b56;
	border-right:1px solid #665b56;
}

.pageBodyContentLeftMapcon5
{
	border-left: 1px solid #665b56;
	border-right: 1px solid #665b56;
}

.pageBodyContentLeftMapconfg
{
	background: #665b56;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}




.pageBodyContentLeftDarkcon
{
	display:block;
}

.pageBodyContentLeftDarkcon *
{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#534741;
}

.pageBodyContentLeftDarkcon1
{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #534741;
	border-right:1px solid #534741;
	background:#534741;
}

.pageBodyContentLeftDarkcon2
{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #534741;
	border-right:1px solid #534741;
	background:#534741;
}

.pageBodyContentLeftDarkcon3
{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #534741;
	border-right:1px solid #534741;
}

.pageBodyContentLeftDarkcon4
{
	border-left:1px solid #534741;
	border-right:1px solid #534741;
}

.pageBodyContentLeftDarkcon5
{
	border-left: 1px solid #534741;
	border-right: 1px solid #534741;
}

.pageBodyContentLeftDarkconfg
{
	background: #534741;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}

.pageBodyContentLeftDarkconfg h4
{
	color:#000000;
}



/**************************************************************************************
*	Listing Display Classes Homepage
***************************************************************************************/
	
.hpListings
{
	background-color:transparent;
	text-align:left;
	padding:2px;
	margin:4px;
	cursor:pointer;
	height:106px;
	width:275px;
}
.hpListings p
{
	font-size:12px;
	color:#fff2d6;
	line-height:normal;
	font-weight: normal;
	text-align:left;
	margin:0px;
	padding:4px;
}

.hpListings img
{
	width:126px;
	height:94px;
	margin:4px;
	border:1px solid #fff;
	float:left;
}

.hpListings div
{
	font-size:10px;
	background:#4683b8;
	color:#FFFFFF;
	width:75px;
	padding:2px;
	text-align:center;
}

.hpListingsOver
{
	background:url(/images/hpListingsOver-gradient-1.jpg) repeat-x top left;
	text-align:left;
	padding:2px;
	margin:4px;
	cursor:pointer;
	height:106px;
	width:275px;
}
.hpListingsOver p
{
	font-size:12px;
	color:#2a0f07;
	line-height:normal;
	font-weight: normal;
	text-align:left;
	margin:0px;
	padding:4px;
}

.hpListingsOver img
{
	width:126px;
	height:94px;
	margin:4px;
	border:1px solid #fff;
	float:left;
}

.hpListingsOver div
{
	font-size:10px;
	background:#fff;
	color:#4683b8;
	width:75px;
	padding:2px;
	text-align:center;
}


/**************************************************************************************
*	Listing Display Classes Results
***************************************************************************************/

.rpListings
{
	background:transparent;
	text-align:left;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
/*.rpListings p
{
	margin:0px;
	padding:0px 4px 0px 4px;
}
.rpListings span
{
	color:#fff;
}

.rpListingsImg
{
	width:126px;
	height:94px;
	margin-top:4px;
	float:left;
	border:1px solid #fff;
}*/

.rpListingsOver
{
	background:#4683b8;
	text-align:left;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
/*.rpListingsOver p
{
	margin:0px;
	padding:0px 4px 0px 4px;
}
.rpListingsOver span
{
	color:#fff;
}
.rpListingsOver h3
{
	color:#fff;
}
.rpListingsOver .rpListingsImg
{
	width:126px;
	height:94px;
	margin-top:4px;
	float:left;
	border:1px solid #fff;
}*/

/**************************************************************************************
*	Search page specific classes
***************************************************************************************/

/* Used to list cities on the search page */
.serachCitiesCon a
{
	display: block;
}


/**************************************************************************************
*	ALIB classes
***************************************************************************************/    
/* CDialog classes */

#CDialogOverlay
{
	/*background-image: url(images/CDialog/overlay.png);*/
	background-color: black;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40 )
	-moz-opacity: 0.4;
	opacity: 0.4
}

/* Outer dialog container */
.CDialogCon
{
	border:1px solid #4d4d4d;
	background-color:#8B9ECB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFF;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
}

/* Body container */
.CDialogBody
{ 
}

/* Title container */
.CDialogTitle
{
}
