@import url('statewide.css');
@import url('adot-header.css');

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;
}

table
{
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
	border-collapse:collapse;

}

.leftNavi		/* updated 7/15/2009 */
{
    background-color: #609191;
	width:10%;
}

.leftNaviMin		/* minimum left column */
{
    background-color: #609191;
	width: 8px;
}
.leftNavitext	/* updated 7/15/2009 */
{
    color: #FFFFFF;

}
td.leftNavi
{
    xxwidth: 190px;
    vertical-align: top;
    text-align: center;
}
td.rightNavi
{
    width: 100px;
    background: #cccccc url(  "/images/right-column_BG.gif") top left repeat-y;
    text-align: left;
    vertical-align: top;
	padding: 4px 8px 4px 8px;
}
td.main5
{
    width: 98%;
    background-color: #ffffff;
    vertical-align: top;
    padding: 15px;
}

td.main0
{
    width: 98%;
    background-color: #ffffff;
    vertical-align: top;
    padding: 0px;
}

p
{
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}

p.indented
{
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
}

p.links
{
    color: #006699;
}

p.rightNavi
{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 5px;
	color: #000000;
}

span
{
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}

span.purple_buttons
{
    border-right: #330033 1px solid;
    border-top: #CC99FF 1px solid;
    border-left: #CC99FF 1px solid;
    border-bottom: #330033 1px solid;
    padding-left: 20px;
    padding-right: 20px;
}
span.green_buttons
{
    background-color: #00685b;
    border-right: #999999 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #999999 1px solid;
    padding-left: 20px;
    padding-right: 20px;
}

span.printonly
{
    display: none;
    visibility: hidden;
}

span.dropcap
{
    font-size: 150%;
    font-weight: normal;
    /* color: #006A5B;  */
    color: #0e2626;
    padding-bottom: 0px;
}

/***** Ordered List *****/

ol
{
    padding-left: 20px;
    padding-right: 20px;
}

ol li
{
    padding-bottom: 5px;
}

/***** Definition List *****/

dl
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 5px;
}

dl dt
{
    font-weight: bold;
    font-style: italic;
    background: url(  "/images/dot_purple_sm.jpg" );
    background-repeat: no-repeat;
    background-position: 0% 30%;
    padding-left: 14px;
}

dl dd
{
    padding-bottom: 0px;
    margin-left: 20px;
}

/***** Green Un-Ordered List *****/
ul.green
{
    list-style: none;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.green li
{
    background-image: url(/Images/dot_green_sm.jpg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}

ul.green li ul
{
    list-style: none;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.green li ul li
{
    list-style: none;
	background-image: url(/Images/dot_purple_sm.jpg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/***** blue Un-Ordered List (1 level only) *****/


ul.blue-011
{
margin-left: 15;
padding-left: 0;
list-style: none;
}

ul.blue-011 li
{
margin-bottom: 8px; margin-top: 8px;
padding-left: 15px;
background-image: url(/Images/dot_blue_sm.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
}

ul.blue
{
    list-style: none;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.blue li
{
    list-style: none;
    background-image: url(/Images/dot_blue_sm.jpg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/***** Purple Un-Ordered Lists (level 1 purple; level 2 green)*****/
ul.purple-011
{
margin-left: 15;
padding-left: 0;
list-style: none;
}

ul.purple-011 li
{
margin-top: 10px;
margin-bottom: 15px;
padding-left: 15px;
background-image: url(/Images/dot_purple_sm.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
}
ul.purple
{
    list-style: none;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.purple li
{
    background-image: url(/Images/dot_purple_sm.jpg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}

ul.purple li ul
{
    list-style: none;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.purple li ul li
{
    list-style: none;
	background-image: url(/Images/dot_green_sm.jpg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/***** Page heading style ***/

h1
{
    font-family: Verdana, Arial, helvetica;
    font-size: 200%;
    color: #000000;
    text-decoration: none;
}

h1.blue
{
    color: #006699;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

h1.printonly
{
    display: none;
    visibility: hidden;
}

h2
{
    font-family: Verdana, Arial, helvetica;
    font-size: 125%;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}


h2.blue_img
{
    color: #006699;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 3px;
    background-image: url(/Images/waveball.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

h2.blue
{
    color: #006699;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 3px;
}

h3
{
    font-family: Verdana, Arial, helvetica;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

h3.blue
{
    color: #006699;
    padding-left: 35px;
    margin-bottom: 0px;
}

h3.indented
{
    color: #000000;
    padding-left: 35px;
    padding-top: 10px;
    margin-bottom: 0px;
}

/***** All LINKS *****/

a
{
    font-family: Verdana, Arial, helvetica, sans-serif;
    xxfont-size: 10pt;
    text-decoration: none;
    color: #006699;
}

a:visited
{
    color: #006699;
}

a:hover
{
    text-decoration: underline;
}

/***** Toolbar Navigation Links *****/

a.tool
{
    font-weight: bold;
    color: #FFFFFF;
}

a.tool:visited
{
    font-weight: bold;
    color: #FFFFFF;
}

a.tool:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

/***** Navigation Links *****/

a.nav
{
    color: #F9F9FF;
}

a.nav:visited
{
    color: #F9F9FF;
}

a.nav:hover
{
    color: #F9F9FF;
    text-decoration: none;
}

/***** Purple Links *****/

a.purple
{
    color: #85226C;
    font-weight: bold;
}

a.purple:visited
{
    color: #85226C;
    font-weight: bold;
}

a.purple:hover
{
    color: #85226C;
    font-weight: bold;
    text-decoration: underline;
}

/***** Text in search results *****/
.u
{
    color: #008000;
}

.whitebold10
{
    color: white;
    font-family: verdana, Arial, helvetica;
    font-size: 10px;
    font-weight: bold;
}
.whitebold12
{
    color: white;
    font-family: verdana, Arial, helvetica;
    font-size: 12px;
    font-weight: bold;
}
.whitebold18
{
    color: white;
    font-family: verdana, Arial, helvetica;
    font-size: 18px;
    font-weight: bold;
}

.black10
{
    color: black;
    font-family: verdana, Arial, helvetica;
    font-size: 10px;
}
.black11
{
    color: black;
    font-family: verdana, Arial;
    font-size: 11px;
}
.black12
{
    color: black;
    font-family: verdana, Arial, helvetica;
    font-size: 12px;
}
.black14
{
    color: black;
    font-family: verdana, Arial, helvetica;
    font-size: 14px;
}

.black18
{
    color: black;
    font-family: verdana, Arial, helvetica;
    font-size: 18px;
}

.blackbold10
{
    color: black;
    font-family: verdana, Arial, helvetica;
    font-size: 10px;
    font-weight: bold;
}
.blackbold11
{
    color: black;
    font-family: verdana, Arial, helvetica;
    font-size: 11px;
    font-weight: bold;
}
.blackbold12
{
    color: black;
    font-family: verdana, Arial, helvetica;
    font-size: 12px;
    font-weight: bold;
}


.blue10
{
    color: #006699;
    font-family: verdana, Arial, helvetica;
    font-size: 10px;
}
.blue11
{
    color: #006699;
    font-family: verdana, Arial, helvetica;
    font-size: 11px;
}
.blue12
{
    color: #006699;
    font-family: verdana, Arial, helvetica;
    font-size: 12px;
}

.blue18
{
    color: #006699;
    font-family: verdana, Arial, helvetica;
    font-size: 18px;
}

.bluebold12
{
    color: #006699;
    font-family: verdana, Arial, helvetica;
    font-size: 12px;
    font-weight: bold;
}

.gray10
{
    color: #808080;
    font-family: verdana, Arial, helvetica;
    font-size: 10px;
}
.gray11
{
    color: #808080;
    font-family: verdana, Arial, helvetica;
    font-size: 11px;
}
.gray12
{
    color: #808080;
    font-family: verdana, Arial, helvetica;
    font-size: 12px;
}
.tdFooter2	
{
	margin:10pt;
	padding:10pt;
	background:#333333 url(/images/road-stripe66.gif) center left repeat-x;
}
.pFooter2	
{
	color:#cccccc;
	font-size:8pt;
	text-align:center;
}
.pFooter2 a
{
	color:#cccccc;
	text-align:center;
}
.tdFtrStripBG1
{
background-color:#5f3065;
}	


/* ------------------------ Basic Body CSS Starts -------------------------   */
/* body (moved to top)   */
.tdBoxHead2 
{
	padding:5px; 
	font-size: 10pt;
	line-height:100%;
	color: #ffffff;
	border: solid 2pt #CCCCCC; 
	border-bottom: solid 2pt #FFFFFF; 
	background: #5f3064;
}
.tdBoxHead2plus 
{
	padding:5px; 
	font-size: 10pt;
	line-height:100%;
	color: #ffffff;
	border: solid 2pt #CCCCCC; 
	border-bottom: solid 2pt #FFFFFF; 
	background: #5f3064 url(/images/bg-tabs2.jpg) repeat-x;
}

.tdBoxHead2 a, .tdBoxHead2 a:active, .tdBoxHead2 a:visited, .tdBoxHead2 a:hover
{
	font-size: 10pt;
	line-height:100%;
	color: #ffffff;
	text-decoration: none;
}
.tdHomeBoxHead 
{
	padding:5px; 
	font-size: 10pt;
	line-height:100%;
	color: #ffffff;
	border: solid 2pt #CCCCCC; 
	border-bottom: solid 2pt #FFFFFF; 
	background: #0d6966 url(/images/bg-tabs1.jpg) repeat-x;
}
.tdHomeBox
{
	padding:5px 15px 5px 0px; 
	border: solid 2pt #CCCCCC; 
	border-top: none; 
	border-bottom: none; 
	background: #eaeaea;
	vertical-align: top;
	font-size: 10pt;
}
.tdHomeBox a
{
	font-size: 9pt;
	text-decoration: none;
	border: none;
}
.tdHomeBox a:visited
{
	font-size: 9pt;
	text-decoration: none;
	border: none;
}


.tdHomeBox a:hover
{
	font-size: 9pt;
	text-decoration: underline;
	border: none;
}

.tdHomeBox ul
{	list-style-type: square;

	}
.tdHomeBox li
{ margin-bottom: 9px;
	line-height:1.1em; 
	color: #5f3064; 
	}
.tdHomeBoxMore
{
	padding:2px 10px 2px 2px; 
	text-align: right;
	font-size: 8pt;
	border: solid 2pt #CCCCCC; 
	border-top: none; 
	background: #D5D5D5 url(/images/more-BG.gif) repeat-y top right; 
	color: #0d6966 
}
.tdHomeBoxMore a
{
	font-size: 8pt;
}
.tdHomeBoxMore p {
	font-size: 0;
}
.tdHomeBoxSpacer
{
	padding:0; 
	border-bottom: none; 
	border-top: none; 
}
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: 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;
		}
#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.9em;
	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%;
	}
#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: 0em;
	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: .5em;
	padding-bottom: 0.5em;
	padding-left: .5em;
	font-size: .9em;
		}
.left_content {
	margin:0;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-size: 0.9em;
	color: #FFF;
		}
.block {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
.infoBug-box	{
    padding: 5px 10px 5px 30px;
	margin: 0px 35px 2px 0px; 
	background: #eaeaea url(/images/bug-info.gif) 5px 5px no-repeat;
}
.infoBug-box p	{
	 margin: 0px 10px 6px 0px; 
	 font-size: 9pt; 
	 line-height: 12pt;
}		
/* -------------------------- Basic Body CSS Ends  ---------------------------*/
/* -------------------------- Banner CSS Starts  ----------------------------*/
#helpmenu{
	width: 100%;
	height: 1.5em; /*Height of top frame div*/
	overflow: hidden;
	xbackground: #FFFFFF;
	text-align: right;
	display: table;
	xfont-weight: bold;
	color: #999;
	line-height: 1.5em;
	xfont-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: 136px;
	/* height: 135px;  */
}
#MinWidthContainer #PageContainer {
	height: 1px;
}
#MinWidthContainer #PageContainer #PageContentContainer {
/*  margin-left:-790px;  */
xxposition: 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;
	height: 2em;
	border: 1px solid #333333;
	font-size: 0.9em;
	vertical-align:bottom;
	}
	
.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;  */
	height: 95px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 20;
}
#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_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 { /*
	float: left;
	color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 3px;
	padding-left: 20px;  */
}

#bnr_wrapper #bnr2_wrapper {
	height: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background:#333 url(/images/road-stripe.gif) repeat-x center left;
	/* background:#333 url(/images/road-stripe.gif) top left repeat-x;  */
}


/* ------------------------- Top Drop Menu Begins --------------------------- */
.topmenu_wrapper {
	background: #333 url(/images/bnr02.jpg) no-repeat left bottom;
	width: 100%;
	text-align: center;
	height: 20px;
	display: table;
	white-space: nowrap;
	}

.topmenu {
	color:#FFFFFF;
	/* border: solid 1 white; */
	/* 80em was original; 85 em extra tab; no longer or it will wrap for lower res settings */
	width: 85em;  
	margin-left:auto;
	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;
	xxwidth: 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;
	cursor:pointer;
	margin-top: 0;
	margin-bottom: 0;
	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; color:White;}
.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: #5f3064;
	color:#FFFFFF;	

}

#nav li:hover ul.sub li
{
	xxposition: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: #5f3064;
	color:#FFFFFF;
}
#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;

}
.nextlevel a {
	color:#0F9;
}


#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: #666;
}

#menu a {
text-decoration: none;

}

#menu a:hover {
	color: #FFF;
	background: #A24500;
	
}

#menu li {
	xxposition: 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 li:hover {
	background: #A24500;
	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   */
/* BEGIN NEWS RELEASE HEADER   */

#NewsRelHdr td {padding: 0px;}  /* for listing page */
.NewsRel-Mid {width: 95%; background: #ffffff url(/CCPartnerships/GovDelivery/Images/header-Email-NewsRelease-2Mid.jpg) repeat-x top left;}

#NewsRelsHdr td {padding: 0px;}  /* for individual releases */
.NewsRels-Mid {width: 95%; background: #ffffff url(/CCPartnerships/GovDelivery/Images/header-Email-NewsReleases-2Mid.jpg) repeat-x top left;}

/* END NEWS RELEASE HEADER   */

/* BEGIN HIGHWAYS - STATEWIDE PROJECTS   */
.tdDate {
	text-align: left;
	vertical-align: top;
	padding: 3px 10px 6px 2px;
	font-size: 8pt; 
}

.tdCone	{
	width: 2%;
	padding: 0px;
	vertical-align: top;
}
.tdAlertDate	{
	width: 2%;
	text-align: center; 
	vertical-align: top;
	padding: 1px 10px 0px 10px;
	font-size: 10pt;
}
.tdAlert	{
	width: 96%;
	padding: 1px 0px 4px 2px;
	font-size: 10pt;
}

.dvGrayBox {border: solid 2px #cccccc; padding: 8px; margin: 8px 8px 8px 0px; 
width: 47%; min-width: 280px; float: left; 
}
#projectTab {margin: 0px 0px 10px 8px; }

#projectTab * {color:#005448; }

#projectTab * * img {border: none; margin: 0px 8px 0px 1px; }

#projectTab h1, h2, h3 {
	margin: 0px; 
}
#projectTab h1 {
	font-size: 16px;
}
#projectTab h2 {
	font-size: 14px;
}
#projectTab h3 {
	font-size: 12px;
}

#projectTab .r1c1 {
	width: 14px; 
	padding:0px;
	background:#ffffff url(/Highways/Projects/images/tabs-01-r1c1.gif) top left no-repeat;
	}
#projectTab .r1c2 {
	background:#ffffff url(/Highways/Projects/images/tabs-01-r1c2.gif) top right no-repeat; 
	padding:10px 20px 0px 2px; 
	width:auto; 
	}
#projectTab .r2c1 {
	background:#ffffff url(/Highways/Projects/images/tabs-01-r2c1.gif) top left no-repeat;
	width:auto; 
	padding:0px;
	}
#projectTab .r2c2 {
	background:#ffffff url(/Highways/Projects/images/tabs-01-r2c2.gif) top right no-repeat;
	padding:0px; 
	width:auto; 
	height: 20px; 
	}

.tdHeadingB {  /* North and South headings */
	padding:5px;  
	background: #7c0e2c;
	background: #a40f37;
	background: #247d79;
	border-top: solid #333 1pt; 
	border-bottom: solid #f04 1pt; 
	border-left: solid #333 1pt;
	border-right: solid #f04 1pt; 
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-left: 6px; 
}
.trSpacer 	
{line-height: 1px;
}
.tdGroupingOn {
	vertical-align: top;
	text-align: center;
	font-size: 13pt;
	color: #85226C; 
	xcolor: #ff0044;
	ccolor: #a4173d;
	ccolor: #7c0e2c;
	padding: 6px 8px 0px 8px;
	border-top: solid #cccccc 1pt;
	
	font-weight: bold; 
	background: url(/highways/images/hdr-cccBlend.gif) top center repeat-x;
}
.tdTitleLink {
	text-align: left;
	padding: 2px 2px 10px 2px;
	font-size: 10pt;
	line-height: 12pt;
	border-bottom: solid #fff 1pt;
}
.floatlft {float: left;}
.floatrt {float: right; }
.clearall {clear: both;}
.ADOTGreen	{
	color: #005548;
}
.ADOTPurple	{
	color: #85226c;
}
/* END HIGHWAYS - STATEWIDE PROJECTS   */

/* USE THE FOLLOWING PICBOX RIGTH OR LEFT TO INSERT IMAGES WITH CAPTIONS 
		USE A DIV WITH AN IMG AND P TAG FOR THE CAPTION    */
.picBoxL{
	float:left;
	margin: 0 15 5 0;
	padding: 10;
	border: solid 1pt #ccc;
	width:auto;
}
.picBoxL p{
	margin: 5 0 0 0;
	text-align:center;
	font-size:9px;
}
.picBoxR{
	float:right;
	margin: 0 0 5 15;
	padding: 10;
	border: solid 1pt #ccc;
	width:auto;
}
.picBoxR p{
	margin: 5 0 0 0;
	text-align:center;
	font-size:9px;
}
/* Left Side Components Under Menu
**********************************/
div#left-bottom,
ul#left-side-components,
ul#left-side-components li {
	list-style-type: none;
	border: 0;
	padding: 0;
	margin: 0;
}

div#left-bottom {
	padding-top: 15px;
	margin-left: 2px;
}

ul#left-side-components li {
	width: 167px;
	margin-bottom: 15px;
}

ul#left-side-components li img {
	vertical-align: top;
}

form#signup {
	background: url('/images/icons/signup-bg.png') no-repeat;
	height: 69px;
	padding: 1px 0 0 0;
	margin: 0;
}

input#signup-text {
	border: 1px solid #333;
	color: #aaa;
	font: italic normal normal 8pt sans-serif;
	height: 20px;
	text-align: center;
	width: 150px;
}

input#signup-button {
	font: normal normal bold 9pt sans-serif;
	color: #333;
}

form#signup ul,
form#signup ul li {
	margin: 0;
	padding: 0;
	
}

form#signup ul li {
	padding-top: 8px;
}

/* Social Media Icons
*********************/
table#social-media {
	height: 39px;	
	width: 153px;
}

#social-media td {
	padding: 0 0 0 2px;
	margin: 0;
}

/* MISC HELPER CLASSES
*********************/

.addpointer {cursor: pointer;}
.stacker-container
	{width: 98%; line-height: 1.25em; margin: 5px 0px 5px 0px;}
.stacker-container ul
	{  
	margin-top: 5px;
	}
.stacker-container div
	{ border-bottom: solid 1pt #cccccc; 
	margin-bottom: 15px;
	}	
.stacker-container div a
	{ text-decoration: underline;
	}
.stacker-container div h3
	{ margin: 10px 0px 5px 0px;
	}
.stacker-container div strong
	{ color: #990099; font-weight: bold;
	}
table.zed td
{vertical-align: top;}

table.elbowroom td	{
	vertical-align: top;
	padding: 3px;
}
td.elbowroom	{
	vertical-align: top;
	padding: 3px;
}

div.elbowroom
{margin: 5px; padding: 5px}

.tight
{margin-top: 4px; margin-bottom: 4px;}
.tight-top
{margin-top: 4px;}
.tight-bottom
{margin-bottom: 4px;}


h1.elbowroom, h2.elbowroom, h3.elbowroom
{margin-top: 15px; margin-bottom: 8px; }

ul.elbowroom li
{margin-top: 6px;margin-bottom: 8px;}

#Heading-Container h1 {
	font-size: 16pt; margin-top: 10px; margin-bottom: 10px;
	}
.captiontext {
	margin-top: 2px;
	font-size: 8pt !important; 
	line-height: 9pt !important;; 
	font: #cccccc Verdana, sans-serif; }

.captiontext-big {
	margin-top: 2px;
	font-size: 10pt !important; 
	font-weight: normal;
	line-height: 10pt !important;; 
	font: #cccccc Verdana, sans-serif; }

.NaviContainer h1, .NaviContainer h2, .NaviContainer h3, .NaviContainer h4 {
	color: #082b57;
	margin-bottom: 5px;
	}
.NaviContainer h1 {
	font-size: 16pt;
	}
.NaviContainer h2 {
	font-size: 14pt;
	}
.NaviContainer h3 {
	font-size: 12pt;
	}
.NaviContainer h4 {
	font-size: 10pt;
	}
.NaviContainer ul {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.NaviContainer ul ul {
	margin-left: 10px;
	}
.NaviContainer ul li {
	font-size: 9pt;
	font-family:Verdana, sans-serif;
	padding-bottom: 8px;
	}
.NaviContainer ul ul {
	margin-top: 10px;
	}
div.NaviContainer {
	display:  inline-block;
	float:left;
	}
.NaviContainer p {
	font-size: 9pt; font-family:Verdana, sans-serif;
	line-height: 12pt;
	}
.three-thirds {width: 100%}
.one-half {width: 49%}
.one-third {width: 32%}
.two-thirds {width: 64%}
.one-fourth {width: 24%}
.one-fifth {width: 19%}
.one-sixth {width: 16%}
.odd {background: #f0f0f0;}	
.even {background: #e8e8e8;}	
.red {color: #cc0033; font-size: 100%;}
.BBorder {border-bottom: solid 1pt #ccc;}
.LBorder {border-left: solid 1pt #ccc;}

/*
*********** VALLEY FREEWAYS LISTS FOR CLOSURES
*/
.no-closures a {}    /* unvisited link */
.no-closures a:link {color:#999;}    /* shows gray  */
.no-closures a:visited {color:#999;}   /* shows gray  */
.no-closures a:hover {color:#069; }  /* on hover, same as normal links  */
.no-closures a:active {color:#999;}  

.bullet-Cone {list-style-image: url('/highways/projects/images/highway-bugs/plain/state-project-bug.gif'); font-size: 8pt;;}
.bullet-B40 {list-style-image: url('/highways/projects/images/highway-bugs/plain/40-BUSINESS-bug.gif')}
.bullet-I10 {list-style-image: url('/highways/projects/images/highway-bugs/10-bug.gif')}
.bullet-I15 {list-style-image: url('/highways/projects/images/highway-bugs/15-bug.gif')}
.bullet-I17 {list-style-image: url('/highways/projects/images/highway-bugs/17-bug.gif')}
.bullet-I19 {list-style-image: url('/highways/projects/images/highway-bugs/19-bug.gif')}
.bullet-I40 {list-style-image: url('/highways/projects/images/highway-bugs/40-bug.gif')}
.bullet-I8 {list-style-image: url('/highways/projects/images/highway-bugs/8-bug.gif')}
.bullet-LOOP101 {list-style-image: url('/highways/projects/images/highway-bugs/101-bug.gif')}
.bullet-LOOP202 {list-style-image: url('/highways/projects/images/highway-bugs/202-bug.gif')}
.bullet-LOOP303 {list-style-image: url('/highways/projects/images/highway-bugs/303-bug.gif')}
.bullet-SR143 {list-style-image: url('/highways/projects/images/highway-bugs/143-bug.gif')}
.bullet-SR169 {list-style-image: url('/highways/projects/images/highway-bugs/169-bug.gif')}
.bullet-SR177 {list-style-image: url('/highways/projects/images/highway-bugs/177-bug.gif')}
.bullet-SR179 {list-style-image: url('/highways/projects/images/highway-bugs/179-bug.gif')}
.bullet-SR186 {list-style-image: url('/highways/projects/images/highway-bugs/186-bug.gif')}
.bullet-SR188 {list-style-image: url('/highways/projects/images/highway-bugs/188-bug.gif')}
.bullet-SR189 {list-style-image: url('/highways/projects/images/highway-bugs/189-bug.gif')}
.bullet-SR195 {list-style-image: url('/highways/projects/images/highway-bugs/195-bug.gif')}
.bullet-SR238 {list-style-image: url('/highways/projects/images/highway-bugs/238-bug.gif')}
.bullet-SR24 {list-style-image: url('/highways/projects/images/highway-bugs/24-bug.gif')}
.bullet-SR260 {list-style-image: url('/highways/projects/images/highway-bugs/260-bug.gif')}
.bullet-SR264 {list-style-image: url('/highways/projects/images/highway-bugs/264-bug.gif')}
.bullet-SR286 {list-style-image: url('/highways/projects/images/highway-bugs/286-bug.gif')}
.bullet-SR30 {list-style-image: url('/highways/projects/images/highway-bugs/30-bug.gif')}
.bullet-SR347 {list-style-image: url('/highways/projects/images/highway-bugs/347-bug.gif')}
.bullet-SR366 {list-style-image: url('/highways/projects/images/highway-bugs/366-bug.gif')}
.bullet-SR387 {list-style-image: url('/highways/projects/images/highway-bugs/387-bug.gif')}
.bullet-SR51 {list-style-image: url('/highways/projects/images/highway-bugs/51-bug.gif')}
.bullet-SR587 {list-style-image: url('/highways/projects/images/highway-bugs/587-bug.gif')}
.bullet-SR64 {list-style-image: url('/highways/projects/images/highway-bugs/64-bug.gif')}
.bullet-SR67 {list-style-image: url('/highways/projects/images/highway-bugs/67-bug.gif')}
.bullet-SR68 {list-style-image: url('/highways/projects/images/highway-bugs/68-bug.gif')}
.bullet-SR69 {list-style-image: url('/highways/projects/images/highway-bugs/69-bug.gif')}
.bullet-SR72 {list-style-image: url('/highways/projects/images/highway-bugs/72-bug.gif')}
.bullet-SR74 {list-style-image: url('/highways/projects/images/highway-bugs/74-bug.gif')}
.bullet-SR77 {list-style-image: url('/highways/projects/images/highway-bugs/77-bug.gif')}
.bullet-SR79 {list-style-image: url('/highways/projects/images/highway-bugs/79-bug.gif')}
.bullet-SR80 {list-style-image: url('/highways/projects/images/highway-bugs/80-bug.gif')}
.bullet-SR801 {list-style-image: url('/highways/projects/images/highway-bugs/801-bug.gif')}
.bullet-SR82 {list-style-image: url('/highways/projects/images/highway-bugs/82-bug.gif')}
.bullet-SR83 {list-style-image: url('/highways/projects/images/highway-bugs/83-bug.gif')}
.bullet-SR85 {list-style-image: url('/highways/projects/images/highway-bugs/85-bug.gif')}
.bullet-SR86 {list-style-image: url('/highways/projects/images/highway-bugs/86-bug.gif')}
.bullet-SR87 {list-style-image: url('/highways/projects/images/highway-bugs/87-bug.gif')}
.bullet-SR88 {list-style-image: url('/highways/projects/images/highway-bugs/88-bug.gif')}
.bullet-SR89 {list-style-image: url('/highways/projects/images/highway-bugs/89-bug.gif')}
.bullet-SR89A {list-style-image: url('/highways/projects/images/highway-bugs/89A-bug.gif')}
.bullet-SR90 {list-style-image: url('/highways/projects/images/highway-bugs/90-bug.gif')}
.bullet-SR92 {list-style-image: url('/highways/projects/images/highway-bugs/92-bug.gif')}
.bullet-SR95 {list-style-image: url('/highways/projects/images/highway-bugs/95-bug.gif')}
.bullet-SR97 {list-style-image: url('/highways/projects/images/highway-bugs/97-bug.gif')}
.bullet-US161 {list-style-image: url('/highways/projects/images/highway-bugs/161-bug.gif')}
.bullet-US180 {list-style-image: url('/highways/projects/images/highway-bugs/180-bug.gif')}
.bullet-US191 {list-style-image: url('/highways/projects/images/highway-bugs/191-bug.gif')}
.bullet-US60 {list-style-image: url('/highways/projects/images/highway-bugs/60-bug.gif')}
.bullet-US70 {list-style-image: url('/highways/projects/images/highway-bugs/70-bug.gif')}
.bullet-US89 {list-style-image: url('/highways/projects/images/highway-bugs/89-US-bug.gif')}
.bullet-US92 {list-style-image: url('/highways/projects/images/highway-bugs/92-US-bug.gif')}
.bullet-US93 {list-style-image: url('/highways/projects/images/highway-bugs/93-bug.gif')}
.bullet-US95 {list-style-image: url('/highways/projects/images/highway-bugs/95-US-bug.gif')}


