
/***  BEGINNING  LAYOUT CONTROL  ***/
#header {
	width:100%;
	background:#fff;
}
#header p {
	margin-bottom:0;
}
#print_header {
	display:none;
}
#container {
width:990px;
}
#content_wrapper{

	background-color:#fff;
	float:right;
	position:relative;
	width:800px;
	/*border-left:190px solid #fff;  The width and color of the left rail */
	/* border-right:200px solid #fff; The width and color of the right rail */
}
#main_content {
	float:left;
	width:600px;
}
#navigation {
	float:left;
	position:relative;
	width:190px;
	margin:0.3em 0;
}
#right_sidebar {
	float:left;
	width:200px;
	position:relative;
	top:10px;
}
#footer {
	width:100%;
	clear:both;
	margin-top:1em;
	float:left;
	background:#fff;
}
.clearfloat {
	display:block;
	position:relative;
	clear:both;
}
.fltrt {
	float:right;
}
.fltlft {
	float:left;
}
/******* Accessibility Skip Items ********/
#skipnav a {
	left:-10000px;
	top:50px;
	color:#fff;
	position:absolute;
	z-index:2;
}
#skipnav a:active, #skipnav a:focus, #skipnav a:hover {
	display:inline;
	background-color:#000033;
	border: solid #fff 1px;
	left: 100px;
	padding:2px 5px;
	top: 75px;
}
/******* Beginning of HEADER Items ********/


/******* Navigation Items ********/


/******* sidebar 1 style - left hand side navigation *******/
#navigation img {
	list-style: none;
	border:none;
	border-right:0px;
	margin: -5px -5px -5px -5px;
	width:184px;
	height:129px;
}
#navigation ul {
	list-style: none;
	margin-left: 0;
	padding-left:0;
	width: 184px;
}
#navigation li {
	font: 80% helvetica, verdana, arial, sans-serif;
	border-bottom: 1px solid #FFFFFF;
}
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	/*border-left: 12px solid #666633;*/
	border-right: 1px solid #666633;
	background-color: #cccc99;
	color: #002C57;
	font-weight:bold;
	/*color: #0d233a; font-weight:bold;*/
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #99cccc;
	color: #000000;
	text-decoration:underline;
	border:none;
}
#navigation ul ul {
	margin-left: 12px;
	width: 172px;
}
#navigation ul ul li {
	border-bottom: 1px solid #FFFFFF;
	font: 1em helvetica, verdana, arial, sans-serif;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #e5e5c3;
	color: #000000;
}
#navigation ul ul a:hover {
	background-color: #99cccc;
	color: #003366;
	margin:0;
	text-decoration:underline;
	border:none;
}
/******* regional page navigation ********/
div .regional_menu {
	border:1px solid #666633;
	border-bottom:none;
	margin-bottom:2px;
	width:183px;
	background-color:#ECECD9;
}
div #navigation h1 {
	color:#2B330A;
	font-size:1.2em;
	padding-left:1em;
}
div #regional_menu ul {
	margin-bottom:0px;
}
/******* BEGINNING RIGHT SIDEBAR internal box Items ********/
.right-block {
	width:175px;
	border:1px solid #CCCC99;
	text-align:left;
	background-repeat:no-repeat;
	background-position:0% 5%;
	background-image:url(/radar/about/images/design_images/lightblue-grad2.jpg);
	margin-left: 1em;
	padding:0px 0px 0px 0px;
}
.right-block h2 {
	background-color:#CCCC99;
	color:#000000;
	font-size:1.0em;
	margin:0;
	padding:0.2em;
	text-align:left;
}
.right-block h3 {
	background-color:#f3f4ef;
	color:#666633;
	font-size:1em;
	text-align:left;
	margin:0;
	margin-bottom: 0.2em;
	padding:0.2em;
	border-top: #E5E5C3 1px solid;
}
.right-block ul {
	list-style-image: url(/radar/about/images/design_images/link-goto.gif);
	margin:5px 0px 0px 0px;
	padding:0 0 10px 25px;
}
.right-block p {
	margin:0.5em;
}
/******* BEGINNING breadcrumbs style *******/
#breadcrumbs {
	list-style-type: none;
	margin: 0px;
	margin-bottom:0em;
	padding: 0px;
	white-space: nowrap;
}
#breadcrumbs ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#breadcrumbs ul li {
	display: inline;
	color: #666666;
	background: #ffffff;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:.8em;
}
#breadcrumbs ul li a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	/*background-color: #DDEEFF;*/
	color: #006699;
	background: #ffffff;
}
#breadcrumbs ul li a:hover {
	color: #ff6633;
	background: #ffffff;
}
/******* BEGINNING toc - table of contents - style *******/
.toc {
	text-align:left;
	margin-left: 0;
	padding:0px 0px 0px 0px;
}
.toc ul {
	list-style-image: url(/radar/about/images/design_images/link-page.gif);
	margin:5px 0px 0px 0px;
	padding:0 0 10px 25px;
}
.toc p {
	margin:0.5em;
}
/******* BEGINNING quick links on the home page style *******/
.quick_links {
	text-align:left;
	margin-left: 0;
	padding:0px 0px 0px 0px;
	clear:both;
}
.quick_links ul {
	list-style-image: url(/radar/about/images/design_images/link-goto.gif);
	margin:5px 0px 0px 0px;
	padding:0 0 10px 20px;
}
.quick_links p {
	margin:0.5em;
}

/******* BEGINNING form fieldset style   *******/
fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #f1f6fc;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
fieldset label {
	float: left;
	width: 10em;
	margin-right: 1em;
}
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
}
/******* BEGINNING accessiblity set *******/

.nospace {
	margin:0;
	padding:0
}
abbr, acronym {
	font-style:normal;
}
abbr {
	speak:normal;
}
acronym {
	speak:spell-out; /*cursor:help;*/
}
.access-info {
	display:none;
}
.silent {
	speak:none;
}
.links ul, dl {
	font-size:1.0em;
	margin: 0.2em 0 0.2em 1.8em;
	padding:0;
}
/******* END OF accessiblity set *******/




/******* BEGINNING print style adjustments ********/
@media print {
#header {
	display:none;
}
#print_header {
	height:90px;
	border:2px solid #000000;
	display:block;
}
#wrapper {
	background-color:#fff;
	float:left;
	width:100%;
}
#mainContent {
	margin:10px;
	width:100%;
	margin-right:0em;
	margin-left:-180px;
}
#navigation {
	display:none;
}
#right_sidebar {
	display:none;
}
/***  print style for OBSERVATIONS DATATABLE   ****/
.noPrint {
	display: none;
}
}

