/* Drupal 7 Framework
------------------------------------------------*/
body#body {
  background:url(../images/bg.gif) 0 0 repeat fixed;
  color:#4d585c;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:20px;
  margin:0;
  min-width:980px;
  padding:0;
}

a { color:#0b3543; outline:none;}
a:hover {
  color: #6ad8f9;
  text-decoration: none;
}
#page-wrapper {padding:20px 0;}
#page { width:1000px; margin:0 auto; /* background:url(../images/header_bg.gif) 0 0 repeat; */ border-radius:5px;}

/*** Header ***/
#header {
	position: relative;
}
.section-1 {overflow:hidden; /* background:url(../images/grd1.png) 0 bottom repeat-x; */ padding-bottom:10px;}
.section-1 .col1 { float:left; width:330px;}
.section-1 .col-eulogos { float:left; margin-top: 18px;}
.section-1 .col-eulogos a img {display: block; float:left; padding: 3px; }
.section-1 .col2 { float:right;}
.section-2 {}
.section-3 { border-bottom:1px solid #e7e7e7}
.section-4 { height:138px; border-bottom:1px solid #e7e7e7}

.region-menu {
	background:url(../images/menu_bg.gif) 0 0 repeat;
	}
.region-menu:after {
	content:"";
	width:100%;
	display:block;
	position:relative;
	clear:both;
	}	

#header #logo {
  float:left;
  font-size:0;
  line-height:0;
  margin:10px 20px 0 10px;
}
#header #site-name-slogan {
  float: left;
}
#header #site-name {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size:3em;
  font-weight:bold;
  line-height:1em;
  margin:0;
}
#header #site-name a { text-decoration:none}


/*****************Main menu*****************/
#block-superfish-1 {float:left;}
#superfish-1 { 
	background:none;
	margin:0px;
	position:relative;
	width:auto;
}
	#superfish-1 > li {
		background:url(../images/menu_divider.png) right 0 repeat-y;
		border:0;
		overflow:inherit;
		padding:0 1px 0 0;
		text-align:center;
		font-family: "Open Sans", Tahoma, Arial, sans-serif;
	}
	#superfish-1 > li.sf-item-1 {
		}
	#superfish-1 > li.sf-item-1 a {
		width:78px;
		text-indent:-99999em;
		}
	#superfish-1 > li.sf-item-1 a:after {
		width:31px;
		height:31px;
		position:absolute;
		top:20px;
		left:24px;
		content:"";
		background:url(../images/home_icon.png) 0 0 no-repeat;
		}
		#superfish-1 > li > a {
			border:0;
			position:relative;
			color:#fff;
			line-height:21px;
			font-size:17px;
			font-weight:normal;
			text-align:center;
			width:140px;
			display:inline-block;
			padding:24px 0 23px;
			text-decoration:none;
			text-shadow:1px 1px 4px #444;
		}
		#superfish-1 > li > a:hover, #superfish-1 > li > a.active, #superfish-1 >  li > a.sfHover {
			background:url(../images/menu_hover.gif) 0 0 repeat-x;
			text-shadow:1px 1px 4px #439979;
		}

	#superfish-1 ul {
		font-family:Arial, Helvetica, sans-serif;
		background:url(../images/submenu_bg.gif) 0 bottom repeat-x;
		border:0px solid #1b1b1b;
		display:none;
		left:-1px;
		padding:27px 17px 5px;
		top:68px !important;
		width:149px !important;
	}
	.sf-navbar > li > ul { margin-top:3px;}
	
		#superfish-1 ul li {
			background:url(../images/submenu_divider.png) 0 bottom repeat-x;
			border-bottom:0;
			height:auto;
			padding:0;
			text-align:left;
			padding:0 14px 12px;
			width:auto !important;
			display:block;
			float:none;
			margin-bottom:9px;
		}
		#superfish-1 ul li.last {background:none;}
		#superfish-1 ul li a:visited, #superfish-1 ul li a {
			border:0;
			color:#fff;
			display:inline-block;
			font-size:12px;
			line-height:15px;
			font-weight:normal;
			text-decoration:none;
			text-align:left;
		}
		#superfish-1 ul li a:hover, #superfish-1 ul li a.active {color:#6ad8f9;}

	#superfish-1 ul li ul{
		left:160px !important;
		padding:10px 0 !important;
		top:0 !important;
	}
	#superfish-1 ul li ul li {
		background:none;
		margin-bottom:1px;
	}
/****************************************/

/***********Breadcrumb*************/
#breadcrumb { 
	color:#000;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#000;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
	#breadcrumb a:last-child { padding-right:0}
	#breadcrumb a:hover { color:#4ebb93;}
/**********************/

/*** MAIN ***/
#main-wrapper { background:#fff; box-shadow:0 -10px 13px #d5d2d2; padding:30px 30px 0;}
#main-wrapper #main { margin:0 auto; overflow:hidden; padding:30px 0;} 
.section .region { width:100%;}

#sidebar-first { width:300px; float:left;}
#sidebar-first .section { padding:0px 40px 0px 0px;}

#content { padding:0px 0px 0px 0px; overflow:hidden; }
#content .section { width:100%;}

#sidebar-second { float:right; width:272px; }
#sidebar-second .section { padding:0px 0px 0px 51px;}

.region-content { overflow:hidden; margin-bottom:2px;}


/***********Admin tabs*************/
.tabs-wrapper {
  margin: 1px 0 20px;
}
div.tabs { 
	overflow:hidden;
}
	.tabs ul.primary li { margin-bottom:-1px;}
	.tabs ul.primary li a { 
		background:#EDEDED;
		border:1px solid #eeeded;
		border-radius:5px 5px 0 0;
		text-shadow:0 1px 0 #FFF;
	}
	.tabs ul.primary {
		border:0;
		border-bottom:1px solid #eeeded;
		margin:10px 0 10px 0;
		overflow:hidden;
		padding:4px 0;
	}
	.tabs ul li a{
		background:#464646;
		border-bottom:0;
		color:#000;
		font-size:12px;
		font-weight:normal;
		margin:0;
		overflow:hidden;
		padding:3px 15px 4px;
		-webkit-transition:background 0.1s linear;
		-moz-transition:background 0.1s linear;
		}
		.tabs ul li a.active, .tabs ul li a:hover { 
			background:#4ebb93;
			color:#fff;
			text-shadow:none;
		}
/***********************/


/****************Comments form*******************/
#comment-form {width:603px;}
article.comment header{ width:100%; overflow:hidden;}
.user-picture { float:left; margin-right:15px;}
section#comments h2.title {
	font-size:26px;
	line-height:32px;
	color:#0b3543;
	margin-bottom:20px;
}

#comment-form label {
	color:#959595;
	display:table;
}

#comment-form .form-text, .search-form .form-text, #user-login .form-text {
	width:254px;
}
	
#comment-form .form-textarea {
	min-height:100px;
	max-height:200px;
	height:150px;
}
	
.resizable-textarea .grippie {
	display:none;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	.form-type-item a {
		color:#4ebb93
	}
	
.form-type-select { margin:0;}

#edit-comment-body-und-0-format-guidelines {
	padding-top:15px;
}
	#edit-comment-body-und-0-format-guidelines ul li{
		font-size:12px;
		overflow:hidden;
		width:100%;
	}


/***Comments output***/
#comments {
	margin-top:5px;
	overflow:hidden;
	padding-top:20px;
	width:100%;
}
	#comments .submitted {
		padding-bottom:5px;
	}
		#comments .submitted a{
			display:none;
		}
	
	article.comment h3 { line-height:normal; font-family:"Open sans", sans-serif; margin-bottom:0;}
		article.comment h3 a {
			color:#0b3543;
			font-size:23px;
			line-height:28px;
			font-weight:300;
			line-height:;
			text-decoration:none;
		}
		article.comment h3 a:hover {
			color:#000;
		}
		#comments p {
			padding-bottom:5px;
		}

	article.comment {
		background:#f0f0f0;
		margin-bottom:15px;
		padding:20px;
	}
	article.comment header.attribution {margin-bottom:0; overflow:hidden;}
	
	#comments footer {
		overflow:hidden;
		padding:0px 0 0 0;
		text-transform:capitalize;
	}

#edit-comment-body-und-0-format {
	border:0;
	background:#f0f0f0;
	margin-top:10px;
}
#edit-comment-body-und-0-format label {display:inline;}

#comment-form-wrapper { margin-top:30px;}

article.comment span.new { position:absolute; top:0; right:0;}

.comment-preview { background:none;}
/********************************************/

/***********************Content Region*************************/
#main-wrapper #main { margin:0 auto; overflow:hidden;}
.content-wrap { width:100%; overflow:hidden; padding-bottom:30px;}

#block-block-6 {padding:16px 0 22px; border-bottom:1px solid #eeeded; margin-bottom:33px;}
#block-block-6 .content {
	font-family:"Open sans", sans-serif;
	font-size:23px;
	line-height:28px;
	text-align:center;
	font-weight:300;
	color:#0b3543;
	}
#block-block-6 .content span {
	font-size:36px;
	}	

.view-services .view-content {overflow:hidden;}	
.view-services .view-content .views-row {
	float:left;
	width:30%;
	margin-left:38px;
	}	
.view-services .view-content .views-row:first-child {margin-left:0;}	
.view-services .view-content .views-row .views-field-title {
	font-family:"Open sans", sans-serif;
	font-size:28px;
	line-height:44px;
	font-weight:300;
	margin-bottom:16px;
	color:#0b3543;
	}
.view-services .view-content .views-row .views-field-body {
	margin-bottom:29px;	
	}	
.more a, .view-node a {
	display:inline-block;
	padding:9px 19px 11px;
	background:url(../images/link.gif) 0 0 repeat-x;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}	
.more a:hover, .view-node a:hover {
	background-position:0 bottom;	
	}	

.region-content-bottom {overflow:hidden; border-top:1px solid #eeeded; padding-top:34px;}	
.region-content-bottom > * {
	width:220px;
	margin-left:20px;
	float:left;	
	}
.region-content-bottom > *:first-child {margin-left:0;}	
.region-content-bottom h2 {
	font-size:26px;
	line-height:32px;
	margin-bottom:25px;
	}	
.panels-flexible-region-2-center-inside {overflow:hidden;}	
.panel-separator {display:none;}
.panel-about-1 {
	float:left;
	width:280px;
	margin-right:40px;
}
.panel-about-2 {
	float:left;
	width:290px;
	margin-right:30px;
	}
.panel-about-3 {
	width:300px;
	float:left;
	}
.panel-about-2 .pane-content ul li {
	margin-bottom:14px;
	overflow:hidden;
}	
.panel-about-2 .pane-content ul li .year {
	float:left;
	margin-right:8px;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	line-height:24px;
	font-weight:300;
	color:#0b3543;
	}
.panel-about-2 .pane-content ul li p {overflow:hidden; margin:0;}	

.panel-about-3 .pane-content ul {padding-left:36px; margin-bottom:20px;}
.panel-about-3 .pane-content ul li {
	font-weight:bold;
	padding-left:18px;
	margin-bottom:11px;
	background:url(../images/marker.gif) 0 5px no-repeat;
	}
.panel-about-3 .pane-content ul li a {color:#0b3543; text-decoration:none;}

.pane-views-our-team-block {width:100%; clear:both; padding-top:40px;}
.pane-views-our-team-block .view-content {overflow:hidden;}
.pane-views-our-team-block .view-content .views-row {float:left; width:220px; margin-left:20px;}
.pane-views-our-team-block .view-content .views-row:first-child {margin-left:0;}
.pane-views-our-team-block .view-content .views-row .views-field-field-employee-photo {
	font-size:0;
	line-height:0;
	margin-bottom:15px;
	}
.pane-views-our-team-block .view-content .views-row .views-field-title a {
	font-weight:bold;
	text-decoration:none;
	color:#0b3543;
	}
.pane-views-our-team-block .view-content .views-row .views-field-title a:hover {
	color:#69c9aa;
	}	
.view-id-faq .views-field-title	{
	color:#000;
	font-size:22px;
	line-height:26px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	margin-bottom:20px;
	}

/*Node heading*/
.front h1 {display:none;}
h2, h1 {
	font-size:32px;
	line-height:44px;
	color:#0b3543;
	margin-bottom:23px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	}
h3 {font-size:20px; line-height:24px; margin-bottom:20px;}
.node-type-faq h1 {
	font-size:20px;
	line-height:24px;
	}	
.node h2 {
	color:#4ebb93;
	font-size:20px;
	line-height:normal;
	padding:0px;
}
	.node h2 a{
		color:#0b3543;
		font-size:23px;
		line-height:28px;
		font-weight:300;
		text-decoration:none;
		text-transform:none;
		-webkit-transition:color .3s ease-out; 
		-moz-transition:color .3s ease-out;
		}
	.node h2 a:hover{ color:#5ec3a0;}

article.node { padding-bottom:43px; border-bottom:1px solid #eeeded; margin-bottom:43px;}

article.node header {
	overflow:hidden;
	margin-bottom:15px;
	}
.node-header-wrapper {overflow:hidden;}	
article.node header time {
	width:38px;
	padding:11px 10px 14px;
	font-weight:bold;
	text-align:center;
	float:left;
	font-size:12px;
	line-height:15px;
	background:url(../images/menu_bg.gif) 0 0 repeat-x;
	float:left;
	display:block;
	color:#fff;
	margin-right:14px;
	}
article.node header h2 {margin:7px 0 0;}	

/*Author & date information*/
p.submitted {
	font-size:12px;
	color:#0b3543;
	margin:0px 0 15px 2px;
	line-height:15px;
}
.submitted, p.submitted span {
	color:#0b3543;
	font-size:12px;
}
	.submitted a {
		color:#0b3543;
		font-size:12px !important;
		text-transform:capitalize;
		text-decoration:none;
	}
/**/

article.node footer {
	padding-top:15px;
}

/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
article.node footer .field-name-field-tags .field-label{
	color:#000;
	line-height:28px;
}
article.node footer .field-name-field-tags .field-items {
	overflow:hidden;
	padding-bottom:15px;
	width:100%;
}
article.node footer .field-name-field-tags ul li { float:left; padding:0 4px;}
	article.node footer .field-name-field-tags ul li a{ text-decoration:none;}
	
article.node footer .field-name-field-tags .field-item {
	float:left;
	padding-right:10px;
}
/**/

/*Social sharing*/
.social-share {
	padding:15px 0;
}
	.social-share span {
		float:left; 
		font-weight:bold;
		vertical-align:middle;
	}
	.social-share a {
		display:block;
		float:left;
		height:16px;
		margin-left:5px;
		opacity:.8;
		text-indent:-9999px;
		vertical-align:middle;
		width:16px;
		-webkit-transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out;
	}
		.social-share a:hover { opacity:1;}
		
	.social-share a.social-share-facebook { background:url(../images/social/facebook.png) no-repeat 0 0;}
	.social-share a.social-share-twitter { background:url(../images/social/twitter.png) no-repeat 0 0;}
	.social-share a.social-share-googlebuzz { background:url(../images/social/buzz.png) no-repeat 0 0;}
	.social-share a.social-share-myspace { background:url(../images/social/myspace.png) no-repeat 0 0;}
	.social-share a.social-share-msnlive { background:url(../images/social/msn.png) no-repeat 0 0;}
	.social-share a.social-share-yahoo { background:url(../images/social/yahoo.png) no-repeat 0 0;}
	.social-share a.social-share-linkedin { background:url(../images/social/linkedin.png) no-repeat 0 0;}
	.social-share a.social-share-orkut { background:url(../images/social/orkut.png) no-repeat 0 0;}
	.social-share a.social-share-digg { background:url(../images/social/digg.png) no-repeat 0 0;}
	.social-share a.social-share-delicious { background:url(../images/social/delicious.png) no-repeat 0 0;}
	.social-share a.social-share-facebook { background:url(../images/social/facebook.png) no-repeat 0 0;}
/**/
article.node footer ul.links {display:block; overflow:hidden;}

ul.links li {float:left; margin:0 13px 0 0; padding:0;}
ul.links li a, #edit-cancel {
	display:inline-block;
	padding:9px 19px 11px;
	background:url(../images/link.gif) 0 0 repeat-x;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:0;
}
ul.links li a:hover, #edit-cancel:hover {background-position:0 bottom;}
.field-name-taxonomy-forums ul.links li a {
	background:none;
	border:0;
	padding:0;
	display:inline;
	color:#959595;
	}
.field-name-taxonomy-forums ul.links li a:hover {
	color:#64c6a5;
	}	

/*****************Default Block Style*******************/
input[type="text"], input[type="search"], input[type="password"], textarea {
 background:#f0f0f0;
 box-shadow:inset 1px 1px 0 #e1e1e1;
 border-top:1px solid #d2d2d2;
 border-left:1px solid #d2d2d2;
 border-right:1px solid #ebebeb;
 border-bottom:1px solid #ebebeb;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#959595;
 padding:9px 12px 10px;
 }
textarea {resize:none;}
form label {
	font-weight:normal;
	color:#959595;
	padding-bottom:8px;
	display:table;
	} 
.form-item {margin:18px 0 22px;}	
 
section.block { 
	margin-bottom:10px;
	padding-bottom:15px;
}
	section.block ul, section.block .item-list ul li { margin-left:0; margin-top:0;}
	ul li.leaf { 
		list-style-image:none;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	section.block h2 {
		font-weight:300;
		color:#0b3543;
	}
	section.block h2 span{
		font-size:24px;
		color:#90e200;
	}	
		section.block .content li:first-child {border-top:1px solid #f1f1f0; padding-top:9px;}
		section.block .content li { 
			background:url(../images/a1.gif) no-repeat 0 13px;
			padding:6px 0 10px 0px;
			overflow:hidden;
			border-bottom:1px solid #f1f1f0;
			line-height:20px;
		}
			section.block .content li a { 
				color:#0b3543;
				font-size:12px;
				line-height:20px;
				text-decoration:none;
			}
			section.block .content li a:hover { color:#6ad8f9;}
		
		#sidebar-second section.block .content li {
			border:0;
			padding:0 0 0 18px;
			background:url(../images/marker.gif) 0 5px no-repeat;
			font-weight:bold;
			font-size:12px;
			line-height:20px;
			margin-bottom:11px;
			}
		#sidebar-second section.block .content li a {color:#0b3543;}
		#sidebar-second section.block .content li a:hover {color:#55be98;}
		
#block-user-new .content ul li,
#block-user-online .content ul li,
#block-poll-recent .content ul li {border:0; padding:0;}
#block-block-8 {
	margin-bottom:30px;
	padding-bottom:28px;
	border-bottom:1px solid #eeeded;
	}
	
#back-top span#button {
	display:none;
	}	
#back-top #link {
	display:inline-block;
	padding:8px 15px 9px;
	background:url(../images/link.gif) 0 0 repeat-x;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color:#fff;
	}	
#back-top #link:hover {
	background-position:0 bottom;
}	
	
/*********************POLL's Bars**********************/
.poll .bar { 
	background-color:#fff;
	border:1px solid #8c8c8c;
	height:12px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:12px; 
	display:none;
	background-color:#62c6a4;
	}
	
.poll .percent { float:right;}
#block-poll-recent ul.links li a { display:inline; background:none; box-shadow:none;}
/*******************************************/

#block-comment-recent .content li a { display:block;}

#block-forum-new .contextual-links-wrapper { display:none;}

#block-system-navigation .content li { margin:0;}

/***Block Search****/
#block-search-form { padding:19px 17px 10px 21px; float:right;}

#block-search-form .container-inline {
	display:block; 
	height:31px; 
	background:url(../images/search_input.png) 0 0 repeat-x; 
	border-right:1px solid #65605d;
	border-left:1px solid #9e9b9a;
	}

#search-block-form input.form-text {
	border:0 !important;
	background:none;
	padding:7px 8px 7px;
	width:197px;
	color:#fff;
	margin:0;
	box-shadow:none;
}
#search-block-form #edit-submit, #search-block-form .form-submit { 
	width:21px;
	height:21px;
	background:url(../images/search.png) 0 0 no-repeat;
	font-size:0;
	line-height:0;
	margin:4px 7px 0 0;
	border-radius:0;
	vertical-align:top;
}
#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {opacity:.5; filter: alpha(opacity = 50);}


/******************Buttons Styles********************/
.form-submit {
	display:inline-block;
	padding:9px 19px 11px;
	background:url(../images/link.gif) 0 0 repeat-x;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:0;
	margin-right:10px;
	}
	.form-submit:hover {background-position:0 bottom;}
/*****************************************/

/*** Footer ***/
#footer {
	z-index:99;
	border-top:1px solid #e7e7e7;	
	clear: both;
	padding: 10px 0;
	position: relative;
	min-height: 190px;
}
.footer-wrapper {
	padding:0 29px;
	}
	
.footer-logo { display: block; float: left; }
.footer-text { display: block; float: left; clear: both; margin: 0 250px; }

#block-block-5 {padding:18px 0 17px; color:#7f8b8f; width: 100%;}	
#block-block-5 .content a {color:#777; text-decoration:none;}	
#block-block-5 .content a:hover {color:#7f8b8f;}	

#block-block-9 {padding-left: 20px;}

/**************Contact Form***************/
#contact-site-form label.option { display:inline; vertical-align:bottom;}
#contact-site-form input.form-text {
	width:300px;
}
#contact-site-form textarea#edit-message {
	width:500px;
	height:200px;
}
/**************************************/


/***********Forum************/
tr.even, tr.odd {background:#f1f1f0; border-bottom:0;}
.action-links {
	padding:15px 0px;
}
.page-blog .action-links {padding-top:0;}
	.action-links a {
		color:#4ebb93;
		font-size:12px;
	}
	.action-links a:hover {
		text-decoration:none;
	}

#forum a {
	color:#4ebb93;
	font-size:13px;
}
#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}
#forum th {
	background:#4ebb93; 
	border:1px solid #535353;
	color:#fff; 
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
		text-decoration:none;
	}
	#forum th a:hover {
		text-decoration:underline;
		}
	#forum th a img {margin-left:10px;}
	
#forum tr.even, tr.odd {
	background:none;
	border-bottom:1px solid #e0e0e0;
}
#forum tr.even td {
	background:#fff
}

#forum tr.odd td { 
	background:#f0f0f0
}
#forum td.container { 
	padding:10px;
}

#forum tr.even td.forum { 
	background:url(../images/forum-ico.png) no-repeat 10px 10px #fff
}
#forum tr.odd td.forum { 
	background:url(../images/forum-ico.png) no-repeat 10px 10px #f0f0f0
}

#forum td {
	background:#f3f5f4;
	border:1px solid #c8c8c8;
	padding:5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}
#forum td.last-reply span, #forum td.title span {
	color:#535353;
}

.field-name-taxonomy-forums {
	overflow:hidden;
	padding-bottom:10px;
	width:100%;
}
.field-label {
	color:#0b3543;
	float:left;
	font-size:12px;
	vertical-align:middle;
	line-height:15px;
}
.field-items a {
	color:#4ebb93;
	font-size:12px;
}

h3.field-label { line-height:20px; padding-right:10px;}
/***********************/

/************first-time page***************/
#first-time {
	display:none;
}
	#first-time p {
		padding:10px 0;
	}
	
#first-time .item-list ul li{
	background:none;
	display:block;
	float:left;
	margin:0;
}
	#first-time .item-list ul li a {
		color:#4ebb93;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
	#first-time .item-list ul li:hover { background:none}
	#first-time .item-list ul li a:hover { background:none}
/***************************/

/******************Paginator*********************/
.item-list .pager {overflow:hidden; width:100%; position:relative;}
.content ul.pager li {
	float:left;
	margin:0 4px 0 0;
	border:0;
	padding:0;
	font-size:12px;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	text-transform:capitalize;
}
.content ul.pager li.pager-current { 
		padding:9px 13px 11px;
		background:url(../images/link.gif) 0 bottom repeat-x;
	}
	.content ul.pager li a{
		display:inline-block;
		padding:9px 13px 11px;
		color:#fff;
		text-decoration:none;
		background:url(../images/link.gif) 0 0 repeat-x;
	  }
	.content ul.pager li a:hover {
		background-position:0 -43px;
	}
/**********************/

/*********Admin menu bg**********/
ul.contextual-links li a:hover {}
/*********************/


/********Social-icons Block********/
#block-follow-site { float:right; padding:36px 24px 0 0;}
#block-follow-site .follow-links li { 
	background:none;
	float:left;
	padding:0;
}
	a.follow-link {
		width:30px;
		height:30px;
		text-indent:-9999px;
		float:left;
		margin:0 13px 0px 0;
		padding:0;
		-moz-transition:all .3s ease;
		-webkit-transition:all .3s ease;
	}
		a.follow-link:hover {-moz-transform:rotate(360deg); -wekit-transform:rotate(360deg)}
/********************/

/*******Slider********/
#block-views-slider-block {box-shadow:0 0 15px #ecebeb; position:relative;}
.view-slider .views-jqfx-controls-bottom {
	position:absolute;
	bottom:13px;
	left:422px;
	z-index:99;
	}
.view-slider .views-jqfx-controls-bottom .pager-item {font-size:0; line-height:0; padding-left:12px;}	
.view-slider .views-jqfx-controls-bottom .pager-item a {
	display:inline-block;
	width:9px;
	height:9px;
	font-size:0;
	background:url(../images/pager.png) -2px 0 no-repeat;
	}	
.view-slider .views-jqfx-controls-bottom .pager-item a:hover, .view-slider .views-jqfx-controls-bottom .pager-item.active-slide a {
	background-position:right 0;
	}	
.view-slider .views_jqfx_cycle_pause { display:none;}
.view-slider .views-field-field-slide-image { height:388px;}
.view-slider .views_jqfx_cycle_teaser_section {width:100%; position:relative;}
.view-slider .views_jqfx_cycle_slide {width:940px;}
.view-slider .views_jqfx_cycle_slide .views-field-body {
	position:absolute;
	top:137px;
	left:65px;
	color:#0b3543;
	font-size:42px;
	line-height:51px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	}
.view-slider .views_jqfx_cycle_slide .views-field-body strong {
	color:#6ad8f9;
	font-weight:400;
	}	
.view-slider .views_jqfx_cycle_slide .views-field-body .up {text-transform:uppercase;}	
.view-slider .views_jqfx_cycle_slide .views-field-field-slide-image {text-align:right; background:url(../images/bg.gif) 0 0 repeat; font-size:0; line-height:0;}
/********************/


.field-type-image {font-size:0; line-height:0; margin-bottom:15px;}

#block-views-our-team-block .views-field-field-employee-photo { float:left; margin-right:15px;}
#block-views-our-team-block .views-row { border-bottom:1px solid #CCC; overflow:hidden; padding:15px 0 10px;}
#block-views-our-team-block .views-field-title a { font-weight:bold; text-decoration:none;}


.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}


/*******Portfolio********/
.view-portfolio .view-content {overflow:hidden;}
.view-portfolio .views-row {float:left;}
.view-portfolio .views-row .views-field-field-portfolio-image {font-size:0; line-height:0; padding:1px; background:url(../images/ajax-loader.gif) center center no-repeat #fff; border:0px solid #e0e0e0; margin-bottom:23px;}
.view-portfolio .views-row .views-field-field-portfolio-image a {display:block; background:url(../images/magnify.png) center center no-repeat #fff;}
.view-portfolio .views-row .views-field-title {margin-bottom:19px;}
.view-portfolio .views-row .views-field-title a {
	font-size:23px; 
	color:#0b3543; 
	line-height:28px; 
	font-weight:300;
	text-decoration:none; 
	font-family:"Open sans", sans-serif;
	}
.view-portfolio .views-row .views-field-title a:hover {color:#6ad8f9}
.view-portfolio .views-row .views-field-body {margin-bottom:22px; line-height:20px; font-size:12px; font-weight:normal;}
.view-portfolio .views-row.last {margin-right:0 !important;}
.page-services .view-portfolio .views-row {width:220px; margin:0 15px 25px 0;}
.page-services .view-portfolio .views-row .views-field-field-portfolio-image {height:132px; width:220px;}

.page-services-2-cols .view-portfolio .views-row {width:460px; margin:0 20px 35px 0;}
.page-services-2-cols .view-portfolio .views-row.views-row-even {margin-right:0;}
.page-services-2-cols .view-portfolio .views-row .views-field-field-portfolio-image {height:275px; width:460px;}

.page-services-3-cols .view-portfolio .views-row {width:300px; margin:0 12px 35px 0; line-height:18px;}
.page-services-3-cols .view-portfolio .views-row .views-field-field-portfolio-image {height:179px; width:300px;}

.page-services-1-col .view-portfolio .views-row {float:none; overflow:hidden; margin-bottom:40px;}
.page-services-1-col .view-portfolio .views-row .views-field-field-portfolio-image {height:372px; width:619px; float:left; margin-right:20px;}
/********************/

/* css hack to remove sticky article from top of page */

.content #node-58.node-sticky { display: none; }

/* some extra styling */
.alignright { float: right; }

.node .content ul, .node .content ol {
	list-style: inside square;
	list-style-type: square;
}

.node .content ul li {
	padding: 0 10px 10px 10px;
	
}

.node .content ul li a { color:#4ebb93; outline:none; text-decoration: underline; }
.node .content ul li a:hover { color: #6ad8f9; text-decoration: none; }

/* block styles (front) */
#block-views-services-block {padding-bottom:43px; border-bottom:1px solid #eeeded; margin-bottom:31px;}	

#block-views-prokhryksh-block, #block-block-7 {width:900px; /* border-right:1px solid #f1f1f0; */ }
#block-views-prokhryksh-block h2, #block-block-7 h2 {margin-bottom:23px;}
#block-views-prokhryksh-block .content, #block-block-7 .content { padding-right: 20px; }

#block-views-prokhryksh-block table a { color:#0b3543; outline:none; text-decoration: none; }
#block-views-prokhryksh-block table a:hover { color: #6ad8f9; text-decoration: none; }


.img-ind {font-size:0; line-height:0; margin-bottom:19px;}

#block-views-featured-news-block {width:900px;}
#block-views-featured-news-block h2 {margin-bottom:17px;}
#block-views-featured-news-block .views-row {
	overflow:hidden;
	margin-bottom:14px;
	padding-bottom:17px;
	border-bottom:1px solid #f1f1f0;
	}
#block-views-featured-news-block .views-row.views-row-last {padding-bottom:0; border-bottom:0;}
#block-views-featured-news-block .views-row > * {overflow:hidden;}	

#block-views-featured-news-block .views-row .views-field-created {
	float:left;
	width:38px;
	text-align:center;
	display:inline-block;
	font-size:12px;
	line-height:13px;
	color:#fff;
	padding:11px 5px 12px;
	font-weight:bold;
	background:url(../images/menu_hover.gif) 0 0 repeat-x;
	margin:6px 20px 0 0;
	}	
#block-views-featured-news-block .views-row .views-field-title a {
	font-size:12px;
	line-height:15px;
	letter-spacing: -0.2px;
	font-weight:bold;
	text-decoration:none;
	color:#0b3543;
	}
#block-views-featured-news-block .views-row .views-field-title a:hover {
	color:#6ad8f9;
}	
	
#faq .views-field-title {
				color:#0b3543;
				font-size:13px;
				padding-bottom: 10px;
				margin-bottom: 10px;
				border-bottom: dotted #CCC;
				text-decoration:none;
}

/* other fixes */
.block-locale ul li.active { display: none; }

/* Position Announcements page */
.page-prokhryksh .views-row { padding: 10px 0; border-bottom: thin solid #CCC; }
.page-prokhryksh .views-row-last { border-bottom: none; }
.page-prokhryksh .views-label { font-weight: bold; }

.page-positions .views-row { padding: 10px 0; border-bottom: thin solid #CCC; }
.page-positions .views-row-last { border-bottom: none; }
.page-positions .views-label { font-weight: bold; }

.front .view-prokhryksh {overflow: hidden; }