html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, button {
  font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {list-style: none;}

a img { border: none; }

button {
  display: block;
  cursor: pointer;
}

a span, h1 span, h2 span, h4 span, h5 span, button span {
  display: none;
}

/* Misc
------------------------------------------------------------------------------*/

/* Apply to clear floats */
.clear {clear: both;}

.border-bottom {
  border-bottom: 1px dotted #a8a392;
  padding-bottom: 34px;
}

.heading-border-bottom {
  border-bottom: 1px dotted #a8a392;
  padding-bottom: 16px;
}

/* Typography
------------------------------------------------------------------------------*/

body {
  font: normal 12px/20px Arial, Helvetica, sans-serif;
  color: #666252;
}

h1 {
  height: 58px;
  margin-top: 68px;
}

/* Hero */

h1 {
    background-repeat: no-repeat;
}

h2 {
  height: 23px;
  margin: 32px 0 10px 0;
}

h2.introduction-header {background: url(images/transparent.png) 0 0 no-repeat; width: 250px;}

h3 {font: normal 20px/20px Arial, Helvetica, sans-serif;}

h4 {
  height: 106px;
  margin-bottom: 41px;
}

h5 {
  float: left;
  height: 34px;
  margin: 55px 0 3px 35px;
}

p.large {font: normal 14px/20px Arial, Helvetica, sans-serif;}
p.x-large {font: normal 18px/25px Arial, Helvetica, sans-serif;}
p.small {font: normal 11px/20px Tahoma, Arial, Helvetica, Sans-Serif;}
p.intro {font: normal 14px/20px Arial, Helvetica, sans-serif; padding-top: 25px;}
p.alt {color: #8db739;}
p.light, span.light {color: #999689;}
p.lighter, span.lighter {color: #d7d5cd;}
p.arrow, p.icon {height: 20px;}
p.new {margin-top: 20px;}

#services p {font: normal 11px/15px Tahoma, Arial, Helvetica, Sans-Serif;}

p.client-name {
  font: normal 12px/22px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  color: #8db739;
  border-bottom: 1px dotted #c6c4ba;
  padding-bottom: 9px;
  margin-bottom: 10px;
}

p.phone {
  background: url(../img/icons/phone.gif) 0 5px no-repeat;
  padding-left: 13px;
}

p.email {
  background: url(../img/icons/email.gif) 0 7px no-repeat;
  padding-left: 18px;
}

p.twitter {
  background: url(../img/icons/twitter.gif) 0 4px no-repeat;
  padding-left: 14px;
}

p.flickr {
  background: url(../img/icons/flickr.gif) 0 6px no-repeat;
  padding-left: 24px;
}

p.phone, p.email, p.twitter, p.flickr {
  margin-top: 20px;
}

ul.things li {
  background: url(../img/icons/tick.gif) 0 6px no-repeat;
  line-height: 20px;
  padding-left: 0px;
}

#footer li {float: left;}

/* Links
------------------------------------------------------------------------------*/

p a, li a, h2 a {color: #000000;}
p a:hover, li a:hover, h2 a:hover {color: #8cc700;}

body#home a.home-footer,
body#whoweare a.whoweare-footer,
body#whatwedo a.whatwedo-footer,
body#support a.support-footer,
body#billing a.billing-footer,
body#contact a.contact-footer,
body#terms a.terms-footer,
body#privacy a.privacy-footer
{border-bottom: 1px dotted #ffffff; color:#8EC000; font-weight:500;}


body#home a.home-footer:hover,
body#whoweare a.whoweare-footer:hover,
body#whatwedo a.whatwedo-footer:hover,
body#support a.support-footer:hover,
body#billing a.billing-footer:hover,
body#contact a.contact-footer:hover,
body#terms a.terms-footer:hover,
body#privacy a.privacy-footer:hover
{border-bottom: none;}

ul#navigation a {color: #000;}

ul#navigation a:hover {
  color: #ffffff;
}

/* Columns
------------------------------------------------------------------------------*/

/* Grid floating and margins */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6,
div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13 {
  float: left;
  margin-right: 25px;
  display: inline;
}

/* Use these classes to set the width of a column */

.span-1 {width: 58px;}
.span-2 {width: 142px;}
.span-3 {width: 226px;}
.span-4 {width: 310px;}
.span-5 {width: 394px;}
.span-6 {width: 478px;}
.span-7 {width: 562px;}
.span-8 {width: 646px;}
.span-9 {width: 730px;}
.span-10 {width: 814px;}
.span-11 {width: 898px;}
.span-12 {width: 982px;}
.span-13 {width: 950px;}

/* Add these to prepend a column */

.prepend-1 {padding-left: 26px;}
.prepend-2 {padding-left: 52px;}

/* Add these to append a column */

.append-1 {padding-right: 26px;}
.append-2 {padding-right: 52px;}

/* Apply to columns and elements to eliminate right margins */

div.last, .last {
  margin-right: 0;
  }

/* Layout
------------------------------------------------------------------------------*/

/* General */

body {
  background: url(/images/header.gif) 0 0 repeat-x #fff;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 34px;
}

#header {
  position: relative;
  height: 87px;
  width: 982px;
  z-index: 2;
}

#header #logo {
  display: inline;
  float: left;
  width: 500px;
  height: 100px;
  margin-top: 0px;
}

#page-container {
  width: 982px;
  margin: 0 auto;
  text-align: left;
  position:relative;
}

#content {
  position: relative;
  height: 1%;
  border-bottom: 1px solid #807a67;
  padding-bottom: 34px;
}

/* Navigation */

ul#navigation {
  color: #deefbc;
  line-height: 25px;
  margin-top: 33px;
  position:absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

ul#navigation li {
  float: left;
  display: inline;
  background: url(/images/divider-nav.gif) right top no-repeat;
  height: 54px;
  padding-right: 17px;
  margin-right: 16px;
}

ul#navigation li.last {
  background: none;
  padding: 0;
  margin: 0;
}
#navigation a {
  min-width: 16px;
  float: left;
  line-height: 1;
  padding-top: 6px;
font-weight:600;
}

body#home ul#navigation a.home-navigation-active,
body#whoweare ul#navigation a.whoweare-navigation-active,
body#whatwedo ul#navigation a.whatwedo-navigation-active,
body#support ul#navigation a.support-navigation-active,
body#billing ul#navigation a.billing-navigation-active,
body#contact ul#navigation a.contact-navigation-active
 {
  background: url(/images/nav-active.gif) center bottom no-repeat;
  height: 48px;
color:#ffffff; font-weight:600;
}

body#home ul#navigation a.home-navigation-active:hover,
body#whoweare ul#navigation a.whoweare-navigation-active:hover,
body#whatwedo ul#navigation a.whatwedo-navigation-active:hover,
body#support ul#navigation a.support-navigation-active:hover,
body#billing ul#navigation a.billing-navigation-active:hover,
body#contact ul#navigation a.contact-navigation-active:hover
 {
    border: none;
}


/* Footer */

#footer {
  font: normal 11px/20px Tahoma, Arial, Helvetica, Sans-Serif;
  text-align: left;
  margin-top: 1px;
  padding-top: 20px;
  border-top: 1px solid #c6c4ba;
}


/*  Forms   */
fieldset ul, fieldset li{
border:0; margin:0; padding:0; list-style:none;
}
fieldset li{
clear:both;
list-style:none;
padding-bottom:10px;
}

fieldset input{
float:left;
margin-bottom:5px;
}
fieldset label{
width:140px;
float:left;
margin-bottom:5px;
}

/* Homepage Layout
------------------------------------------------------------------------------*/

#content-home {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  padding-bottom: 0px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #a8a392;
  height: 1%;
  padding-top: 0px;
}

#content-home .content-inner {
  background: url(/images/content-home.gif) 0 0 repeat-y;
  height: 1%;
  padding-bottom: 34px;
}

#content-home .column-right {
  float: left;
  width: 284px;
  padding-left: 26px;
}

/* Services */

#services div {
  height: 162px;
  margin-top: 38px;
}

/* Twitter */

div.twitter {background: url(../img/misc/twitter-bird.gif) right 16px no-repeat;}
div.comment {background: url(../images/transparent.png) right 16px no-repeat;}

/* Client List Layout
------------------------------------------------------------------------------*/

ul.client-list {
    margin-top: 16px;
    float:left;
    display: inline;
}
ul.client-list-margin {
    margin-right: 26px;
    margin-left: 26px;
}

ul.client-list li {
  background: url(../img/misc/client-list-block.gif) 0 10px no-repeat;
  border-bottom: 1px dotted #c6c4ba;
  padding: 4px 0 5px 19px;
}

ul.client-list li.last {
  border: none;
  padding-bottom: 0;
}

ul.client-list li.link {background: url(../img/misc/client-list-block-link.gif) 0 10px no-repeat;}


/* Portal Navigation 
------------------------------------------------------------------------------*/

.breadcrumb-portal{
  color: #1a4d80;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 70px;
}
.header-portal {
 color:#1a4d80;
font-size:14px;
font-weight:700;
margin-top:10px;

}
#logout-link {
color:#1a4d80;
font-size:14px;
font-weight:700;
margin-top:10px;
}
.clientlinks {
  position: relative;
  height: 2px;
  width: 982px;
}

ul#navigation-portal {
  color: #deefbc;
  line-height: 5px;
  width: 982px;
  margin-top: 20px;
  right: 0;
  top: 0;
  z-index: 9999;
}
ul#navigation-portal li {
  float: left;
  display: inline;
  background: url(/images/divider-nav.gif) right top no-repeat;
  height: 50px;
  padding-right: 7px;
  margin-right: 7px;
}
ul#navigation-portal li.last {
  background: none;
  padding: 0;
  margin: 0;
}
#navigation-portal a {
  min-width: 16px;
  float: left;
  line-height: 1;
  padding-top: 6px;
}


