/* CSS RESET */

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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

strong {
  font-weight:bold;
}

em {
  font-style: italic;
}

body {
  background: transparent url(stripe_e41263575597ef9e13e4de86fcce73b5.png) repeat left top;
  color: #232d2f;
  font-family:Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size:12px;
  line-height:1.7em;
  width:100%;
}

p {
  margin-bottom: 1em;
}

a, a:link, a:hover, a:focus, a:visited {
  color:#0fafff;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
}

h1 {
  font-size: 3em;
  margin-bottom: .5em;
}

h1 a, h1 a:link, h1 a:hover, h1 a:focus, h1 a:visited  {
  color: #232d2f;
}

h2 {
  font-size: 2em;
  margin-bottom: .5em;
  margin-top: 1em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: .25em;
  margin-top: 1em;
}

#container {
  background-color:#FFFFFF;
  margin:0 auto;
  padding:40px;
  width:900px;
  min-height: 600px;
}

#logo {
  background:url("box_drawing2.png") no-repeat scroll 0 0 transparent;
  height:50px;
  min-height:50px;
  padding-left:100px;
  padding-top:36px;
}

#menu {
  font-size: 1.5em;
  margin-bottom: 1em;
}

#menu ul li {
  display: inline;
  margin-right:1em;
}

#content ul {
  margin-left: 20px;
}

#content ul li {
  list-style-type: disc;
}



/** CLEARFIX **/

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

iframe {
  height: 1200px;
}
