/* ------------------------ Basic Body CSS Starts -------------------------*/
body{
	behavior: url(ie_fix.htc);
	behavior: url(assets/css/ie_fix.htc);
	padding:0px;
	margin:0px;
	background: #ECECEC;
	font: 1em Arial, Helvetica, sans-serif;
}
.body1 {     /* For normal text within a table with defined text style*/
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
img {
	border:none;
}
.printwrapper  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
a:link { color: #274e67; text-decoration: underline; } /* unvisited link */
a:visited { color: #666666; text-decoration: underline; } /* visited link */
a:hover {
	color: #274e67;
	text-decoration: none;
	text-align: left;
}

#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: 980px;
	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 {
	margin:0;
	padding:0;
	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: #FFF;
		}
#right_column h3{
	font-size: 0.9em;
	font-family: georgia, arial, helvetica, verdana;
	/*color: #3b4e5c;*/
	/*color: #cccccc; medium gray*/
	color: #0c2633;
	padding-left: .5em;
}
#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;
	padding-left: .5em;
	font-size: 0.8em;
	color: #333333;
		}
#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%;
	color: #000000;
	}
#mccont p {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	color: #000000;
	
	}
#lccont {
	display: block;
	height: 100%;
	clear: both;
	}
#lccont p {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;	
	
	}
/* Added JCline */
.leftColumnText{
	font-size: 0.8em;
}
#lccont h3 {
	font-size: 1.0em;
	font-family: georgia, arial, helvetica, verdana;
	/*color: #3b4e5c;*/
	color: #003399;
}
/* left col header not h3 */
.leftColHdr {
	font-size: 1.0em;
	font-family: georgia, arial, helvetica, verdana;
	/*color: #666600;*/
	color: #003399;
	font-weight: bold;
}
#mccont h1 {
	font-size: 1.2em;
	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;
}
/* Added Cline */
#mccont h2 {
	font-size: 1.0em;
	font-family: georgia, arial, helvetica, verdana;
	color: #003399;
	/*color: #666600;  light sage green  */
	margin-top: 5px;
	/*margin-left: 10px;*/
	margin-right: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
.h2Small {
	font-size: 0.9em;
	font-family: georgia, arial, helvetica, verdana;
	color: #003399;
	font-style: italic;
	font-weight: bold;
}
.h2SmallBlack {
	font-size: 0.9em;
	font-family: georgia, arial, helvetica, verdana;
	color: #000000;
	font-weight: bold;
}
.h2Style {
	font-size: 1.0em;
	font-family: georgia, arial, helvetica, verdana;
	color: #003399;
	font-weight: bold; 
}
#mccont h3 {
	font-size: 0.9em;
	font-family: georgia, arial, helvetica, verdana;
	/*color: #a76627;    lt brown 5/11/09 */
	color: #87873b;
	/*margin-top: 4px;*/
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	/*padding-right: 5px;*/
	/*padding-top: 2px;*/
}
.right_content {
	margin:0;
	padding-top: 0.5em;
	padding-right: .5em;
	padding-bottom: 0.5em;
	padding-left: .5em;
	font-size: .80em;
		}
.right_content_blue {
	margin:0;
	padding-top: 0.5em;
	padding-right: .5em;
	padding-bottom: 0.5em;
	padding-left: .5em;
	font-size: .85em;
	color: #0c2633;
		}
.right_content_blue_lrg {
	margin:0;
	padding-top: 0.5em;
	padding-right: .5em;
	padding-bottom: 0.5em;
	padding-left: .5em;
	font-size: .95em;
	color: #0c2633;
		}
.right_col_blue {
	font-size: .85em;
	color: #0c2633;	
}
#rightColLink {
	font-size: 0.85em;	
}
.rColHdr {
	font-size: 0.9em;
	font-family: georgia, arial, helvetica, verdana;
	font-weight: bold;
	color: #ffffff;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	/*padding-right: 5px;*/
	/*padding-top: 2px;*/
}

.left_content {
	margin:0;
	padding-top: 0.5em;
	padding-right: .5em;
	padding-bottom: 0.5em;
	padding-left: .5em;
	font-size: 0.9em;
	
		}
.left_col_blue {
		color: #0c2633;
		
		}
.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; /*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: 0.9em;
	font-style: normal;
	}

#helpmenu a{
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	}

#headerTop{
	font-size: .85em;
}

#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 {
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	margin: 0px;
	padding-top: 0px;
}
#searchbar form {
	margin: 0px;
	padding: 0px;
}

.search{
	width: 25em;
	margin-right: -0.3em;
	border: 1px none #FFFFFF;
	background: #FFFFFF no-repeat left center;
	}
.search:hover{
	background: #FFFFCC url(none);
	}
.search:active{
	background: #FFFFCC url(none);
	}

.searchbutton{
	color: #000000;
	background: #999999;
	width: 5em;
	border: 1px solid #333333;
	font-size: 0.9em;
	}

	
.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: 7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#bnr_center{
	color: #FFFFFF;
	font-size: 1.7em;
	line-height: 1.1em;
	text-shadow: #000 2px 2px 2px;
	height: 75px;
	width: 950px;
	/*background: url(../images/bnr_mid11_26.jpg) no-repeat;*/
	/*background: url(../images/bnr_mid10.jpg) no-repeat;*/
	/*background: url(../images/bnr_mid10MoreImages.jpg) no-repeat;  [dead tree] */
	/*background: url(../images/bnr_mid10MoreImages2.jpg) no-repeat;  [green pad cactus] */
	background: url(../images/bnr_mid10Feb09.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 {
	float: left;
	color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 3px;
	padding-left: 20px;
}

#bnr_wrapper #bnr2_wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------- Top Drop Menu Begins --------------------------- */
.topmenu_wrapper {
	background: #333333 url(../images/bnr02.jpg) no-repeat left bottom;
	width: 100%;
	text-align: center;
	height: 20px;
	display: table;
	white-space: nowrap;
	}

.topmenu {
	color:#FFFFFF;
	/*width: 42em;*/ /*original setting for 5 tabs*/
	/*width: 60em;*/ /*revised width for 7 tabs*/
	/*width: 48em; /*  --width for menu prior to 4/29/09-- */
	/*margin-left:auto;*/
	width: 60em;
	/*margin-left: 160px;  --margin for menu prior to 4/29/09-- */
	margin-left: 100px;
	margin-right: auto;
	position: relative;
	white-space: nowrap;
	}

#nav li:hover ul.sub
{
	left: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 #A24500;
	/* 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;*/
	/*width: 60em;  --width for nav prior to 4/29/09-- */
	width: 65em;
	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: #A24500;
	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.sub li:hover
{
	background: #A24500;
	color:#FFFFFF;
	background: #A24500;
}
#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;
}
.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;

}

#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: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#menu a {
text-decoration: none;

}

#menu a:hover {
	color: #FFF;
	background: #A24500;
	
}

#menu li {
	position: relative; 
}
#menu li:hover {
	background: #A24500;
	color:#FFF;
}

#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
}


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;
	color:#FFF
}
/* ---------------------------- left Menu Ends  ---------------------------- */

	/* BEGIN HIDDEN PRINT DIVS   */
	
.printwrapper {
	visibility:hidden;
	display:none
}

/* END HIDDEN PRINT DIVS   */
/* ---------------------------- begin add new classes  ---------------------------- */
.newsLink {
	font-size: 0.85em;
}
.moreLink {
	font-size: 0.9em;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.picSubText {
	font-size: 0.8em;
	margin-left: 0.5em;
}
.tableText {
	font-size: 1.0em;
	color: #000000;
}
.tableTextSm {
	font-size: 0.85em;
}
.tableTextAuction {
	font-size: 0.90em;
}
.tableTextHdr {
	font-size: 1.0em;
	font-weight: bolder;
	color: #003399;
}
/*table cell with bottom border - for col totals*/
.botBorder {
	border-bottom: 1px #ccc solid;
}
.scheduleHdr {
	font-size: 1.2em;
	font-family: georgia, arial, helvetica, verdana;
	/*color: #3b4e5c;*/
	color: #003399;	
}
#resultsHdr {
	font-size: 9pt;
	font-family: georgia, arial, helvetica, verdana;
	color: #003399;
	margin-top: 5px;
}
.resultsHdr {
	font-size: 9pt;
	font-family: georgia, arial, helvetica, verdana;
	color: #003399;
	margin-top: 5px;
}
/* right column style */
fieldset {
	border: 1px solid #0c2633;
}
legend {
	/*color:#CCC;*/
	color: #0c2633;
	font-weight: bold;
	/*font-family: georgia, arial, helvetica, verdana;*/
	font-size: 12px; 
}
.dkBlueBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c2633;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0c2633;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0c2633;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0c2633;	
}
.quickLinks {
	font-size: 0.9em;
	/*color: #999966;*/
	color: #7f7f5a;
	font-weight: bold;
}
/* not used in template 10 */
#quicklinks2 a:link { color: #7f7f5a; text-decoration: none; } /* unvisited link */
#quicklinks2 a:visited { color: #666666; text-decoration: none; } /* visited link */
#quicklinks2 a:hover { color: #7f7f5a; text-decoration: underline; }

.box {
	border-width:1px;
	border-color:#999;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;	
}
.tblCellTop {
	border-top-style:solid;
	border-color:#666;
	border-width:1px;
}
.tblCellBottom {
	border-bottom-style:solid;
	border-color:#666;
	border-width:1px;
}
.smItalic {
	font-size: 10px;
	font-style: italic;
}
.grayBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;*/
}
.grayBorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;	
}
.grayBorderTopBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.grayBorderAll {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
/* light blue borders for tables and paragraphs */
.ltBlueBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebf2fa;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;*/
}
.ltBlueBorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4dbf6;	
}
.ltBlueBorderTopBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4dbf6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4dbf6;
}
.ltBlueBorderTBR {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4dbf6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4dbf6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c4dbf6;
}
.ltBlueBorderAll {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4dbf6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4dbf6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c4dbf6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c4dbf6;
}
.dkTaupeBorderAll {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94887c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #94887c;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #94887c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #94887c;
}
.dkTaupeBorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #94887c;
}
/* end light blue borders  */
.whtBorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;	
}
.dkBlueBorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0c2633;	
}
.redText {
	color: #F00;	
}
.orangeText {
	color: #F60;
}
.tableBackground {
	background-repeat:no-repeat;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
/*img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}*/
/*  One line style info for background images--
	Makes backgr img, and centers
background: #fff url(image.gif) no-repeat center 10%; */

.watermark {
	background: url(../../images/watermark/logoLrgWatermark.gif) no-repeat center 15%;
	vertical-align: middle;
}

