/* --------------------------------------------------------------------------------------- content */	

#contentWrap
	{
	width:958px;
	min-height:400px;
	position:relative;
	float:left;
	background-color:transparent;
	padding-bottom:15px;
	color:#696969;
	}


	
/* --------------------------------------------------------------------------------------- columns */	
.columnWrap
	{
	position:relative;
	width:958px;
	float:left;
	background-color:transparent;
	padding-left:15px;
	padding-right:15px;		
	}

.column
	{
	position:relative;
	float:left;
	}

#column01generic
	{
	width:230px;
	min-height:100px;
	background-color:transparent;
	text-align:left;
	padding-right:10px;
	}

#column02generic
	{
	/* LJW */
	/* width:468px; */
	width:545px;
	margin-left:50px;
	/* LJW */

	min-height:100px;
	background-color:transparent;
	text-align:left;
	padding-right:10px;
	}

#column03generic
	{
	width:230px;
	min-height:100px;
	background-color:transparent;
	text-align:left;
	padding-right:10px;
	}

#column01Property
	{
	width:230px;
	min-height:100px;
	background-color:transparent;
	text-align:right;
	padding-right:10px;
	/*
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ffffff;
	*/
	}

#column02Property
	{
	width:718px;
	width:958px;
	min-height:100px;	
	background-color:transparent;
	}

/* --------------------------------------------------------------------------------------- light box */	

.close
	{
	float:right;
	margin-top:-2px;
	background-color:transparent;
	}

.close img
	{
	margin-bottom:-2px;
	background-color:transparent;
	}

#lightBoxPage
	{
	border:1px solid #ffffff;
	background-color:#ffffff;
	text-align:left;
	float:left;
	position:relative;
	width:600px;
	padding:25px;
	}

#definition /* im using this div to hold my page in the center Dave */
	{
	margin-top:150px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	z-index:9999;
	width:600px;
	min-height:400px;
	/*border:1px solid #fff;*/
	background:transparent;
	text-align:left;
	padding:25px;
	}

#MMEmbeddedMap
	{
	width:600px;
	overflow:hidden;
	}

#MMEmbeddedMapFrame
	{
	border-style:solid;
	border-width:1px;
	border-color:#696969;
	}







	