@import url(layout.css);
@import url(menus.css);
@import url(forms.css);
@import url(cs_override.css);
@import url(lightwindow.css);

/* CSS RESET */
html, body, div, span,
applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, .font-normal, .font-normal-strong, .font-h1 , .font-h2 , .font-h3 , .font-h4 , .font-h5 , .font-h6  {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	/*text-align: inherit;*/
	vertical-align: baseline;
}

sup {
	vertical-align: super; 
	font-size: smaller
}

sub {
	vertical-align: sub; 
	font-size: smaller;
}

em {
	font-style: italic;
}

strong {
	font-weight:bold; 
}

blockquote {
	margin-left: 40px;
}

blockquote, q {
	quotes: "" "";
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* TEXT */
/* RLW - moved to body.css to be included in the template-basepage.head
body {
  font-size: 10px;
  line-height: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #001f10;
  text-align: center;
}
*/
body {
  font-size: 10px;
  line-height: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #001f10;
}
p, li {
  font-size: 1.2em;
  line-height: 1.3em;
}

p {
  margin-top: 1em;
}

p.compact {
  margin: 0 !important;
  line-height: 1.2em;
}

p.small {
  font-size: 1em;
  line-height: 1.4em;
}

span.small {
  font-size: .9em;
  line-height: 1.1em;
}

/* HEADERS */

h1, .font-h1 {
  font-size: 2em;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  color: #006633;
}

/* removed in favor of the style currently set for h2 
h1.section_header {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 2em;
}*/

h2, .font-h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  color: #006633;
}

h2.col_header, h1.section_header {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-left: .25em;
}

h2.newwavetitle {
	padding-top:25px;
    font-weight: bold;
    letter-spacing: 1px;
    /*margin-left: .25em;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#00331A;
	font-size:2em;
}

h2.atoz_letter {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  border-bottom: 1px solid #006633;
}


h3, .font-h3 {
  font-size: 1.17em;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  color: #006633;  
}

h4, .font-h4 {
  font-weight: bold;
  font-family: Georgia, Times, serif;
  color: #006633;
}

h5, .font-h5 {
  font-size: 0.83em;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  color: #006633;
}

h6, .font-h6 {
  font-size: 0.67em;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  color: #006633;
}

strong {
  font-weight: bold;
}

/* LINKS */

a img, :link img, :visited img {
	border: 0;
}

a {
    text-decoration: none;
    color: #336699;
}

a:hover {
    text-decoration: underline;
    color: #224568;
}

a:active {
    text-decoration: underline;
    color: #00331A;
}

a:visited {
    color: #224568;
}

/* LISTS */

ul,ol {
  margin: 1em 0 1em 0;
  padding-left: 3em;
}

ul {
  list-style: square;
}

ul li ul, ol li ul {
  font-size: 10px;
  margin: 0px;
}

/* TABLES */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption, td {
	/*text-align: left; */
	font-weight: normal;
} 

td {
	vertical-align: top;
	font-size: inherit !important;
	line-height: inherit !important;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}

label {
  font-weight: bold;
  margin-bottom: 5px;
}

table.search_selector {

}

table.search_selector td.arrows {
  padding: 15px;
}

table.phone_list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 10px;
}

table.phone_list th {
  background: #cce4d9;
  font-weight: bold;
}

table.phone_list td,
table.phone_list th  {
  padding: 3px 5px 3px 5px;
}

table.phone_list td p,
table.phone_list th p {
  margin: 0;
  padding: 0;
}

table.phone_list tr.odd td {
  background: #e5f2ff;
}
/* IMAGES */

img {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

img.expert_profile_img {
  float: right;
}

div#shadow_tr {
  float: right;
  width: 10px;
  height: 10px;
}

div#logo {
  float: left;
  width: 250px;
  height: 90px;
  margin: 12px 0 0 7px;
}

div#dpt_adj_logo {
  margin: 30px 0 0 20px;
  float: left;
  width: 280px;
  text-transform: uppercase;
}

div#dpt_adj_logo_longer {
  margin: 20px 0 0 20px;
  float: left;
  width: 280px;
  text-transform: uppercase;
}

div#dpt_adj_logo_longest {
  margin: 10px 0 0 20px;
  float: left;
  width: 280px;
  text-transform: uppercase;
}

div#dpt_adj_search {
  margin: 27px 0 0 20px;
  float: right;
  clear: right;
  width: 505px;
}

div#dpt_adj_logo h1,
div#dpt_adj_search h1 {
  color: #034a2d;
  text-transform: uppercase;
}

div#dpt_adj_search h1 {
 text-align: right;
 margin-right: 10px;
}

img.full_col {
  float: right;
  display: inline;
  margin: 0 -10px;
}

.top_full_col {
	float: left;
	display: inline;
	margin: -10px -10px 0 -10px;
}

.center_img {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

img.section_img {
  margin-top: -10px;
}

img.imageheader {
  float: right;
  display: inline;
  margin: -12px -10px 0pt;
}

img.centered {
	text-align:center;
	display:block;
}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto }

div#dept_name {
  float: left;
  clear: both;
  width: 840px;
  background: #204162;
  padding: 0;
  margin: 0;
}

div#dept_name h1 {
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform:uppercase;
}

div#dept_name h1 a {
  color: #FFF;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

div#dept_name h1 a:hover {
  text-decoration: underline;
}

/* MINI CAL */
table.minical_header {
  width: 100%;
}

table.minical_header td#arrow_l,
table.minical_header td#arrow_r,
table.minical_header td#title {
  background: #3277b7;
}

table.minical_header td#arrow_l p,
table.minical_header td#arrow_r p,
table.minical_header td#title p {
 margin: 0;
 padding: 0;
}

table.minical_header td#arrow_l a,
table.minical_header td#arrow_r a,
table.minical_header td#title a {
  color: #FFF;
  text-decoration: none;
  display: block;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  padding: 3px 0 3px 0;
}

table.minical_header td#arrow_l a:hover,
table.minical_header td#arrow_r a:hover,
table.minical_header td#title a:hover {
  background: #62acf0;
}

table.minical {
  width: 100%;
  background: #FFF;
}

table.minical th {
  background: #3277b7;
}

table.minical th p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 18px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border: 1px solid #FFF;
}

table.minical td p {
  margin: 0;
  padding: 0;
}

table.minical td p a {
  padding: 4px 2px;
  display: block;
  font-size: 10px;
  color: #00331a;
  font-weight: bold;
  text-align: center;
  background: #cce4d9;
  margin: 1px;
  text-decoration: none;
}

table.minical td.event p a {
  text-decoration: underline;
}

table.minical td#today p a {
  background: #3277b7;
  color: #FFF;
}

ul.minical {
  font-weight: bold;
  color: #00331a;
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}

ul.minical a {
  color: #000;
}

div.minical_form {
  float: left;
  padding-bottom: 10px;
  width: 100%;
}

/* MISC */
div.announce {
  /*background: #ebf4e1 url("../images/announce_arrow.png") top left no-repeat;*/
  background: #ffff43 url("../images/announce_arrow_2.png") top left no-repeat; /* changed announce box to yellow per webcomm request to make it more noticeable */
  height: 36px;
  overflow: hidden;
  margin: -10px -10px 10px -10px; /* added bottom margin of 10 here so single random image does not overlap the bottom of the announcement in IE7 */
  padding: 10px 10px 10px 40px;
  padding-top: 10px;
}

div.announce2 {
  /* for non-emergencies */
  background: #99cc66 url("../images/announce_arrow_3_1.png") top left no-repeat; /* changed announce box to yellow per webcomm request to make it more noticeable */
  height: 36px;
  overflow: hidden;
  margin: -10px -10px 10px -10px; /* added bottom margin of 10 here so single random image does not overlap the bottom of the announcement in IE7 */
  padding: 10px 10px 10px 40px;
  padding-top: 10px;
}

div.announce2 a, div.announce2 a:visited {
    text-decoration: none;
    color: #FFF;
}

div.announce p, div.announce2 p {
  font-size: 11px;
  line-height: 12px;
  margin-top: .5em;
}

div.announce h2, div.announce2 h2 {
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  color: #996600;
}

hr {
   color: #006633;
  background-color: #006633;
  height: 1px;
}

div.news_pic {
  float: left;
  width: 160px;
  margin: 10px 10px 0 0;
}

div.article_actions {
 /* width: 20%; don't need a width var for article actions, this width stops us from having three actions on new wave - budd 10/19/2007*/
  float: right;
  /*margin: 15px;  don't need a margin except on the right to spread out the action links a little - budd 10/19/2007*/
  margin-right: 10px;
}

div.article_actions_over_cw {
	/* negative margin to float article_action items above any existing content well, works best when tehre is a page title*/
  float: right;
  margin-top:-23px;
  margin-right: 10px;
}

div.article_actions_over_cw_up {
	/* negative margin to float article_action items above any existing content well, works best when tehre is a page title*/
  float: right;
  margin-top:-35px;
  margin-right: 10px;
}

div.article_actions_summary_page {
/* added to float the subscribe action on news sumamry page - budd 10-23-1007 */
	/*float: right;
	margin-right: 350px;
	margin-top: -40px;*/
	float: left;
	margin-left: 250px;
	margin-top: -33px;
}

div.news_cat_left{
	float: left;
	}
	
div.news_source {
  margin: 10px 0 10px 0;
}

table.photo_single_column td,
table.photo_single_column img {
    padding: 5px;
}

.rte_image_float_left {
	float: left;
	margin-right: 10px;
}

.rte_image_float_right {
	float: right;
	margin-left: 10px;
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.inset_wide_news_photo {
	float: right; 
	width: 330px; 
	margin: 5px 10px 0 10px; 
	padding: 0px; 
	border:none;
}

.inset_narrow_news_photo {
	float: right; 
	width: 220px; 
	margin: 5px 10px 0 10px;
	padding: 0px; 
	border: none;
}

.inset_extra_wide_photo {
	float: right; 
	width: 440px; 
	margin: 5px 10px 0 10px;
	padding: 0px; 
	border:none;
}

.inset_photo {
	float: right; 
	margin: 5px 10px 0 10px; 
	padding: 0px; 
	border: none;
}

.inset_mini_photo {
	float: right; 
	width: 110px; 
	margin: 5px 10px 0 10px; 
	padding: 0px; 
	border: none;
}

.inset_photo_caption {
	border-right: thin; 
	border-top: thin;
	border-bottom: thin;
	border-left: thin;
	padding: 2px;
	background-color: #CCE4D9;
}

.home_page_gallery_caption {
	width:558px;
	margin-top:1px;
	background-color: #CCE4D9;
	padding:1px;
}

.home_page_gallery_caption p {
	margin:0 0 1px 3px;
}

.inset_text_box {
	border-right: medium none; 
	border-top: medium none;
	border-left: medium none; 
	border-bottom: medium none; 
	padding: 10px;
	margin: 10px;
	float: right; 
	background-color: #CCE4D9;
}

.media_link_inset  {
	border-right: medium none; 
	border-top: medium none;
	border-left: medium none; 
	border-bottom: medium none; 
	padding: 10px;
	margin: 10px;
	float: right; 
}

.small_indent {
	margin-left: 10px;
}

.indent { 
	margin-left: 20px;
}

.indent_text_box {
	border-right: medium none; 
	border-top: medium none;
	border-left: medium none; 
	border-bottom: medium none; 
	padding: 10px;
	margin-left: 20px;
	background-color: #CCE4D9;
}

div.feedburnerFeedBlock div#creditfooter {
	display:none; 
}

.top-spacer {
	margin-top:1em;
}
.vertical-spacer {
	margin:1em 0 1em 0;	
}

.font-normal {
	font-size:1.2em;
}

.font-normal-strong {
	font-size:1.2em;
	font-weight:bold;
}

.font-xxsmall {
	font-size:xx-small;
}

.font-xsmall {
	font-size:x-small;
}

.font-small {
	font-size:small;
}

.font-medium {
	font-size:medium;
}

.font-large {
	font-size:large;
}

.font-xlarge {
	font-size:x-large;
}

.font-xxlarge {
	font-size:xx-large;
}

.text-xsmall {
	/* the current normal */
	font-size:.75em;
}

.text-small {
	/* the current xxsmall */
	font-size:xx-small;
}

/*.text-normal {
	/* the current paragraph 
	font-size:1.2em;
	line-height:1.3em;	
}*/

.text-large {
	/* the current small */
	/* font-size:small; */
	font-size:1.2em;	
}

.text-xlarge {
	/* the current medium */
	font-size:medium;	
}

.text-xxlarge {
	/* the current large */
	font-size:large;	
}

.text-headline {
	/* the current xlarge */
	font-size:x-large
}

.white-text,
.white-text a,
.white-text a:visited,
.white-text a:link,
.white-text a:focus,
.white-text a:hover,
.white-text a:active 
{
	color:#ffffff;
}

.warning-message {
	color: #FF0000; 
	margin:20px 0 0 20px; 
	font-size:1.5em;	
}


#month_year_filter label {
	width: 5em;
	text-align: right;
	margin-right: 0.5em;
	margin: 0 1em 0 2em;
}

#month_year_filter .submit {
	margin: 0 1em 0 2em;
}

div.media_advisory h2 {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-transform:uppercase;
	font-size:x-large;
	margin-bottom:15px;
}	

div.media_advisory h3 {
	display:inline;
	margin:10px 0px 0px 10px;
	width:44px;
	color:#000000;
	float:left;
	clear:left;
}

div.media_advisory p {
	display:inline;
	float:left;
	margin-left:65px;
	clear:right;
}


/*
div#ndp_title_block {
	
}
*/

div#ndp_body_block {
	margin:2em 0 2em 0;
}

span#ADF-Reset-Message b {
	color:#000000;	
	font-weight: bold;
	font-size:1.2em;
}
