/*---  universal_orgnav.css ---*/
/*---  Organization Nav - Should Remain Same on All Sites ---*/
#nav_org_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #454445;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

#nav_org_wrap a {
	font-size: 8pt;
	color: #d2aa2f;
	font-family: verdana, arial, sans-serif;
}

#nav_org a {
	font-size: 8pt;
	color: #d2aa2f;
	font-family: verdana, arial, sans-serif;
}

#nav_org {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

#nav_org ul li {
	margin: 0px;
	padding: 0px;
}

#nav_org ul li ul li a {
	width: 100%;
	color: #000;
	line-height: 10pt;
	margin: 0px 0px 0px 2px;
}

#search {
	width: auto;
	height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: right;
	border-left: 1px solid #333;
}

#search ul li {
	margin: 0px;
	padding: 0px;
}

#search ul li ul li a {
	width: 100%;
	color: #000;
	line-height: 10pt;
	margin: 0px 0px 5px 2px;
}

/*---  drop lists ---*/

.menubar, .menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

.menubar a {
	display: block;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #333;
	height: auto;
}

.menubar a.trigger {
	padding: 1px 16px 0 10px;
	background-image: url(http://www.ucar.edu/images/menu_downarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.menubar li {
	float: left;
}

.menubar li ul li {
	font-size: 8pt;
	width: 95%;
}

.menubar li {position: relative;}

/* hide from IE mac \*/
.menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

.menubar li ul, .menubar ul li  {
	width: 26em;
}

.menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 0px 3px 10px 10px;
}

.menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(http://www.ucar.edu/images/menu_gradient.jpg);
	background-repeat: repeat-x;
}

.menubar li:hover a, #menubar a:focus,
.menubar a:active, #menubar li.p7hvr a {
	color: #000000;
	background-color: #000;
}

.menubar li:hover ul, #menubar li.p7hvr ul {
	display: block;
}

.menubar li:hover ul a, #menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

.menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF !important;
}

/*---  drop lists align right ---*/

.menubar_r, .menubar_r ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

.menubar_r a {
	display: block;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #333;
	height: auto;
	text-align: left;
}

.menubar_r a.trigger2 {
	padding: 0px 16px 0 13px;
	background-image: url(http://www.ucar.edu/images/menu_downarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.menubar_r li {
	float: left;
}

.menubar_r li ul li {
	font-size: 8pt;
	width: 270px;
}

.menubar_r li {position: relative;}

/* hide from IE mac \*/
.menubar_r li {position: static; width: auto;}
/* end hiding from IE5 mac */

.menubar_r li ul, .menubar ul li  {
	width: 288px;
}

.menubar_r ul li a  {
	color: #565656;
	border-right: 0;
	padding: 0px 3px 10px 10px;
}

.menubar_r li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(http://www.ucar.edu/images/menu_gradient.jpg);
	background-repeat: repeat-x;
}

.menubar_r li:hover a, #menubar_r a:focus,
.menubar_r a:active, #menubar_r li.p7hvr a {
	color: #000000;
	background-color: #000;
}

.menubar_r li:hover ul, #menubar_r li.p7hvr ul {
	display: block;
	margin-left: -201px;
}

.menubar_r li:hover ul a, #menubar_r li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

.menubar_r ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF !important;
}

/*  use this class (.dropleftorg) and adjust the margin-left so that drop downs on far right buttons don't scroll outside of the viewable area  */

.menubar li:hover ul.dropleftorg {  
	display: block;
	margin-left: -237px;
	text-align: right;
	z-index: 100;
}



/*### MAIN SITE NAVIGATION ###*/

#nav_main_wrap {
	background: #000 url(../images_ncar/mainnavback_thin.jpg) repeat-x;
	position: absolute;
	top: 18px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 2;
	_margin: -5px 0px;
	_overflow: hidden;
}

#nav_main {
	width: 996px; /* Adjust this width to fit your tabs and keep main nav centered */
	_width: 940px; /* For IE6 */
	margin: 0px auto;
	height: 40px;
	padding: 0px;
	z-index: 3;
}


/*---   drop lists  ---*/

#menubar_main {
	width: 996px;
	z-index: 4;
}

#menubar_main, #menubar_main ul {
	padding: 2px 0px;
	_padding: 10px 0px;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 10;
}


#menubar_main a {
	display: block;
	_display: inline;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font-size: 9pt;
	color: #fff;
	height: 30px;
}

#menubar_main a.triggeron {
	padding: 5px 16px 0px 10px;
	background-image: url(../images_ncar/menu_downarrow_gray.png);
	_background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	color: #f09c4e;
	font-weight: bold;
}

#menubar_main a.trigger {
	padding: 5px 16px 0px 10px;
	background-image: url(../images_ncar/menu_downarrow_gray.png);
	_background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

#menubar_main li {
	float: left;
	width: 9em;

}

#menubar_main li ul li {
	font-size: 8pt;
	line-height: 14pt;
	float: none;
	text-align: left;
}

#menubar_main li {position: relative;}

/* hide from IE mac \*/
#menubar_main li {position: static; width: auto;}
/* end hiding from IE5 mac */

#menubar_main li ul, #menubar_main ul li  {
	width: 250px;
	padding: 0px;
	margin: 0px;
}

#menubar_main ul li a  {
	color: #565656;
	border-bottom: 1px dotted #91b1cd;
	height: auto;
	z-index: 30;
}

#menubar_main li ul {
	position: absolute;
	display: none;
	background-color: #6f92b0;
	border-top: 2px solid #91b1cd;
	border-right: 2px solid #2f55a2;
	border-bottom: 2px solid #2f55a2;
	border-left: 2px solid #2f55a2;
	padding: 5px 10px 5px 10px;
	background-repeat: repeat-x;
	z-index: 20;
}

#menubar_main li:hover a, #menubar_main a:focus,
#menubar_main a:active {
	color: #fff;
	background-color: #2f55a2;
}

#menubar_main li:hover ul {
	display: block;
}

/*  use this class (.dropleft) and adjust the margin-left so that drop downs on far right buttons don't scroll outside of the viewable area  */

#menubar_main li:hover ul.dropleft {  
	display: block;
	margin-left: -205px;
}

#menubar_main li:hover ul a {
	color: #fff;
	background-color: transparent;
}

#menubar_main ul a:hover {
	background-color: #2f55a2!important;
	color: #FFFFFF !important;

}


/*##########   PAGE-LEVEL NAVIGATION FOR SUBPAGES - in our case, the left nav  ############*/

#pagenav {
	float: left;
	width: 130px;
	height: 100%;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

#pagenav a {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding: 6px 4px 6px 4px;
	margin: 0;
}

#suckertree1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#suckertree1 li {
	margin: 0px 0px 2px 0px;
	padding: 0;
}

#suckertree1 li ul li {
	margin: 0px;
	padding: 0px;
}

.suckerdiv {
	width: 130px; /* Width of Menu Items */
}

.suckerdiv ul li {
	position: relative;
	border-top: 1px solid #eaf6fb;
	border-bottom: 1px solid #eaf6fb;
}

.suckerdiv ul li ul { /*1st level sub menu style */
	left: 129px; /* Parent menu width - 1*/
	position: absolute;
	width: 205px; /*sub menu width*/
	top: 0;
	display: none;
	z-index: 30;
}

.suckerdiv ul li ul li a { /*1st level sub menu style */
	background-color: #477f96;
	color:#fff;
	border-bottom: 1px solid #5796b0;
	padding: 0px;
}

.suckerdiv ul li ul li ul { /*All subsequent sub menu levels offset */
	background: #d9ebfe;
	left: 204px; /* Parent menu width - 1*/
}


.suckerdiv ul li a  { /* menu links style */
	font: normal normal normal 8pt/10pt Arial, Helvetica, sans-serif;
	display: block;
	color: #000000;
	text-decoration: none;
	background: #ceeaf5;
}


.suckerdiv ul li a:hover{
	background: #d58942;
	color: #fff;
	text-decoration: none;
}

.suckerdiv .subfolderstyle {
	background: #ceeaf5 url(../images_ncar/arrow_right2.png) no-repeat center right;
	text-decoration: none;
}
	
/* Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



/*##########   SUBPAGE LAYOUT CSS   ############*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #585756 url(../images_ncar/back.png) repeat;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	text-align: center; 
}

ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
}

li {
	padding:0px 0px 5px 1px;
	margin: 0px;
}

li img {
	padding:0px;
	margin: 0px 1px 0px 0px;
	display: inline;
}

img {
	margin: 0px 2px 0px 2px;
	padding: 0px;
}

h1 {
	margin: 0px 0px 25px 0px;
	padding: 5px;
	font-size: 13pt;
	line-height: 18pt;
	font-style: normal;
	font-family: lucida sans, verdana, arial, sans-serif;
	color: #02538f;
	clear: both;
}

h2 {
	margin: 15px 5px 10px 0px;
	font-size: 10pt;
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
}

h2.green {
	background: url(../images_ncar/h2back.jpg) repeat-x;
	width: 98%;
	margin: 5px 5px 10px 0px;
	padding: 5px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: oblique;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
}

h2.heading_bluebackground {
	font-size: 10pt;
	color: #405471;
	border-top: 1px solid #c4dbed;
	border-bottom: 1px solid #c4dbed;
	background: #e4eef6;
	padding-top: 2px;
	width: 100%;
	font-family: Georgia, Times, serif;
}


h3 {
	margin: 12px 5px 10px 2px;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #333;
	border-bottom: 1px solid #333;
}

h4 {
	margin: 12px 5px 10px 2px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #333;
}

h5 {
	margin: 12px 20px 10px 20px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #268538;
}

p, ul {
	margin: 10px 15px 25px 0px;
	color: #2d2d2d;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	line-height: 14pt;
}

a {
	text-decoration: none;
	color: #0357ae;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

a:hover {
	background: #cde8fb;
}

a img {
	border: 0;
	vertical-align: middle;
}

/*##########   BEGIN PAGE CONTENT AREA  ############*/


#wrap {
	position: absolute;
	top: 59px;
	_top: 53px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content {
	background: #fff;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	height: auto;
	border-left: 7px solid #83aac5;
	border-bottom: 2px solid #83aac5;
	border-right: 7px solid #83aac5;
	text-align: left;
	overflow: hidden;

}

/*### Mouseover Popup Descriptions ###*/

#content a span {
	display: none;
	}

#content a:hover span {
	background: #333333;
	display: block;
  position: absolute;
  width: 300px;
  padding: 10px;
 margin: 10px 0px 10px 10px;
  z-index: 100;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 2px solid #eeeeee;
  border-bottom: 4px solid #999999;
  text-align: left;
  text-decoration: none;
   }

#content img.icon {
	vertical-align: middle;
}

#content a span img {
	float: left;
	margin: 2px 2px 2px 0px;
}

/*##########   NCAR PAGE HEADER  ############*/

#subheader {
	float: left;
	clear: left;
	width: 100%;
	height: 70px;
}

#subheader img {
	margin: 0px;
	float: left;
	border: none;
}

#subheader a img {
	border: none;
}


/*-----   NCAR HEADER  -----*/

#ncarheader {
	width: 450px;
	overflow: visible;
	height: 70px;
	float: left;
	margin: 0px 0px 0px 3px;
}


/*-----   GOOGLESEARCH  -----*/

#googlesearch {
	width: 450px;
	float: right;
	text-align: left;
	margin: 8px 5px 0px 0px;
	_margin-top: -70px;
	display: inline;
}

#googlesearch a {
	font-size: 8pt;
	float: right;
	vertical-align: middle;
	margin: 2px 5px 0px 3px;
}

#googlesearch input, submit {
	font-size: 8pt;
	float: right;
	background-color: #e4eef6;
	vertical-align: middle;
	margin: 2px 5px 0px 3px;
}


#googlesearch p.datetime {
	margin: 2px 10px 0px 0px; 
	color: #94671a; 
	text-align: right; 
	font-weight: bold;
}

/*##########   BREADCRUMB NAVIGATION  ############*/

#breadcrumb_nav {
	display: none;
}

/*##########   NEW COLUMN - PAGE-LEVEL NAVIGATION  ############*/

#column_pagenav {
	background: #fff url(../images_ncar/pagenavback.jpg) repeat-x;
	float: left;
	clear: left;
	width: 130px;
	height: 100%;
	_height: 600px; /* for IE6 */
	min-height: 600px;
	margin: 15px 0px 0px 0px;
}

/*##########   NEW COLUMN - PAGE CONTENT  ############*/

#wrap_pagecontent {
	background: #fcfbf7 url(../images_ncar/subcontent_background2.jpg) repeat;
	float: left;
	width: 845px;
	_width: 825px; /* For IE6 */
	margin: 15px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

#wrap_pagecontent ul {
	color: #333;
	font-size: 9pt;
	line-height: 14pt;
	margin: 6px 35px 6px 35px;
}

#wrap_pagecontent li {
	margin-bottom: 6px;
}

#wrap_pagecontent ol {
	color: #333;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	margin: 6px 35px 3px 35px;
}

#wrap_pagecontent ul.nobullet {
	list-style: none;
	margin: 6px 35px 3px 35px;
}

#wrap_pagecontent ul.nobullet li {
	margin-bottom: 13px;
}

#wrap_pagecontent ul.bullet {
	list-style: square;
	margin: 6px 35px 13px 35px;
}

#wrap_pagecontent ul.bullet li {
	margin-bottom: 3px;
}

/*##########  MAIN CONTENT  ############*/

#column_pagecontent {
	/*background: #f9fafe url(../images_ncar/pagefeatureback3.jpg) left top repeat-x;*/
	background-color: #ddf0f8;
	float: left;
	width: 482px;
	height: auto;
	min-height: 600px;
	margin: 0px;
	padding: 20px;
}

#column_pagecontent_wide {
	background-color: #ffffff;
	float: left;
	width: 807px;
	height: auto;
	min-height: 600px;
	margin: 0px;
	padding: 20px;
}

#column_pagecontent #headingdiv h1 {
	background-color: #477f96;
	width: 502px;
	height: 24px;
	margin: 0px 0px 10px -20px;
	padding: 4px 10px 0px 10px;
	font-size: 11pt; 
	line-height: 13pt;
	color: #fff;
	text-align: center;
}

#column_pagecontent_article {
	background-color: #fff;
	float: left;
	width: 462px;
	_width: 472px;
	height: auto;
	_height: 600px; /* for IE6 */
	min-height: 600px;
	margin: 0px;
	padding: 10px 30px;
	border-right: 1px solid #ccc;
}

#column_pagecontent_article a {
	text-decoration: underline;
}

#pagefeature  {
	width: 482px;
	height: auto;

	margin: -20px 15px 10px -20px;
	_margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	_padding: 0px; /* for IE6 */
}

#pagefeature img {
	background: #fff;
	float: left;
	margin: 0px 0px 8px 0px;
	padding: 5px;
	border: 1px solid black;
}

#pagefeature_caption {
	float: right;
	width: 155px;
	height: auto;
	margin: 0px 0px 5px 2px;
	_margin: 0px;
	padding: 0px;
}

#pagefeature_caption p {
	font-size: 8pt;
	font-family: arial, sans-serif;
	line-height: 11pt;
	color: #333;
}

#pagefeature_caption a {
	font-size: 8pt;
	font-family: arial, sans-serif;
	line-height: 11pt;
	text-decoration: underline;
	color: #333;
}

/* ----- fixes  spacing of tabbed panels Spry ----- */

#tabbed_content ul {
	margin: 0px 3px 0px -3px;
	padding: 3px;
	list-style: square;
}

#tabbed_content li {
	margin: 0px;
	padding: 2px 4px 2px 4px;
}

#tabbed_content ul.bullet {
	color: #333;
	font-size: 9pt;
	line-height: 14pt;
	margin: 20px 35px 20px 35px;
}

#tabbed_content ul.nobullet {
	list-style: none;
	color: #333;
	font-size: 9pt;
	line-height: 14pt;
	margin: 20px 15px 20px 15px;
}

#tabbed_content ul.nobullet li {
	margin-bottom: 20px;
}

/* ----- fixes  spacing of tabbed panels YUI ----- */

#tabs {
	margin-top: 25px;

}

#tabs ul {
	margin: 0px;

}

#tabs li {
	margin: 0px -5px 0 0;
	padding: 2px 4px 0px 4px;
}

#tabs li a {
	text-decoration: none;
}

#tabs p {

margin: 10px;

}

/*##########  SECONDARY CONTENT  ############*/

#column_subcontent_wrap {
	background: #f2f2f2 url(../images_ncar/subcontent_background2.jpg) repeat;
	width: 319px;
	_width: 275px;
	height: auto;
	min-height: 400px;
	float: right;
	margin: 0px;
}

#column_subcontent_wrap h2 {
	margin: 5px 5px 5px 0px;
	padding: 5px;
	font-size: 13pt;
	line-height: 18pt;
	font-style: normal;
	font-family: lucida sans, verdana, arial, sans-serif;
	color: #666;
}

#column_subcontent_wrap ul  {
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 10px 15px 10px;
	color: #333;
	font-size: 8pt;
	line-height: 10pt;
}

#column_subcontent_wrap ul li  {
	margin: 0px;
	color: #333;
	font-size: 8pt;
	line-height: 12pt;
	clear: both;
}

#column_subcontent_wrap p {
	font-size: 8pt;
	line-height: 12pt;
	margin: 5px 10px 15px 10px;
}

#column_subcontent_wrap a {
	text-decoration: none;
	font-size: 8pt;
	line-height: 12pt;
}

#column_subcontent_wrap h2 a img {
	text-decoration: none;
	margin-top: 40px;
}


/* ----- col1full ----- */

#column_related_fullwidth1 {
	float: left;
	width: 96%;
	height: auto;
	margin: 4px 0px 10px 4px;
	padding: 0px;
}


/* ----- col2full ----- */

#column_related_fullwidth2 {
	float: left;
	clear: left;
	width: 96%;
	height: auto;
	margin: -4px 0px 10px 4px;
	padding: 0px;
}


/* ----- col3full ----- */


#column_related_fullwidth3 {
	float: left;
	clear: left;
	width: 96%;
	height: auto;
	margin: -4px 0px 10px 4px;
	padding: 0px;
}

/*#######   PAGE FOOTER  #######*/

#footer {
	background-color: #f0ac6d;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	width: 975px;
	height: auto;
	float: left;
	clear: both;
	border-top: 1px solid #809280;
}

#footer p {
	font-size: 8pt;
	line-height: 10pt;
	margin: 3px 3px 3px 15px;
	padding: 3px 3px 5px 3px;
}

#footer a {
	color: #4c4b4c;
}

/* ########  General class styles for all pages ######## */

.floatleft {
	float: left;
	margin: 5px 12px 6px 0px;
	padding: 0px;
	clear: left;
	}

.floatleft_border {
	float: left;
	margin: 5px 12px 6px 0px;
	border: 1px solid black;
	clear: left;
}

.floatright {
	float: right;
	margin: 5px 0px 6px 12px;
	padding: 0px;
	clear: right;
}

.floatright_border {
	float: right;
	margin: 5px 0px 6px 12px;
	padding: 0px;
	border: 1px solid black;
	clear: right;
}

.floatleft_thumbnails {
	float: left;
	margin: 0px 8px 15px 0px;
	border: 2px solid #d8994f;
	clear: both;
}

.clearboth {
	clear: both;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.center_border {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

.tooltip {
	display: inline;
}

.textorange {
	color: #ad4a28;
	font-weight: bold;
}

.textgreen {
	color: #688240;
	font-weight: bold;
}

.textblue {
	color: #6b8fd8;
	font-weight: bold;
}

.textbold {
	font-weight: bold;
}

.h2_heading_plain {
	font-size: 10pt;
	color: #405471;
	padding-top: 2px;
	width: 100%;
	font-family: Georgia, Times, serif;
}

.h2_heading_bluebackground {
	font-size: 10pt;
	color: #405471;
	border-top: 1px solid #c4dbed;
	border-bottom: 1px solid #c4dbed;
	background: #e4eef6;
	padding-top: 2px;
	width: 100%;
	font-family: Georgia, Times, serif;
}

.h3_heading_plain {
	font-size: 9pt;
	color: #333;
	padding-top: 2px;
	width: 100%;
	font-family: verdana, arial, sans-serif;
}

.h3_heading_underlined {
	font-size: 9pt;
	color: #333;
	border-bottom: 1px solid #333;
	padding-top: 2px;
	width: 100%;
	padding-top: 1px;
	font-family: verdana, arial, sans-serif;
}

.pullquote {
	background: #fff;
	font: oblique normal normal 11pt/17pt Georgia, Times, serif;
	width: 200px;
	text-align: left;
	text-decoration: none;
	color: #5878a2;
	padding: 20px 15px 20px 15px;
	margin: 7px 0px 10px 10px;
	border-left: 3px dotted #d1ccba;
	float: right;
}

.pullquote_small {
	background: #fff;
	font: oblique normal normal 9pt/13pt Georgia, Times, serif;
	width: 160px;
	text-align: left;
	text-decoration: none;
	color: #5878a2;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 10px 10px;
	border-left: 3px dotted #d1ccba;
	float: right;
}

.title_event {
	font-weight: bold;
	color: #1c5686;
	font-size: 9pt;
}

a.title_event  {
	font-weight: bold;
	text-decoration: none;
	color: #3b81ca;
	font-size: 9pt;
	text-decoration: underline;
}

.page_figure_left {
	float: left;
	margin: 5px 12px 16px 0px;
	padding: 0px;
	color: #3c6786;
	display: inline;
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_left img {
	margin: 0px 2px 6px 0px;
	padding: 0px;
	border: 1px solid black;
}

.page_figure_left p {
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_right {
	float: right;
	margin: 5px 0px 16px 12px;
	padding: 0px;
	color: #3c6786;
	display: inline;
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_right img {
	margin: 0px 0px 6px 2px;
	padding: 0px;
	border: 1px solid black;
}

.page_figure_right a {
	text-decoration: underline;
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_right p {
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_center {
	display: block;
	width: 100%;
	margin: 5px 12px 16px 0px;
	padding: 0px;
	color: #3c6786;
	font-size: 8pt;
	line-height: 10pt;
	margin-left: auto;
	margin-right: auto;

}
.page_figure_center img {
	padding: 0px;
	border: 1px solid black;
	margin-bottom: 6px;
}

/*### Content Table Styles ###*/

.content_table {
	background: #eeeeee;
	width: 90%;
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 0px 3px 20px 32px;
	}
	
.content_table th {
	background: #ffffff;
	width: auto;
	font: normal normal bold 9pt/11pt Arial, sans-serif;
	font-variant: small-caps;
	text-align: left;
	text-decoration: none;
	color: #587fba;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #cccccc;
	}
	
.content_table td {
	width: auto;
	background: #eeeeee;
	font: normal normal normal 9pt/11pt Arial, sans-serif;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 4px 2px 4px 2px;
	border-bottom: 1px dotted #989898;
	}

.content_table td.divider {
	background: #d7e9fa;
	font: oblique normal bold 1.0em/1.1em Arial, sans-serif;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #4c6282;
	margin: 0px;
	padding: 4px 2px 4px 2px;
	border: none;
	}
	


/*### Rounded Corners ###*/

#homeleftbottom_left {
	padding: 0 0 0.2em 0.2em;
	_padding: 0px;
	background: #e6eff8 url(../images_ncar/left_bottom_corner_db.gif) no-repeat left bottom;
}

#homeleftbottom {
	height: 20em;
	background: #e6eff8 url(../images_ncar/right_top_corner_db.gif) no-repeat right top;
	color:#0E0E0E;
	
}

html>body #homeleftbottom {
	height: 20.8em;
	min-height:233px;
	height: auto;
}
#homeleftbottomcontent {
	padding: 0.8em 0.8em 0 1.7em;
	_padding: 0.3em 0.0em 0 1.3em;
}
#homeleftbottomcontent h2 {
	margin: 0;
}
html>body #homeleftbottomcontent h2 {
	margin: 0 0 0.3em 0;
}
.box-tl_1 {
  	background: #FFFFFF url(../images_ncar/left_top_corner_db_back.gif) top left no-repeat;
	color:#0E0E0E;
	margin: 0.5em 0 0 1.2em;
	margin/**/:/**/ 0.5em 0 0 1.7em;
	width:11.6em; 
	min-width:130px;
  	float: left;
}
.box-tl {
  	background: #FFFFFF url(../images_ncar/left_top_corner_db_back.gif) top left no-repeat;
	color:#0E0E0E;
	margin: 0.5em 0 0 0;
	width:11.6em; 
	min-width:130px;
  	float: left;
} 
.box-tr {
  	background: #FFFFFF url(../images_ncar/right_top_corner_db_back.gif) top right no-repeat;
	color:#0E0E0E;
	padding: 0.8em 1.7em 1.7em 1.7em;
  	padding-left:0;
  	margin:0;
  	position:relative;
	right: -0.76em;
}
.boxbodyobservation, .boxbodyforecast {
  	margin/**/:/**/0;
  	padding: 1.0em;
  	padding-left:0;
	padding-top:0;
  	position:relative;
	right: -0.76em;
	background: #FFFFFF;
	color:#0E0E0E;
	voice-family: "\"}\""; margin-top:-2em;
}
html>body .boxbodyobservation, .boxbodyforecast {
	height: auto;
}
.boxbodyobservation img, .boxbodyforecast img{
	border:0;
}
.boxbodyobservation h3, .boxbodyforecast h3 {
	margin: 1em 0 -1em 0;
	margin/**/:/**/ 0 0 -1.5em 0;
	padding-bottom: 0.8em;
}
/* commented backslash hack v2 \*/
html>body .boxbodyobservation h3, .boxbodyforecast h3 {
	margin: 0.5em 0 0 0;
	padding-bottom: 0.5em;
}
/* end hack */
.box-br {
  	background: #FFFFFF url(../images_ncar/left_bottom_corner_db_back.gif) bottom left no-repeat;
	color:#0E0E0E;
  	position:relative;
	top:0.9em;
}
.box-br p {
  	background: #FFFFFF url(../images_ncar/rb_corner_db_long.gif) bottom right no-repeat;
	color:#0E0E0E;
	padding: 0.8em 0.8em 0.8em 1.0em;
  	padding-left: 0;
  	display:block;
  	margin:0;
  	position:relative;
	right:-0.7em;
}
html>body .box-br p {
	margin: -1em 0 0 0;
	right:-0.69em;
}
#homeright {
	width: 25em;
	min-width:280px;
	float: right;
}
#homerighttop1 {
	height: 9.4em;
	min-height:105px;
	margin: 0.8em 0 0 0;
	background: #C8DCD0;
	color:#0E0E0E;
}
#homerighttop {
	margin: 0.8em 0 0 0;
}
#homerighttop2 {
	height: 10.3em;
	min-height:115px;
	margin: 0.8em 0 0 0;
	background: #C8DCD0 url(../images_ncar/left_bottom_corner_g.gif) no-repeat left bottom;
	color:#0E0E0E;
}
#homerighttop2 ul li {
	list-style-image: url(../images_ncar/bullet_green_win.gif);
}
.home_rt_content {
	padding: 0.8em 1.7em 0 1.7em;
}
html>body .home_rt_content h2 {
	padding-bottom: 0.5em;
}
#homerightbottom {
	margin: 0.8em 0 0 0;
}
#homerightbottomleft {
	padding: 0 0 0 1.7em;
	background: #C9D6DC url(../images_ncar/left_top_corner_b.gif) no-repeat left top;
	color:#0E0E0E;
}
#homerightbottomright {
	height: 20.1em;
	min-height:225px;
	padding: 0.8em 1em 0 0; 
	margin: 0;
	background: #C9D6DC url(../images_ncar/right_bottom_corner_b.gif) no-repeat right bottom;
	color:#0E0E0E;
}

.clear {
	width: 100%;
	clear: both;
	margin: 0;
}
.box-dyk-left {
	padding-left: 0px; 
	height: 8px; 
	margin-top: 0.6em;
	color: #FFFFFF;
	background: transparent;
	voice-family: "\"}\""; padding-left: 9px;
}
.hide {display:none;}