@charset "utf-8";
/*
theme: discovery
style: navigation
*/
/* ---------------------------------------------------
			top-navigation	
------------------------------------------------------ */
#top-nav {
	float: right;
	display: inline;
	font-size: 0.95em;
}
#top-nav li {
	list-style: none;
	float: left;
	}
#top-nav li a {
	display: block;
	padding: 0.1em 1em;
}
#top-nav li a:hover {
}
#global-nav {
	display: block;
	text-decoration: none;
	background: url(/images/gnav-bck.jpg) repeat-x 0px top;
	margin: 0.5em;
	padding: 0.2em 1em;
	border: 1px solid #efefef;
}
#global-nav ul li {
	list-style: none;
	float: left;
	font-weight: bold;
}
#global-nav ul li a {
	display: block;
	padding: 0.1em 1em;
}
#global-nav ul li a:hover {
}
/* ---------------------------------------------------
			footer navigation	
------------------------------------------------------ */
#footer .bottom-nav {
	margin: 0.5em;
	padding: 0.5em;
	font-size: 0.9em;
}
.bottom-nav dl {
	display: block;
	clear: both;
}
.bottom-nav dl dt {
	font-weight: bold;
	display: block;
}
.bottom-nav dl dd {
	display: block;
	clear: both;
}
.bottom-nav dl dd ul {
	margin: 0.5em;
}
.bottom-nav dl dd ul li {
	list-style: none;
	display: block;
	float: left;
}
.bottom-nav a {
	padding-right: 0.5em;
	padding-left: 0.5em;
	color:#069;
}
.bottom-nav a:hover {
	text-decoration: underline;
}
.section {
	margin: 0em;
	padding: 0.5em;
}
.section h3 {
	font-size: 1em;
}
.section img {
	padding: 1em;
	margin: 1em;
}
.sub-section {
	border: 1px solid #efefef;
	padding: 0em 0em 1em;
	font-size: 0.9em;
	margin: 1em 0em 0em;
	/*margin: 0.5em;*/
}
.sub-section h3 {
	background: #fcfcfc url(/images/gnav-bck.png) repeat-x -0.2em bottom;
	}
.sub-section dt {
	background: #fcfcfc;
	border-bottom: 1px solid #efefef;
	font-family: Verdana, Geneva, sans-serif;
	color: #555;
	font-weight: bold;
	padding: 0.5em;
}
.sub-section dd{
	padding: 0.5em;
}
.sub-section p {
	margin: 0.2em 0.5em;
	padding: 0.2em 0.5em;
}
.sub-section ul {
	margin: 0.2em 1em;
	padding: 0em 1em;
	display: block;
}
.sub-section ul li {
	list-style: none;
	padding-left: 1.5em;
	background: url(/images/active-list.png) no-repeat 0em 0.5em;
}
.sub-section .pdf-docs {
	padding: 0em;
}
.sub-section .pdf-docs li{
	list-style: none;
	background: url(/images/pdf-docs.png) no-repeat 0em 0.8em;
	padding: 0.5em 0.5em 0.5em 2em;
}
.sub-section a img{
	display: block;
	padding: 0.5em;
	border-style: none;
	margin: 0.5em;
}
#navbar {
    background: #E5F2FA url(/images/sprite-blue.png) repeat-x 0px bottom;
}
#navbar p {
    padding: 0.5em;
}
#states ul {
	/*float: left;
	font-size: 0.9em;
	width: 44%;
	margin: 0.5em 0em 0.5em 0.5em;*/
}
#states ul li {
	list-style: none;
	padding: 0em 0.3em;
}
#professions ul {
	font-size: 0.9em;
	text-transform: capitalize;
}
#professions ul li {
	list-style: none;
	border-bottom: 1px dotted #efefef;
}
#professions ul li a {
	display: block;
	padding: 0.5em 0.5em 0.5em 1em;
}
#professions ul li a:hover {
	background: #fefde8;
}
#categories ul {
	text-transform: capitalize;
	padding: 0em;
	
}
#categories ul li {
	list-style: none;
	border-bottom: 1px dotted #95BADA;
	padding: 0em;
	margin: 0em;
	font-weight: bold;
}
#categories ul li a {
	display: block;
	padding: 0.5em 0.5em 0.5em 1em;
	font-weight: bold;
	color: #07519A;
	
}
#categories ul li a:hover {
	color: #c30;
}

.state-list{
	float: left;
	width: 18.5em;
}
.state-list ul {
	float: left;
	font-size: 0.8em;
	margin: 0.5em;
	list-style: none;
	padding: 0em 0em 0em 0.5em;
}
.state-list ul li {
	list-style: none;
	padding: 0em 0.2em;
}

