/*****Reset*****/
/* Eric Meyer reset.css  v1.0 | 20080212 */
/* After the CSS is all done, take out from the reset all that is not needed */

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1.3;
    font-size: 100.01%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*****Basic Elements*****/
/* Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc. */

body {
    background: #fff;
    color: #222;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
    text-align: center;
}

h1, h2 {
    font-weight: bold;
    font-family: "Trebuchet MS",Tahoma,sans-serif;
}

h1 {
    font-size: 1.6em;
    color: #f60;
    margin: .8em 0 .4em 0;
}

h2 {
    font-size: 1.2em;
    padding: .3em 0;
}

h3 {
    font-size: 100%;
    margin-top: .8em;
}

p {
    margin-bottom: .6em;
}

a, a:visited {
    color: #09c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/*****Generic Classes*****/
/* Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc */
/* Yes, these may not be as semantic as we would all like, but they are necessary for coding efficiently */


/*****Basic Layout*****/
/* Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site */

#container {
    background: #fff;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}

#header {
    height: 60px;
    margin: 0 20px;
}

#content {
    background: #fff;
    width: 630px;
    padding: 0px;
    margin: 0 0 0 20px;
    float: left;
}

#sidebar {
    width: 268px;
    margin: 25px 20px 0;
    float: right;
}

#footer {
    height: 50px;
    background-color: #eef;
    border-top: 2px solid #09c;
    margin-top: 0;
    padding: 4px 20px;
    clear: both;
}

/*****Header*****/
/* Define all elements in the header */

#masthead {
  width: 100%;
  display: block;
  clear: both;
}

#logo {
    font: 900 2.3em Tahoma,sans-serif;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 10px;
}

#bar-o, #bar-g, #bar-b {
    width: 12px;
    height: 12px;
    line-height: 60px;
    float: left;
    margin: 28px 2px 0;
}

#bar-o {
  background: #f60;
}

#bar-g {
  background: #0c0;
}

#bar-b {
  background: #09c;
}

#tagline {
    font: 400 1.0em Tahoma,sans-serif;
    height: 60px;
    line-height: 67px;
    letter-spacing: 1.0px;
    margin-left: 50px;
    float: left;
}

#lang {
  font-size: .85em;
  margin: 4px 0;
  text-align: right;
  float: right;
}

/*****Navbar*****/
/* Define all elements in the navbar */

#topnav {
    background-color: #09c;
    height: 12px;
}


/*****Content*****/
/* Define all elements in the content area */

ul.benefits {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 1.5em;
    margin-left: 5px;
    margin-top: .5em;
}

ul.benefits li {
    padding-left: 3px;
    height: 100%;
    margin-bottom: 1em;
    display: block;
}

ul.benefits li span {
    background: #fff url("/images/sprite.png") no-repeat top left;
    float: left;
    padding-right: 36px;
    display: block;
    height: 36px;
    margin-right: 15px;
}

ul.benefits li b {
    font-weight: bold;
    font-size: 17px;
    display: block;
}

ul.page-contents {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 1.5em;
    margin-left: 0;
}

ul.page-contents li {
    height: 100%;
    margin-bottom: .6em;
    display: block;
    font-size: .8em;
}

ul.page-contents li span {
    background: #fff url("/images/sprite.png") no-repeat top right;
    float: left;
    padding-right: 12px;
    display: block;
    height: 16px;
    margin-right: 5px;
}

/*****Sidebar*****/
/* Define all elements in the sidebar */

#r1, #r2, #r3 {
    padding: 0;
    margin-bottom: 20px;
    background-color: #ffe;
    border: 1px solid #f60;
    font-size: .9em;
}

.sidebar-heading {
    height: 1.5em;
    line-height: 1.5em;
    padding: .3em;
    margin: 0 0 5px 0;
    background: #f60;
    color: #fff;
    border: 1px solid #f60;
}
.sidebar-heading h2 {
    padding: 0;
}

.sidebar-content {
    padding: .4em;
}

ul.sidebar-list {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 1.0em;
    margin-left: .4em;
}

ul.sidebar-list li {
    margin-bottom: .2em;
}

table td.contact {
  padding-right: 10px;
}

/*****Footer*****/
/* Define all elements in the footer  */

#footer-textbox-left {
    width: 460px;
    padding-right: 20px;
    border-right: 1px solid #09c;
}

#footer-textbox-right {
    width: 280px;
    padding-left: 20px;
    margin-right: 20px;
}

#footer-textbox-left, #footer-textbox-right {
    float: left;
    font-size: .75em;
    margin-top: 4px;
    color: #555;
}

.footer-image {
    clear: both;
    float: right;
    margin: 0 20px 0 0;
    z-index: 1;
    position: relative;
    top: 75px;
}

#copyright {
    font-size: 66%;
    color: #555;
    width: 960px;
    margin: 10px 20px;
}
