@import url("styles.cfm");

body, td {
			font: 13px Verdana;
			color: #000000;
			line-height: 100%;
		}

/* this is an IE8 menu hover fix */
#nav_menus a:hover,#ql_menu a:hover{ position:relative; }

/* fsContentSlider */

/* Expanding content list */
ul.sub_list {
    list-style-type:none;
    margin:0;
    padding:0;
    border-bottom: 1px solid;
}

ul.sub_list li{ clear:both; }

a.sub_title, a.sub_title:link, a.sub_title:hover, a.sub_title:visited, a.sub_title_on, a.sub_title_on:link, a.sub_title_on:hover, a.sub_title_on:visited {
    display:block;
    *width:100%;
    padding: 4px;
    text-decoration:none;
    border-top: 1px solid;
    border-color: inherit;
}

a.sub_title_on {
    font-weight: bold;
}

.sub_notes {
    padding: 6px 12px 6px 12px;
    border-top: 1px solid;
}

.alert {
	font: 11px verdana; 
	color: #ff9900; 
	font-weight: bold;
	}
	
.buttons {
	border: #cccccc 1px solid;
	padding: 2px;
	cursor: hand;
	cursor: pointer;
	}

