* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	color: #333;
}
#mainCol {
	/*width: 480px !important;
	width: 540px;*/
	width: auto;
	padding: 30px 30px;
	background-image: url(../assets/bgMainCol.jpg);
	background-repeat: repeat-x;
	float: left;
}
#pgSearch #mainCol {
	width: 835px !important;
	margin: 0;
	padding: 0;
	background-image: none;
}
#leftCol {
	float: left;
	width: 296px;
}
#rightCol {
	display: none;
}
#clear {
	clear: both;
}
#pgFooter {
	margin: 20px auto;
	padding: 0 0 20px 0;
	text-align: right;
	font-size: 90%;
	color:#777;
}
#pgFooter ul {
    margin: 0;
    padding: 20px 10px 15px 10px;
}
#pgFooter ul li {
    display: inline;
    list-style: none;
    margin: 0 0 0 2em;
}

/* Homepage Layout */
#pgHome #pgContainer {
	background-image: none;
}
#flashBanner {
	display: none;
}
#textSearchBox {
	display: none;
}
#specialsBox {
	display: none;
}
#textCol {
	padding: 15px 20px;
}
#mapSearchBox {
	display: none;
}



#nav {
    display: none;
}


h1, h2, h3 {
	color: #798F3A;
	font-family: Pristina, Arial, Helvetica, Sans-Serif;
}
h1 {
	font-size: 250%;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 200%;
	margin: 25px 0 10px 0;
}
h3 {
	font-size: 175%;
	margin: 25px 0 10px 0;
}
p {
	margin: 10px 0;
	line-height: 1.3em;
}
ul, ol {
	margin: 10px 0;
	padding: 0 30px;
}
li {
	margin: 3px 0;
}
a:link {
    color: #00F;
    text-decoration: underline;
}
a:visited {
    color: #06C;
    text-decoration: underline;
}
a:hover {
    color: #FB8B1C;
    text-decoration: underline;
}
a img {
	border: none;
}
#propertyPhoto a {
	display: block;
	height: 318px;
	background-image: url(../assets/propertyPhotos.jpg);
	background-repeat: no-repeat;
	background-position: 0 243px;
}
#frmContact {
	margin-left: 30px;
}
.frmInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding: 4px;
	margin-bottom: 2px;
	width: 300px;
	height: auto !important;
	height: 1.7em;
	border: solid 1px #BBB;
}
textarea.frmInput {
	height: auto !important;
}
#cmdSubmit {
	background-image: url(../assets/button.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 29px;
	width: 84px;
	border: none;
	font-size: 90%;
	color: #333;
}
.errMsg {
	border: solid 1px #CE0000;
	background-color: #FFEAEA;
	background-image: url(../assets/warning.gif);
	background-repeat: no-repeat;
	background-position: 3% 40%;
	padding: 10px 5px 10px 40px;
	margin: 10px 0px;
	color: #CE0000;
	width: 75%;
}
#frmSrch {
	margin: 80px 0 0 40px;
}
#frmSrch p {
	margin: 25px 0;
}
#frmSrch .frmInput {
	width: 200px;
}
#propertyPhotos {
	margin: 20px 70px;
	width: 738px;
	height: 654px;
	background-image: url(../assets/bgPhotoPg.jpg);
	background-repeat: no-repeat;
}
#mainImg {
	margin: 30px;
}
#propertyThumbs {
	margin: 15px 30px;
}
#propertyThumbs img {
	margin: 0 5px;
}
#tblAptListing {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	border: solid 2px #9CAA6F;
	color: #383838;
	font-weight: bold;
}
#tblAptListing td {
	padding: 10px;
	border: solid 2px #9CAA6F;
}
#tblAptListing .aptPrice {
	width: 30%;
	text-align: center;
}
#tblAptListing .altRow {
	background-color: #C0CBA3;
}