@charset "utf-8";
/* CSS Document */
/* This file holds the general css for the  site */


/* CANCELLING ISSUES IN DIFFERENT BROWSERS */

html,body,div,span,img,applet,embed,canvas,object,iframe {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
ol,ul,li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
ul,li {
	list-style:none; 
}
li {
	display:inline
}
/* GENERAL REDEFINITIONS */
html {
	width:100%;
	height:100%;
	margin:0;
}
body {
	background:url(../images/bg.png) top repeat-x #FFF;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#444;
	margin:0;
	padding:0;

}
a {
	text-decoration:none;
	color:#004284;
	outline:none;
}
a:hover {
	color:#A6A6A6;
	outline:none;
}
a img {
border:none;
}
.clr {
	clear:both;
}

/* LAYOUT-STRUCTURE */
#wrapper {
	width:100%;
	margin:0 auto;
}
/* Header CSS start here */
#header {
	margin:30px auto 90px;
	width:960px;
	height:110px;
	background:url(../images/header.png) top no-repeat;
}
.logo {
	margin:11px 0 0 20px;
	width:150px;
	height:80px;
	float:left;
	z-index:100;
}
.logo a {
	background:url(../images/logo.jpg) no-repeat;
	height:80px;
	width:150px;
	display:block;
	text-indent:-5000px;
}
.navigation {
	height:30px;
	float:right;
	margin-top:21px;
	margin-right:10px;
}
.navigation ul {
	float:right;
}
.navigation ul li {
	display:block;
	float:left;
	margin-right:20px;
}
.navigation ul li a {
	font-size:14px;
	color:#004284;
	line-height:20px;
	text-transform:uppercase;
}
.navigation ul li:hover a, .navigation ul li.active a {
	border-top:1px solid #76ccdb;
	padding-top:2px;
	
}

/* Header CSS start here */

/* Content CSS start */
#content {
	width:920px;
	min-height:450px;
	margin:0 auto 30px;
	font-size:13px;
	line-height:20px;
	color:#444444;
	font-weight:normal;
}
#content p {
	padding-bottom:10px;
}
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#a6a6a6;
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
}
#content h3 {
	color:#76ccdb;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:10px;
}
#content .left {
	float:left;
	width:590px;
	margin-right:30px;
}
#content .right {
	float:right;
	width:300px;
}
#content .right .wrapper, #content .services .wrapper {
	border-bottom:1px dotted #76ccdb;
	margin-bottom:30px;
	padding:0 5px;
	width:290px;
}
#content ul.list li {
	background:url(../images/bullets.png) left top no-repeat;
	background-position:0 6px;
	display:block;
	font-size:13px;
	line-height:16px;
	padding:0 0 10px 15px;
}
#content .sliderWrapper {
	width:580px;
	height:230px;
	padding:5px;
	border:1px solid #a6a6a6;
	margin-bottom:20px;
	border-radius: 8px 8px 8px 8px;
	web-border-radius: 8px 8px 8px 8px;
	moz-border-radius: 8px 8px 8px 8px;
}
#content .text {
	border-bottom: 1px dotted #76CCDB;
    margin-bottom: 30px;
}
#content ul.team li {
	display:block;
	padding-bottom:10px;
	margin-bottom:20px;
	/*border-bottom:1px dotted #a6a6a6;*/
}
#content ul.team li .personal {
	float:left;
	width:390px;
	margin-right:20px;
}
#content ul.team li .personal .display {
	width:98px;
	height:98px;
	background:#dedede;
	padding:5px;
	border:1px solid #A6A6A6;
	border-radius: 5px 5px 5px 5px;
	web-border-radius: 5px 5px 5px 5px;
	moz-border-radius: 5px 5px 5px 5px;
	float:left;
	margin-right:10px;
}
#content ul.team li .personal .infoWrapper {
	width:270px;
	float:left;
}
#content ul.team li .personal .infoWrapper .name {
	margin-bottom:15px;
}
#content ul.team li .personal .infoWrapper .name span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#004284;
	line-height:18px;
}
#content ul.team li .personal .infoWrapper .name p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#acacac;
	line-height:18px;
	padding:0;
}
#content ul.team li .personal .infoWrapper .info {
}
#content ul.team li .personal .infoWrapper .info .mobile {
	background:url(../images/mobile_icon.png) left center no-repeat;
	padding-left:30px;
	font-size:12px;
	color:#114f8c;
	height:18px;
	line-height:18px;
	display:block;
}
#content ul.team li .personal .infoWrapper .info a.mail {
	background:url(../images/mail_icon.png) left center no-repeat;
	padding-left:30px;
	font-size:12px;
	color:#114f8c;
	height:18px;
	line-height:18px;
	display:block;
}
#content ul.team li .details {
	float:right;
	width:510px;
}
.services {
}
#content .services .marRight {
	margin-right:30px;
}
#content .services .detailWrapper {
	width:445px;
	float:left;
}
#content .services ul.list {
	border-bottom:1px dotted #a6a6a6;
	margin:0 0 30px 0;
}
#content .services ul.list li {
	margin-left:10px;
}

#content .contact {
	margin-top:20px;
}
#content .contact .addressWrapper {
	width:525px;
	float:left;
	margin-right:30px;
}
.addressWrapper .address {
	border-bottom: 1px dotted #A6A6A6;
    margin: 0 0 20px;
}
#content .contact .locationMap {
	width:365px;
	float:right;
}
.addressWrapper .address h3 {
	float:left;
	width:150px;
}
.addressWrapper .address p span {
	width:120px;
	float:left;
	display:block;
	font-weight:bold;
}
.addressWrapper .address .location_adress {
	float:left;
}
/* Content CSS end */

/*Footer Start Here*/
#footer {
	width:100%;
	padding:20px 0 0;
	height:80px;
	margin:0 auto;
	background:#76ccdb;
}
#footer .footerWrapper {
	margin:0 auto;
	width:150px;
}
#footer .footerWrapper p {
	font-size:11px;
	margin:0 auto 3px;
	text-align:center;
}
#footer .footerWrapper a {
	color:#FFF;
	font-size:12px;
}
#footer .footerWrapper a:hover {
	color:#333;
}
/*Footer CSS end*/

/*Other CSS start*/
.marTop5{margin-top:5px}.marTop10{margin-top:10px}.marTop15{margin-top:15px}.marTop20{margin-top:20px}.marTop25{margin-top:25px}.marTop30{margin-top:30px}.marTop35{margin-top:35px}.marTop40{margin-top:40px}.marTop50{margin-top:50px}.marTop100{margin-top:100px}.marBot5{margin-bottom:5px}.marBot10{margin-bottom:10px}.marBot15{margin-bottom:15px}.marBot20{margin-bottom:20px}.marBot25{margin-bottom:25px}.marBot30{margin-bottom:30px}.marBot35{margin-bottom:35px}.marBot40{margin-bottom:40px}.marBot45{margin-bottom:45px}.marBot50{margin-bottom:50px}.bold{font-weight:bold}.normal{font-weight:normal}.red{color:#F00}.green{color:#008000}.black{color:#000}.white{color:#FFF}.rightSide{float:right}.leftSide{float:left}.underline{text-decoration:underline}
/*Other CSS end*/