/*______________ Global ________________*/

body{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}

A:link {
	color: #04681E;
	text-decoration:  none;
}

A:visited{
    color: #990000;
	text-decoration:  none;
}

A:hover{
	text-decoration: underline;
}

/* not in use on the demo page */
#spacer{
	height: 80px;
	width: 50px;
	float: left;
	margin: 0px 7px 0px 7px;
}

 .BreadcrumbsText {  
 font-family:Verdana, sans-serif; 
 font-size:10px; 
 font-style:normal; 
 font-weight:normal; }

/*______________ Framework ________________*/
/*right side */

#right_bar{
	/* float:right; */
	width:27px;
	background-color:#000000;
	/* height: 100%; */
}
   #gradient{
	    width:23px;
	    background: #cccc99 url(/az/images/gradient2.gif) repeat-x top;
		/* padding-right: 1px; */
    }
	


/*______________ Header ________________*/
#header{
	height: 160px;
	width: 1003px;
	/* width: 1020px; */
	padding-left: 10px;
	background: #5A7B63 url(/az/images/headernew.jpg) no-repeat top left;
}

#headerside{
	float:right;
	height: 160px;
	width: 180px
	/* height: 140px;
	width: 82px; */
}

#topa{
	width:600px;
	float: left;
	color:#ffffff;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin: 6px 0 0 1px;
	padding: 0;
}
#topb{
	width: 600px;
	float: left;
	font-weight: bold;
	font-size:24px;
	color:#ffffff;
	text-align:left;
	margin: 0px 0 0 0;
	padding: 0;
}

#header_photos {
	float: left;
	/* width: 910px; */
	width: 800px;
}

#header_photo_1 {
	height: 82px;
	width: 82px;
	float: left;
	margin: 4px 13px 0px 1px;
	border: 1px solid white;
	background: url(/az/images/headersm1.jpg) no-repeat top left;
}
#header_photo_2 {
	height: 82px;
	width: 82px;
	float: left;
	margin: 4px 13px 0px 1px;
	border: 1px solid white;
	background: url(/az/images/headersm2.jpg) no-repeat top left;
}

#header_photo_3 {
	height: 82px;
	width: 82px;
	float: left;
	margin: 4px 13px 0px 1px;
	border: 1px solid white;
	background: url(/az/images/headersm3.jpg) no-repeat top left;
}

#header_photo_4 {
	height: 82px;
	width: 82px;
	float: left;
	margin: 4px 13px 0px 1px;
	border: 1px solid white;
	background: url(/az/images/headersm4.jpg) no-repeat top left;
}

#header_photo_5 {
	height: 82px;
	width: 82px;
	float: left;
	margin: 4px 13px 0px 1px;
	border: 1px solid white;
	background: url(/az/images/headersm5.jpg) no-repeat top left;
}

/* #header_photo_6 {
	height: 82px;
	width: 82px;
	float: left;
	margin: 4px 13px 0px 1px;
	border: 1px solid white;
} */
#header_text{
	float: right;
	margin-top: 58px;
	font-size: 24px;
	font-weight:bold;
	color:#ffffff;
}

/*______________ Nav ________________*/
#menu{
	background-color: #cccc99;
	width: 165px;
}

#search_bar{
	background-color: #999966;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

	#search_bar form {
		margin: 0;
	}
	#search_bar input, button {
		border: 1px solid #555;
	}
	#search_bar input {
		padding-top: 1px;
		padding-bottom: 1px;
		font-size: 13px;
	}
	#search_bar button {
		margin-left: 2px;
		font-size: 13px;
	}

/* called by nav menu include file */
#nav {
	font-size: 10px;
}

.menuTitle {
	font-weight: bold;
	font-size: 16px;
	margin:  10px 0px 0px 10px;	
	color: #000;
	text-decoration: none;
}

.menuTitle a:hover {
	text-decoration: underline;
	color: #FFF;
}

.menuTitle a {
	color: #000;
}


#nav ul{
	padding: 1px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	margin: 0px 0px 0px 10px;  /* this gets the image off the wall */
}

/* #nav li.expanded {
	padding-left: 0px;
	margin-left:  10px;
	list-style-image: url(/az/images/minus-white.gif);
}

#nav li.collapsed {
	padding-left: 0px;
	margin-left:  10px;
	list-style-image: url(/az/images/plus.gif);
} */

#nav li ul {
	margin-left: 0px;
}

#nav li li {
	margin-bottom: 5px;
    /* margin-bottom: 0px; */
}



#nav a {
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
	color: #FFF;
}

/*______________ Content ________________*/

hr {
	background-color: #5A7B63;
}

/*------------------------treeview styles -------------------- */

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
a:hover 
	text-decoration: underline;
	color: #FFF;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 15px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(/az/images/plus.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/*------------------------ end treeview styles -------------------- */


#content{
	/* font-family: Verdana, sans-serif;
	font-size: 12px; */
	padding: 10px 20px;
}

.nav-section /* right navigation - used in divs in 25% td - right nav template */
{
	border: 1px solid #000000;
	background-color: #cccc99;
	line-height: 1.6em;
	margin-bottom: 10px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 11px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
}

.nav-section ul
{ /* float: left;
    width: 400px; */
    margin: 0px;
    padding: 5px 5px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
    position: relative;
    /* left: 50px; */
/* margin-left: 2px;  */
}

/* .nav-section li
{margin-left: 2px; */
}

.nav-section H4
{ margin-top: 0px;  
margin-bottom: 0px;  
text-align: center;  /* FireFox doeshn't see the centering */
padding: 3px 3px;     }


/* #imageCol {
	float: left;
	width: 200px;
}
	#imageCol img {
		border: 1px solid #A6AC90;
	} */

/* #copy {
	float: left;
	width: 300px;
	*width: 300px;
	margin: -15px 10px 0px 15px;
	*margin: 0px 10px 0px 15px;
} */


/* #addNav {
	font-size: 10px;
}
	#addNav div.addNavItem {
		background: #cccc99;
		border: 1px solid #1E2901;
		margin-bottom: 10px;
	}
	
	#addNav div.sourceLink {
		width: 100%;
		color: #000;
		padding-bottom: 1px;
		border-bottom: 1px solid #1E2901;
	}
	
	#addNav div.sourceLink a{
		margin-left: 5px;
	}
	
	#addNav ul {
		padding: 1px 0px 0px 10px;
		margin: 0;
		list-style: none;
	}
	
	#addNav li {
		position: relative;
		width: auto;
		padding: 0;
		margin-bottom: 4px;
	}
	
	#addNav a {
		color: #000;
	}
	
	#addNav li a {
		color: #000;
		text-decoration: none;
	}
	
	#addNav a:hover {
		color: #415264;
		text-decoration: underline;
	} */

#privacy {
	clear: both;
	padding-top: 40px;
}

/*______________ Text ________________*/
#field_office_text{
	color: #5F7F67;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

#alternate_view_text{
	color: black;
	text-align:right;
	font-size:9px;
	font-weight:normal;
}

p.privacy {
	font-size: 9px;
	}

h1 {
	color: #000000;
	font-size: 19px;
}

h2 {
	color: #5F7F67;
	font-size: 15px;
}

h3 {
	color: #000000;
	font-size: 14px;
}

h4 {
	color: #000000;
	font-size: 13px;
}

/* .caption {
	font-size: 9px;
} */

/*______________ Footer ________________*/
#footer_top{
	background-color: #cccc99;
	color:#000000;
	text-align:center;
	font-size:10px;
	/* margin-top: 0px; */
}
#footer_top a{
	color: black;
	text-decoration:none;
}
#footer_top a:hover{
	text-decoration:none;
}
#footer_bottom{
	background: #000000;
	color: #FFFFFF;
	text-align:center;
	font-size:10px;
}
#footer_bottom a{
	color: white;
	text-decoration:none;
}
#footer_bottom a:hover{
	color: #415264;
	text-decoration:underline;
}

/*______________ Lite ________________*/
.topa_lite
	{
	color: #fff;
	font-size: 10px;
	}

.topb_lite
	{
	color: #fff;
	font-size: 14px;
	font-weight:900;
	margin: 0px 17px 0px 10px;
	}

.topc_lite
	{
	color: #fff;
	font-size: 10px;
	font-weight:900;
	margin: 0px 20px 0px 10px;
	}

#lite_top
	{
	background: #779475;
	padding: 5px;
	text-align: right;
	}
#print_top
	{
	background: #779475;
	padding: 5px;
	text-align: right;
	}
#print_bottom
	{
	background: black;
	width:  2px;
	}
