.BkgLink
{
	background:  #FFFFFF;
}

.BkgAgBnr
{
	background-color: #FFFFFF;
}


.QLink
{
	background-color:  #FFFFFF;
	color:  #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.TitleQLink
{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

A:hover.QLink
{
	background-color:  #FFFFFF;
	color:  #006583;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;

}

.Custom2Brdcrmb a, .Custom2Brdcrmb a:visited
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	font-size: .7em;
	font-weight: bold;
}

.Custom2Brdcrmb A:hover
{
	color: #ff0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-decoration: underline;
}

#siteinfo_wrapper{
	background: url(../../images/egov/rov_site_info_bkgnd.gif);
	background-repeat: repeat;
	text-align: right;
	border: 0;
    height: 24px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Temporarily not used >>>
.siteinfo{
    padding-right: 10px;
    margin: 0;
    text-align: right;
    height: 24px;
    padding-top: 3px;
}

.siteinfo a, .siteinfo a:hover, .siteinfo a:visited {
    text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .7em;
}
 <<< */

/* Used in Site Info left side text - 9/24/08, mdt */
.siteinfo_left{
    margin: 0 260px 0 0;
    color: #FFFFFF;
	font-weight: bold;
	font-size: .8em;
    padding-left: 10px;
    padding-top: 4px;
    /*height: 24px;  */
    text-align: left;
}

.siteinfo_right{
    float: right;
    padding-right: 10px;
    margin: 0;
    text-align: right;
    /*height: 24px; */
    padding-top: 2px;
    width: 260px;
}


.siteinfo_right a, .siteinfo_right a:hover, .siteinfo_right a:visited {
    text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .7em;
}

.custom2-linklist-whatsnew{
  background-image: url(../../images/egov/rov_bkgnd_panel2.gif);
  background-repeat: repeat-x;
  height: 143px;
}

.custom2-TitleQLink
{
	background-color: transparent;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: .7em;
	line-height:1.5em;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 10px;
}

#custom2-container-link {
	text-align: left;
	border: 2px solid #CCCCCC;
}

#custom2-container-linklist {
	text-align: left;
	vertical-align: top;
}

#custom2-linklist {
    font-family: Verdana, Helvetica, sans-serif;
	vertical-align:top;
	width: 100%;
	margin-left: 4px;
}

#custom2-linklist ul {
	text-align: left;
	margin: 0;
	padding: 0;
}

#custom2-linklist ul li {
	list-style-type: none;
	background: url(../../images/egov/ql_square.gif) no-repeat 0% 18%;
}

#custom2-linklist ul li a, custom2-linklist ul li a:visited {
	color: #003366;
	font-weight: bold;
	font-size: .7em;
	text-decoration: none;
	margin-left: 16px;
	display: block;
	padding-bottom: 8px;
}

#custom2-linklist ul li a:hover {
	color: #006583;
	text-decoration: underline;
}


.custom2-TitleMedia
{
	background-color: transparent;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: .7em;
	line-height:1.5em;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
}

#custom2-media-ql-link {
	text-align: left;
	margin : 0px 8px 0px 0px;
}

.media-ql-inner-left-box{
	padding-right: 30px;
	border-right : 1px dashed #CCCCCC;
	height: 330px;
}

.media-ql-inner-right-box{    
	padding-left: 10px;
	height: 330px;
}

/* For multi-level left navigation */

/*this is the css for the vertical version*/

.mlmenu{
    margin: 0px 2px 10px 8px;
    border-right: 1px solid;
    border-color: #999999;
}

.vertical ul{
    list-style-type: none;
    padding: 0px;
    margin:0px;
    width: 180px;
    background-color: #FFFFFF;
}

.vertical li {
    padding: 4px 4px 6px 4px;
    border-bottom: 1px dashed;
    background-color: #FFFFFF;
    border-color: #BFBFBF;
}

.vertical li a{
    display: block;
    text-decoration: none;
    color: #336699;
    font-size: .7em;
    font-weight:bold;
}

.vertical li a:hover{
    color: #3399FF;
    border-color: #BFBFBF;
    font-size: .7em;
    font-weight:bold;
}

/* This one doesn't work for ROV site - MDT */
/* .vertical li{
/*Needed for IE. Don't ask me why, It was a lucky guess.*/
/*	display: inline;
}

*/

.vertical li ul {
    position: absolute;
    margin-top: -1.3em;
    margin-right:0px;
    margin-bottom: 0px;
    margin-left: 172px;
    padding:0px;
    border: 1px solid;
    border-color: #BFBFBF;
}

.vertical li ul li{
   /* background-color: #F7F7F7; */
   background-color: #f8fcff;
}

.vertical li ul li ul li{
   /* background-color: #F2F2F2; */
   background-color: #f2faff;
}


.vertical li ul li a{
    display: block;
    text-decoration: none;
    color: #336699;
    font-weight:normal;
}

.vertical li ul li a:hover{
    color: #3399FF;
    border-color: #BFBFBF;
    font-size: .7em;
    font-weight:normal;
}

/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul{
    display: none;
}
/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span{
    text-decoration: none;
}

.arrow a:hover span{
    text-decoration: none;
}

.arrow a span.noshow{
    visibility: hidden;
}

/* For ROV header - Banner, Center Promo */

#header-container{
  width:100%;
  padding:0;
  margin:0;
}

#banner-centerpromo-container{
  background-image: url(../../images/egov/rov_bnr_bkgnd_tile.jpg);
  background-repeat: repeat-x;
  height: 88px;

}

#banner-container{
 /* background-image: url(http://sccdads.org/portal/scc_css/dept_css/portal/images/egov/rov_bnr_bkgnd_main.jpg);
  background-repeat: no-repeat; */
  width: 250px;
  height: 88px;
  padding: 0;
  float:left;
}

#centerpromo-container{
   height: 88px;
   background-image: url(../../images/egov/rov_bnr_bkgnd_main.jpg);
   background-repeat: no-repeat;
}


#centerpromo-image-container{
  margin: 0 125px 0 0;
  height: 88px;
}


#centerpromo-title{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 88px;
  /*width: 345px; */
  text-align: center;
}

.title-line1{
  font-size: 1.1em;
  color: #DF0000;
  padding-top:10px;
}

.title-line2{
  font-size: .8em;
  color: #BB0000;
}

.title-clickhere{
  padding-right:20px;
  padding-top:14px;
  text-align: right;
}

.title-clickhere a, .title-clickhere a:visited {
  font-size: .7em;
  font-weight: bold;
  color: #484848;
  text-decoration: none;
}

.title-clickhere a:hover {
  font-size: .7em;
  font-weight: bold;
  color: #484848;
  text-decoration: underline;
}

#centerpromo-image{
  width: 125px;
  height: 88px;
  float: right;
}

#header-emptyspace{
  width: 190px;
  background-image:url(../../images/egov/space.gif);
  background-repeat: repeat-x;
}