/* General CSS page for WCT pages */

/* HTML tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px;
	text-align: center;
}

form { margin: 0; }

img { border: 0; margin: 0; padding: 0; }

hr { 
	width: 650px;
	height: 4px;
	float: left;
}


h1 { 
	font-size: 14pt;  /* was 12pt  */
	font-weight: 400;
	margin: 0 0 4px 0; 
	padding-bottom:	1%;
	padding-top: 1%;
}

h2 {   /*  added  */
	font-size: 13pt;  
	font-weight: 600;
	margin: 0 0 4px 0; 
}

h3 {   /*  added  */
	font-size: 12pt;  
	font-weight: 600;
	margin: 0 0 4px 0; 
}

h4 {   /*  added  */
	font-size: 11pt;  
	font-weight: 500;
	margin: 0 0 4px 0; 
}


/* Layout DIVs */
#container { 
	margin: 0 auto; 
	width: 650px; 
}

#masthead { 
	width: 650px;
	text-align: left; 
	float: left; 
}

#title {
	height: 30px;
	width: 650px;
	float: left;
	margin: 5px 0 5px 0;
	font-size: 16pt;   /*  Was 16px  */
	font-weight: 500;  /*  Was 600  */
	text-align: center;
}

#title span {
	line-height: 30px;
	vertical-align: middle;
	width: 650px;
	float: left;
}

#content_wrapper {
	margin: 5px 0 5px 0;
	width: 650px;
	float: left;
}

#indented{
	margin-left: 20px;
	/*width: 650px;*/
	float: left;
	font-size: medium;
}

#indented ul {
	list-style-type: none;
}

#indented li {
	padding: 2%;
}

#shortmenu {
	margin-top: 5px;  /*  was 5px  */
	margin-bottom: 5px;
	float: left;
	width: 110px;
	padding: 5px;
	text-align: left;
	height: 385px;  /*  was 400px; 275px before added Storm events link  */
}
#shortmenu p {margin: 0; font-size: 13px; list-style-type: none; font-weight: 600; }
#shortmenu ul { margin: 0 0 10px 0; padding: 0; }  /*  was 0 0 10px 0  */
#shortmenu li { font-size: 11px; list-style-type: none; }

#menu {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 110px;
	padding: 5px;
	text-align: left;
	height: 400px;  /*  was 500  */
}
#menu p {margin: 0; font-size: 13px; list-style-type: none; font-weight: 600; }
#menu ul { margin: 0 0 10px 0; padding: 0; }
#menu li { font-size: 11px; list-style-type: none; }

#content {
	width: 520px;
	margin-top: 5px;
	float: right;
	text-align: left;
}

#content_top {
	width: 500px;
	margin-top: 5px;
	float: right;
	text-align: left;
}

#content_wide {
	width: 650;
	margin-top: 5px;
	float: left;  /* was right  */
	text-align: left;
}

#content_general {
	width: 650; 
	margin-top: 5px;
	float: left;  /* was right  */
	text-align: left;
}

#longmenu {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 130px;
	padding: 0px;
	text-align: left;
	height: 400;
}
#longmenu p {margin: 0; font-size: 13px; list-style-type: none; font-weight: 600; }
#longmenu ul { margin: 0 0 10px 0; padding: 0; }
#longmenu li { font-size: 11px; list-style-type: none; }

/*  For use with content_general : */
#longmenu2 {
	margin-top: 0;  /*  was 5px  */
	margin-bottom: 10px;  /*  was 5  */
	margin-right: 10px;  
	margin-left:0;
	float: left;
	width: 110px;
	padding: 5px;
	text-align: left;
	height: 800;
}
#longmenu2 p {margin: 0; font-size: 13px; list-style-type: none; font-weight: 600; }
#longmenu2 ul { margin: 0 0 10px 0; padding: 0; }
#longmenu2 li { font-size: 11px; list-style-type: none; }

#content_inner {
	margin: 0 0 0 10px;
	float: right;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

#content_inner_small {
	margin: 0 0 0 10px;
	float: right;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}


div.section {
	background-color: #f1f1f1;
	font-weight: bold;
	width: 650px;
}

div.centeredboldtext {
	text-align: center;
	font-weight: bold;
}

#clear {
	clear: both;
}

.tut_image_right {
	float: right;
	margin: 0 0 0 10px;
}

.tut_image_left {
	float: left;
	margin: 0 10px 0 0;
}

/*
#searchbar {
	width: 646px;
	float: left;
	padding: 2px 2px 1px 2px;

}

#breadcrumb {
	line-height: 30px;
	vertical-align: middle;
	float: left;
	font-size: 12px;
	text-align: left;
	width: 30%;
}

#searchform {
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	float: right;
	width: 70%;
}
*/ 

#footer { 
	width: 650px;
	float: left; 
	font-size: 12px;
	text-align: center;
}

#signature { 
	width: 650px; 
	font-size: 12px;
	font-style: italic; 
	text-align: left; 
}

#foot { 
	width: 650px; 
	font-size: 12px;
	font-style: italic; 
	text-align: left; 
}

/* Masthead images */
#nesdis { 
	float: left; 
	margin-right: 18px; 
}
#ncdc { float: left; width: 136px; margin-right: 1px; }

#doc { float: left; width: 49px; margin-right: 0; }

/* Footer images */
.label { margin: 0 15px 0 15px; }






/* LEFT BAR backround stuff from www.roundedcornr.com */
.roundedcornr_box_145918 {
   background: #0063d4 url(img/roundedcornr_145918_grad.gif) repeat-x top left;
}
.roundedcornr_top_145918 div {
   background: url(img/roundedcornr_145918_tl.gif) no-repeat top left;
}
.roundedcornr_top_145918 {
   background: transparent url(img/roundedcornr_145918_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_145918 div {
   background: url(img/roundedcornr_145918_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_145918 {
   background: transparent url(img/roundedcornr_145918_br.gif) no-repeat bottom right;
}

.roundedcornr_top_145918 div, .roundedcornr_top_145918,
.roundedcornr_bottom_145918 div, .roundedcornr_bottom_145918 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_145918 { margin: 0 10px; }


/* CONTENT_TOP backround stuff from www.roundedcornr.com */
.roundedcornr_box_624565 {
   background: #f2f2ff url(img/roundedcornr_624565_grad.gif) repeat-x top left;
}
.roundedcornr_top_624565 div {
   background: url(img/roundedcornr_624565_tl.gif) no-repeat top left;
}
.roundedcornr_top_624565 {
   background: transparent url(img/roundedcornr_624565_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_624565 div {
   background: url(img/roundedcornr_624565_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_624565 {
   background: transparent url(img/roundedcornr_624565_br.gif) no-repeat bottom right;
}

.roundedcornr_top_624565 div, .roundedcornr_top_624565,
.roundedcornr_bottom_624565 div, .roundedcornr_bottom_624565 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_624565 { margin: 0 10px; }
