/*
** Main CSS Document
** Used for main site layout. 
 */

 @import url("siteWideStyling.css");
 
body {
	padding:0;
	margin: 0 auto;
	height:1700px;
	/*width:100%;*/
	width:955px;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/*
	font-size:90%;
	font-size:11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#58595b;
	*/
}

/**
* Layout CSS 
*/
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	/*background:#d5e7ff;*/		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:198px;
	background:#fff;    	/* Center column background color */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-396px;
	/*background:#ff9;*/    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 28px 0 425px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:198px;
	position:relative;
	margin-left:-50%;
	left:195px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:198px;
	position:relative;
	left:0px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:27px 0px;
	margin:0;
	/*border-top:1px solid #000;*/
}

.popupwindowBtn{
	cursor:pointer;
}


img{
	border-style: none;
}
	
.leftColumnContentToFold ul li {
	background-image:url(/community/sites/all/themes/redtraysaves/images/theme/redBulletPoint.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	list-style-image:inherit;
	list-style-position:inherit;
	list-style-type:inherit;
	margin:0;
	padding:4px 10px;
}

 
div#DevReportBox {
border:2px solid #999999;
padding:20px 10px 20px 65px;

}	
























