@font-face {
  font-family: 'LatoRegular';
  src: url('http://wac.88DD.edgecastcdn.net/0088DD/connectedapps.com/fonts/lato-regular-webfont.eot');
  src: local('��?'),
       url('http://wac.88DD.edgecastcdn.net/0088DD/connectedapps.com/fonts/lato-regular-webfont.woff') format('woff'),
       url('http://wac.88DD.edgecastcdn.net/0088DD/connectedapps.com/fonts/lato-regular-webfont.ttf') format('truetype'),
       url('http://wac.88DD.edgecastcdn.net/0088DD/connectedapps.com/fonts/lato-regular-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'LatoLight';
  src: url('http://wac.88DD.edgecastcdn.net/0088DD/connectedapps.com/fonts/lato-light-webfont.eot');
  src: local('��?'),
       url('http://wac.88DD.edgecastcdn.net/0088DD/connectedapps.com/fonts/lato-light-webfont.woff') format('woff'),
       url('http://wac.88DD.edgecastcdn.net/0088DD/connectedapps.com/fonts/lato-light-webfont.ttf') format('truetype'),
       url('http://wac.88DD.edgecastcdn.net/0088DD/connectedapps.com/fonts/lato-light-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #e9e9e9;
}

#top-nav
{
    height: 64px;
    width: 955px;
    background-image: url('http://wac.88DD.edgecastcdn.net/0088DD/connectedapps.com/images/top-bg.png');
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#logo
{
    margin: 15px 0px 0px 10px;
}

#sign-up
{
    margin: 0px 15px 0px 0px;
    top: 5px;
    position: relative;
}
#top-links a
{
    font-family: LatoRegular;
    font-size: 12px;
    color: #ffffff;
    margin-right: 15px;
    text-decoration: none;
    text-shadow: #000000 1px 1px 2px;
}
#top-links a:hover
{
    text-decoration: underline;
}
#top-links
{
    margin-top: 7px;
}
#top-links  ul
{
  list-style-type: none;
  position: relative;
  top: 5px;
}
#top-links li
{
  float: left;
}
#main
{
    width: 100%;
    background-color: #ffffff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-top: 15px;
    -moz-box-shadow: 0px -1px 3px -1px #cccccc;
    -webkit-box-shadow: 0px -1px 3px -1px #cccccc;
    box-shadow: 0px -1px 3px -1px #cccccc;
}
#copyright
{
  font-size: 11px;
  color: #999999;
}
img.social
{
  opacity:0.4;
  filter:alpha(opacity=40); /* For IE8 and earlier */
}
#call-us
{
  font-family: LatoRegular;
  font-size: 12px;
  color: #ffffff;
  text-align: right;
  margin-right: 15px;
}