﻿/* -------------------------------------------------------------- home page */
#body div#tmpHome div#content1
{
    float:left;
    width:685px;
}

#body div#tmpHome div#content2
{
    float:right;
    width:255px;
    margin-top: 221px;
}

#body div#tmpHome div#content2.move-col2-up
{
	margin-top: 0px;
}

/* -------------------------------------------------------------- 1 column page */
#body div#tmp1Col
{
    width:100%;
    float:left;
}

/* -------------------------------------------------------------- 2 column page */
#body div#tmp2Col div#content1
{
    float:left;
    width:685px;
    position:relative;
}

#body div#tmp2Col div#content2
{  
    float:right;
    width:255px;    
}
/* -------------------------------------------------------------- 2 column page 50/50 split*/
#body div#tmp2ColEqual div#content1
{
    float:left;
    width:44%;
}

#body div#tmp2ColEqual div#content2
{
    float:right;
    width:52%;
}
/* -------------------------------------------------------------- Event space home */
#body div#tmpEventSpace div#content1, #body div#tmpCoworking div#content1, #body div#tmpSmallBusiness div#content1
{
    float:left;
    width:580px;
}

#body div#tmpSmallBusiness div#content1
{
    float:left;
    width:592px;
}

#body div#tmpEventSpace div#content2, #body div#tmpCoworking div#content2, #body div#tmpSmallBusiness div#content2
{
    float:right;
    width:350px;
}

#body div#tmpCoworking div#flashBanner
{
	margin-bottom: 10px;
}
/* -------------------------------------------------------------- Investors home page template */
#body div#tmpInvestorsHome div#content1
{
    float:left;
    width:255px;
}

#body div#tmpInvestorsHome div#content2
{
    float:left;
    width:450px;
    margin-left:20px;
}

#body div#tmpInvestorsHome div#content3
{
    float:right;
    width:200px;
}
/* -------------------------------------------------------------- Investors page template */
#body div#tmpInvestors div#content1
{
    float:left;
    width:255px;
}

#body div#tmpInvestors div#content2
{
    float:right;
    width:685px;
}

#body div#tmpInvestors div#content2 #content2Col1
{
    float:left;
    width:47%;
}
#body div#tmpInvestors div#content2 #content2Col2
{
    float:right;
    width:47%;    
}

/* -------------------------------------------------------------- Members template */
#body div#tmpMembers div#content1
{
    float:left;
    width:685px;
}

#body div#tmpMembers div#content2
{
    float:right;
    width:255px;
}
/* -------------------------------------------------------------- Tradelink masters */
#body div#tmpTradeLink div#content1
{
    float:left;
    width:685px;
}

#body div#tmpTradeLink div#content2
{
    float:right;
    width:255px;
}
/* -------------------------------------------------------------- Sustainability 2 Column template */
#body div#tmpSustainability2Column div#content1
{
    float:left;
    width:255px;
}

#body div#tmpSustainability2Column div#content2
{
    float:right;
    width:685px;
}
/* -------------------------------------------------------------- Sustainability 3 Column template */
#body div#tmpSustainability3Column div#content1
{
    float:left;
    width:235px;
}

#body div#tmpSustainability3Column div#content2
{
    float:left;
    width:481px;
    margin-left:20px;
}

#body div#tmpSustainability3Column div#content3
{
    float:right;
    width:200px;
}

/* -------------------------------------------------------------- Featured Units list page */
#body div#featuredUnitList
{
	/* background-color:red; */
	position:relative;
	background-image:url('ws/bg/featured-unit-slider-bg.jpg');
	background-position:left top;  
	height: 688px;
	width: 1110px;
	left: -82px;
	overflow: hidden;
}

#body div#featuredUnitList div#content1
{
	left: 75px;
    width:685px;
    position:relative;
}

#body div#featuredUnitList div#content2
{  
    position:relative;
    width:255px;
    top: -665px;
    left: 780px;     
}
div.creative-spaces-div
{
	width: 570px;	
	position: relative;
	z-index: 1;
	padding: 0 30px 0 30px;
	margin: -90px 0 0 0;
	height: 120px;
}
div.creative-spaces-div p
{
	padding: 1em 0 0 0;
}
div.creative-spaces-div h1
{
	margin-bottom: 0;
}
#body #featuredUnitList .btnRequestAdd, #body #featuredUnitList .btnRequestRemove
{
	position:absolute;
	/*left: 463px; */
	right: 28px;
	bottom: 8px;
	background: url(ws/buttons/btnAddContactList.png) no-repeat 0 2px;
	color: White;
	font-size: 0.9em;
	padding-top: 2px;
}
#body #featuredUnitList .btnRequestRemove
{
	background-image: url(ws/buttons/btnRemoveContactList.png);
    color: White;
    width: 204px;
    padding-right: 30px;
}

div#tmpCoworking div#clerkenwell {
background: url(/app_themes/ws/pods/clerkenwell.jpg) top left no-repeat;
width: 245px;
height: 46px;
float: left;
color: white;
padding: 119px 15px 0px 15px;
}
div#tmpCoworking  a#clerkenwelllink {
display: block;
width: 275px;
height: 165px;
position: absolute;
}
div#tmpCoworking div#leathermarket {
background: url(/app_themes/ws/pods/Leathermarket.jpg) top left no-repeat;
width: 245px;
height: 46px;
float: left;
margin-left: 15px;
color: white;
padding: 119px 15px 0px 15px;
}
div#tmpCoworking  a#leathermarketlink {
display: block;
width: 275px;
height: 165px;
position: absolute;
left: 601px;

}

div#tmpCoworking  div#leathermarket a , div#tmpCoworking  div#clerkenwell a
{
	color: white;
	text-decoration: none;
}


div#tmpCoworking  div#leathermarket a:hover , div#tmpCoworking  div#clerkenwell a:hover 
{
	text-decoration: underline;
}

