@charset "utf-8";
/* Author Name: John Thomas
	Company : J2Tmedia
	Web : http://www.j2tmedia.com
	Year: 2014
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #f7f7f7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 17px;
	color: #333333;
	font-weight:bold;
	padding-left:20px;
	width:265px;
	
}
h3 {
	font-size: 19px;
	color: #f5821f;
	font-weight:bold;
	width:400px;
	
}
h4 {
	font-size: 15px;
	color: #f5821f;
	font-weight:bold;
	
	
}
#headbg{ background:url(../images/headBg.jpg) repeat-x; width:100%;}
#headewrapper{ height:83px; width:963px; margin:auto; }
#logoCont{ width:239px; height:83px; position:relative; top:6px; left:18px; float:left;}
#SocialMCont{ width:689px; height:42px; float:left; padding-left:5px; position:relative; top:7px;}
.headPhcont{ width:527px; float:left;}
.headPhcont ul{  display:block;}
.headPhcont li{ list-style:none; padding-left:90px; padding-top:6px; float:left; font-size:16px; color:#FFFFFF; text-align:center;}
.phonIco{ background:url(../images/phoneIcon.png) no-repeat; width:23px; height:23px; padding-left:30px; padding-top:5px;}
.mailIco{ background:url(../images/mailIcon.png) no-repeat; width:23px; height:23px; padding-left:30px; padding-top:2px;}
#socialIcon{ width:162px; text-align:center; float:left;}


#MenuCont{ width:689px; height:42px; float:left; padding-left:3px;}
.clear{clear:both;}


.menuH
{
    /* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
    For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */
    margin: 0; width: 100%; float:none;
    /*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
    /*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/
    height:43px;
    position:relative;/*! for IE htc*/
    z-index:4;/*H2*/
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
}

.menuH li
{
    padding: 0;
    /*margin: 0;
    display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
    float: left;
    height: 42px;
    position: relative;/*move it into .menuH if you want submenu to be positioned relative to the whole menu instead of this li element*/
}
.menuH li:hover, .menuH li.onhover
{
    background: white url(bg.gif) repeat-x 0 -48px;
	
}

ul.menuH a
{
    padding: 3px 26px;
    line-height: 36px; /*Note: keep this value the same as the height of .menuH and .menuH li */
    font-size: 11px;
    font-weight: bold;
    color: black;
    display: block;
    outline: 0;
    text-decoration: none;
	text-transform:uppercase;
	cursor:pointer;
}
.menuH a:hover
{
    color: red;
}
.menuH a.arrow
{
    background: url(../images/arrow.gif) no-repeat right center;
}
.menuH ul a.arrow
{
    background: url(right.gif) no-repeat 97% center;
}
 
        
/*Used to align a top-level item to the right*/        
.menuH .menuRight
{
    float: right;
    margin-right: 0px;
}
        
/*for the top-level separators*/
.menuH li.separator
{
    font-size:0;
    overflow:hidden;
    border-left:1px solid #F7F7F7;
    border-right:1px solid #BBBBBB;
}
               
        
/*######sub level###########*/
        
ul.menuH ul
{
    width:200px;
    position: absolute;
    left: -9999px;
    border: 1px solid #DDD;
    border-top: 0; 
    background: #FFF;    
    text-align: left;
    list-style: none; margin: 0;  
    /*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
    padding: 0 1px 10px 0;   
}

.menuH li li
{
    float: none;
    white-space:nowrap;
    height: 42px;
}
.menuH li li:hover, .menuH li li.onhover
{
    background:#f7f7f7;
}
.menuH ul a
{
    padding: 6px 11px;
    line-height: 26px;
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.menuH ul a:hover
{
    color: red;
	
}

.menuH li:hover ul, .menuH li.onhover ul
{
    left: -1px;/*Use this property to change offset of the dropdown*/
    top: auto;
}

.menuH li:hover .dropToLeft, .menuH li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
    top: auto;
}
.menuH ul ul
{
    border-top: 1px solid #DDD;
}

.menuH li:hover ul ul, .menuH li:hover ul ul ul, .menuH li:hover ul ul ul ul,
.menuH li.onhover ul ul, .menuH li.onhover ul ul ul, .menuH li.onhover ul ul ul ul
{
    left: -9999px;
    top:0;
}

.menuH li li:hover ul, .menuH li li li:hover ul, .menuH li li li li:hover ul,
.menuH li li.onhover ul, .menuH li li li.onhover ul, .menuH li li li li.onhover ul
{
    left: 200px;
}
        
/*####### special effects ##########*/
        

.menuH ul 
{
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;

    -moz-box-shadow: 0px 6px 6px #CCC;
    -webkit-box-shadow: 0px 6px 6px #CCC;
    box-shadow: 0px 6px 6px #CCC;  
    
    /*for older IE browsers, the htc file fix will disable this feature when box-shadow was also applied.*/
    filter:alpha(opacity=90);
    opacity: 0.90;  
            
    /* Gradient background */
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE)); 
}
#banBg{ height:312px; border-bottom:#e3e3e3 1px solid;}
.banCont{width:964px; height:310px; margin:auto;}
.contOn{width:19px; height:310px; float:left; background:url(../images/shade1.png) no-repeat;}
.contMain{width:927px; height:310px; float:left; background-color:#FFFFFF;}
.conttwo{width:18px; height:310px; float:left; background:url(../images/shade2.png) no-repeat;}
 
 /* ---------------- Body Style Start ---------------- */

#bodywrapper{ width:927px; height:auto; margin:auto;}
#leftWrapper{ width:590px; height:auto; float:left; padding-top:16px;}
#leftWrapperCont{ width:927px; height:auto; float:left; padding-top:16px;}
#rightWrapper{ width:324px; height:auto; float:right; padding-top:16px;}
#rightInnerWrapper{ width:281px; height:auto; float:right; padding-top:16px;}
.orgstrip{ padding-right:5px; background-color:#f5821f; width:8px; height:17px;}
.txtstyle{ padding-left:25px; line-height:20px; padding-top:10px;}
.txtstyle li{ list-style:none; padding-bottom:15px;}
#colone{ width:296px; height:auto; float:left;}
#coltwo{ width:256px; height:auto; float:right; padding-left:38px;}
.txtNstyle{  line-height:31px; padding-top:10px;}
.txtNstyle li{ list-style:none; padding-left:25px;}
.txtNRstyle{  line-height:20px; padding-top:10px;}
.txtNRstyle li{ list-style:none; padding-left:25px; width:269px; padding-left:31px; padding-bottom:37px; line-height:16px;}
.tick{ width:20px; height:23px; background:url(../images/tick.png) no-repeat;}
.txtNTstyle{  line-height:31px; padding-top:10px; width:100%; }
.txtNTstyle li{ list-style:none; padding-left:10px; float:left;}
.txtFTstyle{ line-height:16px; padding-top:0px; color:#FFFFFF; padding-left:20px;}
.txtFT1style{line-height:16px; padding-top:40px; color:#FFFFFF; padding-left:20px;}
.txtFT1style a{ color:#bab9b9; text-decoration:none;}
.txtFT2style{line-height:16px; color:#bab9b9; font-size:12px; padding-left:20px;}



 /* ---------------- Footer Style Start ---------------- */
#footerwraper{ width:auto; background:url(../images/footerbg.png) repeat-x; height:248px;}
#footCont{width:927px; margin:auto; padding-top:24px;}
#colthree{width:401px; height:215px; float:left;}
.colsix{ width:192px; height:auto; float:left;}
.colseven{ width:186px; height:auto; float:left; padding-left:23px;}
.colsix h2 { font-size:15px; text-align:left; color:#FFFFFF; }
.colsix li{ list-style:none; line-height:25px; color:#bab9b9;}
.colsix a{ line-height:25px; color:#bab9b9; text-decoration:none;}
.colseven h2 { font-size:15px; text-align:left; color:#FFFFFF; }
.colseven li{ list-style:none; line-height:25px; color:#bab9b9;}
.colseven a{ line-height:25px; color:#bab9b9; text-decoration:none;}
#colfour{width:7px; height:215px; float:left; padding-left:54px;}
.colfive{width:406px; height:215px; float:left;}
.colfive h2 { font-size:15px; text-align:left; color:#FFFFFF; padding-left:20px;}

.form-container {
   text-decoration: none;
   vertical-align: middle;
   padding-left:20px;
   width:406px;
   height:215px;
   }
.form-field {
   border: 1px solid #a3a3a3;
   background: #dbdbdb;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #666;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   float:left;
   margin-bottom:5px;
   margin-left:5px;
   }
.form-field:focus {
   background: #fff;
   color: #000000;
   }
.form-container h2 {
   font-size:15px;
   text-align:left;
   color:#FFFFFF;
    }
.submit-container {
   
   text-align:right;
   position: relative;
top: 0px;
right: 72px;
   }
.submit-button {
	border: 1px solid #000;
   background: #ff5900;
   background: -webkit-gradient(linear, left top, left bottom, from(#fac800), to(#ff5900));
   background: -webkit-linear-gradient(top, #fac800, #ff5900);
   background: -moz-linear-gradient(top, #fac800, #ff5900);
   background: -ms-linear-gradient(top, #fac800, #ff5900);
   background: -o-linear-gradient(top, #fac800, #ff5900);
   background-image: -ms-linear-gradient(top, #fac800 0%, #ff5900 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   color: #000;
   font-family: Arial, Helvetica, sans-serif;
   padding: 18.5px 39px;
   font-size: 16px;
   text-decoration: none;
   vertical-align: middle;
   margin-left:5px;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#f5821f), to(#f5821f));
   background: -webkit-linear-gradient(top, #f5821f, #f5821f);
   background: -moz-linear-gradient(top, #f5821f, #f5821f);
   background: -ms-linear-gradient(top, #f5821f, #f5821f);
   background: -o-linear-gradient(top, #f5821f, #f5821f);
   background-image: -ms-linear-gradient(top, #f5821f 0%, #f5821f 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }

