#topic li{ /*same as #sidebarRight li*/
	list-style:none;
	margin-left: -1.5em;
	padding-left: .8333em;
	background-image: url(../images/bullet_sidebar.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#topic a, #sidebarRight a, #secondary_nav a {
	text-decoration:none;
}
#topic a:hover, #sidebarRight a:hover, #secondary_nav a:hover{
	text-decoration:underline;
}
#secondary_nav h2 {
	color: #E7A614;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  	font-style: italic;
	font-weight: normal;
	margin-bottom:0;
}
#secondary_nav h4 {
	font-weight:bold;
	margin-bottom:0;
}
#secondary_nav h4 img{
	padding-right:1em;
	vertical-align:text-top;
	float:left;
}
#secondary_nav ul{
	margin-bottom:.9em;
}
#secondary_nav li {
	list-style:none;
	margin-left:2.5em;
	padding-left: .8333em;
	background-image: url(../../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#profiles h3{
	margin-bottom:0;
}

#topic h1, #profiles h1, #search_by_location h1 {
	background-color:#416CA1;
	padding: .25em;
	margin: -.6em -.6em .6em -.6em;
	color:#FFF;
	font-size:2.5em;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  	font-style: italic;
	font-weight: normal;
}
#topic h1 a:link, #profiles h1 a:link, #search_by_location h1 a:link{
	background-color:#416CA1;
	color:#FFF;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  	font-style: italic;
	font-weight: normal;
	text-decoration:none;
}

#topic h1 a:visited, #profiles h1 a:visited, #search_by_location h1 a:visited{
	background-color:#416CA1;
	color:#FFF;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  	font-style: italic;
	font-weight: normal;
	text-decoration:none;
}

#unemployment img{
	margin-left:-.5em;
	margin-top:-.5em;

}
/*DATA BY LOCATION STYLES*/
#ysearchinput {
	width:18em;
	color:#999;
	vertical-align:bottom;
	margin-right:.4166 em;
}
#ysearchcontainer {
	position:absolute;
	z-index:50000;
	font-size:1 em;
	width:29em;
}
#ysearchcontainer .yui-ac-content {
	position:absolute;
	left:0;
	top:0;
	border:1px solid #404040;
	background:#fff;
	text-align:left;
	z-index:50000;
}
#ysearchcontainer .yui-ac-shadow {
	position:absolute;
	left:0;
	top:0;
	margin:.3em;
	background:#CCC;
	z-index:9049;
}
#ysearchcontainer ul {
	padding:0 0 0 0em;
	margin: 0;
	width:100%;
}
#ysearchcontainer li {
	cursor:default;
	white-space:nowrap;
	list-style:none;
}
#ysearchcontainer li.yui-ac-highlight {
	background:#FBEFD3;
}
#ysearchcontainer li.yui-ac-prehighlight, #statescontainer2 li.yui-ac-prehighlight {
	background:#FFFFCC;
}
#ajaxload {
	z-index:9050;
}

/*These two classes are used to format the dropdown list (so it will both left and right align)*/
.place_name{
	display:inline;
	color:#333;
	margin-left:.4em;/*Necessary to add white space around the container. If it is added to the container itself, it causes text overflow*/ 
}
.population{
	display:inline;
	float: right;
	margin-left:.5em; /*Needed so there is space between name and population on long names*/ 
	margin-right:.4em; /*Necessary to add white space around the container. If it is added to the container itself, it causes text overflow*/ 
	font-size:.9166em;
	color:#666;
}
/*END DATA BY LOCATION STYLES*/
