html, body {
	background-color: #371806; 
	margin: 0px;
	padding: 0px;
	text-align: center;	
	font-family: "Verdana";
	color: #000000;	
}

h1 {	
	font-weight: normal;	
	margin-bottom: 0px;
	margin-top: 0px;	
}
h1:first-letter {
	/* don't need anything here...just need this placeholder so the alternate ones can override it?  I guess... */
}

a:link {
	font-family: "Verdana";	
	color: #3E2228;
	text-decoration: none;
}
a:visited {
	color: #6B4049;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
}

#outerContainer {
	background-color: #371806; 
	margin: 0px auto;	
	text-align: left;
	
	/*width: expression("765px");	*//* Not sure about this...was supposed to be 770, but all except IE left a gap...*/
	width: 763px;
	/*width: 757px;*/	
	
	border-left: 3px solid #C5BA8D;
	border-right: 3px solid #C5BA8D;
	
	border-bottom: 3px solid #C5BA8D;
}

#header {
	background-color: #F8F2DC;
	height: 322px;
	border-left: 3px solid #371806;
	border-right: 3px solid #371806;	
}

#headerUpperLeft {
	background: #F8F2DC url(../images/hill_top_left.jpg) top left no-repeat;	
	height: 32px;	
	position: relative;
}

#headerUpperRight {
	background: #F8F2DC url(../images/hill_top_right.jpg) top right no-repeat;	
	width: 44px;
	height: 32px;
	float: right;
}

#headerMain {
	background: #F8F2DC url(../images/hill_header.jpg) top left no-repeat;	
	height: 264px;
}

#headerNav {
	height: 24px;
	background-color: #C5BA8D;
	border-top: 1px solid #371806;
	border-bottom: 1px solid #371806;
	text-align: right;
}
#headerNav a {
	margin-left: 15px;	
}

#fontControls {
	font-size: small;
	text-align: right;
}

.homeImageContainer {
	position: absolute;
	width: 276px;
	height: 257px;
	margin-left: 86px;
	margin-top: 66px;
}
.swapDiv {
	position: absolute;
	overflow: hidden;
	width: 276px;
	height: 257px;
}

/*********** Styles for relatively positioned floating elements ********************/
#photoFloatAnchor {	
	/* this element doesn't need to take up space..it's just an anchor point */
	width: 0px;	
	height: 0px;	
	/* use relative positioning here, but don't move it.  We just want to qualify it as the origin for it's nested elements */
	position: relative;
}

#homeLink {
	width: 130px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/blank.gif) top left repeat;
}

#equalHousingAlt {
	width: 30px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: 718px;
	background: url(../images/blank.gif) top left repeat;	
}

#rightLeafEdge {
	background: #C5BA8D url(../images/hill_leaf_right.gif) top left no-repeat;	
	width: 7px;
	height: 23px;
	position: absolute;
	
	/* this one is for IE */
	/*
	top: expression("-182px");
	left: expression("753px");
	*/

	/* these 2 styles are for all other browsers */
	top: -186px;
	left: 757px;
	/*left: 751px;*/		
}

#upperPhotoEdge {
	background: #C5BA8D url(../images/hill_photo_top.jpg) top left no-repeat;	
	width: 154px;
	height: 23px;
	position: absolute;
	top: -23px;
	left: 1px;
}

#leftPhotoEdge {
	background: #C5BA8D url(../images/hill_photo_left.jpg) top left no-repeat;	
	width: 28px;
	height: 235px;
	position: absolute;
	top: 21px;	
	left: -27px;
}

#photo1Alt {
	width: 250px;
	height: 255px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/blank.gif) top left repeat;	
	z-index: 2;
}
#photo2Alt {
	width: 239px;
	height: 232px;
	position: absolute;
	top: 100px;
	left: 109px;
	background: url(../images/blank.gif) top left repeat;	
	z-index: 3;
}
#photo3Alt {
	width: 250px;
	height: 255px;
	position: absolute;
	top: 461px;
	left: 85px;
	background: url(../images/blank.gif) top left repeat;	
}
#photo4Alt {
	width: 250px;
	height: 255px;
	position: absolute;
	top: 802px;
	left: 85px;
	background: url(../images/blank.gif) top left repeat;	
}

/*****************************END***************************************************/

#contentContainer {
	background: #F8F2DC url(../images/hill_content_bkg.gif) top left no-repeat;		
	border-left: 3px solid #371806;
	border-right: 3px solid #371806;	
	border-bottom: 3px solid #371806;]

	/* this one is for IE - it seems to NOT account for the border (like the border is overlayed on the image in IE?) */
	/*
	background-position: expression("3px 0px");
	*/
	/* this is for all other browsers */
	background-position: top left;
}

#contentLeft {
	background: #F8F2DC url(../images/hill_photo.jpg) top left no-repeat;	
	width: 387px;
	height: 370px;	
}

#contentRight {	
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px;	
	/*font-size: 11pt;*/
	/*text-align: justify;*/
}

.contentRightTextBlock {
	text-align: justify;
}

.indented {
	margin-left: 10px;
}

.inputPair {
	margin-top: 10px;
}

.missed {
	color: red;
}

#errorMessage {
	text-align: left;	
	margin-left: 10px;	
	color: red;
}

#lowerNav {
	margin-top: 10px;	
	margin-bottom: 10px;
	text-align: center;
}

#lowerNav a {
	/*font-size: 10pt;*/
}


#contactPhoto1 {
	margin-top: 87px;
	margin-left: 82px;
	width: 249px;
	height: 258px;
	border: 3px solid #DED5B4;
}

#contactPhoto2 {
	margin-top: 78px;
	margin-left: 82px;
	width: 249px;
	height: 258px;
	border: 3px solid #DED5B4;
}

#jtechFooter, #jtechFooter a {
	margin: 0px auto;	
	text-align: left; 	
	width: 770px;	
	color: #F8F2DC;
}

/*****************************Tell a Friend Styles**********************************/
#tellAFriendOuterContainer {
	background-color: #F8F2DC;
	/*width: 550px;*/
	text-align: left;
}
#tellAFriendHeader {
	background: #371806 url(../images/tell_a_friend/taf_header_repeat.gif) top left repeat-x;
	/*width: 550px;*/
	height: 60px;
}
#tellAFriendLogo {
	background: #371806 url(../images/tell_a_friend/taf_header.gif) top left no-repeat;
	width: 550px;
	height: 60px;
}

#tellAFriendContentContainer {
	background: #F8F2DC url(../images/tell_a_friend/taf_bkg.gif) top left no-repeat;
	padding: 20px 20px;
}
#tellAFriendFieldsContainer {
	padding: 0px 20px;
}
.tellAFriendImageContainer {
	border: 1px solid #000000;
	margin: 0px 10px;
}

#tafConfirmationContainer {
	background-color: #371806;
	width: 506px;
	text-align: center;
}
#tafConfirmationHeader {
	background: #371806 url(../images/tell_a_friend/hillcrest_logo.jpg) top center no-repeat;	
	height: 44px;
}
#tafConfirmationPhoto {	
	height: 367px;		
}
#tafConfirmationPhoto img {	
	border: 1px solid #F8F2DC;
}
#tafConfirmationMessage {
	background-color: #F8F2DC;
	margin: 5px 5px 0px 5px;
	border-bottom: 5px solid #371806;
	text-align: left;
}

/*****************************END***************************************************/