﻿html, 
body,
form
{
    margin:0;
    padding:0;
    border:none;
    height:100%;
}

/* HTML tags */
body
{
    font-family: Helvetica, Arial;
    font-size:12px;
    color:#737373;
    line-height:20px;
}
h1,
h2,
h3
{
    text-transform:uppercase;
    color:#EF7813;
}

h1
{
    font-size:24px;
    margin-top:0px;
    margin-bottom:22px;
}
h2
{
    font-size:20px;
    margin-top:0px;
}
h2.imgtext
{
    margin-bottom:22px;
}
h3
{
    font-size:130%;
    text-transform:capitalize;
}
a 
{
    cursor:pointer;
}
a:link,
a:visited,
a:hover
{
    color:#d84f00;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
input,
select,
textarea
{
    font-size:12px;
    color: #000000;
    font-family: Arial;
}
img
{
    border: 0px;
}
p
{
    margin-bottom:18px;
}

/* Layout */

.wrapper
{
    width:940px;
    margin: 0 auto;
    position:relative;
}
#header 
{
    height:98px;
    background: url('/images/topRepeat.jpg') repeat-x;
}
.menu
{
    margin:0;
    padding:0;
}
ul#menu
{
    position:absolute;
    top:42px;
    right:0px;
}
ul#menu li
{
    margin-left:30px;
    display:inline;
}
ul#sitemap li
{
    margin-right:40px;
    float:left;
    min-width:100px;
    line-height:normal;
}
.menu li
{
    list-style:none;
    position:relative;
}
.menu li, 
.menu li a
{
    color:#FFF;
    font-weight:bold;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
}
#sitemap li ul
{
    margin:20px 0 0 0;
    padding:0;
}
#sitemap li ul li
{
    float:none;
    display:block;
    margin:0;
    padding:0;
    padding-bottom:5px;
}
.menu li ul li,
.menu li ul li a
{
    font-size:12px;
    font-weight:normal;
}
#logo
{
    margin-top:30px;
}
#contenttop
{
    height:36px;
    background: url('/images/headerBGRepeat.jpg') repeat-x top;
}
#content
{
    background: #ECECEC url('/images/bodyTopRepeat.jpg') repeat-x top;
    min-height:300px;
    padding: 60px 0 20px 0;
    text-shadow: 0px 1px 0px #FFFFFF;
}
#footer
{
    height:189px;
    background: url('/images/footerBG.jpg') repeat-x;
}
#hire
{
    float:right;
    margin-top:8px;
}

#ourwork
{
    float:right;
    margin-top:-15px;
    width:315px;
    height:310px;
    background: url('/images/computer.png') no-repeat;
}
#ourwork img
{
    margin-left:25px;
    margin-top:13px;
}
#work
{
    min-height:500px;
}
#twitterfeed
{
    min-height:60px;
}
#map_1
{
    height:200px;
}
.featured
{
    width:562px;
    height:211px;
    background: url('/images/featuredBG.jpg') no-repeat;
}
.featured img,
.featured div
{
    margin: 9px 0 0 10px;
}
h1#about
{
    width:497px;
    height:24px;
    background: url('/images/titleAbout.png');
}
h2#featuredproject
{
    width:289px;
    height:24px;
    background: url('/images/titleFeatured.png');
}
h2#meetteam
{
    width:244px;
    height:24px;
    background: url('/images/titleTeam.png');
}
#intro
{
    width:512px;
    height:197px;
    background: url('/images/headerText.png');
}
#showcase
{
    width:428px;
    height:24px;
    background: url('/images/titleShowcase.png');
}
#pickcategory
{
    width:265px;
    height:24px;
    background: url('/images/titleCategory.png');
}
#contact
{
    width:386px;
    height:24px;
    background: url('/images/titleQuestion.png');
}
#wherearewe
{
    width:244px;
    height:24px;
    background: url('/images/titleWhere.png');
}
#services
{
    width:382px;
    height:24px;
    background: url('/images/titleServices.png');
}
#solutions
{
    width:291px;
    height:24px;
    background: url('/images/titleSolutions.png');
}

/* tables */
td
{
    /* border: solid 0px #FFFFFF; */
    vertical-align:top;
    text-align:left;
}
th
{
    text-align: left;
}
table
{
    border-collapse: collapse;
}
table.list
{
    border: solid 0px #797979;
    width:100%;
}
table.list td
{
    border-spacing:0;
    padding:8px 8px;
}
table.list th,
table.list th a
{
    color:#000000;
    font-weight:bold;
    background-color:#F5F5F5;
    text-align: left;
    padding:3px 8px;
    border-bottom: solid 1px #797979;
}
tr.dt0
{
    background-color:#FFFFFF;
}
tr.dt1
{
    background-color:#EDF5FF;
}
tr.dt1 td 
{
    border-top: solid 1px #D2E6FF;
    border-bottom: solid 1px #D2E6FF;
}
tr.selected
{
    background-color:#FCFBD0;
}

/* custom classes */
.error
{
    color: #FF0000;
    font-weight: normal;
}
.info
{
    color: #008000; 
}
.help
{
    font-style:italic; 
    font-size:16px;
    text-align:center;
}
.question
{
    text-align:right;
}
ul.simplelist
{
    margin:0;
    padding:0;
}
ul.simplelist li
{
    list-style:none;
    position:relative;
}
fieldset
{
    background-color:#F2FBFB;
    border: solid 1px #507D82;
    margin:0;
    margin-bottom:10px;
    padding:5px;
    width:250px;
    *position: relative;
    *padding-top:20px;
    display:block;
}
legend
{
    color:#3F251C;
    font-weight:bold;
    *position:absolute;
    *top: -10px;
    *left: 10px;
    *margin-top:10px;
}
.tdcenter,
tr.tdcenter td
{
    text-align:center;
}
.tdright
{
    text-align:right;
}
.clear
{
    clear:both;
}
.photoleft
{
    float:left; 
    padding-right:10px; 
    padding-bottom:10px;
}
.photoright
{
    float:right; 
    padding-left:10px; 
    padding-bottom:10px;
}
.team
{
    margin: 0 auto;
}
.team li
{
    width:93px;
    height:91px;
    background: url('/images/mugshotBG.jpg') no-repeat;
    float:left;
    margin: 0 15px 25px 15px;
    position:relative;
}
.team li img
{
    position:absolute;
    top:7px;
    left:8px;
}
img.hover
{
    display:none;
    z-index:10;
}
.norecords
{
    color:Red;
    text-align:center;
}
.shelf
{
    width:310px;
    min-height:52px;
    padding-bottom:37px;
    background: url('/images/shelfSmall.png') no-repeat bottom center;
}
.undershelf
{
    padding: 0 25px 8px 25px;
}
.scroller
{
    width:561px;
    height:23px;
    line-height:23px;
    background: url('/images/categoryScroller.png');
    margin-bottom:15px;
}
.scroller a,
.scroller a:link,
.scroller a:visited
{
    padding-left:8px;
    color:#4b4b4b;
}
.scroller a:hover
{
    text-decoration:none;
}
.scroller a.selected
{
    font-weight:bold;
}
.title
{
    font-weight:bold;
    color:#2e2e2e;
}
.bold li
{
    font-weight:bold;
}
.highlight
{
    font-weight:bold;
    color:#4b4b4b;
}
.imgtext
{
    background-position: 0% 0%;
    background-repeat: no-repeat;
    display: block;
    text-indent: -99999em;
}
ul.categories 
{
    background: url('/images/dividerTop.png') no-repeat top center;
    padding-top:2px;
}
ul.categories li
{
    width:265px;
    height:57px;
    line-height:57px;
    background: url('/images/categoryBG.png');
}
ul.categories li:hover,
ul.categories li.selected
{
    background: url('/images/categoryBGOn.png');
}
ul.categories li a,
ul.categories li a:link,
ul.categories li a:visited
{
    text-transform:uppercase;
    color:#707070;
    font-family:Helvetica, Arial;
    font-size:24px;
    font-weight:bold;
    position:relative;
    padding-left:48px;
}
ul.categories li a:hover
{
    text-decoration:none;
}
ul.categories li a img
{
    position:absolute;
    top:1px;
    left:10px;
}
.contactsm
{
    width:540px;
    height:14px;
    background: url('/images/textboxSmall.png') no-repeat; 
    padding:10px; 
    border:none;
    font-size:15px;
    color:#2C2C2C;
}
.contactlg
{
    width:540px;
    height:173px;
    background: url('/images/textboxLarge.png') no-repeat; 
    padding:10px 10px; 
    border:none;
    overflow:auto;
    font-size:15px;
    color:#2C2C2C;
}

/* Data Pager */
div.datapager {
    float:right;
    width:250px;
    text-align:right;
    /* padding-top:5px; */
}
div.recordcount
{
    float:left;
    width:300px;
    font-style:italic;
    margin-bottom:3px;
}
div.recordcount span
{
    font-style:normal;
}
a.pager,
.currentpage,
a.pagerbtn
{
    border: solid 1px #C2C2C2;
    padding: 2px 5px;
    font-size:14px;
}
.currentpage
{
    font-weight:bold;
}
a.pagerbtn[disabled]
{
    color:Gray;
}
a.pagerbtn[disabled]:hover
{
    text-decoration:none;
}
.searchfields
{
    text-align:left;
    margin-bottom:10px;
}
.watermark
{
    color:#777777 !important;
}

/* Twitter */ 

.tweet, .query, .news {
  font-family: Helvetica, Georgia, serif;
  color:#737373;
   }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
         }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even { }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
    .tweet_time { padding-left:8px; }
    .tweet_time a {
    font-weight:bold;
        color: #2e2e2e;
        font-style:italic;
    }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }