body
{
	margin:0px;
	padding:0px;
  //background-image: url("../images/index_background1.jpg");
  background-image: url("../images/background2.jpg");
  background-size:100% 100%;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top center;
  font-family: 'Georgia', Serif;
}

.clear
{
	clear:both;
}

.wrapper
{
	width:100%;
	margin:0 auto;
  /*background-image: url("../images/index_background.jpg");
  background-size:100% 320px;
  background-repeat:no-repeat;
  background-position:top center;*/
}

.wrapper1
{
  width:100%;
  margin:0 auto;
  /*background-image: url("../images/index_background1.jpg");
  background-size:100% 100%;
  background-repeat:no-repeat;
  background-position:top center;*/
}

.container
{
	width:1024px;	
	margin:0 auto;
	padding:0px;
}

.indexSlogan
{
  width:1024px;
  margin:0 auto;
  //padding:10px 0px; 
  padding:0px;
  //background-color: #ffffff;
}

.indexSlogan p
{
  text-align:center;
  text-transform:uppercase;
  //font-family: Verdana, Geneva, sans-serif;
  //font-family:Georgia, serif;
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size:20px;
  font-weight:bold;
  //color:#ffffff;
  //color:#FFFF00;
  //color:#FFFFFF;
  color:#82c900;
  margin:0px;
  padding:0px;
  //text-shadow:5px 5px 5px red;
}




/* Header Part Starts */

.header
{
	width:1024px;
	margin:0 auto;
	//padding:10px 0px;	
  padding:0px;
  //margin-top:-10px;
}

.headerLeft
{
  width:800px;
  height:150px;
  margin:0px;
  padding:0px;
  float:left;
  //background:#ffffff;
}

.headerBanner
{
  width:200px;
  height:150px;
  margin:0 auto;
  padding:0px;
}

.logo
{
  //width:220px;
  height:150px;
	margin:0px;
	padding:0px;
	//float:left;
  float:right;
  //background:#000000;
}

/* Header Part End */


/* Menu Part Starts */
.menu
{
	width:100%;	
  //margin-top:30px;
	background: #3d75ca; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d75ca 0%, #004069 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d75ca), color-stop(100%,#004069)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d75ca 0%,#004069 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d75ca 0%,#004069 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d75ca 0%,#004069 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d75ca 0%,#004069 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d75ca', endColorstr='#004069',GradientType=0 ); /* IE6-9 */
	/*font-size: 100%;
	font: inherit;
	vertical-align: baseline;*/
  //position:relative;
  //z-index:50;
}

.menuContent
{
	width:1024px;
	margin:0 auto;
	padding:0px;
}

.menuContent ul
{
  list-style-type:none;
  margin:0px;
  padding:0px;
}

.menuContent ul li
{
  display:inline;
}

.menuContent ul li a
{
  display:inline-block;
  color:#ffffff;
  font-family: 'Georgia', Serif;
  font-size:16px;
  text-decoration:none;
  padding: 11px 25px !important;
}

.menuContent ul li a:hover
{
  background: #1093d1;
}

.menuContent .active a
{
  background: #1093d1;
  color: #fff;
}


/*

.menuContent a
{
    text-decoration:none;
    font-family: 'Georgia', Serif;
    font-size:16px;
    color:#ffffff;
}

.menuContent ul
{
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  //-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  //-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  //box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.menuContent ul li
{
  //font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  //background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menuContent ul li:hover {
  //background: #555;
  background: #1093d1;
  color: #fff;
}

.menuContent .active {
  //background: #555;
  background: #1093d1;
  color: #fff;
}

.menuContent ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  //width: 150px;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.menuContent ul li ul li { 
  //background: #555; 
  background: #145189;
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;

    //background: #3d75ca;
    //background: -moz-linear-gradient(top,  #3d75ca 0%, #004069 100%);
    //background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d75ca), color-stop(100%,#004069));
    //background: -webkit-linear-gradient(top,  #3d75ca 0%,#004069 100%);
    //background: -o-linear-gradient(top,  #3d75ca 0%,#004069 100%);
    //background: -ms-linear-gradient(top,  #3d75ca 0%,#004069 100%);
    //background: linear-gradient(to bottom,  #3d75ca 0%,#004069 100%);
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d75ca', endColorstr='#004069',GradientType=0 );
}
.menuContent ul li ul li:hover 
{
    //background: #666;
    background: #1093d1;
}
.menuContent ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


*/













/*
.menuContent ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.menuContent ul li
{
	display:inline;
}

.menuContent ul li a
{
	display:inline-block;
	color:#ffffff;
	font-family: 'Georgia', Serif;
	font-size:16px;
	text-decoration:none;
	padding: 11px 25px !important;
}

.menuContent ul li a:hover
{
	background: #1093d1;
	//background:#023467;
	//background:#000;
}

*/

/******************/

/*
.menuContent li ul
{
display:none;
position:absolute;
}

.menuContent li:hover ul
{
width:200px;
display:block;
//background:red;
background:#57acd0;
height:auto;
//width:8em;
}
.menuContent li ul li
{
    display:block;
    clear:both;
    border-style:none;
}
*/

/***************/


/* Menu Part End */


/* Banner Part Starts */

.banner
{
	width:1024px;
	//height:450px;
  height:375px;
	margin:0 auto;
	padding:0px;
	//padding:10px;
	//background-color:#FFFFFF;
}

/* Banner Part End */


/* Footer Part Starts */
.footer
{
  width:100%;
}

.footerContent
{
  width:1024px;
  margin:0 auto;
  padding:0px;
}

.footerContent p
{
  margin:0px;
  padding:0px;
  text-align:center;
  font-family: Verdana, Geneva, sans-serif;
  color:#ffffff;
  //font-size:16px;
  font-size:12px !important;
}
/* Footer Part End */


/* Index Content Starts */
.indexContent1
{
	//width:1024px;
	margin:0px;
	padding:0px 20px;
	//background:#ffffff;
	//font-family: 'Georgia', Serif;
    //font-family: 'Arial Narrow';
    font-family: 'Arial Narrow', Arial, sans-serif;
	//color:#1093d1;
  color:#FFD700;
  //background:#0064d8;
  //background:#006fed;
  //opacity:0.8;
}

.indexContent1 h1
{
    margin:0px;
    padding:0px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size:24px;
    //color:#1093d1;
    color:#ffffff;
    //color:#FFD700;
    
}

.indexContent1 p
{
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size:18px;
    //color:#1093d1;
    color:#ffffff;
    //color:#FFD700;
    text-align:justify;
    
}
/* Index Content End */







/* Banner Slider Style Starts */

.captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(../img/browser-icons.png);
        }
		
		
		.share-icon {
                    display: inline-block;
                    float: left;
                    margin: 4px;
                    width: 32px;
                    height: 32px;
                    cursor: pointer;
                    vertical-align: middle;
                    background-image: url(../img/share/share-icons.png);
                }

                .share-facebook {
                    background-position: 0px 0px;
                }

                    .share-facebook:hover {
                        background-position: 0px -40px;
                    }

        .share-twitter {
            background-position: -40px 0px;
        }

            .share-twitter:hover {
                background-position: -40px -40px;
            }

        .share-pinterest {
            background-position: -80px 0px;
        }

            .share-pinterest:hover {
                background-position: -80px -40px;
            }

                .share-linkedin {
                    background-position: -240px 0px;
                }

                    .share-linkedin:hover {
                        background-position: -240px -40px;
                    }


                .share-googleplus {
                    background-position: -120px 0px;
                }

                    .share-googleplus:hover {
                        background-position: -120px -40px;
                    }


        .share-stumbleupon {
            background-position: -360px 0px;
        }

            .share-stumbleupon:hover {
                background-position: -360px -40px;
            }

                .share-email {
                    background-position: -320px 0px;
                }

                    .share-email:hover {
                        background-position: -320px -40px;
                    }


/* Banner Slider Style Ends */