/*-------------------------------------------------------------------------------------*/
/* Reset CSS 
/*------------------------------------------------------------------------------------*/
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, h7,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}

fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}F
/*--ol,ul {list-style:none;}--*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6, h7 {font-size:100%;}
q:before,q:after {content:'';}
/* global elements
 * ------------------------------------------------------------------------- */
/* ----- type selectors ----- */ 
html {
	background:url("../images/bg.png") repeat-x;
    width:100%;
	}
body { 
        text-align:center; 
	font-size: 12px; 
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif; 
	color:#333333;
	}

body.products span.article_separator {display:none;}

body.products table.contentpaneopen {margin-bottom: -10px;}
.moduletable-signup {margin-top: 25px;}
blockquote { 
	margin-left:15px; 
	margin-right:15px; 
	}
.moduletable-news-events {font-weight: normal;}
.moduletable-news-events a {text-decoration: none; color:#CA7700;}  
h1	{
        color:  #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 22px;
	line-height: normal;
        margin-bottom: 9px;
        }
h2	{        
        color:  #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 18px;
	line-height: normal;
        margin-bottom: 9px;
        }
h3	{ 
        color:  #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 16px;
	line-height: normal;
        margin-bottom: 9px;
        }
h7	{ 
        color: #64A0C8;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 18px;
	line-height: normal;
        margin-bottom: 9px;
        }
h1 a, h2 a, h3 a, h7 a {
color: #394A58;
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h7 a:hover {
color: #CA7700;
text-decoration: underline;
}

h1 span,h2 span,h3 span, h7 span { display:none; }
a:link,a:active{ color: #64a0c8; text-decoration:underline; outline:none; }

a:visited	{ color: #64A0C8;/*800080*/ outline:none; }
a.readmore, a:visited.readmore {color: #CA7700;}
a:hover,a:hover.readmore	{ color: #64A0C8; text-decoration:none; outline:none; }
/* ----- classes ----- */
.clear {
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
p.iconPlus {
	display:block;
	padding-left:10px;
	background:url(../images/iconPlus.jpg) 0 5px no-repeat;
        font-size:.92em;
        margin-bottom: 15px;
	}
	
img.floatLeft { 
	float:left; 
	margin:0 0 40px 0; 
	}
.floatLeft { 
	float:left; 
	margin:0; 
	}
    
.marginLeft30{
	margin-left:30px;
    }    
	
img.floatRight { 
	float:right; 
	margin:0 0 0 15px; 
	}
img.floatLeft { 
	float:left; 
	margin:0 15px 40px 0; 
	}

img.imgBorderGray {
	border:1px solid #fff;
    padding:5px;
    background-color:#d8d8d9;
    }
    
img.imgBorderWhite {
    border:1px solid #e1e1e1;
    padding:5px;
    background-color:#fff;
    margin-bottom: 30px;
    }    
.btnDemo {
	margin-top:20px;
    }
        
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* Site Search */
#search {
   padding: 0 0 0 0;
   float: right;
   width: 218px;
   height: 23px;
   margin: 7px 14px 0px 0px;
   background: url(../images/search-bg.png) repeat-x;
}
#search input {
    border: none;
    margin: 3px 0 0 3px;
    padding: 2px;
    float: left;
    width: 144px;
    font-size:.92em;
    color: #33333;
    background: none;
}
        	
#search button {
    float: right;
    background: url(../images/search-btn.png) no-repeat;
    width: 67px;
    height: 21px;
    cursor: pointer;
    border: none;
    }
    
/* framework
 * ------------------------------------------------------------------------- */
#wrap {
	width: 900px;
	margin:0 auto;
	text-align:left;
	}

#bodywrap {
        width:1200px;
        margin: 0 auto;
        background: url(../images/bgBody.jpg) no-repeat;
	}
#masthead {
	}
    
    #masthead .left {
    	float:left;
        width: 900px;
        }
        
    #masthead .right {
    	float:left;
        width:234px;
        }

#logo {
  float: left;
  width: 300px;
  height: 90px;
  margin-left: 1px;
}
#topmenu {
    float: right;
    text-align: right;
    width: 550px;
    font-size:.92em;
    margin-right: 15px;
    font-weight: normal;
    margin-top: 20px;
}
    #topmenu li {
    	display:inline;
        border-right: 1px solid #afafb0;
        padding:0 10px 0 10px;
        }
        
        #topmenu li.last {
        	border-right:none;
            }
#topmenu a:link, #topmenu a:visited { color:#64A0C8; text-decoration:none; }
#topmenu a:hover, #topmenu a:active { color:#CA7700; text-decoration:none; }

.index #main {
    padding: 0;
    width: 900px;
    }
#main {
    width: 900px;
    }


#right {
   float: left;
   width: 610px;
   margin: 10px 0px 0px 0px;
   padding-left: 35px;
}

#right .componentheading {
        color: #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
        font-weight: 300;
	font-size: 24px;
	line-height: normal;
}
#right .contentheading {
        color: #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
        font-weight: 300;
	font-size: 24px;
	line-height: 40px;
}

#right .contentheading a {
        color: #394A58;
        text-decoration: none;
}
#right .contentheading a:hover {
        color:  #394A58;
        text-decoration: underline;
}
#right .componentheadingreleases {
        color: #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
        font-weight: 300;
	font-size: 24px;
	line-height: normal;
}
#right .contentheadingreleases {
        color:  #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
        font-weight: normal;
	font-size: 13px;
	line-height: normal;
}
#right .contentheadingreleases a {
        color: #64a0c8;
        text-decoration: underline;
}
#right .contentheadingreleases a:hover {
        color: #64a0c8;
        text-decoration: none;
}
#wide {
   float: left;
   width: 800px;
   margin: 10px 20px 10px 30px ;
}
#wide .componentheading {
        color: #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 24px;
	line-height: normal;
}
#wide .contentheading {
        color:  #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 24px;
	line-height: 40px;
}
#wide .contentheading a {
        color: #394A58;
        text-decoration: none;
}
#wide .contentheading a:hover {
        color: #ca7700;
        text-decoration: underline;
}

#hm4 hr {
width: 190px;
border-top: 1px dotted #ccc;
border-left: none;
border-right: none;
border-bottom: none;
}
#hm1 h3,#hm2 h3,#hm3 h3,#hm4 h3,#hm5 h3,#hm6 h3 {
        color: #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 18px;
	line-height: normal;
}

#hm1 h3 a,#hm2 h3 a,#hm3 h3 a,#hm4 h3 a,#hm5 h3 a,#hm6 h3 a {
        color: #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 18px;
	line-height: normal;
        text-decoration: none;
}


#hm1 h3 a:hover,#hm2 h3 a:hover,#hm3 h3 a:hover,#hm4 h3 a:hover,#hm5 h3 a:hover,#hm6 h3 a:hover {
        color: #CA7700;
        text-decoration: underline;
}

#hm1, #hm2, #hm3 {
display: block;
float: left;
width: 180px;
}
#hm1 {
margin: 0px 0px 20px 25px;
padding-right: 18px;
border-right: 1px dotted #CA7700;
color: #333333;
}
#hm2 {
margin: 0px 5px 20px 10px;
padding-right: 18px;
border-right: 1px dotted #CA7700;
color: #333333;
}

#hm3 {
margin: 0px 0px 20px 13px;
border: none;
color: #333333;
}

#hm4 {
display: block;
float: right;
width: 190px;
padding: 10px 15px 15px 15px;
margin: -10px 10px 0 20px;
min-height: 425px;
font-size: .9em;
background: #F9fAFE;
border: 1px solid #E0E8ee;
}

#hm5 {
margin: 25px 0 40px 25px;
color: #333333;
display: block;
float: left;
width: 297px;
}

#hm6 {
margin: 25px 0 40px 20px;
color: #333333;
display: block;
float: left;
width: 297px;
}


#leftmenu {
   float:left;
   width: 210px;
   margin: -2px 25px 90px -10px;
   color: #333333;
}
#leftmenu ul,#leftmenu li,#leftmenu span,#leftmenu a {margin:0;border:none;}
#leftmenu h3 {
margin: 20px 0 0 25px;}

#contentbottoma1 {
float: left;
width: 250px;
margin: 0px 5px 20px 25px;
padding-right: 25px;
border-right: 1px dotted #CA7700;
color: #333333;
}
.moduletable-upper {
margin-top: 0px; }

#contentbottoma1 h3,
#contentbottoma2 h3,
#contentbottoma3 h3,
#contentbottomb1 h3,
#contentbottomb2 h3,
#contentbottomb3 h3
{
        color: #003e74;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 18px;
	line-height: normal;
}
#contentbottoma1 h3 a,
#contentbottoma2 h3 a,
#contentbottoma3 h3 a,
#contentbottomb1 h3 a,
#contentbottomb2 h3 a,
#contentbottomb3 h3 a
{
        color: #394A58;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
        font-weight: 300;
	font-size: 18px;
	line-height: normal;
        text-decoration: none;
}
#contentbottoma1 h3 a:hover,
#contentbottoma2 h3 a:hover,
#contentbottoma3 h3 a:hover,
#contentbottomb1 h3 a:hover,
#contentbottomb2 h3 a:hover,
#contentbottomb3 h3 a:hover
{
        color: #CA7700;
        text-decoration: underline;
}
#contentbottoma2 {
float: left;
width: 250px;
margin: 0px 5px 20px 15px;
padding-right: 25px;
border-right: 1px dotted #CA7700;
color: #333333;
}
#contentbottoma3 {
float: left;
width: 250px;
margin: 0px 0px 20px 15px;
border: none;
color: #333333;
}
#contbotb-wrap {
float: left;
width: 100%;
background: url(../images/divWideGradient.jpg) no-repeat;
color: #333333;
}

#homebot-wrap {
float: left;
width: 645px;
background: url(../images/div650Gradient.jpg) no-repeat;
color: #333333;
}
#contentbottomb1 {
float: left;
margin: 20px 5px 20px 25px;
padding-right: 15px;
width: 250px;
color: #333333;
}
#contentbottomb2 {
float: left;
width: 250px;
margin: 20px 5px 20px 25px;
padding-right: 15px;
color: #333333;
}
#contentbottomb3 {
margin: 20px 0px 20px 25px;
float: left;
width: 250px;
color: #333333;
}

#breadcrumbs {
    clear: both;
    width: 100%;
    font-size:.92em;
    margin: -10px 30px 20px 30px;
    }
    
    #breadcrumbs a:link, #breadcrumbs a:visited { color:#003e74; text-decoration:underline; }
    #breadcrumbs a:hover, #breadcrumbs a:active { color:#003e74; text-decoration:none; }

#footer {
    width:100%;
    background:#555 url("../images/foot-bg.png") repeat-x;
    margin: 20px 0px 0px 0px;
    }
    
    #footer-container {
    	background:url("../images/obar.png") top no-repeat;
        width:900px;
        margin: 0 auto;
        text-align:left;
        color:#acacac;
        padding-top:55px;
        }
        
    #footer-container p {
    	margin-bottom:15px;
        }
	
    #footer-container .left {
    	float:left;
        width:385px;
        padding-left:30px;
        padding-right:34px;
        border-right:1px dotted #6e6e6e;
        }
        
    #footer-container .center {
    	float:left;
        width:174px;
        padding:0 30px;
        border-right:1px dotted #6e6e6e;
        }
    #footer-container .right {
    	float:left;
        width:155px;
        padding:0 30px;
        }
        
	#footer-container h5 {
    	color:#fff;
        font-size:1.33em;
        margin-bottom:15px;
        }
        
        #footer-container h5 a {
        	color:#fff;
            }        
        
    #footer-container h6 {
    	color:#CA7700;
        font-size:1.00em
        }
#footer-container .floatLeft {
	float:left;
    width:180px;
    }
	
    #footer-container .col1 {
        margin-right:25px;
        }
        
#footer-container .space {
	width:100%;
    height:120px;
    background-color:#555;
    display:block;
    }
#bottomleft {
    float:left;
    width: 385px;
    padding-left: 30px;
    padding-right: 34px;
    border-right:1px dotted #6e6e6e;
}
#bottomleft h3, #bottomright h3, #bottomright2 h3 {
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
#bottomright {
    float:left;
    width: 174px;
    border-right:1px dotted #6e6e6e;
    padding: 0 30px;
}

#bottomright2 {
    float:left;
    width: 155px;
    padding: 0 30px;
}

#copyright {
    float: left;
    margin:15px 0 0 30px;
    width: 250px;
    }
#bottommenu {
    float: right;
    margin:15px 25px 0 0;
    width: 300px;
    text-align: right;
    font-weight: normal;
    color:#ACACAC;
    background: none; 
}
    #bottommenu li {
    	display:inline;
        border-right: 1px solid #afafb0;
        padding:0 5px 0 7px;
        background: none; 
        }
        
    #bottommenu li.last {
    	border-right:none;
        background: none; 
            }
#bottommenu a:link, #bottommenu a:visited { color:#ACACAC; text-decoration:underline; }
#bottommenu a:hover, #bottommenu a:active { color:#ACACAC; text-decoration:none; }

#printaddress { display:none; }
    
#copyright a:link, #copyright a:visited {
	color:#acacac;
    text-decoration:underline;
    }
    
#copyright a:hover, #copyright a:active {
	color:#acacac;
    text-decoration:none;
    }
    
    #copyright p.left {
    	float:left;
        width:390px;
        border:none;
        margin:0;
        padding:0 0 0 30px;
        }
        
    #copyright p.right {
    	float:right;
        width:390px;
        text-align:right;
        border:none;
        margin:0;
        padding:0 30px 0 0;
        }
.space {
	width:100%;
    height:60px;
    background-color:#464646;
    }
#mainmenu {
	width: 900px;
}



/* Default Joomla! Menu */

#leftmenu ul {
        list-style: none;
}

ul.menu a {
	padding: 10px 0 0 0;
	width: 210px;
        height: 30px;
	display: block;
	color: #656565;
        text-decoration: none;
	background: url("../images/li.png") no-repeat scroll 0 center transparent;
}
ul.menu a:active {
	color: #003e74;
}

ul.menu li#current a {
        color: #CA7700;
        font-weight: bold;
	//background: url(../images/li-sel.png) no-repeat;
}

ul.menu a:hover,
ul.menu a:focus {
	color: #64A0C8;
	background: url(../images/li.png) no-repeat;
//	background: url("../images/li-sel.png") no-repeat scroll right top transparent !important;
}

a.mainlevel {
	color: #333333;
}
a.sublevel {
	padding: 0;
	display: block;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}


/* Navigation
 * ------------------------------------------------------------------------- */
#bigbluemenu {width: 900px;}

        
/*---------------------- home page styles ----------------------------*/
#splash {
    }
#bottom {
    background:url("../images/divWideGradient.jpg") top no-repeat;
    width:100%;
    margin-top:20px;
    padding:40px 40px 0 0;
    color:#333333;
    }
    
    #bottom .left {
    	float:left;
        width:254px;
        padding-right:20px;
        }
     
	#bottom .center {
        float:left;
        width:254px;
        padding-right:20px;
        padding-left:15px;
        }
		
    #bottom .right {
    	float:left;
        width:260px;
		padding-left:15px;
        }
        
.news-item {
	padding-top:10px;
	margin-bottom:10px;
    border-top:1px dotted #d9d9d9;
    }
    
a.print {
    background:url(../images/iconPrinter.jpg) no-repeat;
    padding-left:20px;
    color:#008bc8;
    text-decoration:underline;
    float:right;
    margin-top:-22px;
    }
    
/*---------------------- destination page styles ----------------------------*/
#leftmenu .moduletable-testimonial-left h3 {
margin-left: 10px !important;
margin-top: 15px;}
.testimonial-left-bubble {
	background:url(../images/bubble-left-bg.jpg) repeat-y;
    width: 150px;
margin-left: 15px;
margin-bottom: 20px;
margin-top: 10px;
display: block;
clear: both; 
color: #333;
font-size: .9em;
    }
    
.moduletable-testimonial-left {
    	background: #F9fAFE;
border: 1px solid #E0E8ee;
margin-left: 30px;
}
    .testimonial-left {
        width:150px;

    	background:url(../images/bubble-left-btm.jpg) bottom no-repeat;
        padding-bottom:5px;
        }
        
     .testimonial-left p {
     	margin:0 8px 0 8px;
        }
p.testimonial-left-source {
	text-align: right;
margin: 8px 8px 8px 0px;
line-height: 12px;
    }
	
.testimonial-bubble {
	background:url(../images/bubble-bg.jpg) repeat-y;
    width:290px;
    }
    
    
.testimonial {
    	background:url(../images/bubble-btm.jpg) bottom no-repeat;
        width:290px;
        padding-bottom:60px;
        }
        
     .testimonial p {
     	margin:0 18px 0 18px;
        }
p.testimonial-source {
	margin:0 0 0 18px;
    }
            
.client {
	font-weight:bold;
    color:#CA7700;
    }
    
.company {
	color: #64A0C8;
    }            
    
#tab-btm {
	background:url("../images/tab-btm.jpg") no-repeat;
    width:610px;
    height:4px;
    }  
    
#pagetab-content {
    padding:15px 0;
	border:1px solid #e1e1e1;
    border-top:none;
    background:url("../images/tabcontent.jpg") bottom no-repeat;
    margin-bottom:15px;
    }
    
    #pagetab-content li {
    	list-style-type:disc;
        margin-left:15px;
        }
        
.col-img {
	width:110px;
    float:left;
    }
    
.grayBoxWide{
	padding:15px;
    background-color:#f5f5f5;
    border:1px solid #e5e5e5;
    margin-bottom:20px;
    } 
.grayBoxWide1 {
    padding:15px;
    background-color:#f5f5f5;
    border:1px solid #e5e5e5;
    margin-bottom:20px;
	height:210px;
	margin-top:20px;
    } 
.grayBoxWide h1 a, 
.grayBoxWide h2 a, 
.grayBoxWide h3 a,
.grayBoxWide h7 a,
.grayBoxWide1 h1 a, 
.grayBoxWide1 h2 a, 
.grayBoxWide1 h3 a, 
.grayBoxWide1 h7 a {
    color: #64a0c8;
    text-decoration: none;
 margin-bottom: 0px;
}
.grayBoxWide h1 a:hover, 
.grayBoxWide h2 a:hover, 
.grayBoxWide h3 a:hover,
.grayBoxWide h7 a:hover,
.grayBoxWide1 h1 a:hover, 
.grayBoxWide1 h2 a:hover, 
.grayBoxWide1 h3 a:hover, 
.grayBoxWide1 h7 a:hover {
    color: #CA7700;
    text-decoration: underline;
}
    
    .grayBoxWide, .grayBoxWide1 p {
    	margin-bottom:15px;
        }                 
    .grayBoxWide h2 {
    	float:left;
        width: 535px;
        }
	.grayBoxWide1 h2 {
    	float:left;
        width: 535px;
        }
.txtbox
{
	border: 1px solid #c8c9c7;
	margin:4px 0px 4px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:190px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
	
.txtarea
{
	border: 1px solid #c8c9c7;
	margin:5px 0px 5px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	width:190px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
.submit_query
{
	background:#64A0C8;
	padding:1px;
	color:#FFFFFF;
	margin:20px 0px 0px 0px;
	border:1px solid #c8c9c7;
}
.mandatory
{
	color:#CA7700;
	
}
.txtbox1
{
	border: 1px solid #c8c9c7;
	margin:4px 0px 4px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:190px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
.txtarea1
{
	border: 1px solid #c8c9c7;
	margin:5px 0px 5px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	width:190px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
.submit_query1
{
	background:#64A0C8;
	padding:1px;
	color:#FFFFFF;
	margin:20px 0px 0px 0px;
	border:1px solid #c8c9c7;
}
/* New Style for dotted line in Product and Services */
  #top .left1 img, #top .center1 img, #top .right1 img {
    	margin-bottom:15px;
        }
        
    #top .left1 {
        float:left;
        width:254px;
		padding-right:19px;
       }
    
    #top .center1 {
        float:left;
        width:254px;
		padding-right:19px;
        padding-left:15px;
		border-left:1px dotted #CA7700;
        }
        
    #top .right1 {
        float:left;
        padding-left:15px;
        width:258px;
		border-left:1px dotted #CA7700;
        }
.pdf {
    background:url(../images/pdf.gif) no-repeat; 
    padding: 0px 0 5px 22px;
    height:10px;
}		
#footer-container h6 a{
	color:#CA7700;
	text-decoration:none;
}
#footer-container h6 a:hover{
	color:#CA7700;
	text-decoration:underline;
}
a.news,a:visited.news {
	color:#64A0C8;
	font-weight:bold;
	text-decoration:none;
    }
	a:hover.news{ text-decoration:underline; color: #64A0C8; }
.spcaing { padding:3px 0px 0px 214px;}
.imgDefault { display:block;  } 
.imgPrint { display:none;} 
.txt_alignment {  text-align:right; padding-right:25px; padding-bottom:8px; }
.check { padding:0px 0 8px 0; float:left; }
.check_txt { margin:0px 10px 0px -2px; }
.txtbox_others
{
	border: 1px solid #c8c9c7;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:90px; 
	margin:0px 0px 0px 0px;
	padding:3px;
	background: #ffffff url("../images/txtbox_bg.jpg") repeat-x 0 1px;
}
.careers_form { float:left; width:500px;}
.request_demo { float:left; width:500px; padding-left:30px;}
.selection_box
{
	border: 1px solid #c8c9c7;
	margin:6px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:22px;
	width:200px;
	padding:3px;
}
.selection_box1
{
	border: 1px solid #c8c9c7;
	margin:6px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:22px;
	width:230px;
	padding:3px;
}
.sitemap-container
{
	float:left;
	width:100%;
}
.sitemap{
    	width:100%;
        margin:0 auto;
        text-align:left;
        color:#acacac;
}
a.addressmap,a:visited.addressmap{ color:#acacac; text-decoration:none; }
a:hover.addressmap{ color:#acacac; text-decoration:underline; }
.psTitle	{ color: #003e74; font-size:16px; font-weight:bold; }
a.psTitle, a:visited.psTitle  { color: #64A0C8; text-decoration:none; }
a:hover.psTitle  { color: #CA7700; text-decoration:underline; }
.content_ul
{
	margin-top:7px;
	margin-bottom:10px;
	margin-left:20px;
}
.content_strong
{
	padding-bottom:7px;
	width:100%;
	float:left;
}
.txtbox_dash
{
	border:0px;
              border-bottom: 1px solid #c8c9c7;
	margin:0px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:78px;
	padding:3px;
}
.txtbox_dashbig
{
	border:0px;
    border-bottom: 1px solid #c8c9c7;
	margin:0px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	height:15px;
	width:200px;
	padding:3px;
}
hr { width:800px; float:left; border:1px dashed  #e1e1e1; display:block;  clear:both;  }
.ind-solu { padding-left:10px; }
.press-pdf-link {padding-top:15px; display:block; }



/* MODULE
--------------------------------------------------------- */
div.moduletable-menu h3,
div.moduletable h3,
div.moduletable-default h3 {;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 18px;
	line-height: normal;
}
div.moduletable-menu,
div.moduletable,
div.moduletable-default {
	padding: 0 0 0 0;
}


table.contentpaneopen products {
margin-bottom: -30px;
}

div.services {margin: 35px 0 0px 25px;}
#leftmenu ul li ul {
	padding-left: 10px;
}
#oj-hozmenu ul ul ul li {
background-color: #00558C !important;
}
ul.menu li#current a {
	background: url(../images/li-sel.png)  no-repeat scroll right top transparent;
}
ul.menu li#current a {
	//background: url(../images/li-sel.png) no-repeat;
}
#accordionMenu li#current ul {
//overflow:visible !important;
padding-left:0;
}
#accordionMenu li ul {
padding-left:0 !important;
width: 210px;
}
#accordionMenu li ul a span{
padding-left: 10px;
}
ul.menu li#current ul a {
//width:200px;
}
ul.menu li a: hover {
background: url("../images/li-sel.png") no-repeat scroll right top transparent !important;
}
#oj-hozmenu ul ul li {
border-top:1px dotted #FFFFFF;
border-bottom:1px dotted #FFFFFF;
}
ul.menu a {
font-size: 14px;
font-weight:bold;
}
ul.menu li ul a {
font-size: 12px;
font-weight:normal;
}
#oj-moomenu li li a {
//    background: url("../images/arrow_right.png") no-repeat scroll -10px 0 transparent;
}
//#oj-hozmenu #oj-moomenu li ul li:hover, 
//#oj-hozmenu #oj-moomenu li ul li.sfhover,
#oj-hozmenu #oj-moomenu li ul li.havesubchildsfhover, 
#oj-hozmenu #oj-moomenu li ul li.havesubchild-activesfhover {
    background: url("../images/arrow_right.png") no-repeat scroll right center transparent !important;
}
//#oj-hozmenu #oj-moomenu li ul li li:hover, #oj-hozmenu #oj-moomenu li ul li li:hover,
//#oj-hozmenu #oj-moomenu li ul li li:hover, 
//#oj-hozmenu #oj-moomenu li ul li li:hover {
//    background: url("../images/menu_h.jpg") repeat-x scroll 100% -10px transparent !important;
//}
#oj-moomenu li li li a {
    padding: 0 16px;
}
#accordionMenu li#current a + ul li a {
	background: url("../images/li.png") no-repeat scroll 0 0 transparent;
	color: #656565;
	font-weight: normal;
}
.catlist div {
float:left;
}
.catlist div img {
width:90px;
max-height: 50px;
//border: 5px double #333333 !important;
margin: 0 0 4px 10px !important;
box-shadow: 2px 2px 4px #333333;
}
div.catlist {
margin: 0 30px 30px;
padding-left: 45px;
width:795px;
display: inline-block;
}
.catlist .fn_static_1, .fn_static_2, .fn_static_3, .fn_static_4 {
padding:0 10px;
width:243px;
margin: 10px 0px;
}
.catlist span.title {
text-decoration:underline;
font-size:12px;
line-height:30px;
color:#04558D;

}
.catlist span.title h2 {
text-decoration: underline;
white-space:nowrap;
}
 .fualmngbg {
background:url("../images/fuel.jpg") repeat-y scroll 0 center transparent;
} 
.texautobg {
background:url("../images/text.jpg") repeat-y scroll 0 center transparent;
}
.outsourcebg {
background:url("../images/outsoueced.jpg") repeat-y scroll 0 center transparent;
}
.shortcontent {
line-height:14px;
}
.intromore {
text-align:right;
}
.intromore a:link, .intromore a:hover, .intromore a:visited{
text-align:right;
text-transform:none;
color:#04558D;
text-decoration: none;
}

/* New changes */
#oj-moomenu li li li a {
    padding: 0 25px;
}

#oj-moomenu li a {
    padding: 0 25px !important;

}

.intromore a:link, .intromore a:visited {
    background: url("../images/iconPlus.jpg") no-repeat scroll 0 5px transparent;
    float: left;
    width: 80px;
    text-decoration:underline;
}

.intromore a:hover
{
    text-decoration:none;
}

#oj-hozmenu ul ul ul li {
    width: 180px;
}
#oj-moomenu li ul {
    width: 200px !important;
}

#oj-moomenu li ul li {
    width: 200px !important;
}


#oj-moomenu li ul ul {
    margin: -31px 0 0 200px !important;
}
/* New changes */

.fn_static_1, .fn_static_2, .fn_static_3 {
    border-color: transparent #CA7700 transparent transparent;
    border-style: none dotted none none;
    border-width: medium 1px medium medium;
}
#accordionMenu {
margin-left:40px;
}
#leftmenu ul li.parent {
display:inline-block;
}
#bigbluemenu {
height:82px;
margin-top:6px;
}
#masthead {
position:relative;
z-index:10;
}
#main {
position:relative;
z-index:5;
}

/* language selector css */
#languageselector {
	float: right;
	margin-right: 15px;
	margin-top:5px;
	width: 550px;
}
#languageselector select{
	/*float:right;*/
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-size: 0.92em;
	vertical-align:middle:
}
#oj-moomenu {
	margin-top:17px!important;
	
}
#languageselector img.langImg {
	margin-top:0!important;
	margin-right:3px;
	float:left;
	}
#languageselector .moduletable_langaugesel {
	float:right;
	}
/* language selector css */
/*product page menu issue fixed */
#leftmenu ul li#current ul a {
    font-size: 12px;
    font-weight: normal;
    color: #656565;
    background: url("../images/li.png") no-repeat scroll 0 center transparent;
}
/*product page menu issue fixed */
 
