/* CSS Document */

body{
	background:#e3f6d4;
	font:normal 10px/18px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0;
	margin:0;
	}
	
div, p, h1, h2, h3 {
	padding:0;
	margin:0;
	}
	
img{
	padding:0;
	margin:0;
	border:none;
	}
	
ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}
	
a{
	outline:none;	
}	
	
/*------------------------ Main -----------------------------*/

#main{
	background:url(../images/bg-main.gif) repeat-x 0 0;
	height:621px;
	}
	
#mainInner{
	width:921px;
	margin:0 auto;
	padding:52px 0 0 0;
	}
	
#mainLeft{
	width:368px;
	float:left;
	padding:138px 0 0 0;
	}
	
#mainRight{
	width:517px;
	float:right;
	background:url(../images/frame.gif) no-repeat 0 0;
	padding:18px;
	}								
	
.enterButton{
	margin:5px 0 0 99px;
	}
	
	
/*------ For Home Page -----*/

#mainContainer{
	background:#f1f1e7;
	padding:10px;
	width:964px;
	border:solid 10px #deddd8;
	margin:0 auto;
	}
	
#innerContainer{
	background:#FFFFFF;
	padding:1px;	
	}
	
#header{
	height:100px;
	background:url(../images/header-bg.gif) repeat-x 0 0;
	border-bottom:solid 1px #FFFFFF;
	}
	
#navPanel{
	background:url(../images/nav-bg.gif) repeat-x 0 0;
	height:63px;
	padding:6px 0 0 42px;
	}
	
#navPanel ul{
	height: 63px;
	}
	
#navPanel ul li{
	float:left;
	height:63px;
	}
	
#navPanel ul li a{
	display:block;
	float:left;
	padding:13px 24px;
	height:37px;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	}	
	
#navPanel ul li a span{
	color:#bbdeb2;
	cursor:pointer;
	}
	
#navPanel ul li a:hover{
	background:url(../images/hover-bg.gif) repeat-x 0 0;
	border-left:solid 6px #fff600;
	padding:13px 24px 13px 18px;
	}
	
#navPanel ul li a.active{
	background:url(../images/hover-bg.gif) repeat-x 0 0;
	border-left:solid 6px #fff600;
	padding:13px 24px 13px 18px;
	cursor:default;
	}			
	
	
#navPanel ul li a.active span{
	cursor:default;
	}	
				
	
.logo{
	float:left;
	margin:8px 0 0 6px;
	}
	
#headerRight{
	float:right;
	width:216px;
	padding:54px 0 0 0;
	}
	
#headerRight p{
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#1b8d00;
	background:url(../images/mail-icon.gif) no-repeat 0 0;
	padding:0 0 0 33px;
	}
	
#headerRight p a{
	text-decoration:underline;
	color:#000000;
	}				

#headerRight p a:hover{
	text-decoration:none;
	}				

#bodyPanel{
	padding:14px 0 23px;
	}
	
#leftPanel{
	width:196px;
	background:#e3f6d4;
	padding-bottom:5px;
	float:left;
	}
	
#rightPanel{
	width:196px;
	background:#e3f6d4;
	float:right;
	padding-bottom:5px;
	}
	
#centerPanel{
	width:553px;
	padding:0 8px;
	float:left;
	}
	
		
#centerPanelnew{
	width:553px;
	padding:0 8px 0 200px;
	float:left;
	}
	
h2.panelHeading{
	background:url(../images/headigng-bg.gif) no-repeat 0 0;
	height:31px;
	padding:0 0 22px 15px;
	font-size:24px;
	line-height:31px;
	color:#def0d1;
	font-weight:normal;
	}
	
	
	
ul.list{
	padding:0 0 0 7px;
	}
	
ul.list li{
	line-height:18px;
	height:18px;
	background:url(../images/list-icon.gif) no-repeat 0 50%;
	padding:0 0 0 14px;
	font-size:10px;
	color:#000000;
	}
	
ul.list li a{
	color:#000000;
	text-decoration:none;
	}										
			
			
ul.list li a:hover{
	text-decoration:underline;
	}
	
	
	
/*----- accordian menu ------*/ 	
	
.glossymenu{
margin:0;
padding:0;
}

.glossymenu a.menuitem{

display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
line-height:18px;
height:18px;
padding:0 0 0 15px;
font-size:10px;
color:#000000;
text-decoration:none;
text-transform:uppercase;
overflow: hidden;
background-color: #e3f6d4;
}

.glossymenu a.menuitem:hover{
	background:#9bdf70;
	}

.glossymenu .menuitem:active{
color:#000000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 7px;
left: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 2px solid #e3f6d4;
}

.glossymenu div.submenu ul li a{
display: block;
font-size:10px;
height:18px;
background:#cdeeb2;
color: black;
text-decoration: none;
padding-left: 18px;
overflow: hidden;
}

.glossymenu div.submenu ul li a:hover{
background: #a8e280;
color: #000;
}	

.glossymenu div.submenu ul span{
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	padding:0 0 0 10px;
	}
	
/*----- accordian menu ------*/


	
.equipmentPanel{
	width:176px;
	padding:0 10px 10px 10px;
	text-align:center;
	}
	
.equipmentImage{
	padding:8px;
	background:url(../images/small-pic-bg.jpg) no-repeat 0 0;
	width:160px;
	height:98px;
	margin-bottom:10px;
	}		
						
				
#footer{
	padding:27px 0;
	border-top: solid 5px #1c8e00;
	text-align:center;
		}
		
#footer a{
	color:#000000;
	}
	
#footer a:hover{
	text-decoration:none;
	}	 		
		
.footerlink{
	padding-bottom:18px;
	}
	
.footerlink span{
	padding:0 12px;
	}
	
	
	
	
.contentArea{
	width: 553px;
	height: 640px;
	background-color:#FFFFFF;
}

.content-pic{
	background:url(../images/presentation-bg.jpg) no-repeat 0 0;
	/* margin-bottom:32px;
	padding:18px;  */
	padding-bottom:0;
	padding-left:18px;
	padding-right:18px;
	padding-top:18px;
	width:517px;
	height:475px;
	overflow:hidden;
}

.textPanel{
	font-size:13px;
	line-height:18px;
	padding:14px;
	background:url(../images/text-panel.gif) no-repeat 0 0;
	height:98px;
	margin:15px 0 0 0;
	}
	
span.padd{
	padding:0 30px;
	}	
	
h2.textHeading{
	font-size:16px;
	font-weight:bold;
	color:#1e8e00;
	margin-bottom:10px;
	}
	
	
/*------------------------------------*/		
									
									
h2.centerHeading{
	font-size:30px;
	line-height:33px;
	color:#439e00;
	font-weight:normal;
	}
	
p.centerText{
	font-size:12px;
	line-height:18px;
	padding:13px 0;
	}
	

.descPanel{
	padding-bottom:29px;
	padding-top:6px;
	}
	
.descPanel img{
	border:solid 6px #d7dccf;
	padding:1px;
	background-color:#FFFFFF;
	float:right;
	}	
	
a.readMore{
	display:block;
	width:68px;
	height:12px;
	background:url(../images/arrow.gif) no-repeat 100% 50%;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#4a4a4a;
	}
	
a.readMore:hover{
	text-decoration:none;
	}		
	
.descLeft{
	width:280px;
	float:left;
	color:#646763;
	}
	
.descLeft h3{
	font-size:22px;
	line-height:25px;
	font-weight:normal;
	color:#646763;
	}				
	
	
h2.formhead	{
	padding:10px 0 15px 13px;
	font-size:24px;
	line-height:31px;
	color:#404040;
	font-weight:normal; 
	}
	
.creditapp { padding:0 15px; margin:0; font:normal 11px/14px Arial, Helvetica, sans-serif; } 	
.creditapp label.text { margin:0  3px 10px 0; padding:0;}
.creditapp label.texthead { margin:0 55px; padding:0; font-weight:bold; font-size:13px; }
.creditapp label.texthead2 { margin:0 55px; padding:0; font-weight:bold; font-size:13px; }
.creditapp label.inputf { margin:0 10px 0 0; padding:0; } 
.creditapp label.inputf2 { margin:0 0 10px 0; padding:0; display:block; } 
.creditapp input.textf { font:normal 11px/12px Arial, Helvetica, sans-serif; color:#444; padding:2px 1px; width:140px; border:#1c8e00 solid 1px; }
.creditapp input.textfml { font:normal 11px/12px Arial, Helvetica, sans-serif; color:#444; padding:2px 1px; width:140px; height:100px; border:#1c8e00 solid 1px; }

.creditapp input.bigwid { width:450px; }

.creditapp input.bigwidextend { width:665px; }
.creditapp input.bigwidsmall { width:350px; }
.creditapp input.smallwid { width:280px; }

.creditapp select.selectf { font:normal 11px/12px Arial, Helvetica, sans-serif; color:#444; padding:0; border:#1c8e00 solid 1px; }
.creditapp label.textaddress {  margin:0 160px; padding:0; font-weight:bold; font-size:13px;  } 
.creditapp label.textstreet {  margin:0 125px; padding:0; font-weight:bold; font-size:13px;  } 
.creditapp label.textphone {  margin:0 40px;   }
.creditapp label.textfax {  margin:0 0 0 76px;   }

.creditapp div { margin:0 0 15px 0; }
.creditapp div.bor { border-bottom:dashed 1px #999; }

h3.formsubhead { padding:0 0 10px 0;
	font-size:15px;
	color:#404040;
	font-weight:bold;
	}

/*styles for margin end here*/
td.grdcoltextf {font:9px/12px Verdana, Arial, Helvetica, sans-serif; color:#000000; background:inherit; text-align:right;}
.marginRight10 {margin-right:10px;}
.marginLeft87{margin-left:87px;}
.marginRight4 {margin-right:4px;}
.marginTop15{margin-top:15px;}
a.linkIcon {font:9px/16px Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#000000; text-decoration:none; background-color:inherit; text-decoration:underline;}
a.linkIcon:hover {color:#9A0000; background:inherit;text-decoration:none;}
a.linkIcon1 {font-size:12px;font-weight:normal; color:#0000FF; text-decoration:none; background-color:inherit; text-decoration:none;}
a.linkIcon1:hover {color:#9A0000; background:inherit;text-decoration:none;}
.dynamicdropdown {border-color:#1B8D00; border-style:Solid; border-width:1px;width:274px;}
.multitextbox {border-color:#1B8D00; border-style:Solid; border-width:1px;width:180px;}
a.linklogout
{
	float:left;
	margin-top:10px;
	height:37px;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.equipmentdetail_1st{
	width:542px;
	display:block;	
	border:#5EC611 4px solid;	
	background:#F3FFE9;
	}
