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

#deptname {
	background:url(../images/dept_name.gif) no-repeat left;
	}

#depttitle {
	width:800px;
	margin:0px auto;
	background:url(../images/dept_title.gif) no-repeat left;
	padding:0;
	height:38px;
	}
	
#azindexcontact a {
	color: white;
	font-size:10px;
	font-weight:400;
	text-decoration:none;
}	
#sub_nav_right h2 {
	color: #961000;
}
#container {
	width:800px;
	position:relative;
	margin:0px auto;
	padding-top:2px;
	background-color:white;
	border:1px solid #ddd;
	overflow: visible;
	height:485px;
	}	
	
#content_column h2 a{
	text-decoration: none;
	 color: #666666;
	}

#content_column h2 a:hover { 
	text-decoration: underline;
	}
	
#content_column h2 a:visited {
   text-decoration: none;
   color: #666666;
 }
 #content_column h2 a:hover:visited { 
 	color:#bd1827;
	text-decoration: underline;
	}
/*--GENERAL CLASSES----------------------------------------------------------------*/
.bold {
	font-weight: bold;
	}
.italic{
	font-style: italic;
	}
	

.urgentmessage{
	color:#FF0000;
	}
.header_with_line{
	font-family:Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #333333;
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fulllength{
	width:100%;
	clear: both;
}	
.leftimage{
	text-align:left;
	border: none;
	margin: 10px;
	width:auto;
	float:left;
}
.rightimage{
	text-align:right;
	border: none;
	margin: 10px;
	width: auto;
	float: right;
}
.center{
	text-align: center;
}
.right{
	float: right;
	text-align: right;
}
.right_fulllength{
	float: right;
	text-align: right;
	clear:both;
	width: 100%;
}
.left{
	float: left;
	text-align: left;
}
.indnt {
	text-indent: 1.5em;
}
/*--ADDED JUNE 2010  ----------------------*/
.underline {
	text-decoration: underline;
}	
/*--ADDED MARCH 2009 ----------------------*/

.dottedboxrt {
	float:right; 
	width:33%; 
	padding: 1em; 
	border-style: dotted; 
	border-color:#CCCCCC; 
	margin-left:1em; 
	margin-bottom:1em;
	font-size:95%;
	}

.dottedboxrt2 {
	float:right; 
	width:33%; 
	padding-left: 1em; 
	padding-bottom: 1em; 
	border-bottom-style:dotted; 
	border-left-style:dotted; 
	border-top-style:dotted;
	border-color:#CCCCCC; 
	margin-left:1em; 
	margin-bottom:1em;
	font-size:95%;
	}
	
#column1 {
	float:left;
	border-right: #CCCCCC 1px solid;
	width: 187px;
	padding: 3px;
}
#column2 {
	float:left;
	width: 187px;
	padding: 3px;
}

	
.smallertxt {
	font-size:90%;
	}
	
/*--ADDED NOVEMBER 2009 ----------------------*/	
/* from OP, use with disclaimer and other notes */	
.note {
font-family : Verdana, arial, sans-serif;
font-size : 90%;
line-height: 1.25em;
}

/*--ADDED APRIL 2009 ----------------------*/	
/* Box and folder, etc. table(s) */
.tabletidy {
     border-collapse: collapse;
     empty-cells: show;
     border: 1px solid silver;
     width: auto;
 }

.tabletidy caption { 
     width: auto;
     text-align: left;
     font-weight: bold;
     font-size: 80%;
     padding: 5px;
 }

.tabletidy th { 
     text-align: left;
     font-weight: bold;
     vertical-align: middle;
     padding: .25em .25em .25em .5em;
     border: 1px solid silver;
 }

.tabletidy td { 
     vertical-align: top;
     padding: .25em .25em .25em 1em;
	 vertical-align: top;
     border: 1px solid silver;
 }
/*--ADDED MARCH 2010 ----------------------*/	
/* table for column layout */
.tablelayout {
     border-collapse: collapse;
     empty-cells: show;
     width: auto;
 }
.tablelayout caption { 
     width: auto;
     text-align: left;
     font-weight: bold;
     font-size: 80%;
     padding: 5px;
 }
.tablelayout th { 
     text-align: left;
     font-weight: bold;
     vertical-align: middle;
     padding: .25em .25em .25em .5em;
     border: 0px solid silver;
 }
.tablelayout td { 
     vertical-align: top;
     padding-left: .25em;
	 vertical-align: top;
     border-right: 0px solid silver;
 }
 
 
 .external {
 
 }