/* ######### Global Formatting ######### */
html, body {
	margin: 0;
	padding: 0;
	/* background: url(../images/bkg2.jpg) repeat left top; header graphic on every page */
	background-color: #dfdfdf;
	font-family:  Helvetica, Geneva, Arial, sans-serif;
	font-size: 12pt;
	color: #000;
	text-weight:bold;
	height: 100%;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
}

h1 { font-size: 26pt; }

h2 { font-size: 20pt; }

h3 { font-size: 14pt; }

h4 { font-size: 10px; }

p, ul, ol {
	margin-top: 0;
	line-height: 1.5em;
	text-align: left;
}

a { color: #000; }

a:hover { color: #990000; 
		text-decoration: underline; }

a img {
	border: none;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}


/* ######### Auction Entry on Landing Page ######### */
.auction {
	margin-left: 10px;
	float:left;
	line-height: 1.5em;
	width: 764px;
	min-height:130px; /*mozilla*/
	height: auto !important; /*ie7*/
	height: 130px; /*ie6*/
	font-size: 12pt;
}

.auction img{
	float:left;
	margin-right: 10px;
}

#footer {
	padding-top: 12px;
}

/* ######### Page Layout CSS ######### */

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	/* border-right: 2px solid #000;
	border-bottom: 2px solid #000; */
	border: 1px solid #000;
}

#container {
	clear:left;
	float:left;
	width:980px;
	height: 100%;
	min-height: 100%
	/*overflow:hidden;*/
	background:#fff; /* container background color */
}

#leftColumn {
	clear:left;
	float:left;
	width:180px;
	position:relative;
	height: 100%;
	min-height: 100%	
	/*right:50%;*/
	background:#4b60a1; /* left column background color */
}

.propertyPage {
	padding: 20px;
}
	

#sideBar {
	font-size: 10pt;
	color: #fff;
	float:left;
	width:160px;
	padding: 10px;
	/*left:52%;
	overflow:hidden;*/
	background:#4b60a1; /* left column background color */
}

#sideBar h1, h2, h3, { color: #fff; }

#content {
	float: left;
	width: 100%;
	padding: 0px;
	background-color: #fff;
	/*position:relative;
	left:56%;
	overflow:hidden;*/
}

#content h1, h2, h3, h4, { color: #000; }



/* ######### Header ######### */
#header {
	width: 980px;
	height: 79px;
	background: url(../images/NessBrothers.jpg) no-repeat;
}



/* ######### General Links ######### */

.links {
	width: 230px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	line-height: 1.5em;
}
.links a:hover {color:#0000ff;
		text-decoration:underline;}
.links a {color:#000;
		text-decoration:none;}
		
.sold {
	font-size: 16pt;
	color: #ff0000;
	font-weight: bold;
}


/* ######### Navigation Bar ######### */
.nav {
	width: 960px;
	padding-left: 20px;
	padding-top: 4px;
	height: 24px;
	background: #243e8d;
	font-size: 10pt;
	color: #fff;	
	font-style: italic;
	border-bottom: 3px solid #aa1303;
}

.nav a { 
	color: #fff;	
	font-weight: bold;
}

.nav a:hover { color: #99ccff; } 


/* Start of Column CSS */
#container2 {
	
	float:left;
	width:980px;
	overflow:hidden;
	background:#ffa7a7; /* column 2 background colour */
}
#container1 {
	float:left;
	width:980px;
	position:relative;
	right:700px;
	background:#fff689; /* column 1 background colour */
}
#col1 {
	float:left;
	width:176px;
	position:relative;
	left:710px;
	overflow:hidden;
}
#col2 {
	float:right;
	width:680px;
	position:relative;
	left:694px;
	overflow:hidden;
}



/* image border */
.imgborder img {
	border: 5px solid #000000;
}