/* page and css design by liquidbook*/
body {
	margin: 0px;
	background-image: url(allaprima_bk.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #BA844A;
}
p, h1, h2, h3, ul li, body {
	font-family: Helvetica, san-serif, Arial;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.2em;
}
h1, h2 {
	color: #58102E;
}
a {
	text-decoration: none;
	color: #58102E;
}
a:hover {
	text-decoration: underline;
}
img {
border:0px;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
li {
	margin-left: 0px;
	margin-top: 3px;
}
table {
font-size: 1em;
border-collapse:collapse;
}
#pageBox {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BA844A;
	background-image: url(pagebk.png);
	background-repeat: repeat-y;
	background-position: center top;
	z-index: 2;
	top: 0px;
}
#pageBox #pageContents {
	position: relative;
	top: 0px;
	width: 700px;
	left: 50px;
}

/* HEADER */
#pageBox #pageContents #Header {
	position: relative;
	height: 95px;
	width: 700px;
	top: 0px;
}

#pageBox #pageContents #Header #logoDiv {
	position: relative;
	height: 50px;
	width: 400px;
	top: 20px;
}



/* CONTENT CONTAINER */
#pageBox #pageContents #contentsContainer {
	position: relative;
	width: 700px;
	top: 2px;
}

#pageBox #pageContents #contentsContainer #left {
width: 535px;
float: left;
}

#pageBox #pageContents #contentsContainer #right {
width: 165px;
float: right;
}

#pageBox #pageContents #contentsContainer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}


/* CONTENT LEFT */
#contentsContainer #left #leftImage {
width: 535px;
padding-bottom: 5px;
}

#contentsContainer #left #leftImage #leftPic{
float: left;
width: 265px;
}

#contentsContainer #left #leftImage #rightPic {
float: right;
width: 265px;
}

#contentsContainer #left #PageTitle {
	height: 33px;
	width: 533px;
	background-color: #F8F1BB;
	border: 1px solid #DDC2A5;
}

#contentsContainer #left #PageTitleHome {
	height: 33px;
	width: 533px;
	background-color: #59112F;
	border: 1px solid #59112F;
}

#contentsContainer #left #homeContents {
	width: 533px;
	padding: 5px 0 20px 0;
}

#contentsContainer #left #contents {
	width: 520px;
	padding: 10px 0 20px 15px;
}

#contentsContainer #left #introText {
	width: 320px;
	display: block;
	float: left;
	padding: 5px 0 10px 15px;
}

#contentsContainer #left #flashcontent {
	height: 200px;
	width: 150px;
	float: right;
	
}

#contentsContainer #left #homeCopy {
	width: 320px;
	padding: 0 0 10px 15px;
	}

#contentsContainer #left #contentsTextfull {
	width: 510px;
}
#contentsContainer #left #contentsTextSplit {
	display: block;
	float: left;
	width: 340px;
	position: relative;
	top: 0px;
	left: 0px;
}
#contentsTextSplit ul li, #contentsContainer ul li {
	margin-top: 0px;
	margin-bottom: 0px;	 
}
#contentsTextSplit li {
	 
}

#contentsContainer #left #PageTitle #title {
float: left;
}

#contentsContainer #left #PageTitle #actionNav {
	height: 20px;
	width: 260px;
	text-align: center;
	float: right;
	padding-top: 7px;
}

#contentsContainer #contents #propDetails {
	display: block;
	float: right;
	width: 155px;
	position: relative;
	top: 5px;
	font-size: 0.9em;
	line-height: 1.1em;
}
#propDetails p {
	font-size: 1em;
	line-height: 1em;
	margin-top: 9px;
	margin-bottom: 9px;
}
#propDetails #propImageimg {
	height: 200px;
	width: 150px;
	border: 1px solid #59112F;
	overflow: hidden;
}
#propDetails strong {
}






/* CONTENT RIGHT */

#contentsContainer #right #rightImage {
width: 160px;
padding-left: 5px;
}

/* nav */
#contentsContainer #NavMain {
	float: right;
	width: 160px;
	padding: 3px 0 30px 5px;
}

#NavMain ul {
margin: 0;
}

#NavMain li {
	list-style-type: none;
	padding: 3px 0 3px 0;
	}

#NavMain li a {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 22px;
	width: 147px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #8C4A0F;
	padding-top: 6px;
	padding-left: 10px;
	color: #8C4A0F;
	font-weight: bold;		

}
#NavMain li a:hover {
	background-image: url(arrow_maroon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}
#NavMain li a.current {
	color: #FFFFFF;
	background-color: #8C4A0F;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#NavMain li a.current:hover {
	color: #FFFFFF;
	background-color: #8C4A0F;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#NavMain ul#properties {
	border: 1px solid #8C4A0F;
	width: 152px;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 2px;
}

*html #NavMain ul#properties {
	margin-top: 0;
	margin-botton: 0;
	}
	
#NavMain ul#properties li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#NavMain ul#properties li a {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	width: 140px;
	color: #BA844A;
	height: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0px;
	font-size: 0.9em;
	padding-bottom: 0px;
}
#NavMain ul#properties li a:hover, #NavMain ul#properties li a.current {
	background-image: url(dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #8C4A0F;
	background-color: #FFFFFF;
}

#NavMain .wplSeal {
	height: 110px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
}




/* FOOTER */
#pageBox #footer {
	background-image: url(pagefooter.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 50px;
	width: 800px;
	bottom: 0px;
}
#pageBox #footer p.leftfoot {
	display: block;
	font-size: 0.8em;
	position: absolute;
	height: 20px;
	width: 300px;
	left: 20px;
	bottom: 0px;
	color: #8C4A0F;
}
#pageBox #footer p.rightfoot {
	display: block;
	font-size: 0.8em;
	position: absolute;
	height: 20px;
	width: 340px;
	right: 20px;
	bottom: 0px;
	color: #8C4A0F;
	text-align: right;
}
#pageBox #footer p a {
	color: #8C4A0F;
}
#pageBox #footer p a:hover {
	color: #58102E;
	text-decoration:underline;
}


/* GENERAL CLASS DEFINITIONS */
.clearDiv {
	margin: 0px;
	padding: 2px 0px 0px;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	visibility: visible;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	color: #FFFFFF;
}
.clearDiv5 {
	margin: 0px;
	padding: 2px 0px 0px;
	clear: both;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	visibility: visible;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	color: #FFFFFF;
}
.clearDiv10 {
	margin: 0px;
	padding: 2px 0px 0px;
	clear: both;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	visibility: visible;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	color: #FFFFFF;
}
#pageBox #pageContents #contentsContainer #homeContents #homeItemsDiv {
	position: relative;
	height: 140px;
	width: 500px;
	top: 0px;
}
.clearDiv20 {
	margin: 0px;
	padding: 2px 0px 0px;
	clear: both;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	visibility: visible;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
}
.noTopBottomMargin {
	margin-top: 0px;
	margin-bottom: 0px;
}
.noTopMargin {
	margin-top: 0px;
}
.noBottomMargin {
	margin-bottom: 0px;
}
.noLeftPadding {
	padding-left: 0px;
}
.boxPad500 {
	padding: 8px 10px;
	position: relative;
	width: 500px;
}
.boxPad160 {
	padding: 10px;
	position: relative;
	width: 160px;
}



/* home 

#pageBox #pageContents #contentsContainer #homeContents h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#pageBox #pageContents #contentsContainer #homeContents #contentsTextSplit {
	display: block;
	float: left;
	width: 310px;
	position: relative;
	top: 0px;
	left: 15px;
}
#pageBox #pageContents #contentsContainer #homeContents #propDetails {
	display: block;
	float: right;
	width: 170px;
	position: relative;
	top: 25px;
	font-size: 0.9em;
	line-height: 1.1em;
}
#pageBox #pageContents #contentsContainer #homeContents #propDetails #propImageimg {
	height: 200px;
	width: 150px;
	border: 1px solid #59112F;
	overflow: hidden;
}
#propDetails strong {
}

*/
