body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

html { font-size:100.01%; }

body { 
  font-size: 80%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
  color: #3B3C3F;
  background-color: white;
}

html, body, #wrap {
  height: 100%;
  min-width: 810px
}

#wrap {
  height: auto; 
  min-height: 100%;
}

#header {
  height: 80px;
  background-color: #DFDFDF;
  padding-left: 198px;
}

#header h1 {
  padding: 10px;
}

#main {
  padding-bottom: 80px;
}

#main_content {
  margin: auto 0;
  padding: 30px
}

#nav {
  float: left;
  width: 180px;
}

h2#development {
  margin-top: 20px;
}

#footer {
  position: relative;
  margin-top: -50px;
  height: 50px;
  clear:both;
  background-color: #DFDFDF;
}

.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

#map_container {
  padding-bottom: 1.5em;
}
#map {
  height: 400px;
  width: 500px;
  border: 1px solid #3F3F3F;
  padding-bottom: 20px;
}

#info {
  width: 500px;
  float: left;
  padding-right: 70px;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0.8em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; margin-top: 1.2em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }

ul li {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 15px;
}

ul          { 
  list-style-type: disc; 
  list-style-position:inside;
  margin-bottom: 1.2em;
}

ol li       { 
  list-style-type: decimal;
  font-weight: bold;
  list-style-position:inside;
}

ol li p {
  font-weight: normal;
}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #3B3C3F; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.3em; font-weight: bold;}
h2 { font-size: 2em; margin-bottom: 0.75em; font-weight: bold; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.3em; font-weight: bold; margin-top: 0.75em;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.5em; margin-top: 0.5em;}
h6 { font-size: 1em; font-weight: bold; }
