/*--------------------------------
			  Colors:
  	Purple: 		#663161
  	Dark Purple: 	#341435
  	Orange: 		#fc7e29
  	Beige: 			#ece9aa
  	Text: 			#363636
---------------------------------*/

/* This file is for basic layout stuff */

/*--------------------------------
			  Resets
---------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------------------
		 General Stuff
---------------------------------*/

body {
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/top-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #363636;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.clear-fix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

a,
a:link,
a:visited {
	text-decoration: underline;
	color: #663161;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Georgia;
	font-size: 26px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*--------------------------------
		Header and Menu
---------------------------------*/

.header {
	width: 960px;
	height: 199px;
	/*background-image: url(/images/header.jpg);
	background-repeat: no-repeat;*/
}

h1.header-logo a,
h1.header-logo a:link,
h1.header-logo a:visited,
h1.header-logo a:hover {
	background-image: url(/images/wizard-logo.gif);
	height: 194px;
	width: 213px;
	text-indent: -9000em;
	float: left;
}

.header-image {
	height: 194px;
	width: 156px;
	float: right;
	margin-left: 6px;
}


.menu {
	width: 960px;
	height: 40px;
	background-image: url(/images/menu-bg.gif);
	background-repeat: repeat-x;
	/*border-left: 1px solid #f7f3bb;
	border-right: 1px solid #f7f3bb;*/
}

.menu ul {

}

.menu ul li {
	font-size: 18px;
	float: left;
}

.menu ul li a,
.menu ul li a:link,
.menu ul li a:visited {
	display: block;
	float: left;
	color: #663161;
	padding: 11px 18px 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.menu ul li a:hover,
.menu ul li.current-page-item a,
.menu ul li.current-page-item a:link,
.menu ul li.current-page-item a:visited {
	background-image: url(/images/menu-on-bg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

/*popupmenus -- take these out of uls because the floating, etc messes it up */
.popupMenu {
       display: inline;
       position: relative;
}

.popupMenu ul {
	position: absolute;
        left: -95px;
        top: 40px;
        border: 2px black solid;
}

.popupMenu ul li {

}

.popupMenu ul li a {
     float: none;
     width: 80px;
     background-image: url(/images/menu-bg.gif);
     background-repeat: repeat-x;
}

/*--------------------------------
          Error messages
---------------------------------*/
#flashMessages {
}

.flash {
	width: 30%;
	font-size: 18px;
	border: #663161 solid 5px;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto; 
	margin-left: auto;
}

/*--------------------------------
			Footer
---------------------------------*/

.footer {
	border-top: 1px solid #dfdc9c;
	padding-top: 5px;
	line-height: 17px;
	width: 960px;
	height: auto;
	text-align: center;
	margin-top: 10px;
	clear: both;
}

DL.sectionLinks
{
	margin: 1em 3em;
}

DL.sectionLinks DT
{
	font-size: 16px;
	font-weight: bold;
	margin-top: .5em;
}

DL.sectionLinks DD
{
	margin: .5em;
}

#courseBreadcrumbs {
  background-color: #673262;
	background-image: url(/images/sub-menu-top-shadow.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 930px;
	color: #ffffff;
	font-family: georgia;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	padding: 10px 15px;
}

#courseBreadcrumbs a {
  color: #fff;
}

DIV.quizInfo {
    margin-top: 12px;
}

#quizContainer {
  font-size: 14px;
}

#quizContainer h2 {
  font-size: 18px;
}

#quizContainer .quizQuestion {
  font-size: 16px;
  padding: 8px;
  margin: 16px 0 4px 0;
  background: #f9f6e9;
  border: 1px solid #d9d6d1;
}

#quizContainer .quizAnswer {
  margin: 4px 0 4px 15px;
}

#quizContainer .quizSubmit {
    margin: 16px auto;
    display: block;
    font-size: 18px;
}

#quizContainer.quizResults dd {
  font-size: 18px;
  font-weight: bold;
  padding: 4px 12px 4px 0;
  float: left;
  clear: both;
  text-align: right;
  width: 200px;
}

#quizContainer.quizResults dt {
  font-size: 18px;
  float: left;
  color: green; 
  padding: 4px 0 4px 0;
}

#dev-banner {
	background-image: url(/images/dev-stripe.png);
	border-bottom: 1px solid white;
	padding-top: 18px;
}

#dev-banner P {
    margin: 0;
    padding: 8px !important;
    height: 14px;
    background: black;
    color: white;
    padding: 0;
    text-align: center;
}

P.no-records {
   margin: 24px;
   color: #999;
   font-style: italic;
   font-weight: bold;
}

TABLE.enrollment-table TR TD {
   border-bottom: 1px solid #DDD;
   padding-bottom: 15px;
   padding-top: 10px;
}

.rotatingPictureContainer {
   position: relative;
   height: 100px;
}

.rotatingPictureContainer DIV {
   position: absolute;
}

.print {
   display: none;
}