/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	font: 0.8em Arial, Arial, Helvetica, sans-serif;
	color: #003333;
	height: 100%;
}

html, body, form, fieldset, div, select, input 
{
margin: 0;
padding: 0;
}


a img 
{
	border:none;
}

a
{
	text-decoration:none;
	color:#9DB304;
	cursor:pointer;
}

.contentBox a
{
	text-decoration:none;
	color:#bad405;
}


a:hover
{
	text-decoration:none;
	color:#003333;
}

h1
{
	font-size:1.3em;
	color:#003333;
	padding:10px 0 0px 10px;
	margin:0px;
	EditMenuName:Heading 1;
}

h2
{
	font-size:1.1em;
	color:#003333;
	padding:0 0 5px 5px;
	margin:0;
	EditMenuName:Heading 2;
}

h2.darkBlue
{
	color:#000066;
}


 h2.blue
{
	color:#00ccff;
}	
	

 
h2.orange
  {
	color:#ff6600;
  }
 
 
h2.black
  {
	color:#000;
  }
 



h3
{
	font-size:1.2em;
	color:#003333;
	padding:0 0 10px 5px;
	margin:0;
	EditMenuName:Heading 3;
}


h4
{
	font-size:1em;
	color:#bad405;
	padding:0 0 0px 5px;
	margin:0;
	EditMenuName:Heading 4;
}

p
{
	padding:0 0px 5px 5px;
	margin:0;
	color:#003333;
	line-height:1.5em;
	EditMenuName:Normal Paragraph;
}

.container
{
	width: 980px;
  	margin:0px auto 15px auto; 
  	position:relative;
  	background-color:#F4F4F4;
}


.pageControl
{
    width:980px;
    background-color:#F4F4F4;
   
}

.mainContent
{
	position:relative;
	top:10px;
	left:10px;
	width:960px;
}

.header
{
	display:block;
	width:981px;
	margin:0 0 0px 0;
	color:#666666;
	background-color:#ffffff;

}

/* begin header styling */

.header .logo
{
	padding:0px 20px 0px 20px;
	float:left;
}

.header p
{
   color:#ffffff;
}


.header .search
{
  float:right;
}

.header .topNavigation ul
{
  margin:0;
  padding:5px 5px 0 0;
}

.header .topNavigation li
{
  padding:0 5px 0 5px;
  float:left;
  list-style:none;
  border-left:1px solid #333;
  
}

.header .topNavigation a
{
  color:#ffffff;
  text-decoration:none;
}


.header .topNavigation a:hover
{
  color:red;
}

.header .headNavigation
{
  float:left;
  width:978px;
  background: url('../images/headNavBackground.jpg') repeat-x 0 bottom;
  background-color:#bad405;
  border:1px solid #99cc33;
  border-bottom:none;
  
}

.header .headNavigation ul
{
  margin:0;
  padding:0 0 0 20px;
}

.header .headNavigation li
{
  margin:0;
  padding:0;
  float:left;
  list-style:none;
  padding:8px 0 10px 0;
}


.header .headNavigation li.currentLeft
{
 margin-top:1px;
 border-left:1px solid #99cc33;
 border-top:1px solid #99cc33;
 border-right:1px solid #99cc33;
 border-bottom:1px solid #ccde4d;
 padding:1px 1px 0 1px;
 background-color:#dfea7b; 
}


.header .headNavigation .current
{
 background-color:#D0E15B;
 padding:8px 0 8px 0;
  
}



.header .headNavigation li.borderRight
{
  border-right:1px solid #353535;
  
}

.header .headNavigation .current a
{
  color:#003333;
  text-decoration:none;
  padding:0 15px 0 15px;
  background:none;
}


.header .headNavigation li a
{
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  padding:0 10px 0 10px;
  background: url('../images/headNavDivider.jpg') no-repeat right 0;
}

.backgroundNone
{
	background:none !important;
}

.header .subNavigation
{
  float:left;
  width:978px;
  background-color:#D0E15B;
  border:1px solid #99cc33;
  border-top:none;
}

.header .subNavigation .inner
{
  border:1px solid #dfea7b;
  padding:2px 0 2px 0;
  border-top:none;
}

.header .subNavigation ul
{
  margin:0;
  padding:0 0 0 20px;
}

.header .subNavigation li
{
  margin:0;
  float:left;
  list-style:none;
  padding:4px 10px 4px 0;
 
}

.header .subNavigation a.current
{
 font-weight:bold;
}

.header .subNavigation li a
{
  color:#003333;
  font-weight:normal;
  text-decoration:none;
  background: url('../images/headNavDivider.jpg') no-repeat right 0;
  padding:0px 10px 0px 0;
}


.breadcrumb ul
{
	padding:0;
	margin:0 0 0px 0;
	list-style:none;
}

.breadcrumb li
{
	float:left;
	padding:0 0 5px 10px;
	margin:2px 5px 5px 0;
	background: url('../images/breadcrumbArrow.gif') no-repeat 0 4px;
}

.breadcrumb li a
{
   color:#666666;

}

.breadcrumb li a:hover
{
   color:#000000;
}

/* left col */

.leftCol
 {
     
    float:left;


	}
	
 .leftNav
 {
	
	margin:10px 0 10px 0;
	width:231px;
	float:left;
 }	

	  	
.leftCol .leftNav ul
 {
   padding:0;
   margin:0;
   display:block;
 

  	}
  	
.leftCol .leftNav ul ul ul
 {
   padding:0;
   margin:0;
  	}  	


.leftCol .leftNav li
 {
    list-style:none;
    padding:5px 0 5px 0px;
    display:block;

    	}	
    	
.leftCol .leftNav li.one  	
{
   border-bottom:1px solid #cccccc;
   font-weight:bold;
   color:#333333;
   padding-left:5px;
   
}    	
  	

.leftCol .leftNav li.two  	
{
   
}


.leftCol .leftNav li.three 	
{
   border-top:1px dotted #cccccc; 
   font-weight:normal !important;
   padding:5px 5px 5px 15px;
   margin:5px 0 0 0;
   background: url('../images/squareBad405.jpg') no-repeat 5px 11px;
   
}

.leftCol .leftNav li.four
{
   font-weight:normal !important;
   padding:5px 0 5px 15px;
   margin-top:5px;
   background: url('../images/squareGreen.jpg') no-repeat 5px 11px;
 }

.leftCol .leftNav li.CurrentThree 	
{
   border-top:1px dotted #cccccc; 
   border-bottom:none;
   padding:5px 5px 5px 15px;
   margin:5px 0 0 0;
   background: url('../images/squareBad405.jpg') no-repeat 5px 11px;


}

.leftCol .leftNav li.CurrentFour 	
{

   padding:5px 0 5px 15px;
   margin-top:5px;
   background: url('../images/squareGreen.jpg') no-repeat 5px 11px;

}

.leftCol .leftNav li.Alternate  	
{
   background-color:#ffffff ;
}

  	
.leftCol .leftNav li.Current 
 {
	font-weight:bold;
	padding:5px 0 0px 0px;
 }	 
 
 .leftCol .leftNav li.Alternate .Current 
 {
	font-weight:bold;
	padding:5px 0 0px 0px;
	background-color:#ffffff;
 }	
 
  	
.leftCol .leftNav li a
 {
  color:#333;
  text-decoration:none;
  padding:0 0 0 5px;
}	

/* end leftCol */	

/* rightCol */	
.rightCol
 {
	float:right;

 }
 
 
     	  
/* content */

.content
{ 
	float:left;
	margin:0 0 0;

}

.contentBox
{ 
	border:1px solid #ccc;
	background-color:#ffffff;
	float:left;

}

.contentBox .top
{
	background: #dcdcdc url(../images/contentBoxTop.jpg) repeat-x 0 bottom;
}

.contentBox .top .innerTop
{
	position:relative;
	border:1px solid #f0f0f0;
	padding:5px 0 0 5px;
}

.contentBox .top .innerTop h2
{
	font-size:1.2em;
}

*html .contentBox .top .innerTop img
{
	position:absolute;
	top:1px;
	right:0px;
}

.contentBox .top .innerTop img
{
	position:absolute;
	top:0px;
	right:0px;
}

.contentBox .inner
{ 
	padding:5px;
}

.contentBox .inner .grayBox
{
	padding:5px;
	background-color:#efefef;
	border:1px solid #dadada;
}

.contentBox .inner .grayBox ul
{ 
	margin:0px;
	padding:0px;
}

.contentBox .inner .grayBox li
{ 
	margin:0px;
	padding:2px 0 3px 15px;
	list-style:none;
	background: url(../images/arrowGrayBox.jpg) no-repeat 0 5px;
}

.contentBox .inner .grayBox li a
{ 
	color:#003333;
    text-decoration:none;
}

.contentBox .inner .grayBox li a:hover
{ 
	text-decoration:underline;
}




.contentBox .inner p.smallText
{
	font-size:0.85em;
}

ul.newsList
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.newsList li
{
	margin:0;
	padding:0 0 3px 0;
	border-bottom:1px solid #efefef;
}

ul.newsList h3 a
{ 
  color: #003333 !important;
  padding-top:10px !important; 
}

ul.newsList h3
{ 
  float:left;
  padding:5px 0 0 5px; 
}

ul.newsList p
{ 
  padding-top:0px;
}

ul.newsList a.icon
{ 
  float:left;
  margin:10px 0 10px 5px;
}

ul.newsList img
{ 
  padding:5px;
  float:right;

}

ul.newsList img.icon
{ 
  float:left;
}

ul.newsList .date
{ 
  float:right;
  font-weight:bold;
  color:#bad405; 
  padding:5px 10px 0px 20px;
}

.pagination ul
{
	padding:5px;
	margin:0;
	list-style:none;
}

.pagination li
{
    float:left;
    padding:5px;
}

.pagination li a
{
  color:#003333;
  cursor:pointer;
}

.pagination li a:hover
{
  color:#bad405;
  cursor:pointer;
}

.pagination li a.current
{
  color:#bad405;
  font-weight:bold;
}



.single
{
	width:231px;
}

.double
{
	width:474px;
}


.triple
{
	width:717px;
}



.quad
{
	width:960px;
}

.single img
{
	max-width:231px;
}

.width166
{
	width:175px;
}

.imgLib img
{
	padding:10px 0 0 30px;
}

.imgLib a
{
	color:#003333;
	display:block;
	padding:5px;
}

.imgLib a:hover
{
	background-color:#efefef;
}

.imgLibraryRow 
{
 border-bottom:1px solid #f4f4f4;
 padding:0 0 3px 0;
 margin-top:3px;
 float:left;
}



.gutter
{
	margin-bottom: 9px;
	margin-right:9px;
}

.gutterBottom
{
	margin-bottom:9px !important;
}

.clear

{
  clear:both;
  }
  
.clearLeft

{
  clear:left;
  }  
  
.clearRight
{
	clear:right;
} 

.floatRight
{
	float:right;
} 

.floatLeft
{
	float:left;
}

.noBorder
{
	border:none !important;
}

.colorBad405
{
	color:#bad405;
	EditMenuName:HDNL Green;
}

.alignRight
{
	text-align:right;
}

.borderBottom
{
	border-bottom: 1px solid #ccc;
	margin-bottom:8px;
}
.borderTop
{
 border-top:1px solid #cccccc;
}

.borderLeft
{
 border-left:1px solid #efefef;
}

.contentBox .borderBottom
{
	border-bottom: 1px solid #efefef;
	margin-bottom:3px;
}

.arrow
{
	background: url(../images/arrow.gif) no-repeat right 4px;
	padding:5px 25px 8px 0px;
	display:block;
}

span.arrow
{
	background: url(../images/arrow.gif) no-repeat right 0;
	padding:0px 25px 10px 5px;
	display:inline-block;
	height:18px;
}
.buttonHolder
{
	border:1px solid #99cc33;
	display:inline-block;
	float:left;
	margin:5px 0px 0px 0;
}

.inputButton
{
	border:1px solid #CDE815;
	color:#ffffff;
	padding:0 2px 0 2px;
	font-weight:bold;
	width:auto;
    overflow:visible;
    cursor:pointer;
	background: #bad405 url(../images/buttonBack.jpg) repeat-x 0 bottom;
}

*html .input
{
  border:1px solid #ccc;
  float:left;
  height:22px;
  margin:5px 10px 6px 0;
  width:160px;
	
}

.input
{
  border:1px solid #ccc;
  float:left;
  height:20px;
  margin:5px 10px 6px 0;
  width:160px;
	
}
 
	   
/* footer */

.footer
{
  /*position:relative;*/
  float:left;
  background: #ffffff url(../images/footer.jpg) no-repeat 0px top;
  width:981px;
  margin:15px 0 0 0;
  padding: 10px 0 10px 0px;
}

.footer ul
{
  margin:0;
  padding:0;
}

.footer li
{
  margin:0;
  padding:0 5px 0px 5px;
  float:left;
  list-style:none;
  border-left:1px solid #333;
  
}

.footer a
{
  color:#003333;
  text-decoration:none;
}


.footer a:hover
{
  color:#bad405;
}

/* end footer */

/* rich styling */

.modalBackground
{
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.gutter26
{
	margin-bottom:9px;
	margin-right:26px;	
}

.paddingTop10
{
	padding-top:10px;	
}

.noOverflow
{
	overflow:hidden;
}

.lightGrayHorizontalLine
{
	border-bottom: 1px solid #efefef;
	height:2px;
	EditMenuName:Light Gray Horizontal Line;	
}

.darkGrayHorizontalLine
{
	border-bottom: 1px solid #ccc;
	height:2px;
	EditMenuName:Dark Gray Horizontal Line;	
}

.arrowRightLink
{
	background: url(../images/arrow.gif) no-repeat right 4px;
	padding:5px 25px 8px 0px;
	display:block;
	text-align:right;
	EditMenuName:Green Arrow Link Right;
}

.arrowLink
{
	background: url(../images/arrow.gif) no-repeat right 0;
	padding:0px 25px 10px 5px;
	display:inline;
	height:18px;
	EditMenuName:Green Arrow Link;
}

.width120
{
	width:120px !important;
}

.width130
{
	width:130px !important;	
}

.singleInner
{
	width:240px;	
}

.newsItem a.icon
{ 
  float:left;
  margin:10px 0 10px 5px;
}

.newsItem img.icon
{
	float:left;	
}

.imageSlideShow
{
	position:relative;
	width:474px;
	height:282px;
}

.imageSlideShow .left
{
	position:absolute;
	bottom:10px;
	right:35px;
	height:30px;
	width:25px;
	cursor:pointer;
	background:transparent url(../Images/slideshowLeft.png) no-repeat left top;
}

.imageSlideShow .right
{
	position:absolute;
	bottom:10px;
	right:10px;
	height:30px;
	width:25px;
	cursor:pointer;
	background:transparent url(../Images/slideshowRight.png) no-repeat left top;
}

.xFormContainer
{
	margin:10px;	
}

.updateProgressMessage
{ 
    padding:10px;
    color:#000;
    font-size:12px;
    font-weight:bold;
    width:150px;
    background-color:#fff;
    text-align:center;
    border:solid 1px #000;
}

/****** Alert Popup ************/
.alertPopup
{
	width:250px !important;
	height:auto;
	background:#fff;
	font-weight:bold;
}

.alertPopup .top
{
	color:#000;
	background-color:#e1e8e8;
	padding:5px;
	height:20px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	font-size:1.2em;
}

.alertPopup .main,
.alertPopup .mainBlack
{
	padding:10px;
	text-align:left;
}

.alertPopup .main p
{
	color:Red;
	margin-bottom:5px;	
}

.alertPopup .mainBlack p
{
	color:Black;
	margin-bottom:5px;	
}

.alertPopup .buttonHolder input
{
	width:50px;
	margin-right:10px;
	float:left;
}

.alertPopup .buttonHolder
{
	border:none;	
}

/********** End Alert Popup ************/

.siteMap h2 a
{
	color:#003333;
	text-decoration:none;
	margin-bottom:5px;
}

.siteMap h2 a:hover
{
	text-decoration:underline;	
}

.siteMap ul
{
	list-style-image:url(../images/squareGreen.jpg);
	margin-bottom:5px;
}

.iFrameContent
{
	width:100%;
	height:820px;
	padding:0px;
	margin:0px;
}

.paddingRight10
{
	padding-right:10px;	
}

.errorMessage
{
	color:Red !important;	
}

.upiDetailsContainer
{
	margin:10px 0px 10px 0px;	
}

.upiDetailsContainer table
{
	margin:10px 0px 10px 0px;
	border:solid 1px #ccc;
	width:100%;
}

.upiDetailsContainer table th
{
	border-bottom:solid 1px #ccc;
}

.clientZoneHomeLeft
{
	float:left;
	width:450px;	
}

.docIcon
{
	background:url(../images/DocIcons/docIcon.jpg) no-repeat 0 0;
	padding-left:40px;
	padding-top:10px;
	height:25px;
	EditMenuName:Word Doc Link;
}

.fileIcon
{
	background:url(../images/DocIcons/fileIcon.jpg) no-repeat 0 0;
	padding-left:40px;
	padding-top:10px;
	height:25px;
	EditMenuName:File Link;
}

.pdfIcon
{
	background:url(../images/DocIcons/pdfIcon.jpg) no-repeat 0 0;
	padding-left:40px;
	padding-top:10px;
	height:25px;
	EditMenuName:PDF Link;
}

.pptIcon
{
	background:url(../images/DocIcons/pptIcon.jpg) no-repeat 0 0;
	padding-left:40px;
	padding-top:10px;
	height:25px;
	EditMenuName:Powerpoint Link;
}

.xlsIcon
{
	background:url(../images/DocIcons/xlsIcon.jpg) no-repeat 0 0;
	padding-left:40px;
	padding-top:10px;
	height:25px;
	EditMenuName:Excel Link;
}

.locTypeDescription
{
	width:300px;
	float:left;
	margin-left:10px;	
}

.quantity
{
	width:100px;
	float:none;	
}

.multiline
{
	height:100px;	
}

.orderQuantities th,
.orderQuantities td
{
	padding-right:20px;
	text-align:left;
}