
/*----------------------- Begin Collum Groupings -----------------------*/

/* top level */
.collumGroup {
	margin:0px 0 15px 0;
}


.collumGroupAll {
	margin:30px 0 0px 0;
}

.collumGroup,.singleColumn ,.doubleColumn,.doubleColumnRight {
	/* position:relative; */
	overflow: hidden;
}
.paddedNew {
	border-top: 2px dotted #B8B7B9;
}
.collumGroup .doubleColumn, .collumGroup .doubleColumnRight {
	width:730px;
	padding: 0 0 50px 0;
}


.paddedNew .doubleColumn {
	width:715px;
	padding:0px 15px 50px 0;
	margin:0px 0 0 0;
}

.paddedNew .doubleColumnRight {
	width:715px;
	padding:0px 0px 50px 15px;
	margin:0px 0 0 0;
}

.paddedNew .singleColumn {
	margin-top:0px; /* previously 15px */
}

.paddedNew .doubleColumn .singleColumn, .paddedNew .doubleColumnRight .singleColumn {
	margin-top:0px;
}

.paddedNew .doubleColumn .singleColumn, .paddedNew .doubleColumnRight .singleColumn {
	width:347px;
}

.paddedNew .contentSplash {
	margin:-20px 0 15px 0;
}
.singleColumn{
	width:230px;
}

.padded .doubleColumn .singleColumn, .padded .doubleColumnRight .singleColumn{
	width:220px;
}

.doubleColumn  .accordionTab {
	width:715px;
}
.collumGroup .doubleColumn,
.collumGroup .doubleColumn .accordionTab {
	width:715px;
}

.collumGroup .doubleColumnRight,
.collumGroup .doubleColumnRight .accordionTab {
	width:715px;
}

.padded .doubleColumn,
.padded .doubleColumn .accordionTab  {
	width:730px;
}


.singleColumn .accordionTab {
	width:230px;
}

.doubleColumn, .doubleColumnRight {
	padding-top:0px;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*----------------------- Intro Gary-Box module ------------------------------*/

div.introDivider {
	margin-bottom: 14px;
}

div.introContainer {
	margin-bottom: 15px;
}

.introDoubleBox {
	padding: 12px;
}

.introDoubleBox P.head {
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 7px;
}

.introDoubleBox P.headDate {
	
}

.introDoubleBox P.first {
	padding-top: 0px;
}

.introDoubleBoxContainer {
	height: 160px;
	overflow: auto;
	padding-right: 15px;
	scrollbar-base-color: #dedfe0;
	scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #eee;
	scrollbar-darkshadow-color: #eee;
	scrollbar-face-color: #61a8d6;
	scrollbar-highlight-color: #61a8d6;
	scrollbar-shadow-color: #61a8d6;
	scrollbar-track-color: #dedfe0;
}

/*------------------------------General Promo-------------------------------------*/

div.genPromo3 {
	background: url(/COLTImages/deco-capblack-top-right.gif) right top no-repeat;
	clear: both;
	position: relative;
	top:10px;
	margin:0 0 14px 0;
	width:713px; 
	height:231px;
	overflow: hidden;
}
div.genPromo3 IMG {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
div.genPromo3 div.genPromo3Content {
	background: transparent url(/COLTImages/deco-capblack-bottom-right.gif) right bottom no-repeat;
	margin-left: 376px;
	_height: 231px;
	min-height: 231px;
	padding-top: 10px;
	padding-right: 16px;
}

div.genPromo3 div.genPromo3Content P {
	line-height: 1.35em;
	margin-bottom: 0.25em;
}
div.genPromo3 div.genPromo3Content P.link {
	font-weight: bold;
}


/*  Classes for image size */

	.promo183x290 {
	height:231px;
	width:367px;
	overflow:hidden;
	float:left;
	}
	* html .promo183x290 {
	height:auto;
	width:auto;
	float:none;
	}
	.promo183x290 img {
	height:231px;
	width:367px;
	overflow:hidden;
	float:left;
	}
