@charset "UTF-8";
/* CSS Document */


/*  GLOBAL WRAPPER  */

#siteWrapper {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;
	height:auto;
	overflow: hidden;

}


/* HEADER ************* */

#headerWrapper {
	position:relative;
	height: 150px;
	width: 980px;
}

#flashcontent {
	overflow:hidden;
}



/* FOOTER ************* */

#footerWrapper {
	position:relative;
	width: 980px;
}


.footerBg {
	float:left;
	height: 21px;
	width: 980px;
	background-image:url(../images/footerBg.gif);
}

 	.footerTxt {
		float:left;
		background-image: url(../images/contentWhiteSideLineBg.gif);
		background-repeat: repeat-y;
		width: 980px;
	}
	
 	.footerTxt p {
		padding:0 5px 0px 1px;
		font-size:9px; color:#FFFFFF;
	}	
	
#footerSiteMap {
	float:left;
	height: 21px;
	width: 980px;
	margin-top:25px;
}


#footerSiteMap p {text-align:center; color:#FFFFFF; font-size:9px; font-weight:normal;}
#footerSiteMap a {color:#FFFFFF; text-decoration:none;}
#footerSiteMap a:hover {color:#f0f7e6; text-decoration:underline;}

	

/* FRAME - background images ************* */
#contentWrapper {
	position:relative;
	height:auto;
	width: 980px;
	background-image: url(../images/contentWhiteSideLineBg.gif);
	background-repeat: repeat-y;
	background-color: #9B9AA0;
	padding-bottom: 15px;
		overflow: hidden;
}

.contentGradient {
	position:relative;
	height:auto;
	min-height:300px;
	width: 978px;
	background-image: url(../images/contentBg.gif);
	background-repeat: repeat-x;
	margin-left: 1px;
	overflow: hidden;
}


#flashcontentShowcase {
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
}


/* 3 COLUNM LAYOUT  ************* */
/* ------------------------------ */
/* LEFT  ***** */
#contentLeftImg {
	float:left;
	height:auto;
	width: 260px;
	padding-top: 1px;
}

/* CENTER ***** */
#contentCenter {
	float:left;
	height:100%;
	width: 460px;
}

	.pageTitle {
		position:relative;
		top:0px; left:0px;
		height:45px;
		padding-top:5px;
	}

	#pageContent {
		position:relative;
		top:0px;
		left:0px;
		height:auto;
		margin-top: 25px;
	}
	
/* RIGHT ***** */
/*
#contentRight {
	float:left;
	height:auto;
	width: 238px;
	margin-left:20px;
}
*/

#contentRight {
	position:absolute;
	width: 238px;
	top:0px;
	left:740px;
}

#rightSideCPwrapping {
	margin:10px 0 5px 15px;
}

/* FORM ***** */

.qfrow {
	position:relative;
	margin: 0 10px 10px 0;
	}

.qfelemen {
	position:relative;
	}
