/* line 17, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* mixins */
/* line 26, ../../sass/layout.sass */
body {
  background-color: #f6f7f2;
}

/* line 29, ../../sass/layout.sass */
.empty-row {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* layout part */
/* line 35, ../../sass/layout.sass */
#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
/* line 37, ../../sass/layout.sass */
#wrap #header {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  color: #474747;
  height: 96px;
  vertical-align: text-bottom;
}
/* line 45, ../../sass/layout.sass */
#wrap #top-nav {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  line-height: 200%;
  border-top: dotted 1px;
  border-bottom: dotted 1px;
  font-size: 17px;
  /*background-color: #CCFFCC */
  /*a
   * text-decoration: none
   * &:hover 
   *   color: #bc4515    
   *   border-bottom: dotted 1px */
}
/* line 15, ../../sass/layout.sass */
#wrap #top-nav li {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
  font-weight: bold;
  font-size: 1em;
}
/* line 48, ../../sass/layout.sass */
#wrap #middle {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
}
/* line 50, ../../sass/layout.sass */
#wrap #middle #main-content {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 580px;
  margin-left: 0;
}
/* line 53, ../../sass/layout.sass */
#wrap #middle #right-col {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 340px;
  margin-right: 0;
}
/* line 56, ../../sass/layout.sass */
#wrap #footer {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  width: 960px;
  color: #626262;
  font-size: 15px;
  padding: 18px 0px 18px 0px;
  border-top: 1px dotted #474747;
}

/*end of layout */
/* line 66, ../../sass/layout.sass */
h2 {
  border-left: 7px solid #3399fe;
  border-bottom: 2px dotted #d9d9d9;
  font-family: "Georgia", "arial", "sans-serif";
  font-size: 24px;
  font-weight: normal;
  color: #474747;
  line-height: 1.5;
  padding: 5px 0 0 8px;
  margin-bottom: 10px;
}

/* line 77, ../../sass/layout.sass */
h3 {
  border-left: 5px solid #000099;
  border-bottom: 2px dotted #d9d9d9;
  margin-left: 10px;
  font-family: "Georgia", "arial", "sans-serif";
  font-size: 18px;
  font-weight: normal;
  color: #474747;
  line-height: 1.5;
  padding: 8px 0 0 8px;
  margin-bottom: 8px;
}

/* line 89, ../../sass/layout.sass */
div.paragraph {
  line-height: 180%;
  color: #626262;
  font-size: 16px;
  padding: 6px 0px 6px 0px;
}

/* line 95, ../../sass/layout.sass */
a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: #192b19;
}
/* line 6, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss */
a:active, a:focus {
  outline: none;
}
/* line 24, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #ff3300;
}
