/*reset tags*/
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;
}

/* html5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  /*custom CSS*/
  background-color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  color: #000;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*custom CSS*/
#wrapper {
  margin: 30px 0 0 0;
  text-align: center;
}

img .logo {
  width: 419px;
  height: 106px;
}

h1, p.sub_font {
  margin-bottom: 8px;
  font-size: 20px;
  color: #444;
}

#main h1 {
  margin-top: 45px;
}

.underline {
  padding: 0 0 17px 0;
  margin: 0 0 17px 0;
  border-bottom: 1px solid #c0c0c0;
  display: inline-block;
}

.email {
  font-size: 22px;
}

a {
  color: #444;
  font-size: 18px;
  text-decoration: none;
}

a.email {
  color: #000;
  text-decoration: none;
}

a:hover, a.email:hover {
  text-decoration: underline;
}

p {
  line-height: 1.5;
}

p.big_space {
  margin: 0 0 20px 0;
}

p.small_space {
  margin: 0 0 0 0;
}

.development {
  margin: 32px 0 0 0;
  font-size: 22px;
  color: #c0c0c0;
}

.meeting_time {
  color: #4f9dd0;
}

.past_meeting_time {
  color: #444
}

.images {
  margin: 20px 0 40px 0;
}

img.lightbox_main {
  height: 100px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -khtml-border-radius: 4px;
  border: 3px solid #c0c0c0;
}

a:hover img.lightbox_main {
  border: 3px solid #4f9dd0;
  text-decoration: none;
}

#copyright {
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #c0c0c0;
}