/****************************************** Reset + clearfix  ***************************************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.clear {
	height: 1px;
	clear: both;
}
* { margin: 0; padding: 0; text-decoration: none; font-size: 100%; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { background: white; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; text-decoration: none; }


/****************************************** layout ***************************************/

body {
    background: #231f20 url('../images/bg.png') left top repeat-x;
    color: #fff;
}

p{
    color: #fff;
}

h1, h2, h3 {
    color: #fff;
}

#content img {
	padding: 3px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #88777B;
}


#wrap {
    width: 930px;
    margin: 0 auto;
}

#banner {
    position: relative;
    height: 155px;
}

#banner img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#wrap .l {
	float: left; display: inline;
}

#wrap .r {
	float: right; display: inline;
}

/************************* nav *********************/

#nav {
	position: relative; z-index: 99999;
    background: #000 url('../images/navBottom.png') left bottom no-repeat;
}

#nav ul {
    width: 809px;
    float: left;
    padding: 0 0 0 15px;
    position: relative; z-index: 99999;
}

#nav ul li {
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 20px 0 0;
    position: relative;
    padding: 13px 0;
    z-index: 99999;
}

#nav ul li a {
    color: #fff;
	font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 99999;
}

#nav ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: "Gill Sans MT",Arial; 
	color: #f25e00;
    z-index: 99999;
}

/**************** sub nav *************/

#nav ul ul {
    position: absolute;
    width: 255px;
    top: 37px;
    left: -999999px;
    padding: 0 0 7px;
    background: url('../images/subNavBottom.png') left bottom no-repeat;
    z-index: 9999;
}

html>/**/body #nav ul li:hover ul {
    left: -5px;
    z-index: 9999;
}

#nav ul ul.IEHover {
    left: -5px;
    z-index: 9999;
}

#nav ul ul li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
}

#nav ul ul li a {
    display: block;
    padding: 7px 9px 8px;
    text-transform: none;
    z-index: 9999;
    height: 15px;
    white-space: nowrap;
}

#nav ul ul li a:hover {
    background: #484848;
    z-index: 9999;
}


#clientLogin {
    font-size: 13px;
    color: #fff;
    float: right;
    margin: 13px 8px 0 0;
}

#content {
    padding: 17px;
}

#nav ul ul.scroll {
	height: 303px;
	overflow: auto;
}

/************************* top right *********************/
#header {
	position: relative;
	z-index: 99999;
}

#topRight {
	position: absolute;
    z-index: 300;
    top: 0;
    right: 10px;
    width: 600px;
    text-align: right;
}

#lang {
	margin: 4px 0 0 0;
}

#topRight ul {
	float: right; display: inline;
}

#topRight li {
    display: inline;
    color: #f56200;
    font-size: 13px;
    font-weight: normal;
    margin: 0 2px 0 0;
    font-family: arial;
    
}

#topRight li a {
    font-size: 18px;
    color: #fff;
}

#logins {
	margin: 6px 50px 0 0;
}

#logins li a {
	font-family: "Gill Sans MT",Arial; 
	font-size: 10px; line-height: 10px; text-transform: uppercase; font-weight: bold;
}

#topRight .IN-widget {
	margin: 6px 30px 0 0;
}

/************************* footer *********************/

#footer {
    background: url('../images/footerBg.png') left top repeat-x;
    min-height:89px;
      height:auto !important;
      height:89px;
      
    margin: 0 0 20px;
    text-align: center;
    padding: 15px 0 0;
}
/**************** forms *************/

form label {
    float: left;
    color: #fff;
    width: 100px;
    font-size: 13px;
    padding: 5px 0 0;
}

form input {
    width: 200px;
    float: right;
    margin: 0 0 10px 0;
}

form br {
    clear: both;
}

#lSubmit {
    width: auto;
    height: auto;
}

#loginForm {
    width: 350px;
    margin: 0 auto;
    border: 1px solid #ddd;
}

/****************************************** unique ***************************************/

/************************* home *********************/

#homeLeft {
    width: 665px;
    float: left;
}

#homeRight {
    width: 180px;
    float: right;
}

#homeRight a {
    font-size: 12px;
    font-weight: bold;
    color: #6c93b5;
    font-family: "Gill Sans MT", Arial;
}

#homeRight p {
    margin: 0 0 0 0;
}

#homeFlash {
    margin: 0 0 0 -16px; padding: 0 0 20px 0;
    clear: both;
}

#NewsHeading
{
	font-size:20px;
	}

/************************* inner *********************/

#innerLeft {
    width: 585px;
    float: left;
}

#innerRight {
    width: 294px;
    float: right;
}

#wrap #innerRight ul li {
    padding: 10px 0 10px 3px;
    border-bottom: 1px solid #5e5e5e;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    list-style: none;
    
}

#innerRight ul li.on {
	color: #f25e00;
}

#wrap #innerRight ul li a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;

}

#innerRight ul li a:hover {
	text-decoration: none;	
	color: #f25e00;
}

/************************* manageent team *********************/

.manager {
    border-bottom: 1px solid #5a5a5a;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.manager img {
    width: 117px;
    float: left;
}

.manager div {
    width: 749px;
    float: right;
}


.manager h3 {
	font-size: 14px;

}

/************************* technology *********************/

.tech {
    border-bottom: 1px solid #5a5a5a;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.techLeft {
    width: 170px;
    float: left;
    text-align: center;
}

.techRight {
    width: 720px;
    float: right;
}

.techRight h3 {
    font-size: 16px;
}

 .techLink {
    font-size: 14px;
    color: #f56200;
    
}
/************************* contact page *********************/

#contactLeft {
    width: 154px;
    float: left;
}

#contactLeft ul li {
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
    line-height: normal;
    
}

#contactLeft ul li a {
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    font-family: Verdana;
}

#contactLeft ul li.on a {
    color: #f56200;
    
}
#contact-wrap{float:left; width:700px;}
#contactMiddle {
    width: 351px;
    float: left;
    padding: 3px;
    border-right: 1px solid #86787c;
    min-height: 120px;
    margin-bottom: 20px;
}

#contactAddress {float: left; margin: 42px 0 20px 20px; width: 320px; }

#googleMap {
    width: 351px;
    height: 321px;
    position: relative; z-index: 0;
}

#wrap #googleMap div,#wrap #googleMap img {
	z-index: 0;
}

#contactRight {
    padding: 0 0 0 20px;
    width: 331px;
    float: left;
}

#contactRight h3 {
    font-weight: bold;
}

#contactRight p span {
    color: #f56200;
}

#contactRight a {
}

.cMan {
    margin: 0 0 10px 0;
}

.cMan img {
    width: 103px;
    float: left;
    padding: 3px ;
    border: 1px solid #86787c;
    
}

.cMan div {
    width: 203px;
    float: right;
}

#servicesTable img {border:none;}

#locationMap{float:left;}
.services-text{float: left; width:600px; clear:both;}






/************************* services page *********************/

#servicesTable {
    width: 100%;
}

#servicesTable th, #servicesTable td {
    padding: 6px;
    border: 1px solid #ddd;
}

#servicesTable th, .tTitle {
    font-weight: bold;
    background: #181818;
    color: #fff;
    font-size: 13px;
    text-align: center;
    
}

#servicesTable td {
    vertical-align: middle;
    text-align: center;

}

.tColTwo,.tColThree,.tColFour,.tColFive {
    width: 150px;
}

.officeManager p span
{
	font-size: 10px;
    font-family: Verdana, Arial;
    
}

/****************************************** client login ***************************************/

.login_head, .login_body {
	padding-left: 17px;
	clear: both;
}

#wrap .login_head {
	background-color: #414042;
	height: 60px;
	padding: 0;
}

.login_head h1 {
	float: left; display: inline;
	font-family: "Gotham-Bold", "Verdana Bold", "Arial Black", "Arial Bold", "sans-serif bold", "sans-serif";
	font-size: 22px; line-height: 20px;
	margin: 9px 0 0 15px;
}

#wrap .login_head a {
	float: right;
	margin: 15px 66px 0 0;
}

#wrap .login_head a, #wrap .login_head img {
	border: none; outline: none;
}

.login_body {
	padding-top: 20px;;
	padding-bottom: 20px;;
}

.login_body p {
	font-family: "Gotham", Verdana, Arial, sans-serif;
	font-size: 11px;
	float: left;
	width: 604px;
}

#wrap .login_body img {
	height: 158px;
	width: 158px;
	float: right;
	margin-right: 80px;
}

h1 span { color: #f56200 !important; }

#google-plusone { position: absolute; left: 210px; top: 6px; } 

