/* CSS FULL PAGE NO COLUMNS
/* ------------------------ Basic Body CSS Starts -------------------------*/
body{
	padding:0px;
	margin:0px;
	background: #ECECEC;
	font: 100% Arial, Helvetica, sans-serif;
}
img {
	border:none;
}

.printwrapper  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top:0px;

}


#mock_footer {
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background: url(../images/footer_back.jpg) repeat-x left top;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	min-width:990px;
}

.content_wrapper{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
}

.help_wrapper{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.footer_wrapper{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#mock_footer a {
	font-size: 110%;
	color:#666666;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
}
#mock_footer a:hover {
	font-size: 110%;
	color:#1F4167;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
}
#main1 {
	margin:0;
	padding:0;
	/*background:#FFFFFF url(../images/left.gif) repeat-y left top;*/
		}
		
#main2 {
	margin:0;
	padding:0;
	/*background:url(../images/right.gif) repeat-y right top;*/
		}
		
#left_column {
	float:left;
    /* width:12em; */
	width:0;
	margin:0;
	padding:0;

		}
#right_column {
	float:right;
    /* width:12em; */
	width:0;
	margin:0;
	padding:0;
	color: #FFF;

		}
#middle_column {
	background:#FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	min-height:500px;
	/*
	margin-right: 12em;
	margin-left: 12em;
	*/
		}
.middle_content {
	margin:0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 90%;
	color: #333333;
	height: 100%;
	overflow:visible;
	
		}
#middle_column .breadcrumb {
	font-size: 70%;
	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%;
	padding-top:5px;
	font-size:1em;
	}

#mccont p {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}
	
	#mccont a{
	color:#666666;
}	

#mccont a:hover{
	color:#003366;
	text-decoration:none;

}	
#lccont {
	display: block;
	height: 100%;
	clear: both;
	padding-top: 10px;
	}
#lccont p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;	
	
	}
#mccont h1 {
	font-size: 140%;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color:#415777;
}
#mccont h2 {
	font-size: 140%;
	text-transform:uppercase;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#CCCCCC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mccont ul {
	margin-top:0;
	padding-top:5px;
	padding-left:5px;
}

#rccont {
	display: block;
	height: 100%;
	clear: both;
	padding-top:5px;
	font-size:1em;
	}
#rccont p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}
	
.right_content {
	margin:0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 90%;
		}
.left_content {
	margin:0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 90%;
	color: #FFF;
		}	
		
#hpleftcont{
	float:left;
	font-size:1em;
	height:100%;
}

#hprightcont{
	float:right;
	font-size:1em;
	height:100%;
}			

#itemlist{
	width:650px;
}

#itemlist ul{
	margin-left: 0;
	padding-left: 0;
	margin-top:0;
	padding-top:10px;
	margin-bottom:0;
	padding-bottom:0px;
	list-style: none;
	padding-left:15px;
}

#itemlist li{
	padding-left:15px;
	padding-bottom:1px;
	background-image:url(../images/arrow_icon_2.gif);
	background-repeat: no-repeat;
	background-position: 0 .20em;
}
#itemlist a{
	padding-left:2px;
	color:#666666;
}	

#itemlist a:hover{
	padding-left:2px;
	color:#003366;
	text-decoration:none;

}			
		
.siteindex_list{
	float:left;
	width:50%;
}


.siteindex_list ul{
	margin-left: 25px;
	padding-left: 0;
	margin-top:0;
	padding-top:10px;
	margin-bottom:0;
	padding-bottom:0px;
	list-style: none;
	padding-left:10px;
}

.siteindex_list li{
	padding-left:18px;
	margin-left:10px;
	padding-bottom:1px;
	background-image:url(../images/icons/arrow_icon_2.jpg);
	background-repeat: no-repeat;
	background-position: 0.0em;
}
.siteindex_list a{
	padding-left:2px;
	color:#666666;
}	

.siteindex_list a:hover{
	padding-left:2px;
	color:#003366;
	text-decoration:none;

}			
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
.block {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
.footerlogo{
	float:right;
}
.genclear{
clear:both;
}
/* -------------------------- Basic Body CSS Ends  ---------------------------*/
/* -------------------------- Banner CSS Starts  ----------------------------*/
#helpmenu{
	width: 100%;
	height: 1.5em; /*Height of top frame div*/
	overflow: hidden;
	background: #FFFFFF;
	text-align: right;
	display: table;
	font-weight: bold;
	color: #999;
	line-height: 1.5em;
	font-size: 90%;
	font-style: normal;
	background-color:#EEEEEE;
	background-image:url(../images/grey_bg_fade.jpg);
	background-repeat:repeat-x;
	min-width:990px;
	}

#helpmenu a{
	color:#1F4167;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	}
#helpmenu a:hover{
	color:#666666;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	}
#helpmenu a.fontup{
	font-size:1.0em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
#helpmenu a.fontdown{
	font-size:0.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
#headerTop{
	/* font-size: .85em; */
	font-size: 90%;
}

#MinWidthContainer {
	padding-left:790px;
	height: 8.5em;
	/*height:135px;*/
	min-height:135px;
}
#MinWidthContainer #PageContainer {
	height: 1px;

}
#MinWidthContainer #PageContainer #PageContentContainer {
	margin-left:-790px;
	position:relative;
	height: 1px;
}

.hidden_link {
	display: none;
	visibility: hidden;
}


#searchbar {
	padding-right: 3px;
	padding-left: 10px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	max-height:25px;


}
#searchbar form {
	margin: 0px;
	padding: 0px;
}

.search{
	width: 200px;
	margin-right: -3px;
	border: 1px solid #333333;
	background: #FFFFFF no-repeat left center;
	font-size: 14px;
	color:#999999;
	height:100%;
	}
.search:hover{
	background: #FFFFCC url(none);
	color:#000000;
	}
.search:active{
	background: #FFFFCC url(none);
	color:#000000;
	}

.searchbutton{
	color: #000000;
	background: #999999;
	width: 60px;
	border: 0px solid #333333;
	font-size: 14px;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
	}
	
.searchbutton:hover {
	background: #666;
	cursor: pointer;
	color: #FFFFFF;
}
#azlogo{
	height: 75px;
	float: left;
	width: 302px;
	text-align: left;
	margin-right: -20em;
	background: url(../images/azagency_logo.jpg) no-repeat;
	}

.seal{
	float: right;
	background: url(../images/azlogo.jpg) no-repeat left;
	height: 75px;
	width: 302px;
	text-align: right;
	margin-left: -20em;
	}

#bnr_wrapper {
	background: #333333 url(../images/bnr_back.jpg) repeat-x left top;
	white-space: nowrap;
	min-width:800px;
	display: table;
	width: 100%;
	text-align: center;
	height: 98px;
	/*
	height: 114px;
	max-height:98px;
	min-height:95px;
	*/
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	min-width:990px;
}
#bnr_center{
	color: #FFFFFF;
	font-size: 1.7em;
	line-height: 1.1em;
	text-shadow: #000 2px 2px 2px;
	height: 75px;
	width: 990px;
	background: url(../images/bnr_mid_back_2.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: 70%;
	font-weight: 900;
}
#bnr_wrapper #slogan {
	float: left;
	color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 3px;
	padding-left: 20px;
}

#bnr_wrapper #ct {
	float: left;
	color: #FFFFFF;
	font-size: 90%;
	margin-top: 3px;
	padding-left: 12px;
	width:685px;
	overflow:hidden;
	text-align:left;
}
#bnr_wrapper #ct a {
	color: #FFFFFF;
	text-decoration:none;
}
#bnr_wrapper #ct a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
#bnr_wrapper #bnr2_wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}



/* ------------------------- Top Drop Menu Begins --------------------------- */
.topmenu_wrapper {
	background: #333333  url(../images/bnr02.gif) repeat-x left bottom;
	width: 100%;
	text-align: center;
	height: 1.25em;
	min-height: 20px;
	display: table;
	white-space: nowrap;
	min-width:990px;
	}

.topmenu {
	color:#FFFFFF;
	width: 45em;
	margin-left:auto;
	margin-right: auto;
	/*padding-left:65px;*/
	padding-left:4.25em;
	position: relative;
	white-space: nowrap;
	}

#nav li:hover ul.sub
{
	left:-2.0em;
	top:1.5em;
	background: #062233;
	width:53em;
	height:5.3em;
	z-index:100;
	font-weight: normal;
	text-align: left;
	overflow: auto;
	position:absolute;
	border: 1px solid #1F4167;
	/* for IE */
    filter:alpha(opacity=90);
	/* CSS3 standard */
    opacity:0.9;
	padding: 1px;
}
	/* CUSTOM */
#nav li:hover ul.sub2
{
	left:36em;
	top:1.5em;
	background: #062233;
	width:13.0em;
	height:15em;
	z-index:100;
	font-weight: normal;
	text-align: left;
	overflow: auto;
	position:absolute;
	border: 1px solid #1F4167;
	/* for IE */
    filter:alpha(opacity=90);
	/* CSS3 standard */
    opacity:0.9;
	padding: 1px;
}

#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:1em;
	cursor:pointer;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/tab_corner.gif) no-repeat left top;
	font-size: 1em;
}
#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: #1F4167;
	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: 0px;
	white-space: normal;
}

#nav li:hover ul.sub2 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: 0px;
	white-space: normal;
}

#nav li:hover ul.sub li:hover
{
	background: #1F4167;
	color:#FFFFFF;
	background: #1F4167;
}

#nav li:hover ul.sub2 li:hover
{
	background: #1F4167;
	color:#FFFFFF;
	background: #1F4167;
}

#nav li:hover ul.sub li a
{
	display:block;
	font-size:1em;
	width:14em;
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
	padding-left: 1px;
}

#nav li:hover ul.sub2 li a
{
	display:block;
	font-size:1em;
	width:14em;
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
	padding-left: 1px;
}

.topmenu_wrapper .topmenu #nav .fly {
	font-size: 0.9em;
	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: #A24500;
	text-align:center;
}

/* ---------------------------- Top Drop Menu ENDS---------------------------- */
/* -------------------------- Banner CSS ENDS  ----------------------------*/

/* --------------------------- left Menu Begins  ---------------------------- */

.nextlevel {
	background-color: #062233;
	 Arial, Helvetica, sans-serif;

}
.nextlevel a {
	color:#0F9;
}


#menu {
	width: 180px;
	/* 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: 5px 5px 5px 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#menu a {
text-decoration: none;

}

#menu a:hover {
	color: #FFF;
	background: #1F4167;
	
}

#menu li {
	position: relative; 
}

#menu ul ul ul {
	
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	/* for IE */
    filter:alpha(opacity=90);
	/* CSS3 standard */
    opacity:0.90;
	border: 1px solid #CCC;
}
#menu ul ul ul a {
	color:#FFF
}
#menu li:hover {
	background: #1F4167;
	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%; color:} 


.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   */
