@charset "UTF-8";
/* CSS Document */

#citiesbg {
    background: url(../_images/layout/citieslist.jpg) no-repeat; 
	height:122px
}

div.vert_cont_a {
font-size: 10px;
}
div.vert_cont_a ul {
font-size: 10px;
border-top:1px solid #006373;
margin-left: 0;
border-bottom:1px solid #006373;
xmargin: 12px, 20px, 12px 1.25em;
padding:0;
list-style-type: none;
}
div.vert_cont_a li{
text-align: left;
text-indent: .5em;
border-bottom: 1px solid #006373;
vertical-align:middle;
}
div.vert_cont_a li a{
padding:5px 0; /*controls height of each li*/
display: block;
text-decoration: none;
color: #000000; /*controls type color*/
}
div.vert_cont_a li a:hover{
background-color: #e5e6e8; /*controls highlight color*/
}

#tablegray {
	background-color:#dfdfdf;
}

#adtabletop { 
	background: url(../_images/layout/adtabletop.jpg) no-repeat;
} 

#adtablebg { 
	background: url(../_images/layout/adtablebg.jpg) repeat-y;
} 

#adtablebottom { 
	background: url(../_images/layout/adtablebottom.jpg) no-repeat;
} 

#adframetop { 
	background: url(../_images/layout/adframetop.jpg) no-repeat;
} 

#adframebottom { 
	background: url(../_images/layout/adframebottom.jpg) no-repeat;
} 

#adframemid { 
	background: url(../_images/layout/adframemid.jpg) repeat-y;
} 