/**********************************************************************
***********************************************************************
							GLOBAL STYLES
***********************************************************************
**********************************************************************/

html 
{
	margin: 0 0;
}

body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	color: #000;
	
	background-color: #3F3F3F;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat;
	
	margin: 0;
	padding: 0;
}

#bgShadow 
{	
	position: relative;
	margin: 0px auto;
	width: 828px;
	
	background-image: url(../images/centerShadow.png);
	background-repeat: repeat-y;
	background-position: center;
	
	z-index: 10;
}

* html #bgShadow
{
	position: relative;
	
	margin: auto;
	margin-left: 50%;
	left: -414px;
}

#footerShadow
{
	position: relative;
	margin: 0px auto;
	width: 828px;
	height: 20px;
	
	background-image: url(../images/bottomShadow.png);
	background-repeat: no-repeat;
	
	z-index: 10;
}

#topGradient 
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 364px;
	
	background-image: url(../images/bgGradient.gif);
	background-repeat: repeat-x;
	
	z-index: 0;
}

#wrapper 
{
	margin: 0px 14px;
	width: 800px;
	
	background-color: #fff;
	
	border: 1px #000 solid;
}

#headerHolder {
	margin: 20px 0px 0px 0px;
	padding: 0;
}

#headerBar {
	position: relative;
	width: 800px;
	height: 234px;
	
	margin: 0;
	padding: 0;
	
	background-image: url(../images/lpHeader.jpg);
	background-repeat: no-repeat;
	
	z-index: 0;
}





/**********************************************************************
***********************************************************************
						NAVIGATIONAL BAR
***********************************************************************
**********************************************************************/

#navBar 
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 18px;
	top: 20px;
	height: 66px;

	z-index: 10;
}

#navBar li 
{
	width: 84px;
	height: 66px;
	
	padding: 0px 5px 0px 0px;
	margin: 0px;
	
	float: left;
	
	background-repeat: no-repeat;
	
	list-style-type: none;
}

#navBar li img, #navBar li a
{
	width: 84px;
	height: 66px;
	border: none;
}








/**********************************************************************
***********************************************************************
						SECONDARY NAVIGATIONAL BAR
***********************************************************************
**********************************************************************/

#secondNav 
{
	width: 21%;
	float: left;
	margin: 10px 7px 0px 7px;
	
	font-size: 8pt;
}

#secondNav p
{
	margin: 0px 0px;
}

#secondNav a
{
	color: #3C617C;
}

#secondNav a:hover 
{
	color: #5A8FAF;
}

#secondNav .headerTxt
{
	font-size: 9pt;
	font-weight: bold;
}

#primaryContent 
{
	width: 73%;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 20px;
	
	border-left: solid 1px #C5D0D8;
}







/**********************************************************************
								HOME NAV
***********************************************************************/
#navBar li#navHome a img
{
	background-image: url(../images/homeOff.gif);
}

#navBar li#navHome a:hover img,
#navBar li#navHome.current img
{
	background-image: url(../images/homeOn.gif);
}

/**********************************************************************
								ABOUT NAV
***********************************************************************/
#navBar li#navAbout a img
{
	background-image: url(../images/aboutOff.gif);
}

#navBar li#navAbout a:hover img,
#navBar li#navAbout.current img
{
	background-image: url(../images/aboutOn.gif);
}

/**********************************************************************
								SOURCE NAV
***********************************************************************/

#navBar li#navSource a img
{
	background-image: url(../images/sourceOff.gif);
}

#navBar li#navSource a:hover img,
#navBar li#navSource.current img
{
	background-image: url(../images/sourceOn.gif);
}

/**********************************************************************
								OWNERSHIP NAV
***********************************************************************/

#navBar li#navOwnership a img
{
	background-image: url(../images/ownershipOff.gif);
}

#navBar li#navOwnership a:hover img,
#navBar li#navOwnership.current img
{
	background-image: url(../images/ownershipOn.gif);
}

/**********************************************************************
								LEASING NAV
***********************************************************************/

#navBar li#navLeasing a img
{
	background-image: url(../images/leasingOff.gif);
}

#navBar li#navLeasing a:hover img,
#navBar li#navLeasing.current img
{
	background-image: url(../images/leasingOn.gif);
}

/**********************************************************************
								ALCO NAV
***********************************************************************/

#navBar li#navALCO a img
{
	background-image: url(../images/alcoOff.gif);
}

#navBar li#navALCO a:hover img,
#navBar li#navALCO.current img
{
	background-image: url(../images/alcoOn.gif);
}

/**********************************************************************
								CONTACT NAV
***********************************************************************/

#navBar li#navContact a img
{
	background-image: url(../images/contactOff.gif);
}

#navBar li#navContact a:hover img,
#navBar li#navContact.current img
{
	background-image: url(../images/contactOn.gif);
}








.spacer {
	margin: 12px 0px 12px 0px;
}

.clear 
{
	clear: both;
}

.breadCrumb
{
	margin: 10px 0px 25px 0px;
	
	font-size: 7pt;
	color: #595959;
	font-weight: bold;
}

.breadCrumb a
{
	color: #3C617C;
}

.breadCrumb a:hover
{
	color: #5A8FAF;
}

.pageTitle
{	
	border-bottom: solid 1px #C5D0D8;
}

.pageTitleTxt
{	
	margin-left: 7px;
}

.propsBtn
{
	margin: 28px 0px 0px -7px;
	border: none;
}

.contactBtn
{
	margin: 50px 0px 0px -10px;
	border: none;
}

.bold 
{
	font-size: 10pt;
	font-weight: bold;
}

.smallBold 
{
	font-size: 8pt;
	font-weight: bold;
}

.alignR 
{
	text-align: right;
}

#primaryContent ul 
{
	list-style-image: url(../images/starBullet.gif);
	list-style-type: none;
	padding: 5px 0px 3px 9px;
	margin: 5px 0px 0px 20px;
}

li
{
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#bodyContent {
	margin: 20px 20px;
}

#bodyContent p {
	margin: 10px 0px 0px 0px;
}

#bodyContent p.bottomSpacer {
	margin: 100px 0px 0px 0px;
}

#footer {
	margin: 0;
	
	font-size: 7pt;
	text-align: center;
	color: #595959;
	
	border-top: 1px #878787 solid;
}

#footer a {
	color: #595959;
	
	text-decoration: underline;	
}

#footer a:hover {
	color: #000;
	text-decoration: underline;	
}









/**********************************************************************
							HOME PAGE STYLES
**********************************************************************/

#leftColumn 
{	
	float: left;
	width: 56%;
}

#rightColumn
{
	float: right;
	width: 41%;
}

#featured 
{	
	position: relative;
	font-size: 7pt;
	margin: 10px 0px 10px 0px;
}

#featured a
{
	color: #3C617C;
}

#featured a:hover
{
	color: #5A8FAF;
}

.featCol
{
	position: relative;
	width: 243px;
	
	float: left;
	
	margin: 0px 3px;
	
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	
	border: 1px solid #666;
}

#featCol1 
{	
	background-image: url(../images/prop1BG.gif);
}

#featCol2 
{	
	background-image: url(../images/prop2BG.gif);
}	

#featCol3 
{	
	background-image: url(../images/prop3BG.gif);
}

.featPic 
{
	position: relative;
	width: 227px;
	height: 87px;
	margin: 0px auto;
	margin-top: 25px;
	
	border: 1px solid #666;
	
	overflow: hidden;
}

.featTxt
{
	margin: 6px 0px 6px 8px;
	
	background-color: #fff;
}

.featTxt p
{
	padding-right: 10px;
	text-align: right;
}












/**********************************************************************
							ABOUT US STYLES
**********************************************************************/

#aboutLeftCol
{
	margin-top: 10px;
	width: 39%;
	float: left;
}

#aboutRightCol
{
	margin-top: 10px;
	width: 60%;
	float: right;
}











/**********************************************************************
							SOURCE STYLES
**********************************************************************/

#sourceLeftCol
{
	margin-top: 10px;
	width: 61%;
	float: left;
}

#sourceRightCol
{
	margin-top: 10px;
	width: 38%;
	float: right;
}











/**********************************************************************
							OWNERSHIP STYLES
**********************************************************************/

#ownLeftCol
{
	margin-top: 10px;
	width: 37%;
	float: left;
}

#ownRightCol
{
	margin-top: 10px;
	width: 61%;
	float: right;
}











/**********************************************************************
						PROPERTY LISTINGS STYLES
**********************************************************************/


#propList 
{	
	height: auto;
	position: relative;
	margin: 0px 0px 0px 0px;
	
	font-size: 7pt;
}

#propList  .detailFloat
{
	width: 162px;
	float: left;
	margin-right: 22px;
	height: 220px;
}

#propList .detailsPic
{
	width: 162px;
	height: 97px;
	margin-bottom: 3px;
	
	border: solid 1px #969696;
	
	overflow: hidden;
}

#propList .title
{
	margin: 2px 0px 0px 0px;
	padding: 2px 2px;
	
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	font-size: 8pt;
}

#propList .desc
{
	margin: 2px 0px 0px 0px;
	padding: 2px 2px;
	
	color: #969696;
}

#propList .moreLink a
{
	color: #3C617C;
	text-align: right;
	font-weight: bold;
}

#propList .moreLink a:hover
{
	color: #5A8FAF;
	text-align: right;
}

.listDetailPic
{
	width: 555px;
	height: 220px;
	
	border: solid 1px #969696;
	
	overflow: hidden;
}

.listDetailDescTitle
{	
	padding: 0px 10px 10px 10px;
	
	font-size: 10pt;
	font-weight: bold;
}

.listDetailAddress
{
	font-weight: normal;	
	font-size: 8pt;
	color: #969696;
}

.listDetailDesc
{
	padding: 0px 10px 10px 10px;
}








/**********************************************************************
							ALCO STYLES
**********************************************************************/



.pdfPos
{
	margin: -3px 0px;
}

.alcoMainPic
{
	width: 495px;
	height: 189px;
	
	border: solid 2px #3A3A3A;
}

.blueTitle
{
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	color: #153556;
}

#returnLink
{
	float: right;
	position: relative;
	margin: 0px 15px 0px 0px;
	
	font-size: 8pt;
	color: #000;
}

#returnLink a
{
	color: #3C617C;
}

#returnLink a:hover
{
	color: #5A8FAF;
} 













/**********************************************************************
							CONTACT STYLES
**********************************************************************/

.contactFields input, textarea
{
	font-size: 9px;
	
	border: inset 1px #153556;
}