@charset "UTF-8";
html {
	height: 100%;
}
body {
	font: 100%/1.4 Tahoma, Arial, Helvetica, sans-serif;
	background: url(images/page_back.jpg) #000;
	margin: 0;
	padding: 0;
	color: #ab763f;
	height: 100%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #e7b37b;
}
p {
	font-size: 14px;
	line-height: 18px;
}
a img { 
	border: none;
}
a:link {
	color: #e7b37b;
	text-decoration: underline;
}
a:visited {
	color: #ab763f;
	text-decoration: underline;
}
a:hover {
	color: #ab763f; 
	text-decoration: none;
}
.container {
	width: 1240px;
	margin: 0 auto; 
	height: 100%;
}



/* ~~ These are the columns for the layout. ~~ */
.sidebar1 {
	position: relative;
	float: left;
	width: 432px;
	height: 100%;
}
.content {
	position: relative;
	padding: 0;
	width: 806px;
	float: right;
	height: 100%;
	min-height: 1122px;
	border-left: solid 2px #4b2b11;
}



/* DIVS */

.logo {
	background: url(images/vintage_fine_homes_logo.png);
	width: 432px;
	height: 195px;
	position: absolute;
	left: 0px;
	top: 170px;
}
.logo img {
	display: none;
}
.sidebar_content {
	position: absolute;
	top: 728px;
	left: 13px;
	width: 377px;
}
.main_content {
	position: absolute;
	top: 760px;
	left: 30px;
	width: 520px;
}




/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

/* ~~ The navigation list styles ~~ */
ul.nav {
	position: absolute;
	top: 431px;
	right: 0px;
	width: 272px;
	list-style: none;
	padding: 0 14px 0 0;
}
ul.nav li {
	height:	30px;
}
ul.nav a, ul.nav a:visited { 
	display: block;
	text-align: right;
	width: 272px;
	text-decoration: none;
	background: #000;
	color: #ab763f;	
	height: 25px;
	padding: 0 14px 0 0;
	line-height: 26px;
}
ul.nav a:hover {
	background: #ae3b15;
	color: #e7b37b;
}

/* ~~ NAV  POPOUTS ~~ */
ul.nav_popouts {
	position: absolute;
	top: 431px;
	left: 0px;
	width: 272px;
	list-style: none;
	padding: 0 0 0 0;
}
ul.nav_popouts li {
	height:	30px;
}
ul.nav_popouts a, ul.nav_popouts a:visited { 
	display: block;
	text-align: left;
	width: 252px;
	text-decoration: none;
	background: #000 url(images/nav_pop_back.jpg);	
	height: 25px;
	padding: 0 0 0 30px;
	line-height: 26px;
	color: #fff;
}
ul.nav_popouts a:hover {
	color: #e7b37b;
}
.pop_hidden {
	visibility: hidden;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}






/* SIDEBAR SLIDER */
/* root element for scrollable */
.scroll_vertical { 	
	height: 100%;
	width: 275px;
	min-height: 1042px;
	border-right: solid 2px #4b2b11;
}


/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 275px;
	height: 100%;
	min-height: 1042px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 275px;
	height: 100%;
	min-height: 1042px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	width: 231px;
	height: 195px;
	list-style: none;
}
#scroller {
	margin: 0 22px;
	padding: 0;
}