/* CSS Document */

/*-- added dt, dd, dl 12-12-2007 --*/
dl dt { color:#660033;
	font-weight:bold;
	font-size:14px;
	padding: 9px 0px 0px 0px;
	}
dl dd { padding: 0px;
	margin: 4px 12px 4px 12px;
	line-height: 16px;
}

#nav ul {
    list-style-type: none;
    color:#660033;
    background: transparent;
    font: 13px verdana, arial, helvetica, sans-serif;
    list-style-type: none;
    margin: 0px;
    padding: 0px; 
}
#nav li {
    display: block;
    background-image: none;
    list-style-type: none;
	padding: 5px 10px;
	margin: 0px;
    border-top: 1px solid #ddd;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
#nav li a {
    text-decoration: none;
}
#nav li a:hover {
    text-decoration: underline;
}
.vacancies {
    line-height:1.8em;
}
.eventhead {
    font-weight:bold;
    font-size:1.1em;
    margin: 0px;
}
.eventdate {
    font-size:.9em;
    margin: 0px;
}
.eventitem {
    font-size: .9em;
    position:relative;
    margin: 6px 4px 14px 0px;
    padding:  8px 0px 6px 0px;
    border: 0px 0px 1px 0px;
    border-color:#000000;
    border-bottom-style:dotted;
    border-bottom-width:1px;
}
.eventitem a {
    font-size:.85em;
    color:#660033;
}
table.offices td {
    border-left: 0px;
	border-top: 1px dotted #603;
	border-bottom: 0px;
	border-right: 0px;
	text-align:general;
	vertical-align: top;

}
.two_column_float{
	float:left;
	width:255px;
	margin: 0px 5px 0px 5px;
}
.three_column_float{
	float:left;
	width:170px;
	margin: 0px 5px 0px 5px;
}
.newsimage {
	clear: both;
    float: right;
	padding: 12px 9px 9px 18px;
}
.newscaption {
	font-size: 9px;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	clear: both;
	width: 200px;
    float: right;
	padding: 0px 9px 18px 18px;
}

/*-- added 9-12-07 (pdf image next to links that download or view pdfs)--*/
a.pdf, a.pdf:hover {
    background: transparent url('http://www.abtech.edu/images/pdf.gif') no-repeat center right;	
	padding-right: 20px;
	padding-bottom: 5px;
}
/*-- added 12-17-07 (word image next to links that download or view word files)--*/
a.word {
    background: transparent url('http://www.abtech.edu/images/msword.gif') no-repeat center right;	
	padding-right: 20px;
	padding-bottom: 5px;
}
/*-- added 9-12-07 (pdf image next to links that an external link)--*/
a.external_link {
    background: transparent url('http://www.abtech.edu/images/external.png') no-repeat center right;	
	padding-right: 15px;
}

/*-- added 8-3-07 (drop down navigation for Pay for Classes)--*/
.pay_classes {
	/border-top: 1px solid #603;
	}
.pay_classes li ul {
	display: none;
	}
.pay_classes li:hover ul, .pay_classes li a:hover ul {
	display:block;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
ul#pay_divisions li {
    background: transparent;
	display: compact;
	font-weight:normal;
	border: 0px;
	}
ul#pay_divisions li a:hover {
    background: transparent url('../images/arrow.gif') no-repeat center left;
	display: compact;
	font-weight:normal;
	border: 0px;
	text-decoration:underline;
	color:#660033;
	}
li#drop a:hover {
	cursor:pointer;
	background-image:none;
	text-decoration: none;
	color: #660033;
	}
