@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	background: #937650;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

div.Table_01 {
	position:relative;
	background: #937650 url(images/pg_bg.png) 25px 0 repeat-y;
	left:0px;
	top:0px;
	width:1024px;
	height:788px; /* Adjust this value to make the Table fit the Content and Menus properly */
	border: 0px solid #FF0000;
	z-index: 1;
}

/*=========================================*/
/* START @Header Section ==================*/
/*=========================================*/
div.header-top {
	position:absolute;
	background: url(images/header_top.png) 0 0 no-repeat;
	left:35px;
	top:0px;
	width:963px;
	height:29px;
	z-index: 60;
}

/*=========================================*/
/* START @Icon Group Section ==============*/
/*=========================================*/
div.icons {
	position:relative;
	left:900px;
	top:10px;
	width:104px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.home-icon {
	position:absolute;
	background: url(images/home_icon.png) 0 0 no-repeat;
	left:0px;
	top:0px;
	width:18px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.contact-icon {
	position:absolute;
	background: url(images/contact_icon.png) 0 0 no-repeat;
	left:25px;
	top:0px;
	width:18px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.about-icon {
	position:absolute;
	background: url(images/about_icon.png) 0 0 no-repeat;
	left:50px;
	top:0px;
	width:18px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

/*=========================================*/
/* START @Header Row 1 Section ============*/
/*=========================================*/
div.header-r101 {
	position:absolute;
	background: url(images/header_r101.png) 0 0 no-repeat;
	left:35px;
	top:29px;
	width:228px;
	height:103px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.header-r102 {
	position:absolute;
	background: url(images/header_r102.png) 0 0 no-repeat;
	left:35px;
	top:132px;
	width:228px;
	height:135px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	font-style:italic;
	color:#937650;
	padding:0 0 0 15px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.header-r103 {
	position:absolute;
	background: url(images/header_r103.png) 0 0 no-repeat;
	left:263px;
	top:29px;
	width:128px;
	height:238px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.header-r104 {
	position:absolute;
	background: url(images/header_r104.png) 0 0 no-repeat;
	left:391px;
	top:29px;
	width:133px;
	height:238px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.header-r105 {
	position:absolute;
	background: url(images/header_r105.png) 0 0 no-repeat;
	left:524px;
	top:29px;
	width:132px;
	height:238px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.header-r106 {
	position:absolute;
	background: url(images/header_r106.png) 0 0 no-repeat;
	left:656px;
	top:29px;
	width:133px;
	height:238px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.header-r107 {
	position:absolute;
	background: url(images/header_r107.png) 0 0 no-repeat;
	left:789px;
	top:29px;
	width:128px;
	height:238px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.header-r108 {
	position:absolute;
	background: url(images/header_r108.png) 0 0 no-repeat;
	left:917px;
	top:29px;
	width:81px;
	height:238px;
	z-index: 60;
}

/*=========================================*/
/* START @Header Row 2 Section ============*/
/*=========================================*/
div.header-r201 {
	position:absolute;
	background: url(images/header_r201.png) 0 0 no-repeat;
	left:172px;
	top:267px;
	width:91px;
	height:273px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.header-r202 {
	position:absolute;
	left:263px;
	top:267px;
	width:654px;
	height:273px;
	z-index: 40;
	border: 0px solid #FF0000;
}

div.header-r203 {
	position:absolute;
	background: url(images/header_r203.png) 0 0 no-repeat;
	left:917px;
	top:267px;
	width:81px;
	height:273px;
	z-index: 60;
	border: 0px solid #FF0000;
}

/*=========================================*/
/* START @Property Image ==================*/
/*=========================================*/
div.prop-img {
	position:absolute;
	left:172px;
	top:29px;
	width:826px;
	height:511px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	z-index: 50;
	border: 0px solid #FF0000;
}

/*=========================================*/
/* START @Menu Section ====================*/
/*=========================================*/
div.menu-section {
	position:relative;
	left:35px;
	top:245px; /* Adjust this value to move the entire Main Menu Section up or down */
	width:137px;
	height:37px;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.menu-header {
	position:relative;
	background: url(images/menu_header.png) 0 0 no-repeat;
	left:0px;
	top:0px;
	width:137px;
	height:55px;
	border: 0px solid #FF0000;
}

div.menu {
	position:relative;
	left:0px;
	top:0px;
	width:137px;
	height:auto;
	border: 0px solid #FF0000;
}

div.menu-item {
	position:relative;
	left:0px;
	top:-15px;
	width:137px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	border: 0px solid #FF0000;
}

div.hdiv-01 {
	position:relative;
	background: url(images/hdiv_01.png) 0 0 no-repeat;
	left:0px;
	width:137px;
	height:9px;
	z-index:70;
	border: 0px solid #FF0000;
}

/*=========================================*/
/* START @Agent Section ===================*/
/*=========================================*/
div.agent-section {
	position:relative;
	left:35px;
	top:388px; /* Adjust this value to move the entire Real Estate Menu Section up or down */
	width:137px;
	height:auto;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.agent-header {
	position:absolute;
	background: url(images/agent_header.png) 0 0 no-repeat;
	left:0px;
	top:0px;
	width:137px;
	height:55px;
	border: 0px solid #FF0000;
}

div.agent-menu {
	position:relative;
	left:0px;
	top:55px;
	width:137px;
	height:auto;
	border: 0px solid #FF0000;
}

div.agent-menu-item {
	position:relative;
	left:0px;
	top:-15px;
	width:137px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	z-index:70;
	border: 0px solid #FF0000;
}

div.agent-frame {
	position:relative;
	background: url(images/agent_frame.png) 0 0 no-repeat;
	left:0px;
	top:-10px;
	width:137px;
	height:110px;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.agent-img {
	position:relative;
	left:13px;
	top:-120px;
	width:110px;
	height:110px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.agent-name {
	position:relative;
	left:0px;
	top:-120px;
	width:137px;
	height:18px;
	text-align:center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	border: 0px solid #FF0000;
}

div.agent-number {
	position:relative;
	left:0px;
	top:-120px;
	width:137px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	border: 0px solid #FF0000;
}

div.agent-email {
	position:relative;
	left:0px;
	top:-120px;
	width:137px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	border: 0px solid #FF0000;
}

div.agent-logo {
	position:relative;
	left:0px;
	top:-115px;
	width:137px;
	height:110px;
	border: 0px solid #FF0000;
}

/*=========================================*/
/* START @Links Section ===================*/
/*=========================================*/
a:link {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	text-decoration:none;
}

a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	text-decoration:none;
}

a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	text-decoration:underline;
}

a.menuLink:link {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.menuLink:visited {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.menuLink:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

a.iLink:link {
	font-size:14px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:none;
}

a.iLink:visited {
	font-size:14px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:none;
}

a.iLink:hover {
	font-size:14px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:underline;
}

a.pLink:link {
	font-size:12px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:none;
}

a.pLink:visited {
	font-size:12px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:none;
}

a.pLink:hover {
	font-size:12px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:underline;
}

/*=========================================*/
/* START @Top Section =====================*/
/*=========================================*/
div.home-linl {
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

/*=========================================*/
/* START @Scroll Section ==================*/
/*=========================================*/
div.scrolls-section {
	position:absolute;
	left:172px;
	top:500px;
	width:826px;
	height:186px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.lscroll-top {
	position:relative;
	background: url(images/lscroll_top.png) 0 0 no-repeat;
	left:0px;
	top:0px;
	width:91px;
	height:40px;
	border: 0px solid #FF0000;
}

div.lscroll-btm {
	position:absolute;
	background: url(images/lscroll_btm.png) 0 0 no-repeat;
	left:0px;
	top:40px;
	width:91px;
	height:24px;
	border: 0px solid #FF0000;
}

div.lside-inner {
	position:absolute;
	left:0px;
	top:40px;
	width:91px;
	height:161px;
	border: 0px solid #FF0000;
}

div.scroll-bars {
	position:absolute;
	background: url(images/scroll_bars.png) 0 0 no-repeat;
	left:91px;
	top:0px;
	width:654px;
	height:40px;
	border: 0px solid #FF0000;
}

div.rscroll-top {
	position:absolute;
	background: url(images/rscroll_top.png) 0 0 no-repeat;
	left:745px;
	top:0px;
	width:81px;
	height:40px;
	border: 0px solid #FF0000;
}

div.rscroll-btm {
	position:absolute;
	background: url(images/rscroll_btm.png) 0 0 no-repeat;
	left:745px;
	top:40px;
	width:81px;
	height:24px;
	border: 0px solid #FF0000;
}

div.rside-inner {
	position:absolute;
	left:745px;
	top:64px;
	width:81px;
	height:162px;
}

/*=========================================*/
/* START @Text Section ====================*/
/*=========================================*/
div.txt-content {
	position:absolute;
	left:91px;
	top:40px;
	width:654px;
	height:186px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#2a0e00;
	padding:5px;
	z-index: 70;
	border: 0px solid #FF0000;
}

/*=========================================*/
/* START @Right Side Section ==============*/
/*=========================================*/
div.rside {
	position:absolute;
	background: url(images/rside.png) 0 0 no-repeat;
	left:998px;
	top:0px;
	width:11px;
	height:766px;
}

/*=========================================*/
/* START @Video Player Section ============*/
/*=========================================*/
.video-screen {
	padding: 8px 5px;
	margin-left: 40px;
	margin-right: 20px;
	border: 3px solid #000000;
}

.content-video-bg {
	background-color: #000000;
	background-image: url('images/content-bg-video.gif');
	background-repeat: repeat;
	background-position: top;
}

.content-text-video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 15px 40px 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 19px;
}
