html{color:#555555;background:#333333;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,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;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

body{
    background:#333333;
    font-family: Chicago, Charcoal, sans-serif;
}
a {
  color: #999999;
  text-decoration: none;
}
a:hover, a:focus {
  color: #555555;
  text-decoration: none;
}
#wrapper{
    margin-top:30px;
    /*margin-left:10px;*/
}
.main_menu{
    cursor:pointer;
    background:#666666;
    margin-bottom:10px;
    border-bottom: 3px solid #999999;
    padding-right:10px;
    padding-left:10px;
    text-align:right;
    vertical-align:baseline;
    font-size:24pt;
    font-weight:bold;
    color:#999999;
    width:70%;
    min-width:600px;
    height:50px;
}
.submenu{
    display:none;
    padding-top:5px;
    padding-bottom:15px;
    padding-left:20px;
    color:#999999;
}
.sub_menu_item{
    cursor:pointer;
    display:inline;
    padding-right:10px;
}
 .sub_menu_item:hover{
  color: #555555;
}
.blurb_title, .services_title{
      color: #999999;
      margin-bottom:10px;
}
.blurb_title{
    border-bottom: 1px dotted;
}
.services_content{
    margin-bottom:10px;
}
#content{
    display:none;
    width:70%;
    min-width:600px;
    max-width:800px;
    color:#555555;
    padding-left:10px;
}

/*********** SIMPLEMODAL ************/
#simplemodal-overlay {
    background-color:#000;
}
#simplemodal-container {
    background-color:#333333;
    border: 3px solid #999999;
    padding:10px 10px 10px 10px;
    width:40%;
    height:80%;
    overflow:auto;
}
