/* Body
====================================================================  */

body {
	margin: 0;
}

body.tmp-crt-800,
body.tmp-crt-1024 {
	text-align: center;
}

body.tmp-lft-800,
body.tmp-lft-1024 {
	text-align: left;
}


/* Container div
====================================================================  */

div.page-container {
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
}

body.tmp-crt-800 div.page-container {
	width: 800px;
}

body.tmp-crt-1024 div.page-container {
	width: 1024px;
}


/* Coast to Coast Modules
====================================================================  */

/*  first children of [div.page-container]
	[div#page-header]
	[div#page-body]
	[div#page-footer] */

div#page-header,
div#page-body,
div#page-footer {
	width: 100%;
	margin: 0px;
	text-align: left;
}

/* Global Grid Support
====================================================================  */

div.column-set1,
div.column-set2,
div.column-set3,
div.column-set4 {
	width: 100%;
}

div.column-set2 div.column {
	width: 50%;
}

div.column-set3 div.column {
	width: 33%;
}

div.column-set4 div.column {
	width: 25%;
}

div.column {
	float: left;
}

div.stop {
	clear: both;
	margin: 0px;
	height: 0px;
	width: 100%;
}

/* Template Arrangements
====================================================================  */

div.sp-2080 div#secondary {
	width: 20%;
}

div.sp-2080 div#primary {
	width: 80%;
}

div.sp-2575 div#secondary {
	width: 25%;
}

div.sp-2575 div#primary {
	width: 75%;
}

div.sp-3070 div#secondary {
	width: 30%;
}

div.sp-3070 div#primary {
	width: 70%;
}

div.sp-4060 div#secondary {
	width: 40%;
}

div.sp-4060 div#primary {
	width: 60%;
}

div.ps-5050 div#secondary,
div.ps-5050 div#primary,
div.sp-5050 div#secondary,
div.sp-5050 div#primary {
	width: 50%;
}

div.ps-6040 div#primary {
	width: 60px;
}

div.ps-6040 div#secondary {
	width: 40px;
}

div.ps-7030 div#primary {
	width: 70%;
}

div.ps-7030 div#secondary {
	width: 30%;
}

div.ps-7525 div#primary {
	width: 75%;
}

div.ps-7525 div#secondary {
	width: 25%;
}

div.ps-8020 div#primary {
	width: 80%;
}

div.ps-8020 div#secondary {
	width: 20%;
}

