/* User-applicable styles go here */
@import 'user.css';

/* Admin-applied styles (contribute cannot apply) */

div.image_caption {
	text-align: center;
	background: #eee;
	color: #000;
	padding: 0.5em 0;
	margin: 1em 0;
}

div.feature {
	background: #DCE4F0;
	color: #000;
	padding: 0 0.5em;
	border: double 3px #446CAC;
}

/* Page layout */

body {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
}

#main {
	width: 760px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 96px;
	margin: 0;
	padding: 0;
}

#header p {
	margin: 0;
}

#skip {
	position: absolute;
	top: 0;
	left: 300px;
	z-index: 2;
}

#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a:active, #skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

#head_main {
	height: 69px;
	background: #eee;
	border-bottom: solid 1px #fff;
	z-index: 1;
}

#head_cap {
	position: absolute;
	left: 762px;
	top: 0;
	height: 96px;
	width: 10px;
}

#head_nav {
	height: 25px;
	background: #ccc;
	border-top: solid 1px #fff;
}

#head_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	border: none;
}

#head_nav li {
	float: left;
	padding: 2px 1em;
	border-left: dotted 2px #fff;
	margin: 3px 0;
}

#head_nav li a {
	color: #19468b;
}

#head_nav li a:visited {
	color: #0E274C;
}

#head_nav li a:hover {
	color: #19468b;
	background: #ADBCD2;
	border-top: solid 1px #6E85A7;
	border-bottom: solid 1px #6E85A7;
}

#head_nav li.vtgov {
	width: 140px;
	padding-left: 10px;
	padding-right: 0;
	border: none;
}

#head_nav li.firstnormal {
	border: none;
}

#head_nav li.search {
	float: right;
	padding: 0;
	border: none;
}

#head_nav li.search form {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#head_nav li.search form input {
	font-size: 0.8em;
}

#nav {
	position: absolute;
	top: 98px;
	left: 0;
	width: 149px;
	float: left;
	overflow: hidden;
	background: #9fbce2;
	text-transform: uppercase;
	font-size: 0.9em;
}

#nav ul {
	margin: 0;
	padding: 0 0.5em;
	list-style: none;
}

#nav li {
	margin: 0;
	padding: 0.5em;
	color: #19468b;
	font-weight: bold;
	border-bottom: solid 1px #fff;
}

#nav li li {
	margin: 0.25em 0;
	padding: 0;
	color: #636363;
	border-bottom: none;
}

#nav li a {
	color: #19468b;
	text-transform: none;
}

#nav li a:visited {
	color: #0E274C;
}

#nav li a:hover {
	color: #19468b;
	background: #BDB1AF;
	border-top: solid 1px #868C9E;
	border-bottom: solid 1px #868C9E;
}

#nav li li a {
	color: #636363;
}

#nav li li a:visited {
	color: #333;
}

#nav li li a:hover {
	color: #636363;
	background: #BCCCE4;
	border-top: solid 1px #A79C8B;
	border-bottom: solid 1px #A79C8B;
}

#nav li.adobe {
	text-align: center;
	border-bottom: none;
}

#nav h2 {
	color: #19468b;
	background: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1em;
}

#content_main {
	position: absolute;
	top: 80px;
	left: 150px;
	width: 440px;
	padding: 10px;
	overflow: hidden;
}


#content_main.doublecol {
	position: absolute;
	top: 80px;
	left: 150px;
	width: 600px;
	padding: 10px;
	overflow: hidden;
}

#subnav {
	position: absolute;
	top: 98px;
	left: 610px;
	width: 149px;
	border-left: solid 1px #ccc;
	overflow: hidden;
	background: #DACBB4;
	font-size: 0.9em;
}

#subnav ul {
	margin: 0;
	padding: 0 0.5em;
	list-style: none;
}

#subnav li {
	margin: 0 0 -1px 0;
	padding: 0.5em;
	border-bottom: solid 1px #fff;
}

#subnav li a {
	color: #636363;
}

#subnav li a:visited {
	color: #333;
}

#subnav li a:hover {
	background: #CABDA8;
	border-top: solid 1px #A79C8B;
	border-bottom: solid 1px #A79C8B;
}

#subnav h2 {
	background: #CABDA8;
	color: #19468b;
	margin: 0;
	padding: 0.5em;
	text-transform: uppercase;
	font-size: 1em;
}

#footer {
	background: #e2e2e2;
	color: #000;
	text-align: center;
	font-size: 0.75em;
	padding: 0.1em;
	margin-top: 1em;
	clear: both;
}

#footer a {
	color: #19468b;
	text-decoration: underline;
}

#footer a:visited {
	color: #0E274C;
}

#footer a:hover {
	background: #BCCCE4;
	border-top: solid 1px #849FC7;
	border-bottom: solid 1px #849FC7;
	text-decoration: none;
}

#content_main #indexnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#indexnav li {
	padding: 5px 15px;
	width: 290px;
	height: 5em;
	float: left;
	font-size: 0.9em;
}

#indexnav p {
	margin: 0;
	padding: 0;
}

#indexnav img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

#publichealthspotlight {
	border-bottom: solid 1px #ccc;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

#publichealthspotlight h1 {
	margin: 0 0 0.2em;
}

#publichealthspotlight h2 {
	margin: 0.2em 0.5em 0;
	background: none;
	color: #19468b;
}

#publichealthspotlight p {
	margin: 0 1em 0.5em;
}

/* Content formatting rules */

hr {
	background: #fff;
	color: #eee;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: dotted 1px #636363;
}

img {
	vertical-align: text-top;
	border: none;
}

caption {
	font-size: 1.2em;
	color: #636363;
	font-weight: bold;
	background: #f0f0f0;
	padding: 5px;
}
.img1 {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.img2 {
	float: left;
	padding-right: 20px;
	padding-left: 5px;
}


.img3 {
	float: left;
	padding-right: 30px;
	padding-left: 0px;
}
.img4 {
	float: left;
	padding-right: 5px;
	padding-left: 0px;
}
.img5 {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}



td, th {
	border: solid 1px #000;
	padding: 0.5em;
	vertical-align: baseline;
	text-align: left;
}

th {
	background: #e2e2e2;
}

div.image_caption p {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0.5em 0 0;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #19468b;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0E274C;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #19468b;
	background: #DCE4F0;
	border-top: solid 1px #B4C6E2;
	border-bottom: solid 1px #B4C6E2;
}

#content_main ul {
	margin: 1em 0 1em 2em;
	padding: 0;
}

#content_main li {
	padding: 0;
	margin: 0.2em 0;
}

blockquote {
	margin: 1em;
	padding: 0 1em;
	border: double 3px #446CAC;
}

ol {
	margin: 1em 0 1em 2em;
	padding: 0;
	list-style: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: upper-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ol ol ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol ol ol {
	list-style: decimal;
}

label {
	font-weight: bold;
	margin: 0.5em 0 0 0;
	display: inline;
}

form {
	background: #DCE4F0;
	padding: 1em;
	border: solid 1px #19468B;
}

form .input_text {
	display: inline;
	width: 25em;
	background: #fff;
	color: #000;
	border: solid 1px #19468B;
}

form .input_file {
	display: inline;
	width: 25em;
	background: #fff;
	color: #000;
	border: solid 1px #19468B;
}

form .input_text_short {
	display: inline;
	width: 10em;
	background: #fff;
	color: #000;
	border: solid 1px #19468B;
}

form .input_select, select {
	display: inline;
	width: 25em;
	background: #fff;
	color: #000;
	border: solid 1px #19468B;
}

form .input_submit, .input_reset {
	display: inline;
	width: 25em;
	padding: 0.2em;
	margin: 1em 0;
	background: #19468B;
	color: #fff;
	border: outset 2px #446CAC;
}

legend {
	color: #636363;
	font-size: 1.2em;
	font-weight: bold;
}

input {
	display: inline;
}

input.checkbox, input.radio, input.searchbar {
	display: inline;
}

textarea {
	display: block;
	width: 25em;
	background: #fff;
	color: #000;
	border: solid 1px #19468B;
}

label {
	color: #000;
}

fieldset {
	margin: 1em 0;
	padding: 0.5em;
	border-right: none;
	border-bottom: none;
}

dl {
	margin: 1em 0;
	padding: 0 0 0 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0.5em 0;
}

div.feature h2, form h2 {
	background: #AFC0DA;
	color: #636363;
}

#rest_city {
	float: left;
	border: solid 1px #AFC0DA;
	margin: 0;
	padding: 0.5em;
}

#rest_name {
	float: right;
	border: solid 1px #AFC0DA;
	margin: 0;
	padding: 0.5em;
}

#rest_form .input_select, #rest_form .input_submit, #rest_form .input_text {
	width: 19.5em;
}

#rest_form .input_submit {
	display: inline;
}

#rest_both {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
}

#rest_results {
	background: #fff;
}

#rest_results th {
	background: #DBCCB6;
}

#rest_results th a:link {
	color: #19468b;
}

.altrow {
	background: #D2DBF1;
}

.score {
	font-weight: bold;
}

.external {
	font-size: 0.8em;
	margin-left: 0.5em;
}

/* Toolkit enancements */

#history {
	background: #d1dce9;
	color: #333;
}

#condition {
	background: #cce5e8;
	color: #333;
}

#routine {
	background: #edd9e0;
	color: #333;
}

#content_main ul.toolkit_age_rec_list {
	text-indent: -20px;
	list-style: none;
	margin: 0 0 1em;
	padding: 0 0 0 20px;
}

#content_main ul.toolkit_age_rec_list ul {
	text-indent: 0;
	margin: 0 0 1em 1em;
	padding: 0;
}

form .input_submit_short {
	display: block;
	width: 15em;
	padding: 0.2em;
	margin: 1em 0;
	background: #19468B;
	color: #fff;
	border: outset 2px #446CAC;
}

/* additional enhancements for user agents that support them */

a[href$=".pdf"]:hover {
	background: #E8DED0;
	color: #19468b;
	border-top: solid 1px #CABDA8;
	border-bottom: solid 1px #CABDA8;
}

/* Emergency styling */

.emergency #publichealthspotlight {
	background: url(img/emergency_index_boxfade.jpg) bottom repeat-x #fce2d3;
}

.emergency #publichealthspotlight h2 {
	color: #ef4b2a;
}

.emergency h1 {
	background: #ef4b2a;
	color: #fff;
}

.emergency #content_main #indexnav ul {
	/*list-style-image: url(img/emergency_listbullet.gif);*/
	margin: 0 35px 0 30px;
	padding-bottom: 1em;
}

.emergency #indexnav li {
	margin: 0;
	padding: 5px 0;
	width: 170px;
	height: auto;
	font-size: 1em;
}
/*for cdc syndication format exemption*/
div.syndicate ul.onecolumnlistNoBullet {
    clear:none;
    color:#666666;
    float:left;
    font-size:0.9em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:3px 5px 3px 1px;
    width:48%;
}
 
div.syndicate .onecolumnlistNoBullet li {
    padding:0 0 8px;
}
 
div.syndicate .external {
    display:none;
}


.publichealthspotlight {
	background: #FFF;
	margin-top: 1.5em;
	margin-bottom: 2em;
	overflow:auto;
	border-bottom: solid 1px ccc;
}

.sidebar1 {
	width: 28%;
	padding: 0,5,5,5px;
	margin-bottom:10px;
	margin-left: 5px;
	float: right;
}

.sidebar2 {
	float: right;
	width: 20%;
	padding: 5px;
	margin-bottom: 10px;
	clear:both;
}

.sidebar3 {
	float: right;
	width: 20%;
	padding: 5px;
	margin-bottom: 10px;
	clear:both;
}

.content {
	padding: 0;
	width: 71%;
	float: left;



relative;
	bottom: 10px;
	clear:both;
}

.content_area {
	width: 100%;






























relative;
	float: left;
}
