/*div { border: 1px solid #999999; }*/

body, html {
	/*behavior: url(inc/csshover3.htc);*/
	background-color: #000000;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
	line-height:18px;
}

a
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	outline: none;
	text-decoration: underline;
}
a:link, a:visited
{
    color: #BF9B4E;
    text-decoration: underline;
}
a:hover, a:active
{
	color:#FFECC3; /*#C39F50;*/
	text-decoration: underline;
}
a.button:link, a.button:visited, a.button:hover, a.button:active
{
    color:#BF9B4E;
    cursor:pointer;
    text-decoration:none;
    outline:none;
}
a.button img
{
    border:none;
    vertical-align:middle;
    text-decoration:none;
}
a.button:link span, a.button:visited span
{
    text-decoration:none;
}
a.button:hover span, a.button:active span
{
    text-decoration:underline;
}
.clear-me, .clear
{
	clear: both;
}

h2 {
	color: #C5A051;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
h3
{
    font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:12px;
    font-weight:bold;
    margin:5px 0;
}


/*---LAYOUT---*/

a.partners 
{
    background-image: url(/images/Ads/partners_btn.jpg);
	background-repeat:no-repeat;
	height: 57px;
	margin: 20px 0px;
	width: 200px;
	display:block;
}

a.partners:hover 
{
    background-image: url(/images/Ads/partners_hover.jpg);
		display: block;
}

#header {
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	height: 174px;
	width: 100%
}

	.HeaderContainer {
		height: 139px;
		margin: 0px auto;
		width: 920px;
		position:relative;
	}
	#logo {
		background-image: url(/images/header-logo.png);
		background-repeat: no-repeat;
		height: 139px;
		margin: 0px auto;
		width: 920px;
	}

	#logo-animated {
		background-image: url(/images/header-logo-2.png);
		background-repeat: no-repeat;
		height: 139px;
		margin: 0px auto;
		width: 920px;
	}

	#animated-logo {
		margin: auto;
		padding-top: 6px;
		width: 500px;
	}
	
		#logo-a {
			display: block;
			height: 139px;
			width: 920px;
		}
	
	#top-navigation {
		height: 35px;
		margin: auto;
		width: 920px;
	}
	
		#top-navigation ul {
			list-style: none;
			width: 920px;
			height:35px;
			margin: 0px;
			padding: 0px;
		}
	
		#top-navigation ul li {
			display: block;
			float: left;
		}
	
		#top-navigation ul a {
			display: block;
			height: 35px;
		}
	
			#top-navigation #one {
				background-image: url(/images/nav-home.png);
				background-repeat: no-repeat;
				width: 87px;
			}
	
				#top-navigation #one a:hover {
					background-image: url(/images/nav-home_hover.png);
					background-repeat: no-repeat;
				}
	
			#top-navigation #two {
				background-image: url(/images/nav-find-an-agent.png);
				background-repeat: no-repeat;
				width: 173px;
			}
	
				#top-navigation #two a:hover {
					background-image: url(/images/nav-find-an-agent_hover.png);
					background-repeat: no-repeat;
				}
	
			#top-navigation #three {
				background-image: url(/images/nav-relocation.png);
				background-repeat: no-repeat;
				width: 105px;
			}
	
				#top-navigation #three a:hover {
					background-image: url(/images/nav-relocation_hover.png);
					background-repeat: no-repeat;
				}
	
			#top-navigation #four {
				background-image: url(/images/nav-property-mngmt.png);
				background-repeat: no-repeat;
				width: 190px;
			}
	
				#top-navigation #four a:hover {
					background-image: url(/images/nav-property-mngmt_hover.png);
					background-repeat: no-repeat;
				}
	
			#top-navigation #five {
				background-image: url(/images/nav-comm-services.png);
				background-repeat: no-repeat;
				width: 175px;
			}
	
				#top-navigation #five a:hover {
					background-image: url(/images/nav-comm-services_hover.png);
					background-repeat: no-repeat;
				}
	
			#top-navigation #six {
				background-image: url(/images/nav-about-rog.png);
				background-repeat: no-repeat;
				width: 190px;
			}
	
				#top-navigation #six a:hover {
					background-image: url(/images/nav-about-rog_hover.png);
					background-repeat: no-repeat;
				}
/* sub nav */
ul.SubNav
{
    margin:0;
    padding:0;
    list-style:none;
    font-size:12px;
    line-height:24px;
}
ul.SubNav li a
{
    display:block;
    padding-left:20px;
    background:url(/images/navArrow_link.png) no-repeat left 8px;
}
ul.SubNav li a:link, ul.SubNav li a:visited
{
    color:#be9f54;
    text-decoration:none;
}
ul.SubNav li a:hover, ul.SubNav li a:active
{
    color:#be9f54;
    text-decoration:underline;
}
ul.SubNav li a.active
{
    color:#ffecc3;
    background:url(/images/navArrow_active.png) no-repeat left 8px;
    text-decoration:none;
}
ul.SubNav li a.button
{
    text-decoration:none;
}
ul.SubNav li a img
{
    vertical-align:middle;
}
		
#body-container {
	background-image: url(/images/body-bg-repeat.png);
	background-repeat: repeat-y;
	margin: 20px auto;
	width: 920px;
}

#body-container-inside {
	background-image: url(/images/body-inside-bg-repeat.png);
	background-repeat: repeat-y;
	margin: 20px auto;
	width: 920px;
}

	#left-column {
		/*background-color: #262626;*/
		float: left;
		padding: 0px 20px 20px 20px;
		width: 200px;
	}
	
		#left-nav {
			color: #FFECC3;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 24px;
			list-style: none;
			margin: 20px 0px 0px 0px;
			padding: 0px;
		}
	
		#left-nav a {
			display: block;
			height: 25px;
		}
	
		#left-nav li {
			border-bottom: 1px solid #5C5C5C;
			list-style: none;
			height: 25px;
			margin-top: 8px;
			padding-bottom: 8px;
		}
	
			#left-nav #one {
				background-image: url(/images/navleft-listings-for-sale.png);
				background-repeat: no-repeat;
			}
	
				#left-nav #one a:hover {
					background-image: url(/images/navleft-listings-for-sale_hover.png);
					background-repeat: no-repeat;
				}
	
			#left-nav #two {
				background-image: url(/images/navleft-listings-for-rent.png);
				background-repeat: no-repeat;
			}
	
				#left-nav #two a:hover {
					background-image: url(/images/navleft-listings-for-rent_hover.png);
					background-repeat: no-repeat;
				}
	
			#left-nav #three {
				background-image: url(/images/navleft-search.png);
				background-repeat: no-repeat;
			}
	
				#left-nav #three a:hover {
					background-image: url(/images/navleft-search_hover.png);
					background-repeat: no-repeat;
				}
	
			#left-nav #four {
				background-image: url(/images/navleft-get-an-evaluation.png);
				background-repeat: no-repeat;
			}
	
				#left-nav #four a:hover {
					background-image: url(/images/navleft-get-an-evaluation_hover.png);
					background-repeat: no-repeat;
				}
	
			#left-nav #five {
				background-image: url(/images/navleft-email-updates.png);
				background-repeat: no-repeat;
				border-bottom: none;
			}
	
				#left-nav #five a:hover {
					background-image: url(/images/navleft-email-updates_hover.png);
					background-repeat: no-repeat;
				}

	#middle-column {
		float: left;
		margin: 0 20px 0 20px;
		width: 400px;
	}
	
		#image-banner {
			margin: 0px 0px 30px 0px;
		}
		
		#middle-luxury-logo {
			float: left;
			width: 141px;
		}
		
		#middle-text {
			float: right;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 12px;
			line-height: 17px;
			margin-right: 10px;
			width: 230px;
		}
		
		#title-featured-properties {
			margin: 30px 0px 0px 0px;
		}
		
		#block-featured-properties {
			margin: 10px 0px 0px 0px;
		}
		
		#middle-search-link {
			margin: 20px 0px 0px 10px;
		}
		
		#middle-search-link a {
			font-size: 14px;
		}
		
	#middle-column-inside {
		/*background-image: url(/images/middle-column-inside-bg.png);
		background-repeat: repeat-x;*/
		background:#000;
		border: 1px solid #625843;
		float: left;
		margin: 0px 0px 0px 20px;
		padding: 15px;
		width: 628px;
		min-height:1300px;
	}
	
		.linkGoldBold {
			color: #C4A051;
			font-size: 11px;
			font-weight: bold;
		}
		
		.linkGold {
			color: #C4A051;
			text-decoration: none;
		}
		.linkGold:hover {
			color: #ffffff;
		}
		#inside-relation-page-title
		{
		    padding-bottom:10px;
			border-bottom: 1px solid #473A1E;
			color: #C4A051;
			float: left;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 36px;
			/*height: 70px;*/
			margin:0;
			width: 400px;
			/*background: url("/images/relocation/LeadingRE_horizontal.png") no-repeat bottom left;*/
		}
		
		#inside-relation-page-title a{
			text-decoration: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 36px;
		}
	
		#inside-page-title {
			border-bottom: 1px solid #473A1E;
			color: #C4A051;
			float: left;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 36px;
			height: 50px;
			margin: 0px 0px 20px 0px;
			width: 400px;
		}
		
		#inside-right-sidebar {
			float: right;
			width: 220px;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 12px;
		}
		
			#inside-right-image {
				border: 1px solid #625843;
				height: 250px;
				padding: 8px;
				width: 200px;
			}
		
		#inside-page-text {
			/*float: left;*/
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 12px;
			margin-top: 15px;
			width: 380px;
		}
		#inside-page-text h3
		{
		    margin: 20px 0 0;
		}
		#inside-page-text h3 .linkGoldBold
		{
		    font-size:12px;
		}
		#inside-page-text p
		{
		    margin: 5px 0;
		}
		
			#inside-page-text a {
				color: #C4A051;
				font-size: 12px;
			}
		
			#inside-page-text .news-link {
				color: #0091FF !important;
				font-size: 10px !important;
			}
			
			#news-link {
				color: #ffffff !important;
				text-decoration: none !important;
			}
			
			.news-link-copy {
				margin-top: -10px !important;
			}
		
		.inside-content-list {
			padding: 0px 0px 0px 15px;
			margin: 10px 0px 0px 0px;
		}
		
			.inside-content-list li {
				margin: 0px 0px 5px 0px;
			}
			
		#inside-sidebar-content {
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 16px;
			margin: 30px 0px 0px 0px;
			text-align: center;
		}
			
			#inside-sidebar-content a {
				font-size: 14px;
			}
			
			

	#right-column {
		/*background-color: #262626;*/
		float: right;
		padding: 0px 5px 5px 5px;
		width: 226px;
	}
	
#footer {
	margin: 0 0 50px 0;
	width: 100%;
}

	#footer a {
		color: #ffffff;
		font-size:10px;
		text-decoration: none;
	}

	#footer a:hover {
		color: #C4A051;
		text-decoration: underline;
	}

	#footer-agent-link {
		color: #C4A051 !important;
		text-decoration: none;
	}

	#gold-bar {
		background-color: #C4A051;
		height: 6px;
		margin: auto;
		width: 100%;
	}
	
	#footer-info {
		margin: 10px auto;
		width: 920px;
	}
	
		#footer-logos {
			float: left;
		}
		
		#footer-copyright {
			color: #C4A051;
			float: left;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 12px;
			margin-left: 20px;
		}
		
		#footer-links {
			float: left;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 12px;
		}
		
		#footer-inc-500 {
			float: right;
			width: 100px;
		}
.columnMiddle
{
    width:400px;
    float:left;
}
.columnRight
{
    width:226px;
    float:right;
}
	
/* content styles */
.columnRight .ContentPanel
{
    margin-top:15px;
    font-family:Helvetica, Arial, Verdana, Sans-Serif;
    font-size:12px;
}
.columnRight .ContentPanel .head
{
    height:4px;
    background:url(/images/backgrounds/ContentSmallHead.png) no-repeat;
}
.columnRight .ContentPanel .body
{
    padding:5px 9px;
    background:url(/images/backgrounds/ContentSmallBody.png) repeat-y;
}
.columnRight .ContentPanel .foot
{
    height:4px;
    background:url(/images/backgrounds/ContentSmallFoot.png) no-repeat;
}
.ContentPanel .body h2
{
    margin-top:0;
}
.Panel200
{
    width:226px;
}
.Panel200 .head
{
    height:6px;
    background:url(/images/backgrounds/Panel200Head.png) no-repeat;
}
.Panel200 .body
{
    padding:0 10px;
    background:url(/images/backgrounds/Panel200Body.png) repeat-y;
}
.Panel200 .foot
{
    height:6px;
    background:url(/images/backgrounds/Panel200Foot.png) no-repeat;
}
	
	
/*---ELEMENTS---*/

.sidebar-block-title {
	margin: 20px 0px 0px 0px;
}

.sidebar-block-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0px 0px 2px;
}

.sidebar-block-text-sm {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0px 0px 2px;
}
	
#map-home-page {
	margin-top: 5px;
}

#logo-lrec {
	margin: 50px auto 5px auto;
	width: 126px;
}
	
#map-inside {
	margin: 0px auto 0px auto;
	width: 160px;
}
	
#logo-lrec-inside {
	margin: 25px auto 0px auto;
	width: 104px;
}

.sidebar-divider {
	border-bottom: 1px solid #5D5135;
	height: 1px;
	margin: auto;
	width: 100%;
}

#careers-home-page {
	background-image: url(/images/block-careers-home-page.png);
	height: 123px;
	margin: 20px 0px;
	width: 200px;
}

	#careers-home-page a {
		display: block;
		height: 123px;
	}

	#careers-home-page a:hover {
		background-image: url(/images/block-careers-home-page_hover.png);
		display: block;
	}

#careers-inside {
	background-image: url(/images/block-careers-inside.png);
	height: 55px;
	margin: 20px 0px;
	width: 200px;
}

	#careers-inside a {
		display: block;
		height: 55px;
	}

	#careers-inside a:hover {
		background-image: url(/images/block-careers-inside_hover.png);
		display: block;
	}

.sidebar-location-title {
	color: #C9A34F;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.sidebar-location-text {
	color: #C4A051;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

/* MyROG styles */
.ControlBar
{
    border: 1px solid #473A1E;
    height:32px;
    width: 98%;
    padding:0 10px;
    background:url(/images/backgrounds/bgControlBar.png) repeat-x;
    line-height:32px;
}

.linkAZ
{
    padding-left: 18px;
    background:url(/images/icons/AZ16.png) no-repeat center left;
    height:16px;
}

.linkCA
{
    padding-left: 18px;
    background:url(/images/icons/CA16.png) no-repeat center left;
    height:16px;
}

.linkNV
{
    padding-left: 18px;
    background:url(/images/icons/NV16.png) no-repeat center left;
    height:16px;
}

tr.ControlBar td
{
    height:18px;
    padding:3px 5px;
    background:#785E25 url(http://myrog.com/images/bgGoldGradient.png) repeat-x top center;
    color:#000;
    font-size:11px;
    line-height:18px;
}
.gold
{
    color:#e1ba67;
}
.gold-text
{
	color: #BF9B4E;
}
.GoldBar
{
    height:24px;
    line-height:24px;
    background:url(http://myrog.com/images/bgGoldGradient.png) center center repeat-x;
}
h1.GoldBar, h2.GoldBar, h3.GoldBar
{
    height:24px;
    margin:0;
    padding:0 5px;
    background:url(http://myrog.com/images/bgGoldGradient.png) center center repeat-x;
    color:#333;
    font-size:12px;
    line-height:24px;
}
.GoldBar h1, .GoldBar h2, .GoldBar h3
{
    margin:0;
    padding:0 5px;
    color:#333;
    font-size:12px;
    line-height:24px;
}

.bg-box-sm-top
{
	height: 4px;
}
.bg-box-sm-content
{
	background-image: url(http://myrog.com/images/bg-box-sm-bg.png);
	background-repeat: repeat-y;
	padding: 6px 10px 6px 10px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:12px;
}
.bg-box-sm-content h2
{
    margin-top:0;
}
.bg-box-sm-content a
{
    font-size:12px;
}
.bg-box-sm-bottom
{
    height:4px;
}
ul.bullets
{
    margin:0 15px;
    padding:5px 15px;
    color:#BF9B4E;
}
ul.bullets li
{
    margin:5px 0;
    padding:0;
}
ul.bullets a:link, ul.bullets a:visited
{
    color:#BF9B4E;
    text-decoration:none;
}
ul.bullets a:hover, ul.bullets a:active
{
    color:#BF9B4E;
    text-decoration:underline;
}
ul.arrows
{
    margin:0 15px;
    padding:5px 0;
    list-style:none;
    line-height:16px;   
}
ul.arrows li
{
    margin:5px 0;
    padding:0 0 0 20px;
    background:url(/images/liArrow.png) no-repeat left top;
    line-height:20px;
}
ul.icons
{
    margin:0;
    padding:10px;
    list-style:none;
}
ul.icons li
{
    margin:10px 0;
    padding:0;
}

/* ROG Table */
table.ROG
{
    width:100%;
    background:#111;
    border: 1px solid #473A1E !important;
    font-size:11px;
}
table.ROG thead tr th, table.ROG th
{
    padding:3px 4px;
    height:18px;
    background:#785E25 url(/images/bgGoldGradient.png) repeat-x top center;
    border:none;
    color:#000;
    font-weight:normal;
}
table.ROG th a
{
    color:#303030;
}
table.ROG tbody tr td
{
    padding:5px;
    line-height:16px;
    cursor:default;
    /*border-top:dashed 1px #333;*/
}
table.ROG tbody tr:first-child td
{
    border-top:solid 1px #333;
}
table.ROG tbody tr td:first-child
{
    border-left:solid 1px #333;
}
table.ROG tbody tr td:last-child
{
    border-right:solid 1px #333;
}
table.ROG tbody tr:last-child td
{
    border-bottom:solid 1px #333;
}
table.ROG tbody tr td
{
    
}
table.ROG tbody tr.row, table.ROG tbody tr.altrow
{
    height:auto;
}
table.ROG tbody tr.row
{
    background:#101010;
}
table.ROG tbody tr.altrow, table.ROG tbody tr.alt
{
    background:#202020;
}


/*--PROPERTY MANAGEMENT--*/
.sidebar-phone {
	color: #C9A34F;
	font-size: 28px;
}

/*--RELOCATION--*/
.GENXHwxNewStyle * {
	width: 0px;
}
.GENXHwxNewStyle {
	font-size: 9px !important;
	width: 210px !important;
}

.GENXHwxNewStyle table, .GENXHwxNewStyle table table, .GENXHwxNewStyle table table table, .GENXHwxNewStyle table table table table {
	width: 210px !important;
}

.GENXHwxNewStyle table {
	background: none;
	background-color: #FFFFFF;
	width: 210px !important;
}

.GENXHvertLinks {
	display: none;
}


/*--HOMEPAGE FEATURED PROPERTIES--*/
.IDX-showcaseWrapper {
	width: 400px;
}

	.IDX-showcaseDetails {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		overflow: hidden;
		padding: 0px 0px 15px 0px !important;
		width: 125px;
	}
	
	.IDX-showcasePhoto {
		/*float: left;*/
	}
	
		.IDX-showcasePhoto img {
			behavior: none !important;
			border: 1px solid #C4A051;
			height: 91px;
			width: 123px;
		}
	
	.IDX-showcasePrice {
		color: #C4A051;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		margin: auto;
		padding: 0px 0px 5px 0px !important;
		width: 85px;
	}
	
	.IDX-showcaseAddress {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		margin: auto;
		width: 125px;
	}
	
	.IDX-showcaseListingID {
		display: none !important;
	}

/*--SLIDESHOW CSS--*/
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:380px; display:none; padding:8px; border: 1px solid #625843;}
#wrapper * {margin:0; padding:0;}
#fullsize {position:relative; width:380px; height:180px; background:#000; background-image: url(/images/slideshow/1.jpg);}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px; display: none;}
#information p {padding:0 8px 8px; display: none;}
#image {width:380px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:180px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
	
	
	
	
	
