
#floatAll { 
	position: relative;
	margin: 0 auto;
	width: 800px;
	top: 0px;
	
}
#pageFrame {
	position: absolute;
	width: 800px;
	background: url(../images/pageBGshadow.gif) repeat-y;
}

/*PAGE HEADER  */

#homeHeader {
	margin-left: 10px;
	width: 780px;
	height: 193px;
	background: url(../images/homeHeaderImg.jpg) no-repeat;
}

.ecgcLogo {
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/homeLogo.png');
	width: 109px;
	height: 79px;
	top: 20px;
	left: 20px;
}	
.ecgcLogo[class] {
	background: url(../images/homeLogo.png);

}

#contentHeaderNews {
	margin-left: 10px;
	width: 780px;
	height: 57px;
	background: url(../images/contentHeaderImgLogo2.jpg) no-repeat;
}

#contentHeaderVendor {
	margin-left: 10px;
	width: 780px;
	height: 57px;
	background: url(../images/contentHeaderImgLogo3.jpg) no-repeat;
}

#contentHeaderJob {
	margin-left: 10px;
	width: 780px;
	height: 57px;
	background: url(../images/contentHeaderImgLogo4.jpg) no-repeat;
}

#contentHeaderAbout {
	margin-left: 10px;
	width: 780px;
	height: 57px;
	background: url(../images/contentHeaderImgLogo5.jpg) no-repeat;
}

/*
.ecgcLogoSm {
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/contentLogo.png');
	width: 65px;
	height: 50px;
	top: 5px;
	left: 20px;
}	
.ecgcLogoSm[class] {
	background: url(../images/contentLogo.png);

}
*/

.ecgcLogoSm a {
	position: relative;
	display: block;
	width: 57px;
	height: 40px;
	top: 5px;
	left: 20px;
	
}

/* SEARCH FUNCTION COMMENTED OUT
.searchBox {
	position: absolute;
	top: 28px;
	right: 22px;
}
.searchInput {
	font-size: 9px;
}
.searchButton {
	background-color: #999; 
	color: #006;
	font-size: 9px;	
}
*/

/*HOME PAGE */
#homeContent {
	width: 780px;
	margin-left: 10px;
	padding-top: 40px;
	
}
#homeLeft {
	float: left;
	width: 225px;
	padding: 25px;
	
}
#homeRight {
	float: left;
	width: 475px;
	padding: 0;
	margin: 0;
	background: #F0F0D0;
}

.majorSpacerDiv {
	width: 718px;
	height: 170px;
}

.map {
	position: absolute;
	background: url(../images/locationMap.gif) no-repeat;
	width: 245px;
	height: 153px;
	top: 225px;
	left: 515px;
} 

/*The interactive map can't be in the background?*/
.mapIA {
	position: absolute;
	width: 245px;
	height: 153px;
	top: 225px;
	left: 515px;
} 
	
.memberSelect {
	padding-left: 25px;	
	padding-right: 25px;
	color: #600;
}

#memberInfo p {
	font: 11px normal arial, verdana, sans-serif;
	line-height: 200%;
	
}
#memberInfo table td {
	font: 11px normal arial, verdana, sans-serif;
}

.clearDiv {
	clear: both;
	height: 1px;
}

	
/*menu styles are in menuStyles.css*/

/*PAGECONTENT*/

#pageContent {
	background: #FFF;
	width: 780px;
	margin-left: 10px;
	
}

.leftColumn {
	float: left;
	width: 357px;
	padding-left: 22px;
}

.rightColumn {
	float: left;
	width: 357px;
	padding-left: 22px;
	padding-right: 22px;
}

.twocolTitle {
	width: 736px;
	margin-left: 22px;
}

.leftColumnWide {
	float: left;
	width: 554px;
	padding-left: 22px;
	
}
.rightColumnNarrow {
	float: left;
	width: 160px;
	padding-left: 22px;
	padding-right: 22px;
	
}
.marginBoth {
	width: 736px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 10px;
}

.shortPage {
	height: 100px;
}

.pageTitle {
	padding-left: 22px;
}
.quoteBox {
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.quoteSource {
	font-size:  75%;
	font-weight: 200;

}

.awards {
	background: #F0F0D0;
}

/*PHOTO, IMAGE STYLES */
.imgBorderRight{
	float: right;
	margin: 5px 0 5px 10px;
	border: 2px solid #600;
}

.imgBorderLeft{
	float: right;
	margin: 5px 10px 5px 0;
	border: 2px solid #600;
}

.rightColumn img {
	float: right;
	
}

.imgspaceLeft {
	padding: 5px 10px 5px 0;
}
.imgspaceRight {
	padding: 5px 0 5px 10px;
}

/*BOXED DISPLAYS  */
/* LIST BOX ROW COLORS */

.listBoxBorder {
	width: 100%;
	margin-bottom: 22px;
}
.listBoxBorder th {
	background: #CC9;
	border-top: 1px solid #CC9;
	border-left: 1px solid #CC9;
	border-right: 1px solid #CC9;
	font: 12px arial, verdana, sans-serif;
	color: #600;
}
	
.listBoxBorder td {
	border-left: 1px solid #CC9;
	border-right: 1px solid #CC9;
	padding: 2px 8px;
	font-size: 14px;
} 
.listText {
	border-left: 1px solid #CC9;
	border-right: 1px solid #CC9;
	background: #FFF;
}
.rowOdd {
	border-left: 1px solid #CC9;
	border-right: 1px solid #CC9;
	background: #F0F0D0;
}
.rowEven {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FFF;
}
.rowLastO {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #F0F0D0;
}
.rowLastE {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}

/***************
TEXT LIST BOX - NO ROW COLOR
Smaller text font  */

.listBoxBorderNC {
	width: 100%;
	margin-bottom: 22px;
}
.listBoxBorderNC th {
	background: #600;
	border-top: 1px solid #600;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	font: 12px arial, verdana, sans-serif;
	color: #FFF;
}
.listBoxBorderNC td {
	font-size: 11px;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	padding: 4px 8px;
}

.rowLastNC {
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
}
/*NEWS BOX */

.newsBoxBorder {
	border: 1px solid #CC9;
	margin-bottom: 10px;
}

.newsHeader {
	background: #CC9;
	color: #600;
	font: 12px bold arial, verdana, sans-serif;
}
	
.news2BoxBorder {
	border: 1px solid #A6B98B;
	margin-bottom: 10px;
}

.news2Header {
	background: #A6B98B;
	color: #FFF;
	font: 12px bold arial, verdana, sans-serif;

}
	
/*JOB LISTING BOX */
.jobsBoxBorder {
	border: 1px solid #CC9;
	margin-bottom: 10px;
}	

.jobsBoxBorder th {
	background: #CC9;
	color: #600;
	font: 12px arial, verdana, sans-serif;
}
.jobsBoxBorder td {
	font: 12px arial, verdana, sans-serif;
	color: #000;
}


/*********/
/*ADS  -  CLEAR DIVS -  SPACER DIVS -   ETC */

.adBanner {
	margin-top: 22px;
	text-align: center;
}
.adBanner img {
	padding: 1px;
	border: 1px solid #CCC;
}



/*PAGEBOTTOM AND COPYRIGHT*/	
	

#pageBottom {
	width: 800px;
	height: 38px;
	background: url(../images/pageBottom.gif) no-repeat;
}

.copyrightNotice {
	font: 9px bold arial, verdana, sans-serif;
	color: #CCC;
	padding-left: 30px;
	background: #600;
	/*This may have to become part of the page bottom image if it needs to be positioned any higher*/
}

	
