/* GENERAL STYLES */
/*
===========================================================================
MASTERSTYLE DAST 1.0
===========================================================================
*/
html, body
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #666;
	_overflow: hidden;
}

.white
{ color: white !important; }

h1, h2, h3, h4, h5, h6
{ padding: 0; margin: 0; }

p { padding: 0; margin: 0; }
a { color: #ff9900; }
/*a { color: #6c6c6c; }*/


#wrapper
{
	margin-top: 5%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

#wrapperouter
{
	margin: 0 auto;
	width: 942px;
}

#wrapperleft
{
	width: 243px;
	min-height: 510px;
	float: left;
	text-align: left;
	color: #fff;
	vertical-align: top;
	background-color: #868789;
	display: block;
}

#wrapperright
{
	width: 679px;
	float: right;
	text-align: left;
	vertical-align: top;
	display: block;
}

#wrapperright #wrappercontent
{
	position:relative;
	top:56px;	
	width: 659px;
	min-height: 505px;
	vertical-align: top;
	text-align: left;
}




/*
===========================================================================
MENY
===========================================================================
*/
#wrapperhead
{
	padding-left: 273px;
	width: 669px;
	height: 25px;
	border-top: solid 14px #c9cc35;
	background-color: #868789;
	text-align: left;
}

#wrapperhead .item, 
#wrapperhead .item:hover
{
	margin-top: 5px;
	padding: 0 10px 0 10px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	border-left: solid 1px #fff;
}

#wrapperhead .item:hover
{ color: #000; }

#wrapperhead .item.begin	{ border-left: none 0 !important; }
#wrapperhead .item.end		{ border-right: none 0 !important; }




/*
===========================================================================
CONTENT
===========================================================================
*/
h1.rightHeading
{
	margin-bottom:10px;
}
/*
===========================================================================
IMAGES
===========================================================================
*/
.imagebuttons
{
	width: 150px;
	height: 100px;
	padding: 5px;
	margin: 10px 10px 10px 0; 
}


/*
===========================================================================
HOUSELISTING
===========================================================================
*/
#wrapperhouselist
{
	padding: 5px;
	min-height: 450px;
	height: 450px;
	overflow: visible;
	background: url('/Images/Logo_02.gif') no-repeat top left;
	color: #fff;
}

#wrapperhouselist ul
{
	margin: 0;
	padding: 5px;
	list-style-type: none;
	_list-style-image: url('/Images/Icons/houseBullet.gif');
	list-style-position: outside;
}

#wrapperhouselist ul li
{
	height: 31px;
	background: url('/Images/button_01.gif') no-repeat top left;
	display: inline-block;
}

#wrapperhouselist ul li a
{
	padding: 7px 0 0 10px;
	width: 213px;
	height: 25px;
	background: url('/Images/button_02.gif') no-repeat top right;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #6c6c6c;
}

#wrapperhouselist ul li a:hover
{ text-decoration: underline; }

/*
============================================================================
SUBLISTING
============================================================================
*/
#wrapperSubList
{
	padding: 5px;
	min-height: 450px;
	height: 450px;
	overflow: visible;
	background: url('/Images/Logo_02.gif') no-repeat top left;
}

#wrapperSubList ul
{
	margin: 0;
	padding: 5px;
	list-style-type: none;
	_list-style-image: url('/Images/Icons/houseBullet.gif');
	list-style-position: outside;
}

#wrapperSubList ul li
{
	height: 31px;
	background: url('/Images/button_01.gif') no-repeat top left;
	display: inline-block;
}

#wrapperSubList ul li a
{
	padding: 7px 0 0 10px;
	width: 213px;
	height: 25px;
	background: url('/Images/button_02.gif') no-repeat top right;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#wrapperSubList ul li a:hover
{ text-decoration: underline; }
/*
===========================================================================
HOUSE IMAGES
===========================================================================
*/
#houseImageLarge
{
	margin-top:20px;
}
#houseImageLarge img 
{
	border: solid 1px #afb2b5;
	padding:5px;
}
#houseImagesThumbs
{
	margin-top:10px;
	margin-left:-6px;	
	margin-right:-7px;
}
#houseImagesThumbs img
{
	margin-top:10px;
	border: solid 1px #afb2b5;
	margin:7px;
	margin-left:6px;
}
/*
============================================================================
SHADOWFRAME
============================================================================

.shadow
{
	background: transparent url('/Images/shadow_bg1.gif') no-repeat bottom right;
	float: left;
}

.shadow .top
{
	background: transparent url(/Images/shadow_top.gif) no-repeat top right;
	float: left;
}

.shadow .top .bottom
{
	background: transparent url(/Images/shadow_bottom.gif) no-repeat bottom left;
	float: left;
}

*/
/*
============================================================================
FOOT
============================================================================
*/
#wrapperfoot
{
	padding-left: 273px;
	padding-top: 7px;
	width: 669px;
	height: 24px;
	font-family: Verdana;
	font-size: 1em;
	background-color: #c9cc35;
	display: block;
	clear: both;
}


/*
============================================================================
HACKS & QUIRKS
============================================================================
*/
.clear { padding: 0; margin: 0; border: none 0; border-collapse: collapse; clear: both; }

/* EDITOR PROPERTIES */
