﻿/*------------------------------------------*/
/* This style sheet is used to configure the*/
/* content section as defined by the content*/
/* management system.                       */
/*------------------------------------------*/
.col
{
	clear: none;
	padding: 1px 6px 1px 6px;
}

div.col
{
	float:left;	
	
}

div.row:after, .cleared
{
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

div.row
{
	width: 766px;
}

.row .col
{
	padding-top: 20px;
}

.row1
{
}
.row2
{
}
.row3
{
}
.row4
{
}

.row-last
{
}

.row1 .col
{
	padding-top: 30px;
}

.col1
{
}
.col2
{
}
.col3
{
}

.col-last
{
}



.layout
{
	width: 766px;
	border-collapse: collapse;
}


/* ------------------------------- */
/*  Specific layout rules for the  */
/*  three column layout system.    */
/* ------------------------------- */
.lo-3
{
}

.lo-3-row
{
}

.lo-3-col1
{
	width: 243px;
}
.lo-3-col2
{
	width: 243px;
}
.lo-3-col3
{
	width: 243px;
}


/* ------------------------------- */
/*  Specific layout rules for the  */
/*  even two column layout system. */
/* ------------------------------- */
.lo-2
{
}
.lo-2-row
{
}
.lo-2-col1
{
	width: 370px;
}
.lo-2-col2
{
	width: 370px;
}


/* ------------------------------- */
/*  Specific layout rules for the  */
/*  right two column layout		   */
/*  system.						   */
/* ------------------------------- */
.lo-2r
{
}
.lo-2r-row
{
}
.lo-2r-col1
{
	width: 243px;
}
.lo-2r-col2
{
	width: 498px;
}

/* ------------------------------- */
/*  Specific layout rules for the  */
/*  left two column layout		   */
/*  system.						   */
/* ------------------------------- */
.lo-2l
{
}
.lo-2l-row
{
}
.lo-2l-col1
{
	width: 508px;
	max-width: 508px;
}
.lo-2l-col2
{
	width: 234px;
	max-width: 234px;
	overflow: hidden;
}


/* ------------------------------- */
/*  Specific layout rules for the  */
/*  one column layout system.	   */
/* ------------------------------- */
.lo-1
{
}

.lo-1-row
{
}

.lo-1-col1
{
	width: 754px;
}				
