/* main indexCss Template */
/************************************************************************************************/


/* Left Page SubSection */
/************************************************************************************************/

div.leftMarginContent{
	position:relative;
	float:left;
	width:180px;
	height:10px;

}

#subSectionHeader{
	
	float:left;
	width:238px;
	height:30px;
	font:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:700;
	font-stretch:extra-expanded;
}

#subSectionContent{
	
	float:left;
	width:238px;
	height:243px;
	/*height:255px;*/
	font:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:500;
	color:#2F2F2E;
}

div.subSectionContentATitle{
	
	float:left;
	width:280px;
	height:10px;
	line-height: 10px;
	
}

div.subSectionContentATitle a{
	color:#F78F1E;
	font-weight:bold;
	font-size:.95em;
	text-decoration:none;

}



div.subSectionContentA{
	
	float:left;
	width:280px;
	max-height:243px;
	/*height:255px;*/
	font:Verdana, Arial, Helvetica, sans-serif;
	font-stretch:expanded;
	font-size:.85em;
	color:#2F2F2E;
}

div.subSectionContentA p{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-stretch:expanded;
	color:#2F2F2E;
	padding:0px;
	margin:0px;
	
}

div.subSectionContentALink{
	
	float:left;
	width:280px;
	height:12px;
	text-align:right;
}

div.subSectionContentALink a{
	color:F78F1E;
	font-weight:bold;
	font-size:.95em;
	text-decoration:none;

}

#scrollEnd{
	
	float:right;
	width:30px;
	height:30px;
	
}

#scrollMiddle{
	
	float:right;
	width:30px;
	height:225px;
	font-stretch: semi-expanded;
	
}


/* Right Page SubSection */
/************************************************************************************************/

.error {
	color: #FF0000;
	font-weight: bold;
	font-size:.70em;
}
#pageSpacer1{
	
	float:left;
	width:437px;
	height:25px;
	
}

div.rightPageLeftMargin{
	
	float:left;
	width:35px;
	height:10px;

}

#rightPageHeader{
	
	float:left;
	width:382px;
	
}


#rightPageMainContent{
	
	float:left;
	width:395px;
	height:475px;
	background-color:#0000FF;
	overflow:visible;


}

div.rightpageScrollUp{
	
	float:left;
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
	background-image: url("../images/scrollup.gif");
	background-repeat:no-repeat;

}
div.rightpageScrollUp:active{
	cursor:pointer;
}
div.rightpageScrollUp:hover,
div.rightpageScrollUpHover{
	
	float:left;
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
	background-image: url("../images/scrollupMO.gif");
	background-repeat:no-repeat;
}



#rightpageScrollMiddle{
	
	float:left;
	width:25px;
	height:385px;
	background-image: url("../images/scrollmiddle.gif");
	background-repeat:repeat-y;
}

div.rightpageScrollDown{
	
	float:left;
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
	background-image: url("../images/scrolldown.gif");
	background-repeat:no-repeat;

}
div.rightpageScrollDown::active{
	cursor:pointer;
}
div.rightpageScrollDown:hover,
div.rightpageScrollDownHover{
	
	float:left;
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
	background-image: url("../images/scrolldownMO.gif");
	background-repeat:no-repeat;

}



/* Case Studies*/
/************************************************************************************************/


#caseStudySpacer{
	
	float:left;
	width:357px;
	height:15px;
}

#caseStudyTitle{
	
	float:left;
	width:357px;
	height:15px;
	line-height: 15px;
	
}

#caseStudyTitle a{
	color:F78F1E;
	font-weight:bold;
	font-size:.75em;
	text-decoration:none;

}



#caseStudy{
	
	float:left;
	width:357px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-stretch:expanded;
	font-size:.75em;
	color:#2F2F2E;
}

#caseStudyLink{
	
	float:left;
	width:352px;
	max-height:12px;
	padding-top:4px;
	text-align:right
}

#caseStudyLink a{
	color:F78F1E;
	font-weight:bold;
	font-size:.75em;
	text-decoration:none;

}
	
	

