
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Container
{
	border: 1px solid #CCCCCC;
	width: 780px;
	background: url('../images/bgrepeater.gif') repeat-y;
	position: relative;
	z-index: 1;
}

#SearchContainer
{
	border: 1px solid #CCCCCC;
	width: 780px;
	//background: url('../images/bgrepeater.gif') repeat-y;
	position: relative;
	z-index: 1;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

h2
{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

h4
{

}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

#Header
{
	background: url('../images/header_new.gif') no-repeat;
	width: 780px;
/*	height: 409px;       REMOVED FOR TESTING*/
	height: 131px;
}


/*BEGIN PAGE SPECIFIC IMAGES*/
#HeaderImgIndex
{
	background: url('../images/header-three-builds.jpg') no-repeat;
	width: 780px;
	height: 281px;
}

#HeaderImgAbout
{
	background: url('../images/header_gladys.jpg') no-repeat;
	width: 780px;
	height: 281px;	
}

#HeaderImgAcquisition
{
	background: url('../images/header-tram.jpg') no-repeat;
	width: 780px;
	height: 281px;	
}

#HeaderImgBuild
{
	background: url('../images/header_cvs.jpg') no-repeat;
	width: 780px;
	height: 281px;	
} 

#HeaderImgContact
{
	background: url('../images/header_contact.jpg') no-repeat;
	width: 780px;
	height: 281px;	
}

#HeaderImgPast
{
	background: url('../images/header_past_acq.jpg') no-repeat;
	width: 780px;
	height: 281px;	
}

#HeaderImgSearch
{
	background: url('../images/header_kroger-search.jpg') no-repeat;
	width: 780px;
	height: 281px;	
}

#HeaderImgTenants
{
	background: url('../images/header-conns.jpg') no-repeat;
	width: 780px;
	height: 281px;	
}
/*END PAGE SPECIFIC IMAGES*/



#Logo
{
	position: absolute;
	top: 0; 
	left: 15px;
}

#Header ul
{
	list-style-type: none;
	height: 46px;
	position: relative;
	top: 85px;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

#Header li
{
	display: inline;
}

#Header a
{
	position: relative;
	top: -20px;
	padding: 0 18px 0 17px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#Header a:hover
{
	color: #5D73A4;
}

#LeftCol
{
	width: 220px;
	float: left;
	margin: 0 0 0 30px; 
	position: relative;
	z-index: 7;
}

html>body #LeftCol
{
	margin: 0 0 0 60px;
}

#LeftCol h2
{
	color: #7E0001;
	margin-top: -40px;
	position: relative;
	z-index: 8;
}

#LeftCol a
{
	color: #7E0001;
	text-decoration: none;
}

#LeftCol a:hover
{
	color: #000000;
	text-decoration: underline;
}

#LeftCol img
{
	position: relative;
	z-index: 9;
/*	margin: 0 0 20px -25px; */
	width: 230px;
	border: 1px solid #5D73A4;
}

#LeftCol .searchbtn
{
	width: 67px;
	border: none;
}

html>body #LeftCol img
{	
/*	margin-left: -25px; */
}

#Contact
{
	width: 230px;
	margin: 0 0 0 60px;
	*margin: 0 0 0 30px;
	color: #666666;
	position: relative;
	z-index: 10;
	float: left;
}

html>body #Contact
{
	margin: 0 0 0 60px
}

#Contact a
{
	color: #7E0001;
	text-decoration: none;
}

#Contact a:hover
{
	color: #000000;
	text-decoration: underline;
}

#RightCol
{
	margin: 0 30px 0 375px;
	position: relative;
	z-index: 6;
}

#RightCol table
{
/*	width: 400px; */
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: relative;
	left: -21px;
}

#RightCol td
{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#RightCol p
{
	padding: 0 0px 0 0;
}

#RightCol h1
{
	color: #7E0001;
	margin: 0;
	padding: 0;
}

#RightCol a
{
	color: #000000;
}

#RightCol img
{
	margin: 0 0 20px 0;
	border: 1px solid #5D73A4;
}

#RightCol a:hover
{
	color: #6191B9;
}

#LoopLinkCol
{
	margin: 0 30px 0 0px;
	position: relative;
	z-index: 6;
}

#ContentBg
{
	background: url('../images/contentbg.jpg') no-repeat;
	position: absolute;
	height: 184px;
	width: 780px;
	top: 409px;
	left: 0;
	z-index: 5;
}

#Dummy
{
	clear: both;
}

#Footer
{
	background: url('../images/footer.gif') no-repeat;
	width: 780px;
	height: 79px;
}

#Footer ul
{
	padding-top: 34px;
	margin: 0 0 0 285px;
}

html>body #Footer ul
{
	padding-top: 34px;
	margin: 0 0 0 250px;
}

#Footer li
{
	display: inline;
}

#Footer a
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#Footer a:hover
{
	color: #7E0001;
	text-decoration: underline;
}

#Footer p
{
	float: left;
	font-size: 10px;
	padding: 34px 0 0 10px;
	margin: 0;
}

html>body #Footer p
{

}

#SearchFooter
{
	background: url('../images/footer-search.gif') no-repeat;
	width: 780px;
	height: 79px;
}

#SearchFooter ul
{
	padding-top: 34px;
	margin: 0 0 0 285px;
}

html>body #SearchFooter ul
{
	padding-top: 34px;
	margin: 0 0 0 250px;
}

#SearchFooter li
{
	display: inline;
}

#SearchFooter a
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#SearchFooter a:hover
{
	color: #7E0001;
	text-decoration: underline;
}

#SearchFooter p
{
	float: left;
	font-size: 10px;
	padding: 34px 0 0 10px;
	margin: 0;
}

html>body #SearchFooter p
{

}
