
/* -- THIS SECTION BRINGS PAGE TO 0 MARGIN -- */
body{
   text-align: center;
   margin-top: 0px;

}
html, body {
   min-height: 100%;
   height: 100%;
}
html>body, html>body #wrapper{
   height: auto;
}
/* END 0 MARGIN SECTION */

/* -- PAGE LAYOUT SETTINGS -- */
#wrapper {
        position: relative;
        margin: 0 auto;
	width: 900px;


}

#header {
	background-image: url(images/dmaxHeader.gif);
	height: 224px;
}

#headerWrap {
margin-top: 15px;
padding-left: 6px;
}

html>body #headerWrap {
margin-top: 15px;
padding-left: 6px;
float: left;
}

.breadcrumbs {
padding-left: 190px;
margin-top: 40px;
font-size: 0.8em;
}

html>body .breadcrumbs {
float: left; 
padding-left: 190px;
margin-top: 40px;
font-size: 0.8em;
}

#contentsection {
padding-top: 10px;

} 

#leftpane {
width: 200px;
float: left;
}

html>body #contentpane {
width: 700px;
float: right;
font-family: Verdana;
font-size: 1.1em;
line-height: 1.5em;
padding-bottom: 5px;

}

#contentpane {
width: 690px;
float: right;
font-family: Verdana;
font-size: 1.2em;
padding-bottom: 5px;
}

#contentpane li {
font-family: Verdana;
font-size: 0.9em;
padding-bottom: 5px;
}

#footer {
	height: 14px;
	background-color: #999999;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;

}
/* -- END PAGE LAYOUT SETTINGS -- */

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR AT THE TOP, LOCAL NAVIGATION ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        width: 761px;
        
        margin: 15px auto 20px 0;
        padding: 0;

        text-align: left;
    }
    div#main {
        float: right;
        width: 550px;
        display: inline;
    }
    div#menu_vert {
        float: left;
        width: 190px;
        display: inline;
    }
    div#content2 {
        display: none;
    }
    div#menu_horiz {
          width: 100%;
        
        text-align: left;
    }
/* END CONTENT */

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV */

    * html div#menu_horiz {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#menu_horiz {
      margin-left: 5px;
      background-color: transparent;
      width: 100%;
      margin: 0;
      text-align: center;
      font-family: Verdana;
      font-size: 0.9em;
    }
    div#menu_horiz ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 0px solid #C0C0C0;
        border-left:  0px solid #C0C0C0;
    }
    div#menu_horiz li {
        float: left;
        display: inline;
        list-style: none;
        margin: 0 ;
        border-right: 1px solid #C0C0C0;
    }
    div#menu_horiz li a {
        border-right: none;
    }
    div#menu_horiz a,
    div#menu_horiz a:link,
    div#menu_horiz a:active,
    div#menu_horiz a:visited {
        display: inline-block;
        padding: 5px 10px 5px 10px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */

        text-decoration: none;
        margin: 0;
        color: #18507C;
        background: transparent;
        color: #fff;
    }
#menu_horiz li a:hover {
        color: red;
	background-color: transparent;
}
    div#menu_horiz .active {
        display: inline-block;

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
	background-color: transparent;
    }

    div#menu_horiz .current a,
    div#menu_horiz .current a:link,
    div#menu_horiz .current a:active,
    div#menu_horiz .current a:visited,
    div#menu_horiz .current a:hover,
{
                color: white;
	background-color: red;
    }

div#menu_horiz .current {
background-color: red;
}
/* END NAV */

#menu_vert, #menu_vert ul {
  margin: 0;
  padding: 0;
  }

#menu_vert ul {
  width: 100%; /* Width of Menu Items */


  }
#menu_vert li {
  position: relative;
  list-style: none;

  }



#menu_vert li a {
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  border-top: 0px solid #006699;
  border-right: 0px solid #006699;
  border-bottom: 1px dashed #006699;
  color: blue;
  background: #fff;
  }

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        padding: 3px 5px 3px 25px;
        border-bottom: none;
        font-size: 90%;
    }
    div#menu_vert ul ul  {
      border-right: none;
      border-top: none;
      border-bottom: 1px solid #006699;
      padding-bottom: 5px;
    }

    div#menu_vert ul ul ul i a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
        padding-left: 40px;
    }
    div#menu_vert ul ul ul  {
      border-bottom: none;
    }
#menu_vert .current {
color: red;
}

#menu_vert li ul li a { padding: 5px 5px; } /* Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

#menu_vert li a:hover {
	background-color: #e0e0e0;
}

.menuactive, .current
{
	list-style-type: square;
	display: inline;
	background-color: #abb0b6;
}

#lefty{
    clear: both;
    padding-top: 10px;
}

/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 75%;
                line-height: 1em;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		text-decoration: underline;
	}

	a:hover {
	text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h2 {
		font-size: 1.1em;
                color: navy;
                line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: .9em;
                color: white;
                font-weight: normal;
                background-color: #EC0000;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding: 10px;
                width: 70%;
                text-align: center;
                border: 1px solid #EC0000;
	}
	#menu_vert h2 {
		margin-left: 10px;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */

	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		   
	}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
	}
	
/* END TYPOGRAPHY */	


#m3moduleform {
font-family: Verdana, Arial;
font-size: 0.9em;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:link {
color: #999999;
}
