@charset "utf-8";

img, div { behavior: url(iepngfix.htc) }

body, html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: 240px top;
}

p, h1, h2, ul, li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.photoFloat { /*this is for the old photo floating in the top left corner of every page */
	position: absolute;
	left: -10px;
	z-index: 99999;
	*top: 5px;
}

.header {
	width: 100%;
	background-color: #000;
	text-align: right;
	height: 9%;
	min-height: 80px;
	padding: 30px 0 0 0;
	border-bottom: 4px solid #7a4a03;
	float: left;
}

	.header p {
		font-size: 25pt;
		font-weight: bold;
		color: #ffe400;
		margin-right: 20px;
	}

.nav {
	color: #fff;
	margin-top: 5px;
	font-size: 11pt;
	margin-right: 20px;
}

	.nav a {
		text-decoration: none;
		color: #fff;
		background-color: #000;
	}

	.nav a:hover {
		color: #ffe400;
	}

.container {
	width: 100%;
	min-width: 950px;
	height: 87%;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 6px;
	padding-top: 1px; /* I don't know why, but this 1px of padding keeps the margin-top on my container-class <p> tags from bumping down the container as well. */
	float: left;
}

	.container p {
		font-size: 12px;
		margin-bottom: 15px;
		padding-right: 10px;
	}

	.container h1 {
		margin-top: 55px;
		border-top: 1px solid #000;
		padding-top: 2px;
		color: #fe0000;
		text-transform: uppercase;
		font-size: 10.5pt;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.container h2 {
		color: #940000;
		font-size: 10pt;
		font-weight: bold;
		margin-bottom: 3px;

	}

	.container p a {
		text-decoration: none;
		color: #fe0000;
		font-weight: bold;
	}

	.container p a:hover {
		color: #ccc;
	}

	.container ul {
		list-style-type: square;
		font-size: 10pt;
		margin-bottom: 15px;
	}

	.container ul li {
		margin-bottom: 5px;
		margin-left: 300px;
	}

	.container ul li a {
		text-decoration: none;
		color: #fe0000;
		font-weight: bold;
	}

	.container ul li a:hover {
		color: #ccc;
	}

/* For recent properties sold on index.php */
	.recent img {
		border: 1px solid #000;
		margin: 0 10px 10px 0;
	}

.bigLink a {
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/bigLink_bg.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 11px;
	}

	.bigLink a:hover {
		color: #ccc;
		background-image: url(images/bigLink_bg_hover.gif);
	}

.footer {
	color: #000;
	margin-top: 55px;
	border-top: 1px solid #000;
	padding-top: 2px;
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 2px;
	background-color: #fff;
}

	.footer a {
		color: #fe0000;
		text-decoration: none;
		font-size: 10pt;	
		background-image: none;
	}

.leftColumn {
	width: 260px;
	height: 100%;
	float: left;
	background-color: #fff;
	margin-bottom: 10500px;
}
	
	.leftColContent {
		width: 240px;
		border-right: 1px solid #000;
		height: 100%;
		background-image: url(images/leftCol_bg.gif);
		background-repeat: no-repeat;
		background-position: center 220px;
		float: left;
	}

.imgHolder { /* imgHolder and singleImg is for a box holding photos, like the one on the about page */
	background-color: #fff;
	border: 1px solid #000;
	float: right;
	margin: -80px 10px 10px 10px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
}

	.imgHolder a, .commercialTable a {
		text-decoration: none;
		color: #fe0000;
		font-weight: bold;
		font-size: 10px;
	}

	.imgHolder a:hover, .commercialTable a:hover {
		color: #ccc;
	}

.commercialTable {
	text-align: center;
}

.singleImg {
	margin: 6px;
	text-align: center;
	float: left;
}

	.singleImg img {
		margin-bottom: 5px;
	}