/* Start of CMSMS style sheet 'Grid' */
body {
		margin:0;
		padding:0;
		width:100%;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
		text-align:center;
	}

#wrapper {
		margin:0 auto;
		width:960px;   /* you can use px, em or % */
		text-align:left;
}

/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}



/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

/* 2 Column (left column) settings */
	.leftmenu {

	}
	.leftmenu .colleft {
		right:74%;			/* right column width */

	}
	.leftmenu .col1 {
		width:74%;			/* right column content width */
		left:100%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:24%;			/* left column content width (column width minus left and right padding) */
		left:0%;			/* (right column left and right padding) plus (left column left padding) */
	}

/* 1 Column (fullscreen) settings */
	.fullpage {

	}
	.fullpage .col1 {
		width:100%;			/* right column content width */
	}

/* 3 Column settings */
	.threecol {
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
	}
	.threecol .col1 {
		width:48%;			/* width of center column content (column width minus padding on either side) */
		left:101%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:24%;			/* Width of left column content (column width minus padding on either side) */
		left:27%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:24%;			/* Width of right column content (column width minus padding on either side) */
		left:78%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}



/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
	}
/* End of 'Grid' */

