/* ------------------------ Basic Body CSS Starts -------------------------*/
html {
overflow: auto;
}

body
{
	behavior: url(/assets/css/ie_fix.htc);
	padding: 0px;
	margin: 0px;
	background: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

img
{
	border: none;
}

.printwrapper 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mock_footer
{
	text-align: center;
	font-size: .8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background: url(../images/footer_back.jpg) repeat-x left top;
}

.content_wrapper
{
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}

#mock_footer a
{
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#main1
{
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/left.gif) repeat-y left top;
}

#main2
{
	xwidth: 100%;
	xmin-height: 35em;
	margin: 0px;
	padding: 0px;
	background: url(../images/right.gif) repeat-y right top;
}

#left_column
{
	float: left;
	width: 12em;
	margin: 0;
	padding: 0;
}

#right_column
{
	float: right;
	width: 12em;
	margin: 0;
	padding: 0;
	color: #333;
}

#middle_column
{
	background: #FFFFFF;
	margin-top: 0;
	margin-right: 12em;
	margin-bottom: 0;
	margin-left: 12em;
}

.middle_content
{
	margin: 0;
	padding-top: 0.5em;
	padding-right: .5em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
	color: #333333;
}

.middle_content a
{
	text-decoration: none;
}

.middle_content a:hover
{
	text-decoration: underline;
}

.middle_content2
{
	margin: 0em;
	padding: 0em;
	margin: 0em;
	font-size: 0.8em;
	color: #333333;
}

.middle_content2 a
{
	text-decoration: none;
}

.middle_content2 a:hover
{
	text-decoration: underline;
}

#middle_column .breadcrumb
{
	font-size: .7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#middle_column .breadcrumb a
{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#mccont
{
	display: block;
	height: 100%;
}

#mccont a
{
	text-decoration: none;
}

#mccont a:hover
{
	text-decoration: underline;
}

#mccont li
{
	margin-left: -10px;
}

#mccont p
{
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

#lccont
{
	display: block;
	height: 100%;
	clear: both;
}

#lccont p
{
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0em;	
}

#mccont h1
{
	font-size: 1.1em;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.right_content
{
	margin: 0;
	padding-top: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.9em;
	padding-left: 1.5em;
	font-size: .9em;
}

#rccont
{

}

#rccont img
{
	float:left;
	padding:0;
	margin: 2px 3px 2px 3px;
	width: 148px;
	display:inline;
	border: outset #C0C0C0 3px;	
}

#rccont img:hover
{
	border: inset #C0C0C0 3px;
}


.left_content
{
	margin-top: 2px;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
	font-size: 0.9em;
	color: #FFF;
}

.block 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
/* -------------------------- Basic Body CSS Ends  ---------------------------*/

/* -------------------------- Banner CSS Starts  ----------------------------*/
#helpmenu
{
	width: 100%;
	height: 1.5em;
	overflow: hidden;
	background: #FFFFFF;
	text-align: right;
	display: table;
	font-weight: bold;
	color: #999;
	line-height: 1.5em;
	font-size: 0.9em;
	font-style: normal;
}

#helpmenu a
{
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#headerTop
{
	font-size: 0.9em;
}

#MinWidthContainer
{
	padding-left:790px;
	height: 135px;
}

#MinWidthContainer #PageContainer
{
	height: 1px;
}

#MinWidthContainer #PageContainer #PageContentContainer
{
	margin-left:-790px;
	position: relative;
	height: 1px;
}

.hidden_link
{
	display: none;
	visibility: hidden;
}

#searchbar
{
	float: right;
	margin-right: -13px;
}

#searchbar form
{
	xmargin-top: -2px;
	xpadding: 4px;
}

.search
{
	height: 13px;
	width: 23.2em;
	/*margin-right: -0.3em;*/
	border: 1px none #FFFFFF;
	background: #FFFFFF no-repeat left center;
}

.search:hover
{
	background: #FFFFFF;
}

.search:active
{
	background: #FFFFFF;
}

.searchbutton
{
	color: #000000;
	background: #999999;
	width: 5em;
	font-size: 0.7em;
	margin-right: -12px;
	margin-top: 2px;
	margin-bottom: -1px;
}
	
.searchbutton:hover
{
	background: #666;
	cursor: pointer;
	color: #FFFFFF;
}

#azlogo
{
	height: 75px;
	float: left;
	width: 302px;
	text-align: left;
	margin-right: -20em;
	background: url(/images/az-gov.png) no-repeat;
}

.seal
{
	float: right;
	background: url(/images/az-gov.png) no-repeat left;
	height: 75px;
	width: 302px;
	text-align: right;
	margin-left: -20em;
}

#bnr_wrapper
{
	background: #683a18 url(../images/bnr_back.jpg) repeat-x left top;
	white-space: nowrap;
	min-width: 800px;
	xdisplay: table;
	width: 100%;
	text-align: center;
	height: 7.05em;
	font-family: Arial, Helvetica, sans-serif;
}
#bnr_wrapper_home
{
	background: #683a18 url(../images/bnr_back.jpg) repeat-x left top;
	white-space: nowrap;
	min-width: 800px;
	display: table;
	width: 100%;
	text-align: center;
	height: 7.05em;
	font-family: Arial, Helvetica, sans-serif;
}

#bnr_center
{
	color: #FFFFFF;
	font-size: 1.7em;
	text-shadow: #000 2px 2px 2px 2px;
	height: 75px;
	width: 950px;
	background: url(../images/bnr_mid_back.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#bnr_center .bnr_text
{
	width: 350px;
	padding-top: 0.8em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	white-space: normal;
	padding-left: 10px;
	font-size: 0.7em;
	font-weight: 900;
}

#bnr_wrapper #slogan, #bnr_wrapper_home #slogan
{
	float: left;
	color: #FFFFFF;
	font-size: 0.9em;
	padding-left: 0px;
	padding-top: 3px;
	margin-left: -4px;
}

#bnr_wrapper #bnr2_wrapper, #bnr_wrapper_home #bnr2_wrapper
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------- Top Drop Menu Begins --------------------------- */
.topmenu_wrapper
{
	background: #1e3441 no-repeat left bottom;
	width: 100%;
	text-align: center;
	height: 23px;
	xdisplay: table;
	white-space: nowrap;
}

.topmenu
{
	color: #FFFFFF;
	width: 42em;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	white-space: nowrap;
}

#nav li:hover ul.sub
{
	left: 0em;
	top: 1.5em;
	background: #062233;
	width: 62em;
	height: 6.1em;
	z-index: 100;
	font-weight: normal;
	text-align: left;
	overflow: auto;
	position: absolute;
	border: 1px solid #7B7D4E;
	/* for IE */
	filter: alpha(opacity=90);
	/* CSS3 standard */
	opacity: 0.9;
	padding: 1px;
	margin-top: 4px;
}

#nav
{
	margin: 0;
	list-style: none;
	z-index: 500;
	padding: 0;
	width: 44em;
	font-weight: bold;
}

#nav li.top
{
	display: block;
	float: left;
	white-space: normal;
}

#nav li.top:hover
{
}

#nav li a.top_link 
{
	line-height: 1.5em;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background: url(../images/tab_corner.gif) no-repeat left top;
}

#nav li a.top_link:hover
{
	color: #FFFFFF;
	cursor: pointer;
}

#nav li a.top_link span
{
	float: left;
	display: block;
}

#nav li a.top_link span.down
{
	float: left;
	display: block;
}

.down:hover
{
}

#nav li:hover a.top_link
{
	color: #FFFFFF;
}

#nav li:hover a.top_link span
{
	color: #FFFFFF;
}

#nav li:hover a.top_link span.down
{
}

#nav li:hover
{
	z-index: 400;
	background: #7B7D4E;
	color: #FFFFFF;	
}

#nav li:hover ul.sub li
{
	position: relative;
	float: left;
	font-weight: normal;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 5px;
	padding-top: 1px;
	white-space: normal;
}

#nav li:hover ul.sub li:hover
{
	background: #7B7D4E;
	color: #FFFFFF;
}

#nav li:hover ul.sub li a
{
	display: block;
	font-size: 1em;
	width: 15em;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 1px;
}

.topmenu_wrapper .topmenu #nav .fly
{
	font-size: 1em;
	line-height: 1.8em;
	
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none; 
	color: #FFFFFF;
}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{
	color: #FFFFFF;
} 

.viewall
{
	background: #7B7D4E;
	text-align: center;
}
/* ---------------------------- Top Drop Menu ENDS---------------------------- */
/* -------------------------- Banner CSS ENDS  ----------------------------*/

/* --------------------------- left Menu Begins  ---------------------------- */
.nextlevel
{
	background-color: #062233;
	font-family: Arial, Helvetica, sans-serif;
}

.nextlevel a
{
	color: #FFF;
}

#menu
{
	width: 170px;
	/* position: fixed; */
	/* top: 10em; */
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
}

#menu a, #menu h2
{
	font: bold 80% Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 10px 2px 2px 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#menu a
{
	text-decoration: none;
}

#menu a:hover
{
	color: #FFF;
	background: #7B7D4E;
}

#menu li
{
	position: relative; 
}

#menu ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	/* for IE */
	filter: alpha(opacity=95);
	/* CSS3 standard */
	opacity: 0.95;
	border: 1px solid #CCC;
}

#menu ul ul ul a
{
	color: #FFF
}

#menu ul ul li:hover
{
	background: #7B7D4E;
	color: #FFFFFF;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;	
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

#menu ul li
{
	float: left;
	width: 100%;
}

#menu ul li a
{
	height: 1%;
} 

.arrow
{
	background: url(../images/arrow.gif) no-repeat right center;
}
/* ---------------------------- left Menu Ends  ---------------------------- */

/* BEGIN HIDDEN PRINT DIVS   */
.printwrapper
{
	visibility: hidden;
	display: none
}
/* END HIDDEN PRINT DIVS   */

.LinksTitle
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		font-style: normal;
		/*text-decoration: underline;*/
		/*color: White;*/
		color: #565a43; 
		/*background-color: #1e3441; */
}	

.LinksTitle1
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		font-style: normal;
		color: White;
}	


.LinksTitle2
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		font-weight: bold;
		font-style: normal;
		color: White;
		background-color: #1e3441; 	
}

.keymargins
{
	margin-top: 0px; 
	margin-bottom: 0px; 
}
 
.top 
{ 
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.gridtable
{
	border: 1px solid #EEE;
}

.gridheader
{
	background-color: #CCC; 
	height: 24px;
}

.grideven
{
	background-color: #EEE;
}

.new
{
	background-color: #060;
	color: #FFF;
	padding: 1px 3px;
	font-size: smaller;
	font-weight: bold;
}

