@charset "utf-8";
/* CSS Document */

body {
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	}
a {
	text-decoration:none;
	}	
/** Common Style **/	
.top10 { margin-top:10px; }
.top20 { margin-top:20px; }
.bottom10 { margin-bottom:10px;}
.left { float:left;}
.right { float:right;}
.text-right { text-align:right;}
.text-left { text-align:left;}
.text-center { text-align:center;}
.link a{ text-decoration:none; color:#008563;}
.link a:hover{color:#333;}
.button-dark,.button-light {
	width:140px !important;
	height:53px !important;
	font-size:14px;
	border:none;
	margin-bottom:20px;
	-webkit-box-shadow:  1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 1px 0px rgba(0, 0, 0, 0.3);
	float:right;
	}
.button-dark{
	background:url(../images/button-bg-dark.jpg) center top repeat-x;
	color:#f3f4f5;	
	}	
.button-light {
	background:url(../images/button-bg-light.jpg) center top repeat-x;
	color:#ffffff;	
	}
.button-dark:hover,.button-light:hover {
	color:#000;
	cursor:pointer;
	}	
/** END **/
	
/** Header **/
.top-serach {
	display:none;
	visibility:hidden;
	width:200px;
	float: right;
	}
.top-serach input[type="text"],	.top-serach input[type="submit"]{
	float:right;
	}
.top-serach input[type="text"]{
	width:183px;
	height:23px;
	color:#6b6b6b;
	background:#f3f4f5;
	border:1px solid #dbdbdb;
	font-size:11px;
	padding-left:5px;	
	}	
.top-serach input[type="submit"]{
	width:14px;
	height:23px;
	background:url(../images/icons/search-icon.png) 0px 5px no-repeat;
	border:none;
	cursor:pointer;
	margin-top: -28px;
	margin-right: 4px;
	}

.social-icons{
	/*width:141px;*/
	height:28px;
	float:right;
	}
.social-icons a {
	float:left;
	width:28px;
	height:28px;
	display:inline-block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/icons/social-icon-spirit.png) no-repeat;
	font-size:0;
	margin-right:5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.social-icons a.fb{background-position:0 0;}
.social-icons a.li{background-position:-28px 0;}
.social-icons a.mail{background-position:-56px 0;}
.social-icons a.fb:hover{background-position:0 100%;}
.social-icons a.li:hover{background-position:-28px 100%;}
.social-icons a.mail:hover{background-position:-56px 100%;}	
/** END **/

/** Logo **/	
.logo img{
	margin-top:5px;
	}
/** END **/

/** Top Nav **/
ul.top-nav {
	list-style:none;
	margin:0;
	margin-top:10px;
	border-top:1px dotted #7c7c7c;
	border-bottom:1px dotted #7c7c7c;
	font-size:11px;
	}
ul.top-nav li{
	margin:0;
	display:inline;
	}
ul.top-nav li a{
	display:inline-block;
	padding:7px 23px;
	text-decoration:none;
	color:#0a0a0a;
	font-weight:bold;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	}
ul.top-nav li a:hover{
	color:#008866 ;
	}
/** END **/


/** Home Banner Box **/	
.banner-box {
	background:#f3f4f5;
	width:150px;
	height:391px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	-webkit-box-shadow:  1px 1px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 1px 1px 0px rgba(0, 0, 0, 0.3);	

	font-size:10px;
	color:#7e7f81;
	text-align:center;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.banner-box:hover {
	-webkit-box-shadow:  0px 5px 15px 0px rgba(243, 150, 0, 0.6);    
	box-shadow:  0px 5px 15px 0px rgba(243, 150, 0, 0.6);
	}	
.banner-box img {
	}
.banner-box .banner-text {
	width:140px;
	height:118px;
	line-height:118px;	
	}
.banner-box .banner-text .heading{
	display: inline-block;
    vertical-align: middle;    
	line-height: normal;		
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding-top: 60px;
	}
.banner-box .banner-text {
	padding:7px;
	}
.banner-box .banner-text .heading a{
	color:#000;
	text-decoration:none;
	}
.banner-box .banner-text .heading a:hover {
	color:#F7921E;
	}
/** END **/

/** Home News and Event Box **/	
.box p{
	font-size:11px;
	color:#252525;
	}
.box p a{
	color:#252525;
	text-decoration:none;
	}
.box p a:hover{
	color:#f7921e;
	}
.box p span{
	color:#7e7f81;
	}

.box .heading1 {
	width:100%;
	height:20px;
	border-bottom:1px solid #cbcbcb;
	padding:10px 0;
	margin-bottom:10px;
	}
.box .heading1 h5{
	font-size:18px;
	font-weight:normal;
	color:#231916;
	float:left;
	margin:0;
	}	
.box .heading1 a{
	margin:0;
	background:url(../images/arrow-right.png) right center no-repeat;
	padding-right:15px;
	float:right;
	color:#2a2a2a;
	text-decoration:none;
	margin-top:8px;
	}
.box .heading1 a:hover{
	color:#f7921e;
	}
.events	p{
	font-size:11px;
	color:#252525;
	}
.events	p span{
	/*text-transform:uppercase;*/
	}
/** END **/

/** Footer **/
.footer-nav,.copyinfo{
	margin-bottom:20px;
	}
.footer-nav {
	font-size:10px;
	color:#232323;
	font-weight:bold;
	margin-top:20px;
	}
.footer-nav a{
	text-decoration:none;
	color:#232323;
	}	
.footer-nav a:hover{
	text-decoration: underline;
	color:#000;
	}
.copyinfo {
	margin-top:20px;
	color:#767676;
	font-size:10px;
	text-align:right;
	}	
/** END **/	


/**** INTERNAL PAGES *****/

.breacrumb {
	color:#585858;
	padding:10px 0;
	font-size:10px;
	}
.breacrumb a{
	color:#727272;
	font-weight:bold;
	}
.breacrumb a:hover{
	color:#333;
	}

.headingh1{
	font-size:18px;
	color:#000;
	border-bottom:1px dotted #111111;
	}	
ul.side-nav {
	margin:0 !important;
	padding:0 !important;
	color:#000;
	}
ul.side-nav li{
	margin:0px;
	margin-left:15px;
	line-height:24px;
	list-style-image:url(../images/arrow-li.png);
	font-size:11px;
	font-weight:bold;
	}
ul.side-nav li a{
	color:#000;
	}
ul.side-nav li a:hover{
	color:#008C69;
	}	
ul.side-nav li a.active{
	color:#008C69;
	}		
.content-area {}
.content-area p{
	color:#575757;
	font-size:12px;
	line-height:20px;
	}
.content-area p a{
	color:#006F53;
	text-decoration:underline;
	}	
.content-area p a:hover{
	color:#000;
	text-decoration:underline;
	}	
.content-area p .title{
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	}
.content-area ul li{
	color:#575757;
	font-size:12px;
	line-height:20px;
	}


/* Edditing By Bhavesh */
/*-	START:services -*/
.category{
	list-style:circle;
}

.category li{}

/*-	END:services -*/


/** Yogesh **/	
.footer-nav a.active{
	text-decoration: underline;
	color:#000;
	}
.sitemap li{
	}
.sitemap li a{
	color:#231f20;
	}
.sitemap li li {
	list-style:circle;
	}
.sitemap li li a{
	color:#006f53;
	}

.sitemap li li li {
	list-style:square;
	}
.sitemap li li li a{
	color:#3f3f3f;
	}
.sitemap li a:hover,.sitemap li li a:hover,.sitemap li li li a:hover{
	color:#f7921e;
	text-decoration:underline;
	}

.box2 p{
	font-size:10px;
	color:#181818;
	}
.box2 p a{
	color:#252525;
	text-decoration:none;
	}
.box2 p a:hover{
	color:#f7921e;
	}
.box2 p span{
	color:#7e7f81;
	}

.box2 .heading1 {
	width:100%;
	height:20px;
	border-bottom:1px solid #cbcbcb;
	padding:10px 0;
	margin-bottom:10px;
	}
.box2 .heading1 h5{
	font-size:18px;
	font-weight:normal;
	color:#231916;
	float:left;
	margin:0;
	}	
.box2 .heading1 a{
	margin:0;
	background:url(../images/arrow-right.png) right center no-repeat;
	padding-right:15px;
	float:right;
	color:#2a2a2a;
	text-decoration:none;
	margin-top:8px;
	}
.box2 .heading1 a:hover{
	color:#f7921e;
	}
.events2	p{
	font-size:11px;
	color:#252525;
	}
.events2	p span{
	text-transform:uppercase;
	}
.headingh2{
	font-size:14px;
	color:#006F53;
	border-bottom:1px dotted #111111;
	}	
.headingh2 a{
	color:#006F53;
	}	
.headingh2 a:hover{
	color:#f7921e;
	}	
ul.certifications {}
ul.certifications li{}
ul.certifications li a{
	color:#008563;
	}
ul.certifications li a:hover{
	color:#333;
	font-weight:bold;
	}	
	
.logo { background:none !important;}
.t1 { background:none !important;}




/*ALIU Mod*/
.btnDiv
{
	margin-top: 15px; text-align: center;
}

.hidden-element
{
	display:none;
	visibility:hidden;
}