@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6e71;
	line-height: 16px;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #6e6e71;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6e6e71;
}
a:hover {
	text-decoration: underline;
	color: #BFD730;
}
a:active {
	text-decoration: none;
	color: #BFD730;
}
.header1 {
	font-size: 13px;
	color: #BFD730;
}
.header2 {
	font-size: 14px;
	color: #6e6e71;
}
.header2 a:link {
	text-decoration: none;
	color: #BFD730;
}
.header2 a:visited {
	text-decoration: none;
	color: #BFD730;
}
.header2 a:hover {
	text-decoration: underline;
	color: #BFD730;
}
.header2 a:active {
	text-decoration: none;
	color: #BFD730;
}
.address {
	font-size: 11px;
	color: #6e6e71;
}
.subheader {
    font-size: 12px;
    color: #6e6e71;
}
.sidenav {
	font-size: 12px;
	color: #6e6e71;
}
.sidenav-selected {
	font-size: 12px;
	color: #BFD730;
}
.sidenav a:link {
	text-decoration: none;
	color: #6e6e71;
}
.sidenav a:visited {
	text-decoration: none;
	color: #6e6e71;
}
.sidenav a:hover {
	text-decoration: none;
	color: #BFD730;
}
.sidenav a:active {
	text-decoration: none;
	color: #BFD730;
}
.sidenavsmall {
	font-size:10px;
	color:#6e6e71;
	line-height:10px;
	text-decoration:none;
	padding-left:20px;
}
.sidenavsmall-selected {
	font-size: 10px;
	color: #BFD730;
        padding-left:20px;
}
.sidenavsmall a:link {
	color:#6e6e71;
	text-decoration:none;
}

.sidenavsmall a:hover {
	color:#BFD730;
	text-decoration:none;
}


.sidenavsmall a:active {
	color:#BFD730;
	text-decoration:none;
}
.dot1 {
	border-bottom:1px dotted #6e6e71;
}
.dot2 {
	border:1px dotted #6e6e71;
	padding:8px 8px 8px 8px;
}
.dot3 {
	border-top:1px dotted #6e6e71;
}
.table {
         border:1px dotted #6e6e71;
}
.table tr {
         border:1px dotted #6e6e71;
}
.table td {
         border:1px dotted #6e6e71;
}
.gallery-header {
	font-size: 12px;
	color: #6e6e71;
}
.price {
	font-size: 17px;
	color: #6e6e71;
}
.footer {
	font-size:9px;
	color:#c7c8ca;
}
.caption {
   font-size:9px;
   color:#6e6e71;
}
.sold {
    font-size:18px;
    color: #BFD730;
    font-weight:bold;
}

/* BEGIN Content Slider */

.contentslide{
	width: 648px;
	height: 472px;
}

.contentslide .contentdiv{
	display: none;
}

.contentslide2{
	width: 432px;
	height: 278px;
}

.contentslide2 .contentdiv{
	display: none;
}

.pagination{
	width: 648px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding: 0px;
	text-decoration:none;
}

.pagination2{
	width: 432px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding: 0px;
	text-decoration:none;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 648px; /*IE5 width*/
	w\idth: 648px; /*IE6 width*/
}

.pagination a {
	padding:2px 5px 2px 5px;
	text-decoration: none; 
	color: #999999;
	background-color: white;
	border:#CCCCCC 1px solid;
	text-decoration:none;
}

.pagination2 a {
	padding:2px 5px 2px 5px;
	text-decoration: none; 
	color: #999999;
	background-color: white;
	border:#CCCCCC 1px solid;
	text-decoration:none;
}

.pagination a:hover, .pagination a.selected{
	padding:2px 5px 2px 5px;
	color: #FFFFFF;
	background-color: #BFD730;
	border:#CCCCCC 1px solid;
	text-decoration:none;
}


.pagination2 a:hover, .pagination2 a.selected{
	padding:2px 5px 2px 5px;
	color: #FFFFFF;
	background-color: #BFD730;
	border:#CCCCCC 1px solid;
	text-decoration:none;
}

.pagination a:link {
	text-decoration: none;
}
.pagination a:visited {
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination a:active {
	text-decoration: none;
}

/* END Content Slider */


.selectedanchor{ 
background: white;
}


.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px #BFD730;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px #BFD730;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: white;
color: #BFD730;
}



.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/*Modal Window CSS*/
.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #BFD730;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=60);
opacity: 0.6;
}

.dhtmlwindow{
position: absolute;
border: 0px #BFD730;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 12px Arial;
background-color: #9d9fa2;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: 0px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: opx;
background-color: white;
color: #9d9fa2;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid gray;
background-color: #9d9fa2;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}