#contentWrapper {
	position: relative;
}
#ctaWrapper {
	clear: both;
	width: 1000px;
}
		
#gridWrapper {
	clear: both;
	width: 940px;
	margin: 0 30px;	
}
.gridContainer {
	clear: both;
	float: none;
}
.fullGrid, .IFS_700Grid, .IFS_700Grid_fillerGrid, .halfGrid, .thirdGrid {
	margin-bottom: 20px; 
}
.fullGrid {
	width: 100%;
}
.IFS_700Grid {
	width: 700px;
	height: 300px;
	margin-right: 20px;
	float:left;
}
.IFS_700Grid_fillerGrid {
	width: 220px;
	height: 300px;
	overflow: auto;
	float: left;
	}	
.halfGrid {
	width: 620px;
	margin-right: 20px;
	float: left;
}
.thirdGrid {
	width: 300px;
	margin-right: 20px;
	float: left;
}
.removeMargin {
	margin-left: 0;
	margin-right: 0;
	}
/* Utilitiy */
.alignCenter {
	text-align: center;
	}
.floatRight {
	float: right;
}
.hideOverflow {
	overflow: hidden;
}
.hide {
	display: none;
}
/* Welcome box */
#welcomeMessage {
	position: absolute;
	top: 20px;
	left: 35px;
}
#welcomeButton{
	cursor: pointer;
	}
#welcomeButton span#welcomeLeft, #welcomeButton span#welcomeDealer, #welcomeButton span#welcomeRight {
	height: 40px;
	float: left;
	display:block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	}
#welcomeButton span#welcomeLeft {	
	width: 29px;	
	}
#welcomeButton span#welcomeDealer{
	height: 20px; /* override */
	padding: 10px 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1;
	background-repeat: repeat-x;
}
#welcomeButton span#welcomeRight {
	width: 49px;	
}

#welcomeTextWrapper {
	width: 620px;
	height: 220px;
	background-color: #FFF;
	border: 1px solid #ccc;
	overflow: hidden;
	padding-right: 5px;
	position: relative;
	top: -10px;
	float: none;
	clear: both;
}

#welcomeCloseButton {
	float: right;
	width: 18px;
	height: 18px;
	margin: 5px 0;
	cursor: pointer;
}
#welcomeTitle, #welcomeText {	
	padding: 0 20px;
}
#welcomeTitleText {
	margin-bottom: 0;
	margin-top: 10px;
	height: 35px;
	font-size:14px;
}

#additionalTextTitle {
	font-size:14px;
}

#welcomeText {
	height: 160px;
	overflow:auto;
}

/* flash asset images */
#flashAssets {
	width: 1000px;
	display: none;
}
/* WSM EditMode specific */
.wsmTitle {
	background-color: #CCCCCC;
	padding: 10px;
	font-weight: 700;
	font-size: 12px;
}
.wsmTitle2 {
	padding: 5px 10px;
	font-weight: 700;
}
.WSMThumbImg {
	width: 210px;
	height: 40px;
}
.WSMBigImg {
	width: 1002px;
	height: 330px;
	}
.ribbonText {
 	text-transform: uppercase;
}
.ribbonText  p {
	margin: 0;
}


