@charset "UTF-8";
/* This is the basic CSS stylesheet for the Web site at introdigitalmedia.net */

body { 
  font-family: Helvetica,Verdana,sans-serif; 
  background: #cccccc;
}

img {
  border-width: 0em 0em 0em 0em;
}

h4 {
  margin-bottom: 0em;
  padding-bottom: 0em;
  margin-top: 0em;
  }
  
dd {
  margin-bottom: 1em;
}

dt {
  margin-bottom: 0.3em;
}

ul {
  list-style-type: square;
  margin-top: 0em;
  padding-top: 0em;
}

li {
	padding-bottom: 0.25em;
}
h {
  font-weight: bold;
  font-size: 1.25em;
  padding-top: 5em;
  padding-bottom: 0.5em;
} 

#wrapper {
   margin: 3em auto 3em;
   width: 90%;
   min-width: 700px;
}

#navigation_sidebar {
   width: 15em;
   float: left;
   font-size: 0.85em;
   min-height: 40em;   
}

#navigation_links {
   padding-top: 1em;
   line-height: 2em;
   padding-bottom: 2em;
}

#main_content { 
  # margin-left: 23%;
   background-color: #ffffff;   
   margin-top: 1em;
   margin-bottom: 1em;
   border: 0.1em outset #000000; 
   min-height: 40em;
}

#footer {
   clear: both;
   text-align: right;
}

#navigation_sidebar {
   padding: 0em 1.5em 1.5em 1.5em;
}


#main_content {
   padding: 1.5em 1.5em 1.5em 1.5em;
}

#main_image {
   background: #000000;
   text-align: center; 
   background-image: url('images/datacenter_errors.jpg');
   background-repeat: no-repeat;
   background-position: center;
}

#schedule p {
   margin:0;
}


.schedule_item {
   padding-top: 0.25em;
   padding-left: 2em;
   padding-bottom: 0.5em;
}

.top_info {
	list-style-type: none;
	margin-left: -2em;
}
