﻿


/* landing page and contact form styles can be found further down the page */

a 
{
    color: #1c3f93;
}
body
{
    background-color: #fff;
    background-image: url(bg.gif);
    background-repeat: repeat-x;
    color: #333;
    font-family: Arial, Sans-Serif;
    font-size: 75%;
    line-height: 160%;
    margin: 0px;
}
br.clear
{
    clear: both;
    line-height: -1px;
}
div.banner
{
    background-color: #FAFAFA;
    background-image: url(contact-form-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 20px;
    margin: 0px;
    padding: 60px 40px 40px 40px;
}
div.banner h1
{
    color: #1C3F94;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
div.banner p
{
    font-size: 140%;
    margin: 20px 0 -10px 0;
    padding: 0;
}
div#container 
{
    margin: 0px auto 0px auto;
    width: 900px;
}
div.contactform
{
    background-color: #FAFAFA;
    background-image: url(contact-form-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
div.contactform div.inner
{
    background-image: url(contact-form-top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px;
}
div.contactform div.inner div.thumbs
{
    background-color: #E6ECF9;
    background-image: url(contact-form-thumbs.gif);
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0 -20px 20px -20px;
    padding: 5px 20px 20px 20px;
    text-align: center;
}
div.contactform div.inner div.thumbs img
{
    border: 2px solid #BEDCE7;
    margin-right: 20px;
    width: 130px;
}
div.contactform div.inner div.thumbs img.nm
{
    margin: 0;
}
div.contactform div.inner table tr td.form td
{
    font-size: 90%;
    padding: 3px 0px;       
}
div.contactform div.inner table tr td.form td.label
{
    width: 130px;        
}
div.contactform div.inner table tr td.form td.field input
{
    border: solid 1px #ccc;
    width: 110px;
}
div.contactform div.inner table tr td.form td.largefield textarea
{
    border: solid 1px #ccc;
    font-family: Arial, Verdana;
    height: 50px;
    width: 398px;
}
div.contactform div.inner table tr td.form td.submit
{
    padding-left: 10px;
    vertical-align: bottom;
}
div.contactform div.inner table tr td.info
{
    width: 175px;
}
div.contactform div.inner table tr td.info h4
{
    margin: 0px 0px 10px 0px;
}
div.contactform div.inner table tr td.info p
{
    font-size: 90%;
    line-height: 140%;
    margin-bottom: 10px;
}
div.contactform div.inner table tr td.spacer
{
    width: 45px;
}
div.contactform p.intro
{
    font-size: 120%;
    margin: 0px 0px 20px 0px;
}
div#footer 
{
    background-image: url(footer.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #d2d2d2;
    padding: 20px 30px;
}
div#footer div.logos
{
    float: right;
    margin-top: 5px;
}
div#footer div.logos img
{
    margin-left: 20px;
}
div#footer p
{
    font-size: 90%;
    margin: 0px;
    padding: 0px;
}
div#footer p.contact
{
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0px 40px 0px;
}
div#footer p.contact a
{
    color: #333;
}
div#footer p.copyright a
{
    color: #333;
    text-decoration: underline;
}
div#header
{
    background-color: #fff;
    background-image: url(header.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    position: absolute;
    top: 40px;
    width: 900px;    
}
div#header div.tagline
{
    margin: 20px 0px 0px 0px;
}
div#header div.tagline h3
{
    color: #1c3f93;
    font-size: 110%;
    margin: 0px;
    padding: 0px;
}
div#header div.tagline h3.webdesign
{
    color: #82a828;
}
div#header div.tagline h3.webmarketing
{
    color: #f56d09;
}
div#header div.tagline h3.software
{
    color: #939;
}
div#header div.tagline p
{
    color: #666;
    font-size: 80%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
div#header div.tagline p.seminar
{
    color: #82A60E;
    font-size: 100%;
    margin: 30px 0px 20px 0px;
}
div#header div.tagline p.seminar a
{
    color: #82A60E;
}
div#header img.logo
{
    float: left;
    margin-right: 15px;
}
div#header ul
{
    list-style: none;
    margin: 0px 0px 0px 15px;
    padding: 15px 0px 0px 0px;
}
div#header ul li
{
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
div#header ul li a
{
    background-image: url(header-tab-off.gif);
    background-position: left top;
    background-repeat: no-repeat;
    color: #1C3f93;
    font-size: 90%;
    line-height: 35px;
    float: left;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    width: 142px;
}
div#header ul li.landing a:hover
{
    background-image: url(header-tab-blue.gif);
    color: #fff;
}
div#header ul li.landing a.selected
{
    background-image: url(header-tab-blue.gif);
    color: #fff;
}
div#header ul li.connectivity a:hover
{
    background-image: url(header-tab-software.gif);
    color: #fff;
}
div#header ul li.connectivity a.selected
{
    background-image: url(header-tab-software.gif);
    color: #fff;
}
div#header ul li.crm a:hover
{
    background-image: url(header-tab-software.gif);
    color: #fff;
}
div#header ul li.crm a.selected
{
    background-image: url(header-tab-software.gif);
    color: #fff;
}
div#header ul li.ecommerce a:hover
{
    background-image: url(header-tab-webdesign.gif);
    color: #fff;
}
div#header ul li.ecommerce a.selected
{
    background-image: url(header-tab-webdesign.gif);
    color: #fff;
}
div#header ul li.webdesign a:hover
{
    background-image: url(header-tab-webdesign.gif);
    color: #fff;
}
div#header ul li.webdesign a.selected
{
    background-image: url(header-tab-webdesign.gif);
    color: #fff;
}
div#header ul li.webmarketing a:hover
{
    background-image: url(header-tab-webdesign.gif);
    color: #fff;
}
div#header ul li.webmarketing a.selected
{
    background-image: url(header-tab-webdesign.gif);
    color: #fff;
}
div#header ul li.software a:hover
{
    background-image: url(header-tab-software.gif);
    color: #fff;
}
div#header ul li.software a.selected
{
    background-image: url(header-tab-software.gif);
    color: #fff;
}
div#main
{
    margin: 185px 0px 0px 0px;
}
div.messagewarning
{
    border: solid 1px #c00;
    color: #c00;
    font-size: 90%;
    margin-bottom: 10px;
    padding: 10px;
}
div.messagewarning a
{
    color: #c00;
}
div#navigation
{
    position: absolute;
    top: 15px; 
}
div#navigation ul
{
    list-style: none;
    /* margin: 0px 0px 0px 360px; */
    margin: 0px 0px 0px 250px;
    padding: 0px;
}
div#navigation ul li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}
div#navigation ul li a
{
    background-image: url(nav-tab-off.gif);
    background-position: left top;
    background-repeat: no-repeat;
    color: #798dbf;
    font-size: 90%;
    line-height: 25px;
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px 10px 0px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100px;
}

div#navigation ul li a:hover
{
    background-image: url(nav-tab-on.gif);
    color: #fff;
}
div#navigation ul li a.final
{
    margin: 0px;
}
div#navigation ul li a.finalselected
{
    background-image: url(nav-tab-on.gif);
    color: #fff;
}
div#navigation ul li a.selected
{
    background-image: url(nav-tab-on.gif);
    color: #fff;
}
img 
{
    border: none;
    vertical-align: top;
}
.tellafriend
{
    margin: 0px 0px 0px 140px;
}
table tr td 
{
    vertical-align: top;
}
table.home
{
    background-color: #333;
}
table.home tr td.left
{
    background-image: url(featured-eml.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;	
    height: 300px;
    vertical-align: bottom;
    width: 700px;
}
table.home tr td.left div.featured
{
    background-color: #5A78AA;
    font-weight: bold;
    padding: 20px 0px 20px 5px;
    text-align: right;
    width: 200px;
}
table.home tr td.left div.featured p
{
    color: #000;
    font-size: 110%;
    line-height: 120%;
    margin: 0px;
    padding: 10px 20px 10px 0px;
}
table.home tr td.left div.featured span
{
    display: block;
    padding: 0px 20px 5px 0px;
}
table.home tr td.left div.featured span.date
{
    color: #fff;
    font-size: 110%;
    text-transform: uppercase;
}
table.home tr td.left div.featured span.link
{
    font-size: 90%;
}
table.home tr td.left div.featured span.link a
{ 
    color: #B2BCD9;
    text-decoration: none;
}
table.home tr td.right
{
    font-weight: bold;
    padding: 30px 0px 0px 42px;
    width: 158px;
}
table.home tr td.right h2
{
    color: #fff;
    font-size: 90%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}
table.onlineform
{
    background-color: #ccc;
    padding: 20px 40px 20px 40px;
    width: 100%;
}
table.service tr td
{
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    margin: 0px;
    padding: 50px 50px 50px 40px;
    width: 370px;
}
table.service tr td h1
{
    font-family: Arial Narrow, Arial;
    font-size: 240%;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 130%;
    margin: 0px;
    padding: 0px;
    text-transform: none;
}
table.service tr td h1.landing
{
    font-family: Arial Narrow, Arial;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 90%;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
table.service tr td h3
{
    line-height: 120%;
}
table.service tr td p.subheading
{
    font-size: 13px;
    font-weight: bold;
    margin-top: 25px;
}
table.service tr td.threecolumn
{
    background-color: #F8F8F8;
    padding: 20px 40px 20px 40px;
}
table.service tr td.threecolumn h2
{
    color: #333;
    font-size: 120%;
    margin: 0px 0px 10px 0px;
}
table.service tr td.threecolumn h3 a
{
    text-decoration: none;
}
table.service tr td.threecolumn h4
{
    color: #333;
    font-size: 100%;
    font-weight: normal;
    width: 800px;
}
table.service tr td.threecolumn table
{
    width: 820px;
}
table.service tr td.threecolumn table tr td
{
    padding: 15px 30px 15px 30px;
    width: 33%;
}
table.service tr td.threecolumn table tr td h3
{
    color: #1c3f93;
    font-size: 110%;
    margin: 15px 0px 5px 0px;
}
table.service tr td.threecolumn table tr td h3.large
{
    font-size: 150%;
}
table.service tr td.threecolumn table tr td img
{
    border: solid 3px #BEDCE7;
}
table.service tr td.threecolumn table tr td h3 span
{
    color: #333;
}
table.service tr td.threecolumn table tr td h3 span a
{
    color: #333;
}
table.service tr td.threecolumn table tr td p
{
    color: #333;
    margin: 5px 0px 0px 0px;
}
table.service tr td.right
{
    background-color: #F8F8F8;
    color: #333;
    padding: 20px 0px 20px 20px;
    width: 420px;
}
table.service tr td div.message 
{
    border: solid 1px #933;
    background-color: #c99;
    color: #300;
    margin: 0px 20px 10px 0px;
    padding: 5px;
    width: auto;
}
table.service tr td.right p
{
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
table.service tr td.right table
{
    width: 420px;
}
table.service tr td.right table tr td
{
    color: #333;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    width: auto;
}
table.service tr td.right table tr td.description
{
    padding-right: 20px;
}
table.service tr td.right table tr td.servicelist ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
table.service tr td.right table tr td.servicelist ul li
{
    font-size: 90%;
    font-weight: bold;
    margin: 0px 0px 3px 0px;
    padding: 0px;
}
table.service tr td.rightfull
{
    background-color: #ececec;
    color: #333;
    padding: 30px 20px 20px 20px;
    width: 400px;
}
table.service tr td.rightfull div.review p
{
    margin: 0px 0px 7px 0px;
    padding: 0px;
}
table.service tr td.rightfull h2
{
    color: #333;
    font-size: 110%;
    margin: 0px 0px 10px 0px;
}
table.service tr td.rightfull ul
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
table.service tr td.rightfull ul.nobullet
{
    list-style-type: none;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}
table.service tr td.rightfull ul li
{
    margin: 0px 0px 5px 0px;
}
table.service tr td.rightfull ul li a
{
    font-weight: bold;
}
table.service tr td.rightfull ul li a.webdesign
{
    color: #81a70e;
}
table.service tr td.rightfull ul li a.webmarketing
{
    color: #f60;
}
table.service tr td.rightfull ul li a.software
{
    color: #939;
}
table.service tr td.default
{
    background-color: #000053;
    background-image: url(default.jpg);
}
table.service tr td.default .cta a
{
    color: #fff;
}
table.service tr td.news
{
    background-color: #fff;
    background-image: url(news.jpg);
    background-position: left bottom;
    color: #333;
}
table.service tr td.portfolio
{
    background-color: #039;
    background-image: url(portfolio.jpg);
}
table.service tr td.seminar
{
    background-color: #fff;
    background-image: url(seminar.jpg);
    background-position: left bottom;
    color: #333;
}
table.service tr td table.inner
{
    width: 370px;
}
table.service tr td table.inner tr td
{
    color: #333;
    padding: 0px;
}
table.service tr td table.inner tr td.details a
{
    color: #1c3f93;
    font-size: 110%;
}
table.service tr td table.inner tr td.details p
{
    color: #333;
    margin: 0px 0px 20px 0px;
}
table.service tr td table.inner tr td.thumb
{
    width: 220px;
}
table.service tr td table.inner tr td.thumb img
{
    border: solid 2px #999;
}
h1.banner
{
    background-color: #039;
    background-image: url(portfolio.jpg);
    color: #fff;
    font-size: 48px;
    letter-spacing: 1px;
    margin: 0px;
    padding: 40px 40px 40px 40px;
    text-transform: uppercase;
}
table.service tr td.landing
{
    background-color: #ccc;
    background-image: url(landing.jpg);
}
table.service tr td.connectivity
{
    background-color: #939;
    background-image: url(software.jpg);
}
table.service tr td.crm
{
    background-color: #939;
    background-image: url(software.jpg);
}
table.service tr td.ecommerce
{
    background-color: #395a03;
    background-image: url(web-design.jpg);
}
table.service tr td.software
{
    background-color: #939;
    background-image: url(software.jpg);
}
table.service tr td.webdesign
{
    background-color: #395a03;
    background-image: url(web-design.jpg);
}
table.service tr td.webmarketing
{
    background-color: #395a03;
    background-image: url(web-design.jpg);
}
ul.buttons
{
    list-style: none;
    margin: 5px 0px 20px 0px;
    padding: 0px;
    float: right;
}
ul.buttons li
{
    margin: 0px;
    padding: 0px;
}
ul.buttons li a
{    
    background-image: url(light-button.gif);
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
    display: block;
    font-size: 100%;
    font-weight: normal;
    line-height: 26px;
    margin-top: 2px;
    padding-right: 30px;
    text-align: right;
    text-decoration: none;
    width: 128px;
}
ul.buttons li a:hover
{    
    background-image: url(button-hover.gif);
}
ul.buttons li a.darkbutton
{
    background-image: url(dark-button.gif);
}
ul.buttons li a.darkbutton:hover
{
    background-image: url(button-hover.gif);
}
ul.buttons li a.webdesign:hover
{
    background-image: url(webdesign-hover.gif);
}
ul.buttons li a.webmarketing:hover
{
    background-image: url(webmarketing-hover.gif);
}
ul.buttons li a.software:hover
{
    background-image: url(software-hover.gif);
}



/* contact form styles */

table.service tr td table.contactform
{
    width: auto;
}
table.service tr td table.contactform tr td.label
{
    color: #000;
    margin: 0px;
    padding: 3px 3px 3px 0px;
    vertical-align: middle;
    width: 140px;
}
table.service tr td table.contactform tr td.subheading
{
    color: #000;
    margin: 0px;
    padding: 3px 0px 3px 0px;
    vertical-align: middle;
    width: 200px;
}
table.service tr td table.contactform tr td.field
{
    margin: 0px;
    padding: 3px 3px 3px 0px;
    text-align: right;
    vertical-align: middle;
    width: 180px;
}
table.service tr td table.contactform tr td.field input.textbox
{
    background-color: #fff;
    border: solid 1px #999;
    font-size: 100%;
    padding: 3px;
    width: 180px;
}
table.service tr td table.contactform tr td.field textarea.textarea
{
    background-color: #fff;
    border: solid 1px #999;
    font-family: Arial, Verdana;
    font-size: 100%;
    height: 120px;
    padding: 3px;
    width: 340px;
}
table.service tr td table.contactform tr td.required
{
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    width: 20px;
}
table.service tr td table.contactform tr td.submit
{
    margin: 0px;
    padding: 3px;
    text-align: right;
    width: 180px;
}
table.service tr td table.contactform tr td.submit input
{
    margin: 0px;
    padding: 0px;
    width: 80px;
}



/* landing page styles */

div#header div.tagline h3.landing
{
    font-size: 200%;
    font-weight: normal;
    color: #81a70e;
}