/* Change width on this div to match design */

div#globalBoxBg{
	background: url(images/bg-shadow-global.png) repeat-y;
	width:774px;
	float:none;
	margin:0px auto;
}
div#globalBox {
	float:none;
	margin:0px auto;
	width:698px;
	background:url(images/bg-globalBox.jpg) repeat-x;
	padding: 0px 25px 0px 25px;
}

div#headerBox {
	float:left;
	width:100%;
	height:80px;
	margin:0px 0px 10px 0px;
}

div#logoBox {
	float:left;
	width:100%;
	padding:15px 0px;
	text-align:center;
}

div#headerLinkBox {
	float:right;
	width:200px;
	height:78px;
	border:1px solid black;
	background:#CCCCCC;
}

div#splashBox {
	float:left;
	width:700px;
	border-top:#D1CDB8 2px solid;
	border-bottom:#D1CDB8 2px solid;
	padding:1px 0px;
	height:300px;
}

div#topMenuBox {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	background:url(images/bg-topmenu.jpg) repeat-x;
	line-height:0px;
}

div#mainBox {
	float:left;
	width:100%;
	overflow:hidden;
	padding:20px 0px 20px 0px;
}

div#leftColumn {
	float:left;
	width:180px;
	padding:0px 10px 5px 10px;
}

div#mainColumn {
	float:left;
	width:470px;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#mainColumnFull {
	float:left;
	width:698px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}

div#mainColumnNoLeft {
	float:left;
	width:492px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 10px 0px;
}

div#mainColumnNoRight {
	float:left;
	width:698px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	background:#CCCCCC;
	
}

div#rightColumn {
	float:left;
	width:196px;
	padding:0px 0px 0px 0px;
}

div#footerBox {
	float:left;
	width:100%;
	height:50px;
	margin:10px 0px 0px 0px;
}

div#developed {
	text-align:right;
	float:left;
	width:50%;
	padding:0px 0px 0px 0px;
	font-family:tahoma;
	color:#858264;
	font-size:11px
}

div#copyright  {
	padding:0px 0px 0px 0px;
	text-align:left;
	float:left;
	width:50%;
	font-family:tahoma;
	color:#858264;
	font-size:11px
}

div#powered {
	float:left;
	width:200px;
	height:50px;
	padding:5px 5px 0px 5px;
}

div#globalFooter{
	width:774px;
	float:none;
	margin:0px auto;
}

div.dynamicBox {
	float:left;
	width:100%;
}

div.objectBox {
	float:left;
	width:100%;
	background:#ffffff;
	height:80px;
	margin:5px 0px 0px 0px;
}

div.parentLinkBox {
	float:left;
	width:100%;
}

div.dateBox {
	float:left;
	width:100%;
}

div.dateBoxRight {
	float:left;
	width:100%;
	text-align:right;
	margin:-25px 0px 0px 0px;
}

div.dateBoxArticleRight {
	float:left;
	width:100%;
	text-align:right;
	margin:-15px 0px 0px 0px;
}

div.formBox {
	float:left;
	width:100%;
}

div#gallery{
	float:left;
	width:100%;
}

div.galleryPhoto{
	width:100px;
	padding:5px 7px 5px 7px;
	margin:0px;
	float:left;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	background:#ffffff;
}

div.galleryPhotoHover{
	width:100px;
	padding:5px 7px 5px 7px;
	margin:0px;
	float:left;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

div#propertySearchBoxSmall{
	background:url(images/bg-rightStrip.jpg) repeat-x right;
	height:100px;
	border:1px dashed #E2E1AD;
	padding:10px 0px 0px 5px;
}
