/* layout.css © Factor of 4, 2010*/
/*ICDF*/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/


* {margin:0;padding:0;} /* stickyfooter code */

html, body { height: 100%;}  /* stickyfooter code */

html {
	color:#000;
	background-color: #024c73;
	}

body { 
	background-color: #024c73; 
	background-repeat: repeat-y; 
	background-position: center 0;
	 }
	
/*Opera Fix*/   /* stickyfooter code */
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

 
table{
	border-collapse:collapse;
	border-spacing:0;
	}
	
img{
	border:0;
	}
	
.icdf-template1  { 
	width: 865px; 
	text-align: left; 
	margin: auto; 
	width: auto; 
	min-width: 0px; 
/*	border: solid 1px red; */
	}
	
#container   { 
	min-height: 100%; /* stickyfooter code */
	background-image: url("../images/header.jpg"); 
	background-repeat: no-repeat; 
	background-position: top; 
	width: 864px;
	 }

#header   { 
	min-height: 100px; 
	height: 100px; 
	position:relative; */ 
/*	border: solid 1px green;  */
	}

#icdf-content{
	overflow:auto; /*  stickyfooter code */
 	padding-bottom: 50px;  /* stickyfooter code must be same height as the footer */
	width:870px;
	float:right;
/*	margin-left:-170px;*/ 
/*	border: solid 1px red;    */ 
	}

#icdf-main{
	position:relative; */ 
	float:right;
	width:700px;
	height:100%;   
	margin-left:170px;*/
	margin-top:0px;
	background-color: #fff;
	background-image: url("../images/main-top.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top; 
/*	border: solid 1px yellow;    */ 
	}

#icdf-column1{
	float:left;
	width:500px;
	margin-left:0;
	padding-top:0px;
	padding-left:15px;
	padding-right:15px;
	background-color: #fff;
/*	border: solid 1px orange;*/ 
	}

#icdf-column2 { 
	width: 150px; 
	min-height: 415px;   
	float: right; 
	margin-top: 45px; 
	margin-left: 0; 
	margin-bottom: 0; 
	margin-right: 0; 
	padding: 0 10px; 
	background-color: #d6e8ea; 
	background-image: url("../images/column2-top.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top; 
/*	border: solid 1px green;*/ 
	}
#icdf-sidebar2{
	position:absolute; */ 
	/* float:left; */
	width:136px;
	z-index:10;
	margin-left:0px; */
/*	border: solid 1px orange;   */
	height: 415px; 
	min-height: 415px; 
	margin-top:190px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color: #d6e8ea; 
	background-image: url("../images/sidebar2-top.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top; 
	}
#footer { 
	background-image: url("../images/main-bottom.jpg"); 
	background-repeat: repeat-y; 
	background-position: right top; 
	padding-left: 180px; 
	margin-right:0px;
/*	border: solid 1px blue;   */
	position: relative;
/*	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	}
	

