/* screen styles */

/*
  logo blue  -- 4055a5
  red        -- dd222c
  light blue -- 4a8cca
  yellow     -- efb432
  grey       -- cac4c2
*/


/* ----- CSS RESET ----- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 2008-02-12 */

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;
  font-size: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  background: transparent;
}


/* ----- GENERAL STYLES ----- */

body {
  line-height: 20px;
}

p {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 12px;
  color: #454545;
}

a {
  border-bottom: #cac4c2 1px solid;
  color: #cac4c2;
  text-decoration: none;
}

a:hover, 
a:active {
  border-bottom: #cac4c2 1px solid;
  color: #454545;
  background: #cac4c2;
  text-decoration: none;
}

h1, h2 {
  font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
}

h1 {
  margin-bottom: 25px;
  line-height: 23px;
  font-size: 20px;
  font-weight: normal;
  color: #dd222c;
}

h2 {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #4a8cca;
}

h3 {
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  color: #4a8cca;
}

ul {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style: disc;
}

ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

li {
  padding: 0;
  margin: 0;
  line-height: 18px;
  font-size: 11px;
  color: #231f20;
}

.clear_both {
  clear: both;
}


/* ----- ALL PAGES ----- */

body {
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
  width: 730px;
}

#main {
  height: 1%; /* IE6 bug fix */
  text-align: left;
  background: #FFF;
}

#header {
  padding: 0 0 25px 0;
}

#content {
  float: left;
  margin: 0 25px 25px 0;
  width: 485px;
}

#sidebar {
  float: left;
  border-left: #ddd 1px solid;
  padding-left: 25px;
  margin: 0 0 25px 0;
  width: 190px;
}

#footer {
  clear: both;
  border-top: #ddd 1px solid;
  height: 1px;
}

img#logo {
  padding: 0 0 7px 8px;
}
