
body {
	padding: 0;
	margin: 0;
	background: #fff url(../Images/bg.jpg) repeat-x;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 9pt;
	color: #333;
	}

#container {
	width: 964px;
	margin: 30px auto;
	}

img {
  border: 0;
  }

/* Header
----------------------------------------------*/

#header {
	overflow: hidden;
	}

#logo {
	float: left;
	}

/* top nav */

#top-nav {
	float: right;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	}

#top-nav ul {
	height: 45px;
	padding: 13px 0;
	}

#top-nav li {
	padding: 10px 15px 10px 30px;
	display: inline;
	border-right: 1px solid #ccc;
	}

#top-nav li.home {
	background: transparent url(../Images/home.jpg) no-repeat 15px 5px;
	}

#top-nav li.careers {
	background: transparent url(../Images/careers.jpg) no-repeat 15px 5px;
	}

#top-nav li.contact {
	background: transparent url(../Images/contact.jpg) no-repeat 15px 5px;
	border: 0;
	}

#top-nav a, #top-nav a:visited {
	padding: 10px 15px 10px 30px;
	color: #1d6dbc;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 1px;
	}

#top-nav a:hover {
	color: #666;
	}

/* main menu */

#main-menu {
	clear: both;
	text-align: left;
	height: 45px;
	background: #000 url(../Images/menu-bg.jpg) repeat-x;
	}

/* Content
----------------------------------------------*/

#content {
	background: #f6f6f6 url(../Images/content-top-bg.jpg) repeat-x;
	padding: 7px;
	margin: -14px 0 0 0;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 3px solid #e1e1e1;
	overflow: hidden;
	line-height: 1.4em;
	}

#content h3 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1d6dbc;
	border-bottom: 2px solid #dadada;
	}

#content img {
  z-index: 10;
  }
#content div
{
    }
#news 
{
    min-height: 200px;
	float: left;
	width: 280px;
	padding: 15px;
	background: transparent url(../Images/news-column-bg.jpg) no-repeat 230px 70px;
	}

#news p {
	width: 220px;
	}

#about 
{
    min-height: 200px;
	margin-left: 10px;
	float: left;
	width: 280px;
	padding: 15px;
	background: transparent url(../Images/about-column-bg.jpg) no-repeat 230px 70px;
	}

#about p {
	width: 220px;
	}

#buzz 
{
    min-height: 200px;
	float: right;
	width: 280px;
	padding: 15px;
	background: transparent url(../Images/buzz-column-bg.gif) no-repeat 220px 70px;
	}

#buzz p {
	width: 210px;
	}

/* Referances & Work
----------------------------------------------*/

h2 {
  font-family: "Gill Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
  margin: 10px 0;
	color: #1d6dbc;
  }

#referances h3 {
  font-family: "Lucida Grande", Verdana, sans-serif;
  background-color: #ededed;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #ccc;
  text-transform: none;
  font-size: 10pt;
  font-weight: bold;
  padding: 9px;
  }

.work {
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
  width: 430px;
  overflow: hidden;
  border: 1px solid #ededed;
  }

.work-image {
  float: left;
  }

.work-image img {
  border: 10px solid #fff;
  }

.work-desc {
  float: right;
  width: 200px;
  font-size: 8pt;
  text-align: left;
  }

/* Contact
----------------------------------------------*/

#left-menu {
  width: 300px;
  float: left;
  }

#left-menu ul {
  padding: 0;
  margin: 0;
  }

#left-menu li {
  list-style: none;
  padding: 5px;
  background-color: #ededed;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #ccc;
  }

#left-menu a, #left-menu a:visited {
  font-family: "Gill Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
	color: #1d6dbc;
	text-decoration: none;
	margin-left: 10px;
  }

#left-menu a:hover {
  font-family: "Gill Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
	color: #333;
	text-decoration: underline;
  }

#tab-content {
  width: 620px;
  float: right;
  padding: 5px;
  text-align: left;
  background-color: #ededed;
  }
#tab-content > h3 > span
{
    font-weight: bold;
    font-size: 10pt;
    color: #1D6DBC;
    }
.TwoColumnTitle
{
    font-size: 13pt !important;
    }
#tab-content h3 {
  font-family: "Gill Sans", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 10px 0;
  margin: 0;
	color: #333;
  background-color: #f5f5f5;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  }

.contactText
{
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  padding: 5px;
  width: 300px;
  color: #333;  
    }

fieldset {
  border: 0;
  padding: 10px;
  }

legend {
  display: none;
  }

label {
  font-weight: bold;
  font-size: 8pt;
  color: #1d6dbc;
  }

.text-field {
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  padding: 5px;
  width: 300px;
  color: #333;
  }

.text-area {
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  padding: 5px;
  line-height: 1.4em;
  width: 400px;
  height: 100px;
  color: #333;
  }

small {
  font-size: 8pt;
  color: #666;
  }

.req {
  color: red;
  font-size: 8pt;
  }
.alert
{
    width: 100%;
    padding: 10px 10px;
    }
.contact_Address
{
    width: 40%;
    float: right;
    padding: 5px;
    }
.contact_google_map
{
    width: 56%;
    float: left;
    }
 
/* Footer
----------------------------------------------*/

#footer {
	margin: 5px 0;
	overflow: hidden;
	}

#certificates {
	float: left;
	height: 43px;
	width: 650px;
	}
#certificates  .cert-10 a
{
    padding: 0 !important;
    float: left;
    background: url(../Images/cert_10.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
     display: inline;
    }
#certificates  .cert-10  a:hover
{
    background: url(../Images/cert_10.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates  .cert-9 a
{
    padding: 0 !important;
    float: left;
    background: url(../Images/cert_9.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
     display: inline;
    }
#certificates  .cert-9  a:hover
{
    background: url(../Images/cert_9.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates  .cert-8 a
{
    padding: 0 !important;
    float: left;
    background: url(../Images/cert_8.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
     display: inline;
    }
#certificates  .cert-8  a:hover
{
    background: url(../Images/cert_8.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }	
	
#certificates  .cert-7 a
{
    padding: 0 !important;
    float: left;
    background: url(../Images/cert_7.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
     display: inline;
    }
#certificates  .cert-7  a:hover
{
    background: url(../Images/cert_7.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates  .cert-6 a
{
    padding: 0 !important;
    float: left;
    background: url(../Images/cert_6.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
     display: inline;
    }
#certificates  .cert-6  a:hover
{
    background: url(../Images/cert_6.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates  .cert-1 a
{
    padding: 0 !important;
    float: left;
    background: url(../Images/cert_1.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
     display: inline;
    }
#certificates  .cert-1  a:hover
{
    background: url(../Images/cert_1.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates  .cert-2  a
{
    float: left;
    background: url(../Images/cert_2.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates .cert-2 a:hover
{
    background: url(../Images/cert_2.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates  .cert-3  a
{
    float: left;
    background: url(../Images/cert_3.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates .cert-3  a:hover
{
    background: url(../Images/cert_3.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

}
#certificates   .cert-4  a
{
    float: left;
    background: url(../Images/cert_4.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates .cert-4  a:hover
{
    background: url(../Images/cert_4.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates  .cert-5  a
{
    float: left;
    background: url(../Images/cert_5.gif) no-repeat 0px 0px;
    width: 43px;
    height: 43px;
    padding: 0 !important;

    }
#certificates  .cert-5  a:hover
{
    background: url(../Images/cert_5.gif) no-repeat 0px -43px;
    width: 43px;
    height: 43px;
    padding: 0;
    padding: 0 !important;
    }
#lang {
	float: right;
	}

#footer ul {
	padding: 0;
	margin: 0;
	}

#footer li {
	display: inline;
	}

/* Menu Javascript
----------------------------------------------*/

.qmmc .qmdivider {
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	}

.qmmc .qmdividery {
	float: left;
	width: 0px;
	}

.qmmc .qmtitle {
	display: block;
	cursor: default;
	white-space: nowrap;
	}

.qmclear {
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	}

.qmmc {
	position: relative;
	}

.qmmc a {
	float: left;
	display: block;
	white-space: nowrap;
	}

.qmmc div a {
	float: none;
	}
.qmsh div a {
	float: left;
	}
.qmmc div {
	visibility: hidden;
	position: absolute;
	}

#qm0 
{
    position: absolute;
	}

#qm0 > a {
	padding: 5px 33px;	
	margin: 0px;
	background-color: transparent;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-right:3px solid #FFFFFF;
	z-index: 11;
	}
#qm0 > a:visited {
	padding: 5px 33px;	
	margin: 0px;
	background-color: transparent;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-right:3px solid #FFFFFF;
	z-index: 11;
	}
#qm0 a:hover 
{
    
	}

#qm0 .qmparent {
	}

#qm0 .qmparent {
	padding-top: 8px;
	}

body #qm0 .qmactive, body #qm0 .qmactive:hover {
	}

#qm0 > div {
	background-color: #000;
	color: #fff;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	background-repeat: repeat-y;
	background-position: left center;
	border-top: 0px;
	}

#qm0 > div >  a {

	margin: 0;
	background-color: #979797;
	color: #000;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 8pt;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	border: 0 none;
	padding:4px 6px 7px 32px;
	}

#qm0 > div > a:hover {
	color: #fff;
	background-color: #666;
	}

#qm0 div .qmparent {
	}

body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background-color: #fff;
	color: #fff;
	}

.qmfv {
	visibility: visible !important;
	}

.qmfh {
	visibility: hidden !important;
	}

.qm-is {
	border-style: none;
	display: block;
	}
