/* Content designs
** Use with hss.css
*/


/* begin 4 column layout */

#fourCol1 {
	float: left;
	width: 140px;
	padding-left: 5px;
}

#fourCol2 {
	float: left;
	width: 200px;
	padding-left: 5px;
}

#fourCol3 {
	float: left;
	width: 200px;
	padding-left: 5px;
}
		
#fourCol4 {
	float: left;
	width: 200px;
	padding-left: 5px;
}

/* floating right nav */

#rightNav {
	float: right;
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
}

#rightNavOcs   {
float: right;
	width: 200px;
	padding-left: 5px;
	}
/* Floating your left nav */

#leftNav {
	float: left;
	width: 180px;
	padding-left: 10px;
}

/* begin 2 column layout needs floating right nav */		

#twoCol1 {
	float: left;
	width: 210px;
	padding-left: 5px;
}
		
#twoCol2 {
	float: left;
	width: 330px;
	padding-left: 5px;
}

#twoCol3 {
	float: left;
	width: 250px;
	padding-left: 5px;
}


/* begin 2 column sub layout for center column needs 2 column layout */		

#twoCol2Sub1 {
	float: left;
	width: 160px;
}
		
#twoCol2Sub2 {
	float: right;
	width: 160px;
	padding-left: 5px;
}
		
/* begin 1 column layout
** needs floating right nav */

#oneCol1 {
	float: left;
	width: 559px;
	padding-left: 5px;
}
/* Used with oneCol1, to produce 2 even columns */

#dualoneCol1 {
	float:left;
	width:275px;
	}
#dualoneCol2 {
	float:right;
	width:275px;
	}
#dualoneCol3 {
float:right;
width:284px;
}
/* begin 2 column without right nav */

#twoColWide1 {
	float: left;
	width: 205px;
	padding-left: 5px;
}
		
#twoColWide2 {
	float: left;
	width: 550px;
	padding-left: 5px;
}

#twoColWide3 {
	float: left;
	width: 550px;
	padding-left: 5px;
}

/*begin single wide column no nav */

#wideCol1
{
float:left;
width:775px;
padding-left: 5px;
}

/* Various columns to help bring tables over to divs */

#multiCol1 {
float:left;
width:100px;
}

#multiCol2 {
float:right;
width:450px;
padding-left:5px;
}

#multiCol3 {
float:left;
width:370px;
padding-left:10px;
}
