/****************************************************************************
* This section of the style sheet is used for formatting of the main menu	* 
* and the vertical pain on the left side of the screen. It is used with the	*
* xsl style sheet named: "menu.xsl".										*	
*****************************************************************************
*/
BODY {
	font-family:verdana;
	font-size:70%;
	background-color: #D2D3A0;
	color : #323232;

}
P {
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

DIV#divMenuBar {
		/*position : relative;
	top:0px; left:0px;*/
	width: 850px;
	z-index: 0;
	/*background-color : #99CCCC;*/
	background-color : #336699;

}
DIV#divHeaderIdent{
	position : absolute;
	top:-15px; left:600px;
	font-family: Tahoma;
	font-size:85%;
	color:white;
	font-weight: bold;
border : thick Blue;
}
TABLE#tblMenuBar TD.clsMenuBarHome { 
	font-weight:bold; 
	cursor:hand; 
	text-align: center;
	background-image: url(../images/house.gif);
	background-repeat: no-repeat;
	width: 100px;
	background-position: center;
	
	
	
}
TABLE#tblMenuBar { 
	width:815px;
	
}
TABLE#tblMenuBar TD.clsMenuBarItem { 
	font-size:10px;
	font-weight:bold; 
	cursor:hand;
	
	
}
DIV.clsMenu { 
		font-size:90%; background-color: #3C7BB8;
		position:absolute; visibility:hidden; width:130px; 
		padding:5px 5px 5px 8px; 

}
TABLE#tblMenuBar TD {
	font-size:60%;
	color:white;
	padding: 0px 5px 0px 8px;
	cursor:default;
	background-color:#336699;
	
}

/* These two style rules added for links in MenuBar */
TABLE#tblMenuBar TD.clsMenuBarItem A { 
	text-decoration:none; 
	
	color:white;
	 font-weight:bold;
	 font-size : 9px;
	 

}
DIV.clsMenu A { 
	text-decoration:none; 
	color:white;
	font-weight:bold;
	font-size : 9px;

}
DIV.clsMenu A:hover { 
	color:moccasin;
	font-size : 9px;
}
/*------------------------End of Style Sheet for Main Menu Generation-----------*/
/*
*********************************************************************************
* This section handles the formatting options for the user name and password,the*
* logon option button (image) and the links contained on the left side of 		*
* the web interface.															*	
*********************************************************************************
*/
A,A:LINK {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	vertical-align : middle;
	text-align : left;
	color: #00008B;	
	text-decoration:underline;
	text-decoration: none;
}
A:LINK:hover{
	color: Blue;	
	font-size : 10px;
	text-decoration:underline;
	
}
.underLink A{
	color: #00008B;	font-size : 10px;
	text-decoration:underline;
	
}
h3{
	display : inline;
}
.underLink2 A{
	color: #00008B;	
	font-size : 10px;
	text-decoration:underline;
	display : block;
	padding-bottom : 10px;
	padding-right : 30px;
	vertical-align : top;
}
.clsSmallBlackText2{
	font: 10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align : top;
	height : 8px;
	border-collapse : collapse;
}


.clsSmallBlackText{
	font:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align : middle;
	height : 8px;
}
.clsSmallBlackText3{
	font:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	text-align: left;
	vertical-align : middle;
	height : 8px;
}
.clsSmallBlackText A{
	font: 7px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align : middle;
	height : 8px;
	text-decoration : underline;
}
.clsSmallBlackBoldText{
	font: 11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align : middle;
	height : 9px;
	font-weight: bold;
	}
.clsSeperator {
	background-image: url(../images/seperator.gif);
	background-position : center;
	background-repeat : no-repeat;
}
DIV#divLayer5 {
	z-index:-1;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	/*border-left-width: 1px; ; background-color:#eeeecc;*/
	background-color: #3C7BB8;
}
DIV#divLayer5 A {
	text-decoration:none; 
	color:white;
	font-weight:bold;
	font-size :10px;
	/*font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	
	text-align : left;
	color:#161617;
	text-decoration: none;*/
	text-decoration:underline;
	vertical-align : middle;
}
DIV#divLayer5 A:Hover {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	vertical-align : middle;
	text-align : left;
	color:moccasin;
	text-decoration: underline;
}



DIV#divLayer2 {
	background-color: #D2D3A0; 
	background-image: url(/Stonemont/images/stonemontlogo2.gif);
	background-repeat : no-repeat;
}
DIV#divLayer3 {
	border-color:#000000;
	z-index:-1;
	border: 1px none #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	border-left-width: 1px;
	
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF
}
DIV#divLayer7{
	border-color: #333333 #000000;
	z-index:0;
	
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	
/*	background-color: #eeeecc;*/
	layer-background-color: #FFFFFF
}
DIV#divLayer8{
	border-color: #333333 #000000;
	z-index:-0;
	border: 1px none #666699;
	/*border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	border-left-width: 1px;*/
	
}

#testClass{
	background-color : Aqua;
	position : absolute;
	top:160px;

}
DIV#divLayer14{
	z-index:-1;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	/*border-left-width: 1px; ; background-color:#eeeecc;*/
}
DIV#divLayer13{
	z-index:-1;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	background-color : #FFF8DC;
	/*border-left-width: 1px; ; background-color:#eeeecc;*/
}
DIV#divLayer9{
	z-index:-1;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	/*border-left-width: 1px; ; background-color:#eeeecc;*/
	background-color : #FFF8DC;
}
DIV#divLayer15{
	z-index:-1;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	/*border-left-width: 1px; ; background-color:#eeeecc
	background-color : #FFF8DC;*/
	background-color :#6699CC;
}
DIV#divLayer16{
	z-index:-1;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	/*border-left-width: 1px; ; background-color:#eeeecc;*/
	background-color : #FFF8DC;
}
DIV#divLayer17{
	z-index:-1;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	/*border-left-width: 1px; ; background-color:#eeeecc;*/
	background-color : #FFF8DC;
}
DIV#divLayer20{
	z-index:-1;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	/*border-left-width: 1px; ; background-color:#eeeecc;*/
	background-color : #FFF8DC;
}
DIV#divLayer21{
	z-index:-1;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	/*border-left-width: 1px; ; background-color:#eeeecc;*/
	background-color : #FFF8DC;
}
DIV#divLayer30{
	z-index:0;
	border: 1px none #666699;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	/*border-left-width: 1px; ; background-color:#eeeecc;*/
	background-color : #FFF8DC;
	position:absolute
}

DIV#divLayer10 {
	border-color: #333333 #000000;
	z-index:0;
	text-align : center;
	layer-background-color: #FFFFFF;
}
DIV#divLayer10 A {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	vertical-align : middle;
	text-align : left;
	color:#161617;
	text-decoration: underline;
}

DIV#divLayer10 A:Hover {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	vertical-align : middle;
	text-align : left;
	color:#161617;
	text-decoration: underline;
}



DIV#divLayer4{
	border-color: #333333 #000000;
	z-index:-1;
	border: 1px none #666699;
	
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF;
	text-align: center;
}
TABLE#tblMainContent{
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	/*width: 448px;*/
}
TABLE#tblMainContHTML{
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	width: 525px;
}
TABLE#tblMainContHTML TD.clsHead{
	
	font-family :verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight : bolder;
	}
TABLE#tblMainContHTML TD.clsPara{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	
	
	
}
TABLE#tblMainContent TR.clsHead{
	
}
TABLE#tblMainContent TD.clsHead{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color:#336699;*/
	color : #252525;
	font-weight : bolder;
	letter-spacing : 2px;
	
}
TABLE#tblMainContent TD.clsParaType{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : #555555;
	font-weight : bolder;
	padding-left : 2px;
}
TABLE#tblMainContent TD.clsParaTop{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #3E3E3E;
	font-weight : bold;
	padding-bottom : 3px;
	padding-top : 3px;
	padding-left : 10px;
	
}
TABLE#tblMainContent TD.clsParaTop A{
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	vertical-align : middle;
	text-align : left;
	color: #00008B;
text-decoration: underline;
	
}
TABLE#tblMainContent TD.clsParaTop A:Hover{
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	vertical-align : middle;
	text-align : left;
		color:black;
	text-decoration: underline;
	
}
TABLE#tblMainContent TR.clsPara{
	
}
TABLE#tblMainContent TD.clsPara{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	color:black;*/
	color : Black;
}
TABLE#tblMainContent TR.clsParaType{
	
}

TABLE#tblMainContent TR.clsParaDesc{
	
}
TABLE#tblMainContent TD.clsParaDesc{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	 #717171;
	font-weight : 300;
	padding-left : 5px;
}

DIV#divLayer4, A:LINK.clsMainContent {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	vertical-align : middle;
	text-align : left;
	color: #00008B;
text-decoration: underline;
	
}
DIV#divLayer4, A:LINK:hover.clsMainContent {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	vertical-align : middle;
	text-align : left;
	color: black;
text-decoration: underline;
	
}

form {
	border-collapse : collapse;
	margin-bottom : 0px;
	padding-bottom : 0px;
 }


li {
	padding-left : 5px;
	padding-bottom : 5px;
	list-style: url(/stonemont2/images/list.gif) circle; 
	font-size : 12px;
	list-style-position : outside;
	vertical-align : middle;
}
img{
	border-bottom-width : 0px;
	border-collapse : collapse;
	border : 0px;
}
.clsTxtInput{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:black;
	font-weight : bold;
	padding-left : 5px;
	
}

INPUT {
	border-left-color : #D2691E;
	text-align : left;
}
TABLE#tblMainContent TR.clsParaDesc{
	
}
 TABLE.clsForm{
 
	background-color : #99CCCC;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:black;
	padding-left : 5px;
}
 TABLE.clsForm2{
 	background-color : #99CCCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:black;
	padding:1px;
	border : 1px solid Gray;
	width:151px;
	
}
.clsSubscribeBut{
	background-image : url(../images/news_sub.gif);
	background-repeat : no-repeat;
	background-position : center;
	
	
	width : 36px;
	height : 32px;
	background-color : transparent;
	cursor : hand;
	font-size : 0px;
	border : Window;
}
.clsUnSubscribeBut{
	background-image : url(../images/news_unsub.gif);
	background-repeat : no-repeat;
	background-position : center;
	
	
	width : 36px;
	height : 32px;
	background-color : transparent;
	cursor : hand;
	font-size : 0px;
	border : Window;
}
.clsReferBut{
	background-image : url(../images/but_refer.gif);
	background-repeat : no-repeat;
	width : 50px;
	height : 20px;
	background-color : transparent;
	cursor : hand;
	font-size : 0px;
	border : Window;
	
}

.clsResetBut{
	background-image : url(../images/but_reset.gif);
	background-repeat : no-repeat;
	background-position : center;
	width : 50px;
	height : 20px;
	background-color : transparent;
	cursor : hand;
	font-size : 0px;
	border : Window;
}
.clsSubmitBut{
	background-image : url(../images/submit.gif);
	background-repeat : no-repeat;
	background-position : center;
	width : 50px;
	height : 20px;
	background-color : transparent;
	cursor : hand;
	font-size : 0px;
	border : Window;
}
.clsClearBut{
	background-image : url(../images/clear.gif);
	background-repeat : no-repeat;
	background-position : center;
	width : 50px;
	height : 20px;
	background-color : transparent;
	cursor : hand;
	font-size : 0px;
	border : Window;
}
 TABLE.clsHeader{
 border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px; 
	border-left-width: 1px; ; background-color: #FFFFFF;
    width: 450px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #999999;
	padding-left : 5px;
	
}

#tblFormHead{
	background-color : #F7F7FC;
	width: 450px;
	text-align : center;
}
TABLE#tblFormHead TR.clsFormHeader2{
	background-color : #F7F7FC;
	width: 650px;
}
TABLE#tblForm TD.clsForm{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:black;
	padding-left : 5px;
}

SELECT.clsSelect1{
	width:100px;
background-position : left;
	border-bottom-width : thin;
	border-collapse : collapse;
	border-bottom-style : inset;
	border-left-width : thin;
	border-left-style : inset;
	border-right-style : inset;
	border-right-width : thin;
	text-align : left;
}
SELECT.clsSelect2{
	width:250px;
background-position : left;
	border-bottom-width : thin;
	border-collapse : collapse;
	border-bottom-style : inset;
	border-left-width : thin;
	border-left-style : inset;
	border-right-style : inset;
	border-right-width : thin;
	text-align : left;
}
.clsEmailRow{
	border : 1px solid #5F9EA0;
	background-color : #5F9EA0;
}
INPUT.clsTextBox3{	
	background-position : left;
	border-bottom-width : thin;
	border-collapse : collapse;
	border-bottom-style : inset;
	border-left-width : thin;
	border-left-style : inset;
	border-right-style : inset;
	border-right-width : thin;
	font-size : 9px;
	height:20px;
	width : 200px;
}
INPUT.clsTextBox2{	
	background-position : left;
	border-bottom-width : thin;
	border-collapse : collapse;
	border-bottom-style : inset;
	border-left-width : thin;
	border-left-style : inset;
	border-right-style : inset;
	border-right-width : thin;
	font-size : 9px;
	height: 20px;
	width : 100px;
}
INPUT.clsTextBox1 {
background-position : left;
	border-bottom-width : thin;
	border-collapse : collapse;
	border-bottom-style : inset;
	border-left-width : thin;
	border-left-style : inset;
	border-right-style : inset;
	border-right-width : thin;
	text-align : left;
	width : 50px;
	height: 20px;
}
INPUT.clsTextBox4 {
background-position : left;
	border-bottom-width : thin;
	border-collapse : collapse;
	border-bottom-style : inset;
	border-left-width : thin;
	border-left-style : inset;
	border-right-style : inset;
	border-right-width : thin;
	text-align : left;
	width : 140px;
	height: 20px;
}
INPUT.clsTextBox5 {
background-position : left;
	border-bottom-width : thin;
	
	border-left-width : thin;
	border-right-width : thin;
	font-size:10px;
	text-align : left;
	width : 78px;
	height: 18px;
	border-collapse : collapse;
}

/*
*********************************************************************************
* This section hides values, items on a page.				 		*	
*********************************************************************************
*/
#divShowText {
	position:relative;
	width:100px;
	z-index:30;
	display : none; 
	font-size:9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

}
#msgDisplay {
	position:relative;
	left:0;
	width:125px;
	z-index:30;
	height:0;
	top:0;
	display:none;

}

#oTableContainer {
	position:relative;
	left:0;
	width:300px;
	z-index:30;
	height:20px;
	top:0;
	display:none;

}
#spnResults {position:relative;
	left:0;
	width:300px;
	z-index:30;
	height:20px;
	top:0;
	text-align:left;
	display:none;

}
#spnResults2 {
	position:relative;
	left:0;
	width:100px;
	z-index:30;
	height:20px;
	top:0;
	text-align:left;
	display:none;

}

TABLE#tblError TD.clsError{
	width : 300px;
	height:20px;
   
	font-family : sans-serif;
	font-size : 12px;
	border-collapse : collapse;
	background-image : url(../images/exclam.gif);
	background-repeat : no-repeat;
	text-align : left;
	text-indent : 15px;
    

}
TABLE#tblError TR.clsError{

	border-collapse : collapse;
}
TABLE.clsError{
	border-collapse : collapse;
	
}
TABLE.clsDynamic{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}

THEAD.clsDynamic {
font-style : italic;
color :red; 
text-align :center; 
}
.clsDynamic A {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	vertical-align : middle;
	text-align : left;
	color:#161617;
	text-decoration: underline;
	
	
}
.clsDynamic A:Hover {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	vertical-align : middle;
	text-align : left;
	color:#161617;
	text-decoration: none;
}




.clsSmallText{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #161617;
}
.clsSmallText A {
	/*font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	vertical-align : middle;
	text-align : left;
	color:#161617;
	text-decoration: none;
	*/
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	vertical-align : middle;
	text-align : left;
	color: #00008B;
text-decoration: underline;
	
	
}
.clsSmallText A:Hover {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	vertical-align : middle;
	text-align : left;
	color:black;
text-decoration: underline;
}
.cls5thLevel A { 
	/*font-family : verdana,arial,helvetica,sans-serif;
	font-size : 12px;
	vertical-align : middle;
	text-align : left;
	color: #00008B;
	text-decoration: none;
	*/
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	vertical-align : middle;
	text-align : left;
	color: #00008B;
text-decoration: underline;
	
}
.cls5thLevel A:hover { 
	/*text-decoration:underline;
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 12px;
	vertical-align : middle;
	text-align : left;
	color: #00008B;*/
		font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	vertical-align : middle;
	text-align : left;
	color:black;
text-decoration: underline;
	
}
.clsItalic{
	font-style : italic;
	font-size : 12px;
	margin : 10px;
	padding : 10px;
	
}
.clsBold{
	font-weight : bold;
	font-style : italic;
}
.clsBold2{
	font-weight : bold;
	font-style : italic;
	font-size : 11px;
}
.clsBold3
{
	color:577AB0;
	font-weight : bold;
	font-style : italic;
	margin : 10px;
	height:10px;
}


.clsLine{
	background-image : url(../images/1Pixel.gif);
	color : White;
	font-size : 40px;
	
	border-bottom: 1px none #666699;
	border-style: solid solid;
	border-width:100px;
	
}
.clsBold2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
}
.clsBold3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}
.clsBold4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 13px;
	color : #B8860B;
	vertical-align : middle;
	height :45px;
		
}
.clsBold5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 13px;
	line-height:14px;
	vertical-align : middle;
	
	
}
.clsBold6{
	height:15px;	
}
.clsBGImage5{
background-image : url(../images/aggQCUpdateStopSign.gif);
	background-repeat : no-repeat;
	text-align : left;
	text-indent : 0px;
	width : 45px;
	height :45px;
	
}

.clsList{
	font-weight : bold;
	font-style : italic;
	display : list-item;
	list-style-type : square;
	margin-left : 20px;
}
.clsList2{

	font-size:12px;
	display : list-item;
	list-style-type :disc;
	margin-left : 10px;
	line-height:22px;
}
.clsList12{

	font-size:12px;
	/*display : list-item;
	list-style-type :disc;*/
	margin-left : 10px;
	line-height:22px;
}
.clsImage{
	background-image : url(../images/videoTrain.gif);
	background-repeat : no-repeat;
	width:auto;
	
	margin-left:45px;
	padding-left : 125px;
	height : 60px;
	font-size : 12px;
	
}
.clsImage1{
	background-image : url(../images/img_ThankYou.gif);
	background-repeat : no-repeat;
	margin-top:5px;
	margin-left:5px;
	padding-top : 5px;
	padding-left : 155px;
	height : 60px;
	font-size : 12px;
	
}
.clsImage2{
	background-image : url(../images/img_StonemontProductIcons2.gif);
	background-repeat : no-repeat;
	margin-top:5px;
	margin-left:10px;
	padding-top : 5px;
	padding-left : 240px;
	/*height : 119px;*/
	height : 200px;
	font-size : 12px;
	
}
.clsImage3{
	background-image : url(../images/img_MainBarVideoTrain.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;

}
.clsImage4{
	background-image : url(../images/img_MainBarV5Software.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage5{
	background-image : url(../images/img_MainBarThankYou.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage6{
	background-image : url(../images/img_MainBarProductLine.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage7{
	background-image : url(../images/img_MainBarProductLine.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage7{
	background-image : url(../images/img_MainBarNewArchive.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage8{
	background-image : url(../images/img_MainBarSubscribe.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage9{
	background-image : url(../images/img_MainBarQuotesNational.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage10{
	background-image : url(../images/img_MainBarQuotesHanson.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage11{
	background-image : url(../images/img_MainBarQuotesConco.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage12{
	background-image : url(../images/img_MainBarQuotesRinker.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage13{
	background-image : url(../images/img_MainBarQuotesMartin.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage14{
	background-image : url(../images/img_MainBarStonemont.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage15{
	background-image : url(../images/img_MainBarCertified.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage16{
	background-image : url(../images/img_MainBarDateEntry.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage17{
	background-image : url(../images/img_MainBarDataAnalysis.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage18{
	background-image : url(../images/img_MainBarDataReporting.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage19{
	background-image : url(../images/img_MainBarDOTReporting.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage20{
	background-image : url(../images/img_MainBarAutomation.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage21{
	background-image : url(../images/img_MainBarIncidents.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage22{
	background-image : url(../images/img_MainBarSetup.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage23{
	background-image : url(../images/img_MainBarTraditional.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage24{
	background-image : url(../images/img_MainBarManaging.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage25{
	background-image : url(../images/img_MainBarFlexibility.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage26{
	background-image : url(../images/img_MainBarProductManagemen.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage27{
	background-image : url(../images/img_MainBarMinimum.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage28{
	background-image : url(../images/img_MainBarRecommended.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage29{
	background-image : url(../images/img_MainBarServerMinimum.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage30{
	background-image : url(../images/img_MainBarServerRecommende.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage31{
	background-image : url(../images/img_MainBarEnterpriseMinimu.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage32{
	background-image : url(../images/img_MainBarEnterpriseRecomm.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage33{
	background-image : url(../images/img_MainBarTMR.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage34{
	background-image : url(../images/img_MainBarOtherModflow.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage35{
	background-image : url(../images/img_MainBarTraining.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage36{
	background-image : url(../images/clsTextBox1);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage37{
	background-image : url(../images/img_MainBarTrainingModelcad.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage38{
	background-image : url(../images/img_MainBarInterface.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage39{
	background-image : url(../images/img_MainBarDatabase.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage40{
	background-image : url(../images/img_MainBarOptions.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage41{
	background-image : url(../images/img_MainBarWEB.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage42{
	background-image : url(../images/icon_patch.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}

.clsImage43{
	background-image : url(../images/img_MainBarV4Software.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage44{
	background-image : url(../images/img_MainBarV3Software.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage45{
	background-image : url(../images/img_MainBarOtherDoc.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage46{
	background-image : url(../images/img_MainBarGeorgia.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage47{
	background-image : url(../images/img_MainBarNorthCarolina.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage48{
	background-image : url(../images/img_MainBarSouthCarolina.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage49{
	background-image : url(../images/img_MainBarMultiLang.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage50{
	background-image : url(../images/img_asphaltQCV1.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage51{
	background-image : url(../images/img_MainBarPlantFlow.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage52{
	background-image : url(../images/img_MainBarCrusherSampling.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage53{
	background-image : url(../images/img_MainBarUpdates.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage54{
	background-image : url(../images/img_MainBarV5.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage55{
	background-image : url(../images/img_MainBarUpgrades.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage56{
	background-image : url(../images/img_MainBarPatches.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage57{
	background-image : url(../images/img_MainBarTraditionalMix.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage58{
	background-image : url(../images/img_MainBarManagingAQC.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage59{
	background-image : url(../images/img_MainBarUserFriendly.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	
}
.clsImage60{
	background-image : url(../images/img_MainBarMixDesign.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
	}
.clsImage61{
	background-image : url(../images/img_MainBarMixTracking.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}
.clsImage62{
	background-image : url(../images/img_MainBarEasytoBuild.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}

.clsImage63{
	background-image : url(../images/img_MainBarNetwork.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}

.clsImage64{
	background-image : url(../images/img_MainBarScreenDeck.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}

.clsImage65{
	background-image : url(../images/img_MainBarPlantOpti.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}
.clsImage66{
	background-image : url(../images/img_MainBarIntegration.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}
.clsImage67{
	background-image : url(../images/img_MainBarManage.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}
.clsImage68{
	background-image : url(../images/img_MainBarSimpleDataEntry.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}
.clsImage69{
	background-image : url(../images/img_MainBarComplex.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}
.clsImage70{
	background-image : url(../images/img_MainBarSearch.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}
.clsBGImage100{
	background-image : url(../images/congratulations.gif);
	background-repeat : no-repeat;
	
	padding-left : 140px;
	height : 30px;
	
	
}
.clsImage101{
	background-image : url(../images/img_MainBarTestMethods.gif);
	background-repeat : no-repeat;
	margin-left:25px;
	padding-left : 400px;
	height : 40px;
	text-align:left;
}
.clsBGImage{
	background-image : url(../images/appStack3.jpg);
	background-repeat : no-repeat;
	padding-left : 440px;
	height : 500px;
	font-size : 11px;
	
}

.clsCongrats{
	background-image : url(../images/congratulations.gif);
	background-repeat : no-repeat;
	/*padding-left : 175px;
	height : 100px;
	font-size : 11px;
	*/
}

.clsNoImage{
font-weight : normal;
	
	font-size : 12px;
	
}
.clsNoImage3{
	font-weight : normal;
	font-size : 11px;
	margin-left : 8px;
	display : inline;
}
.clsNoImage4{
	font-weight : bold;
	font-size : 11px;
	margin-left : 8px;
	margin-right:60px;
	
	background-image : url(../images/videoCamera2.gif);
	background-repeat : no-repeat;
	background-position : left;
	height : 25px;
	
	padding-right:60px;
	padding-left:40px;
	font-size : 11px;
	
}
.clsNoImage5{
	font-weight : bold;
	font-style:italic; 
	font-size : 11px;
	margin-left : 12px;
	display : inline;
}
.clsNoImage6{
	background-image : url(../images/video.gif);
	background-repeat : no-repeat;
	background-position : right;
	height : 16px;
	padding-right:30px;
	margin-right:10px;
	font-size : 11px;
}
.clsNoImage7{
	font-weight : normal;
	font-size : 12px;
	font-style:italic; 
}
.clsBGImage2{
	background-image : url(../images/ind_Oldmuckpile.gif);
	background-repeat : no-repeat;
	background-position : right;
	height : 40px;
	padding-right:90px;
	font-size : 11px;
	
}
.clsBGImage3{
	background-image : url(../images/cust_serv.gif);
	background-repeat : no-repeat;
	background-repeat : no-repeat;
	padding-left : 150px;
	height : 10px;
	font-size : 12px;
	
}
.clsBGImage4{
	background-image : url(../images/v3_animate.gif);
	background-repeat : no-repeat;
	background-position : right;
	height : 55px;
	padding-right:90px;
	font-size : 11px;
	
}
span.clsboxLink A { 
	font-family:arial,helvetica,sans-serif; 
	font-size:10px; 
	color:black; 
	
	text-decoration:underline;
	
	
}
span.clsBoxLink{
	margin-left:4px;border : 1px solid #A1A1A1;width:210px;
	padding : 10px;
}
.clsBullet
{
	background-image : url(../images/img_testMethodbook3.gif);
	background-repeat : no-repeat;
	background-position : left;
	height : 16px;
	padding-left:30px;
	margin-right:10px;
	font-size : 11px;
	font-weight:bolder;
	}
	.clsBullet2
{
	background-image : url(../images/img_testMethodbook3.gif);
	background-repeat : no-repeat;
	background-position : left;
	height : 16px;
	padding-left:30px;
	margin-right:10px;
	font-size : 11px;
	
	}
#List
{
	font-size:30px;
}
