/*
-----------------------------------------------
Client:REDF
Project:Web Site Redesign (http://www.redf.org/)

File Name:layout.css 
Version:1.0
Notes:Rules for the different column layouts in the div#main block. These are contextual selectors based on the class value in the body element.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout 1 (Home Page)
----------------------------------------------- */
div#layout1 div#bd {
  background:transparent;
  }
div#layout1 div#main {
  float:none;
  }
div#layout1 div#pcon {
  float:left;
	width:535px;
  }
div#pcon-lt50 {
	float:left;
	padding:0 10px;
	width:252px
	}
div#pcon-lt50 img {
	margin-left:-10px;
	margin-right:-10px;
	}
div#pcon-rt50 {
	float:right;
	width:252px
	}
div#pcon-rt50 img {
	margin-left:-10px;
	margin-right:-10px;
	}
div#layout1 div#tcon {
  float:right;
	width:250px;
  }
div#layout1 div#scon {
	display:none;
  }
		
/* Layout 2 (Body Page with Right Column)
----------------------------------------------- */
div#layout2 div#bd {
  background:transparent url(/img/bg-dotline.gif) repeat-y 165px 0;
  }
div#layout2 div#main {
  float:right;
  width:615px;
  }
div#layout2 div#pcon {
	float:left;
	width:390px;
  }
div#layout2 div#tcon {
  float:right;
	width:205px;
  }
div#layout2 div#scon {
	float:left;
	padding:5px 0 0 5px;
  width:150px;
  }

/* Layout 3 (Body Page without Right Column)
----------------------------------------------- */
div#layout3 div#bd {
  background:transparent url(/img/bg-dotline.gif) repeat-y 165px 0;
  }
div#layout3 div#main {
  float:right;
  width:615px;
  }
div#layout3 div#pcon {
  float:none;
	width:auto;
  }
div#layout3 div#tcon {
	display:none;
  }
div#layout3 div#scon {
	float:left;
	padding:5px 0 0 5px;
  width:150px;
  }
	
/* Misc Layout Styles
----------------------------------------------- */
div#pcon-lt60 {
	float:left;
	padding:0 10px;
	width:319px
	}
div#pcon-lt60 img {
	margin-left:-10px;
	margin-right:-10px;
	}
div#pcon-rt40 {
	float:right;
	width:266px
	}