
/* #### ROUNDED CORNERS ################# */

div#nifty{
	color: #FFF;
	margin-top: 20px;
	background-image: url(../images/bg-corners.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}
.rs1{margin: 0 2px}
.rs2{margin: 0 1px}


/* #### HOME PAGE ####################### */

.homePicture {
	float: Right;
	margin-top: 20px;
	margin-right: 26px;
}
.homeWelcome {
	margin-left: 14px;
    padding-top: 10px;
    width: 380px;
}
.areaOrange {
	margin: 10px 0px 10px 8px;
	width: 279px;
	float: left;
}
.orangeHeader {
	background-image: url(../images/interorangecenter.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fca852;
	height: 34px;
}
.orangeTitleLft {
	background-image: url(../images/interorangeleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	float: left;
	padding-bottom: 8px;
	padding-top: 10px;
	vertical-align: top;
}
.areaOrangeContent {
	height: 185px;
	background-image: url(../images/home01-bg.gif);
	background-repeat: no-repeat;
	background-color: #efe2ad;
	padding: 6px 10px 10px 10px;
	vertical-align: top
}
.areaGreen {
	margin: 10px 0px 10px 8px;
	width: 224px;
	float: left;
}
.greenHeader {
	background-image: url(../images/intergreencenter.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #82c865;
	height: 34px;
}
.greenTitleLft {
	background-image: url(../images/intergreenleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	height: 24px;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
	vertical-align: top;
}
.areaGreenContent {
	height: 185px;
	background-image: url(../images/home02-bg.gif);
	background-repeat: no-repeat;
	background-color: #c8f0b7;
	padding: 6px 10px 10px 10px;
	vertical-align: top;
}
.areaBlue {
	margin: 10px 0px 10px 8px;
	width: 224px;
	float: left;
}
.blueHeader {
	background-image: url(../images/interbluecenter.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #4b7ea9;
	height: 34px;
}
.blueTitleLft {
	background-image: url(../images/interblueleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px; color: #fff;
	font-weight: bold;
	height: 24px;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
	vertical-align: top;
}
.areaBlueContent {
	height: 185px;
	background-image: url(../images/home03-bg.gif);
	background-repeat: no-repeat;
	background-color: #c3d9f0;
	padding: 6px 10px 10px 10px;
	vertical-align: top;
}
li.listSquare {
	list-style-image:url(../images/dot.gif);
	line-height: 20px;
}
.listBlock {
	padding-top: 2px;
	padding-right: 4px;
	display: block;
	float: left;
	padding-bottom: 10px;
}
.steps {
    padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	line-height: 20px;
}

a.mostViewed:link, a.mostViewed:visited {
	text-decoration: underline;
	padding-left: 17px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	line-height: 24px;
}
a.mostViewed:hover {
	text-decoration: none;
}


/* #### MARKETING ###################### */

.featMatrix {
    border: 2px solid #c4dcfe;
}

.boxWhiteSquare {
	margin-bottom: 10px;
	padding: 7px;
	background-color: #ffffff;
	border: 2px solid #c4dcfe;
 }

















/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:775px;
	min-height:500px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/img/layout2/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}



