/*
+------------------------------------------------------------------------------------------+
Author:Anirudh K. Mahant
+------------------------------------------------------------------------------------------+
Company:Raven Developers 2008
+------------------------------------------------------------------------------------------+
Portions created by Anirudh K. Mahant are Copyright of Raven Developers (C) 2008.
+------------------------------------------------------------------------------------------+
Copyright Notice:
The contents of this file are protected and copyrighted and are subject to
the original developer(s) of this file;Unauthorised use of this file is strictly prohibited.	
+------------------------------------------------------------------------------------------+
*/
*{
	margin: 0;
	padding: 0;
}
a, a:link{
	color: #028F7A;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	background-color: #FFFFFF;
	background-image: url(images/bg-x.png);
	background-repeat: repeat-x;
	background-position: center top;
}
fieldset{
	padding: 10px;
	border: 1px solid #B6B6B6;
}
fieldset legend{
	font-weight: bold;
	padding: 0px 5px 0 0;
}
select, textarea, input{
	font-size: 11px;
	color: #0A7E6D;
	padding: 1px;
	border: 1px solid #585858;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	clear: both;
	display: block;
	font-size: 0;
	content: " ";
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.pt-20{
	padding-top: 20px;
}
.pt-5{
	padding-top: 5px;
}
.plr-5{
	padding: 0 5px;
}
.plr-5 p{
	padding-left: 0 !important;
}
.pl-20{
	padding-left: 20px;
}
.w-80{
	width: 80%;
}
.ptb-20{
	padding: 20px 0;
}
.pt-30{
	padding-top: 30px;
}
img.img-hcenter{
	display: block;
	margin:0 auto;
}
/* Tabs */
.glowingtabs ul{
	list-style-type: none;
	margin:0 !important; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs li{
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs a{
	margin:0;
	margin-right: 4px; /*spacing between each tab*/
	padding:0 0 0 10px;
	background-image: url(images/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.glowingtabs a span{
	float:left;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(images/tab-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	margin: 0;
}
.glowingtabs a:hover{
	color: #FFFFFF;
	text-decoration: none !important;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs a:hover span {
	color: #FFFFFF;
}
.glowingtabs #current a{ /*Selected Tab style*/
	background-position:0 -24px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs #current a span{ /*Selected Tab style*/
	background-position:100% -24px;
	text-decoration: none;
}
.glowingtabs a:hover{ /*onMouseover style*/
	background-position:0% -24px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs a:hover span{ /*onMouseover style*/
	background-position:100% -24px; /*Shift background image up to start of 2nd tab image*/
}
div.zebraone{
	margin: 10px 0;
	background-image: url(images/hr-bg.png);
	background-repeat: repeat-x;
	height: 4px;
}
div.zebratwo{
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	background-color: #EAEAEA;
	height: 1px;
	overflow: hidden;
	position: relative;
}
h2.aboutme{
	background: url(images/aboutme-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.experience{
	background: url(images/exp-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.introduction{
	background: url(images/intro-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.office{
	background: url(images/office-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.projects{
	background: url(images/projects-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.research-academic{
	background: url(images/res-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.struclic{
	background: url(images/struclic-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.welcome{
	background: url(images/welcome-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.architects{
	background: url(images/architects-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.builders{
	background: url(images/builders-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.clients{
	background: url(images/clients-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.associates{
	background: url(images/associates-bg.png) scroll no-repeat left center;
	height: 30px;
}
h2.contact{
  background: url(images/contact-bg.png) scroll no-repeat left center;
  height: 30px;
}
h2.contact-by-email{
  background: url(images/contact-email-bg.png) scroll no-repeat left center;
  height: 30px;
}
h3.arrowed {
	margin-bottom: 10px;
	padding-top: 20px;
	background-image: url(images/bullet-3.png);
	background-repeat: no-repeat;
	color: #2CA291;
	background-position: left 22px;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h3.h-2 {
	background-image: url(images/tpbg-1.png);
	background-repeat: repeat-x;
	color: #585858;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	background-color: #EFEFEF;
	line-height: 30px;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top: 10px;
	text-indent: 10px;
}
img.buildings{
	float: left;
	margin-right: 10px;
}
img.imgbordered {
	padding: 1px;
	margin-bottom: 6px;
	border: 1px solid #81D3C9;
}
.p_1{
	color: #007864;
	font-weight: bold;
	font-size: 14px !important;
}
ol{
	padding: 0;
	margin: 0;
}
ol li{
	padding-top: 6px;
	margin-left: 25px;
	padding-bottom: 6px;
	list-style-position: outside;
	line-height: 20px;
	display: list-item !important;
}
table.block-projects{
	margin: 5px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table.block-projects td{
	margin: 0;
	padding: 30px 5px;
}
table.fancytbl{
	border: 1px solid #92DED5;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table.fancytbl tbody tr.even td{
	background: #E5F5F3;
}
table.fancytbl td{
	padding: 6px 6px 6px 8px !important;
	border-right: 1px solid #92DED5;
	background: #F4FBF9;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}
table.fancytbl th {
	border: 1px solid #92DED5;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D7F0ED;
	font-size: 14px;
	font-weight: bold;
}
table.fancytbl ul li{
	padding: 0;
	margin-left: 5px;
	list-style-position: outside;
	list-style-type: square;
}
ul.ulmembers {
	margin-bottom: 20px;
	color: #585858;
	font-weight: bold;
}
ul.ulmembers li {
	padding: 5px 0 !important;
	list-style-type: none;
	background-image: url(images/bullet-1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px !important;
	display: list-item;
}
.ul_2 li{
	font-size:12px;
	font-weight:bold;
	list-style-position:outside;
	list-style-type:square;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-left: 15px;
	color: #217A6C;
}
.block-projects p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}
.border-images-one{
	border: 1px solid #2CA291;
	padding: 2px;
	background-color: #BED2CF;
	vertical-align: top;
}
.border-images-one:hover{
	border: 1px solid #2CA291;
	padding: 2px;
	background-color: #019B84;
	vertical-align: top;
}
.boxed{
	margin: 0 auto;
	margin-bottom: 20px;
}
.boxed-center {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5D5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D5D5;
	padding: 10px 20px;
	background-image: url(images/box-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #E6E6E6;
}
.boxed-center a {
	color: #585858;
	font-size: 10px;
	text-align: right;
}
.boxed-center ul {
	font-size: 10px;
	margin: 0 !important;
	padding: 0 0 0 20px !important;
}
.boxed-center li{
	font-size: 12px;
	list-style-image: none;
	list-style-type: circle;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0;
}
.boxed-footer {
	width: 282px;
	background-image: url(images/box-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
}
.boxed-heading-one {
	width: 282px;
	background-image: url(images/box-title-1.png);
	background-repeat: no-repeat;
	height: 37px;
}
.boxed-heading-two {
	width: 282px;
	background-image: url(images/box-title-2.png);
	background-repeat: no-repeat;
	height: 37px;
}
#aboutmetbl{
	width: 70%;
}
#banneranimation {
	width: 900px;
	background-image: url(images/banner.png);
	background-repeat: repeat;
	height: 247px;
}
#top-banner{
	width: 900px;
	background-color: #FFFFFF;
	height: 247px;
}
#col-left {
	width: 595px;
	float: left;
	padding: 12px 20px 0 0;
	color: #585858;
}
#col-left h2 {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 20px 0 !important;
}
#col-left hr{
	margin-bottom: 15px;
}
#col-left p {
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
}
#col-left ul {
	padding: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 10px;
	list-style-position: inside;
}
#col-right {
	float: right;
	width: 282px;
	padding-top: 30px;
	color: #585858;
}
#contentwrapper {
	width: 900px;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B8B8B8;
	padding: 20px 10px;
	background-color: #C8C8C8;
	color: #585858;
	font-size: 10px;
}
#footer a {
	color: #585858;
}
#headerlinks{
	float: right;
	padding-top: 5px;
	color: #FFFFFF;
}
#headerlinks a {
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
}
#headerlinks a:hover{
	text-decoration: underline;
}
#headermenu{
	float: right;
	margin-top: 65px;
	text-align: left;
	line-height: normal;
}
#logo {
	width: 900px;
	background-image: url(images/top.png);
	height: 113px;
}
#mainwrapper {
	width: 900px;
	margin: 0 auto;
}
.research, .h5_2 {
	padding: 5px 10px;
	margin: 5px 0;
	color: #0A7E6D;
	font-size: 14px;
	font-weight: bold;
}
.transparent{
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
ul#portfolio {
	margin: 0;
	padding: 0;
}
ul#portfolio li {
	float: left;
	margin: 10px 0 50px 0;
	list-style: none;
	width: 32%;
	height: 72px;
}
ul#portfolio li img{
	margin: 0 auto;
	display: block;
}
.loading {
	background: url(images/ajax-busy1.gif) no-repeat center center;
}
.inputform td{
	padding: 10px 0;
	font-size: 12px;
	font-style: italic;
}
.inputform input, .inputform select {
	width: 98%;
	border: 1px solid #217A6C;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 12px;
}
.inputform input[type=text]:focus, .inputform input[type=password]:focus, .inputform select:focus{
	background-color: #F3FCFB;
}
.slider li {
	display: block;
}
.jFlowControl {
	display: block;
	margin-right: 10px;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	float: left;
}
#myController {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007762;
	display: block;
}
#myController ul {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}
.boxed-center p {
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
}
#imgcode{
	border: 1px solid #217A6C;
}
.ta-message{
	width: 98%;
	font-size: 12px !important;
	border: 1px solid #217A6C !important;
}
.ta-message:focus{
	background-color: #F3FCFB;
}
.btn-submit{
	background: url(images/btn-submit.gif) no-repeat center top;
	width: 96px !important;
	height: 30px;
}
.btn-submit:hover{
	background: url(images/btn-submit.gif) no-repeat center -30px;
	width: 96px !important;
	height: 30px;
}
.ajax-loader{
	display: none;
}
.style2{
  font-weight: bold;
  font-size: 16px !important;
  color: #007866;
}
table.contact{
  border-collapse: collapse;
}
table.contact tr td{
  padding: 15px 10px 5px;
}
table.contact tbody tr.bb-gray1 td{
    border-bottom: 1px solid #DEDEDE;
}