﻿/* **************** TEMPLATE ***************** */
/* ====== Page Structure (Head, Body & Foot) ====== */
/* "gs960" and "liquid" extend page to allow for different page widths */
.gs960{ width:960px; }
.liquid{ width: auto; margin:0 auto; }
/* ====== Columns ====== */
.main{}
.leftCol{float:left; width:250px;}
.rightCol{float:right; width: 300px;}
/* extend columns to allow for common column widths */
.narrow{width:160px;}
.broad{width:300px;}


/* ====== Block Modules ====== */
.mod-basic { border: none; padding: 0 1em; margin: 0 1em; }
.mod-box { margin: 0 auto; width: 100%; }
.mod-toolbox
{
	background: transparent url('/App_Themes/Common/images/pages/toolbox.gif') no-repeat 0 0;
	height: auto !important;
	height: 180px;
	min-height: 180px;
	padding-left: 0.5em;
}
.mod-contact { border-bottom: 1px solid #d3d3d3; margin: 1.3em 0 1em; padding-bottom: 1em; }
.mod-preface { background-color: #f1f2ef; }
.mod-preface-alt { background-color: #E4E5E2; }
.mod-section { padding: 1em 1.2em; }
.mod-dark-panel-even{ background-color: #404040; }
.mod-dark-panel-odd{ background-color: #474747; }
.mod-dark-panel{ background-color: #343434; }