/* red */
a:link, a:visited {
	color: #a10f15;
}

a:hover {
	color: #7b0b12;
}

#pillmenu a:hover {
  color: #a10f15;
}

#pillmenu a#active_menu-nav {
  background: url(../images/red/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}


#headshot {
	padding-right: 11px;
}

div.module_menu {
	background: url(../images/red/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/red/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/red/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/red/mw_box_tl.png) 0 0 no-repeat;
}

/*--------------- Begin Quiz ---------------*/

div.QuizHeader div, div.QuizQuestion div {
    float: left;
	font-size: 12px;
}

div.QuizHeader {
    padding: 10px 0px;
}

    div.QuizTitle {
        font-weight: bold;
        clear: both;
    }
    
div.QuizLegend {
	clear: both; 
	padding-left: 214px;
}
div.QuizLegendEntry {
	float: left; 
	color: gray; 
	text-align: center; 
	margin-right: 4px;
}


div.QuizQuestion {
    clear: both;
    width: 503px;
    }

    div.QuizRequired {
        color: red;
    }

    div.QuizText {
	
        width: 150px;
        font-size: 10px;
        margin: auto 0px;
		padding-bottom:20px;
    }
    
    div.QuizSelector {
        width: 152px;
        border: 1px solid #000;
        height: 40px;
		margin:0px 10px 0px 10px;
    }
	
	div.QuizSelector input {
		width:18px; /* for firefox */
		margin:0px; /* for firefox */
	}
    
        div.QuizSelectorOption {
            height: 20px;
            margin: 7px 0px;
            text-align: center;
            padding-top: 6px;
        }
        
            div.QuizSelectorOption input {
                border: 0px !important;
            }			
            
div.QuizResultTitle {
    font-weight: bold;
	margin:0px 20px 20px 0px;
}

div.QuizResultDescription {
	margin-right:20px;
}

/*--------------- End Quiz ---------------*/
