@charset "utf-8";
/* CSS Document */

#body {
        color: #545454;
        font-family:Arial,Verdana,sans-serif;
        font-size: 0.8em;
        margin:0pt;
        padding:20px 0;
        text-align:justify;
		line-height: 1.5em;
		
}

div {
        margin:0pt;
        padding:0pt;
}

table {
        font-size:1em;
        margin:0pt;
        width:100%;
}

td {
        vertical-align:top;
}

td img {
        vertical-align:middle;
}

h1 {
        font-size:1.6em;
        margin:0pt 0pt 8px;
        padding:0pt;
}

h2 {
        font-size:1.4em;
        margin:0pt 0pt 8px;
        padding:0pt;
}

h3 {
        font-size:1.2em;
        margin:0pt 0pt 8px;
        padding:0pt;
}

h4 {
        font-size:1.1em;
        margin:0pt 0pt 8px;
        padding:0pt;
}

h5 {
        font-size:1em;
        margin:0pt 0pt 8px;
        padding:0pt;
}

h6 {
        font-size:0.9em;
        margin:0pt 0pt 8px;
        padding:0pt;
}

a {
        color: #1E72DA;
        text-decoration: underline;
}

a:hover {
        color: #2660A8;
        cursor:pointer;
        text-decoration: none;
}

a img {
        border:0pt none;
        opacity:0.6;
}

a:hover img {
        opacity:1;
}

label {
	font-weight:bold;
}

label:hover {
        cursor:pointer;
}

/*  Non Tag Styles */


.hidden {
        display:none;
        visibility:hidden;
}

div.visible {
        display:block;
        visibility:visible;
}

div.showAll {
        float:right;
}

/* ------------------------
 * 		PROJECT SPECIFIC
 * ------------------------
 */

/*		global				*/

.footnote {
        font-size:0.8em;
}



/*  	System & Form Messages 		*/

div#system_msg {
        background-color:#FED1D1;
        border:1px solid #BA0000;
        color:#333333;
        margin:0pt 0pt 8px;
        padding:4px;
}
div#error_msg, div#formErrors {
        background-color:#FFF7D0;
        border:1px solid #E9BC09;
        color:#59480E;
        margin:0pt 0pt 8px;
        padding:4px;
}
div#error_msg img, div#system_msg img, div#formErrors img {
        vertical-align:middle;
}

div#formErrors {
        visibility:hidden;
}

/*		Forms			*/

.required {
        color:red;
}

span.notes {
        color:#333333;
        font-size:0.8em;
}

input[type="checkbox"] {
        border:0pt none;
}

input, select, textarea {
        background-color:#FFFFFF;
        border:1px solid #DADADA;
}

input.onFocus, textarea.onFocus {
        background-color:#FDFDD9;
        border:1px solid #DADADA;
}
input.disabled {
        background-color:#E8E8E8;
        border:1px solid #DADADA;
}

table.form tr td {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px;
}

table.form tr.header td {
	height: 2em;
	background-color: #f1f1f1;
}

table.form span.help {
	font-size: 0.7em;
	color: #666;
}

table.form td.title {
	width: 150px;
}

table.form input, table.form textarea {
	width: 300px;
}


table.form textarea {
	height: 200px;
}

table.form input.button {
	width: auto;
	background-color: #f1f1f1;
}

table.form input.button:hover {
	background-color: #e2e2e2;
}

table.form span.required {
	color: red;
}

table.form label {
	font-weight: normal;
}

table.form span.required label {
	font-weight: bold;
	color: #333;
}

/*		searching		*/

span.searchterm1 {
        color:green;
        font-weight:bold;
}
span.searchterm2 {
        color:red;
        font-weight:bold;
}
span.searchterm3 {
        color:green;
        font-weight:bold;
}

/*		template		*/

div#content {
	left:50%;
    margin-left:-408px;
    position:relative;
    top: 0;
    width:816px;
	overflow: visible;
}

div#banner {
        width: 816px;
        height: 225px;
        background: transparent url( '/onqimages/banner331.jpg' ) no-repeat top left;
        border: 0;
}

div#main_content {
        padding:20px;
		font-size:1em;
}

div#main_content a {
        text-decoration: underline;
}

div#footer {
        clear:both;
        margin-top:30px;
        text-align:center;
}

/*		main menu		*/

div#menuwrapper {
	display: block;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 816px;
	background-color: #123766; /* For IE 6 so image rollover is not shown beneath menu*/
	height: 42px;
}

ul#main_menu{
	position: relative;
	top: 0;
	list-style: none; 
	z-index: 98;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;
	left: 50%;
	margin-left: -300px;
	font-size: 0.9em;
}

ul#main_menu li { 
    
	display:block;
    position: relative;
    float: left;
	width: auto;
	height: 42px;
	margin:0;
	padding: 0;
	
}

ul#main_menu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
    width: inherit;
    z-index: 99;
    position: absolute;
    overflow: visible;
}

ul#main_menu li li { 

}

ul#main_menu ul li{
	display: block;
	height: auto;
	width: auto;
}

ul#main_menu ul li li{
	font-size: 1em;
}

ul#main_menu ul li{ }
ul#main_menu ul ul li{ }
ul#main_menu ul ul li:last-child{ }

ul#main_menu a {
    display:block;
	padding: 11px 25px;
	margin: 0;
	color: #FFFFFF;
	text-decoration:none; 
	width: inherit;
	vertical-align: middle;
}

ul#main_menu a:hover  {
	color: #FFFFFF;
	background-color: #184277; /* IE 6 can't see li hover from a*/
}

ul#main_menu ul li a {
	
	display: block;
	margin: 0;
	padding: 6px 15px 0 15px;
	height: 23px;
	

	background: #184277;
	width: 160px;
	border-top: 1px solid #133C6F;
}

ul#main_menu ul li a:hover  {

	background: #204C84;
}


ul#main_menu ul{
    display:none;   
}

/*all see this */
ul#main_menu ul ul, ul#main_menu ul ul ul{
    display:none; 
    position:absolute; 
	left: 190px;
	margin-top: -30px;
}
 
ul#main_menu li:hover ul ul, ul#main_menu li:hover ul ul ul, ul#main_menu li:hover ul ul ul ul, ul#main_menu li:hover ul ul ul ul ul{
    display:none;
}

ul#main_menu li:hover ul, ul#main_menu ul li:hover ul, ul#main_menu ul ul li:hover ul, ul#main_menu ul ul ul li:hover ul, ul#main_menu ul ul ul ul li:hover ul{
    display:block;
}

li>ul { 
	top: auto;
	left: auto;
}



