/*##########   SET BASE STYLES  & NORMALIZE BROWSER MARGINS  ############*/




* {
	margin: 0;
	padding: 0;
}

body {
	background: #163B69;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: normal;
/*	text-align: center;  */
}


ul {
	margin: 0px 0px 20px 30px;
}


li {
	padding:0px 0px 3px 1px;
	margin: 5px 0px 5px 0px;  /* was 0px; */
}

li img {
	padding:0px;
	margin: 0px 1px 0px 0px;
	display: inline;
}

img {
	margin: 0px 2px 0px 2px;
	padding: 0px;
}

h1 {
	margin: 35px 0px 10px 0px;
	font-size: 12pt;
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	text-transform: uppercase;
	clear: both;
}


h2 {
	margin: 15px 5px 10px 0px;
	font-size: 11pt;
	line-height: 12pt;
	font-style: oblique;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #009;
	clear: both;
}

h3 {
	margin: 12px 5px 10px 0px;
	font-size: 10pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #333;
	clear: both;
}

h3.bluesanserif {
	margin: 2px 5px 10px 0px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #95a6b1;	
	clear: both;
}

p {
	margin: 8px 10px 15px 0px;
	margin-bottom: 0px;
	color: #2d2d2d;
	font-family: verdana, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}


a:link {
	text-decoration: none;  
	color: #009;
	font-family: verdana, sans-serif;
	font-weight: normal;
}
a:active {
	text-decoration: none;  
	color: #009;
	Font-family: verdana, sans-serif;
	font-weight: normal;
}
a:hover {
	text-decoration: none;  
	color: #009;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: #cde8fb;
}
a:visited {
	text-decoration: none;  
	color: #009;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: none;
}

a img {
	border: 0;
	vertical-align: middle;
	text-align: center;
}


.center {
text-align: center;
}


/*##########   PAGE CONTENT AREA  ############*/


#wrap {
	position: absolute;
	top: 58px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content {
	background: #EAEAEA;
	background-color: #EAEAEA;
	width: 978px;
	height: auto;
	margin-top: 2px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Important - to left align content due to centering in the body style */
	/* overflow: hidden; took this out because when "jumping" up/down page it would add white space under our footer & also cut off header */
}

#content2 {
	background: #F8F8FC;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	height: auto;
	border-left: 7px solid #727a8d;
	border-bottom: 2px solid #727a8d;
	border-right: 7px solid #727a8d;
	text-align: left; /* Important - to left align content due to centering in the body style */
	overflow: hidden;
	background-color: #F8F8FC;
}


/*##########   NCAR PAGE HEADER  ############*/

#subheader {
	background-color: #eaeaea;
	float: left;
	clear: left;
	width: 100%;
	height: 110px;
	border-bottom: 1px solid 
	display: inline;
}

#subheader img {
	margin: 0px;
	float: left;
	border: none;
}

#subheader a img {
	border: none;
}

#subheader .datetime {
	float: right;
	margin: 3px 15px 2px 0px;
	font: normal normal normal 11pt/12pt arial, verdana, sans-serif;
	color: #9a9394;
}


/*--   NCAR HEADER  --*/

#ncarheader {
	width: 500px;
	height: 100px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: #EAEAEA;
}


/*--   GOOGLESEARCH  --*/

#googlesearch {
	width: 450px;
	float: right;
	margin: 2px 5px 0px 0px;
	_margin-top: -70px;
	
}

#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; 
}
/*##########   MAIN PAGE- CURRENT SUN FEATURE  ############*/

#featurewrap {
	float: left;
	background: #eaeaea;
	color: black;

	width: 100%;
	min-width: 850px;
	height: 250px;
	margin-top: -18px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	
	}
	
#featurewrap img {
	border-top: 4px solid #999999;
	border-bottom: 4px solid #999999;
	border-left: 7px solid #999999;
	border-right: 7px solid #999999;
	margin: 0px 12px 0px 0px;
	overflow: visible;
	}
	
#featurewrap img.noright {
	border: 4px solid #999999;
	margin: 0px 0px 0px 0px;

	} 
	
	.image_row_sub {
    		float: left;
    		width: 172px;
    		padding-top: 15px;
    		padding-right: 10px;
    		padding-bottom: 10px;
    		padding-left: 50px;
		}
	
	.image_caption {
	font-size: .9em;
	line-height: 1.1em;
	padding: 2px;
		}  




/*##########   MAIN COLUMN - NCAR RESEARCH  ############*/
#contentwide {

float: left;
height: auto;
width: 750px; 
_width: 800px; 
padding-top: 0px; 
margin: 0px 5px 30px 30px;
}


#column_research {
	float: left;
	_width: 100px;
	min-height: 450px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 10px;
	border: 1px solid #ccc;
}

#column_research2 {
	
	float: left;
	width: 10px;
	min-height: 550px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 10px;
}


#column_research p {
	font-size: 9pt;
	line-height: 14pt;
	color: #333;
	margin-bottom: 20px;
}

#column_research a {
	font-size: 9pt;
	line-height: 14pt;
	color: #333;
}


/*--   SLIDESHOW FEATURE --*/

#pagefeature  {
	background-color: #FBECC3;
	width: 468px;
	height: 228px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 6px solid #fff;
}

#pagefeature h1 {
	margin: 10px;
	padding: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#pagefeature .detailtext {
	font-family: verdana, arial, sans serif;
	font-size: 8pt;
	padding: 0px;
}

#pagefeature .detailtext a {
	font-family: verdana, arial, sans serif;
	font-size: 8pt;
	color: #3369BA;
	background-color: none;
	text-decoration: none;
}

/*#feature_slideshow {
	background-color: #FBECC3;
	width: 344px;
	height: 226px;
	margin: 0px;
	padding: 0px;
	float: left;
}*/

#feature_about {
	width: 100px;
	height: auto;
	margin: 0px;
	/*margin: -5px 3px 0px 0px;*/
	padding: 0px;
	float: left;
}

#feature_about a img {
      display: inline;
	width: 80px;
	margin-top: 10px;
	margin-left: 9px;
}



/*--   TOPICS SUBCOLUMN  --*/
#topics_subcolumn_wrapper{
	float: left;
	width: 195px;
	height: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px 3px 0px 10px;
	

}


#topics_subcolumn{
	
	float: left;
	clear: left;
	width: 150px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 10px;
	

}

#avmenu {
	float: left;
	clear: left;
	padding: 0px 3px 0px 10px;
	background-color:#CCC;
	width:150px;
	margin-top: 0px;
}


#avmenu ul {
list-style-type: none;
}

#avmenu ul a:link {
	text-decoration: none;  
	color: #000000;
	font-family: verdana, sans-serif;
	font-weight: normal;
}
#avmenu ul a:hover {
	text-decoration: none;
	color: #000000;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background-color:#FFFFFF;
}
#avmenu ul a:visited {
        text-decoration: none;
        color: #000000;
        font-family: verdana, sans-serif;
        font-weight: normal;
}



/*--   RESOURCES SUBCOLUMN  --*/

#resources_subcolumn {
	float: left;
	width: 200px;
	height: auto;
	margin: 0px 0px 0px 10px;
	padding-bottom: 15px;
}


/*##########   MAIN COLUMN - PEOPLE AND NEWS  ############*/

#column_peoplenews {
	
	float: left;
	width: 700px;
	_width: 630px; /* for IE6 */
	height: 500px;
	margin: 10px 0px 20px 5px;
	_margin: 0px; /* for IE6 */
	padding: 0px;
}

#column_peoplenews h1 {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	border-top: 1px solid #95a6b1;
	border-bottom: 1px solid #95a6b1;
	background: #d2e0ea;
	padding: 2px;
	width: 100%;
}

#column_peoplenews p {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
	font-variant: normal;
}

#column_peoplenews a {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
}

#column_peoplenews ul {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
}

#column_peoplenews .title_event {
	font: normal normal bold 9pt/11pt arial, helvetica, sans-serif;
	color: #2161b9;
}
#column_peoplenews a:link {
	text-decoration: none;
	color: #438dda;
	font-family: verdana, sans-serif;
	font-weight: normal;
}
#column_peoplenews a:active {
	text-decoration: none;
	color: #438dda;
	font-family: verdana, sans-serif;
	font-weight: normal;

}
#column_peoplenews a:hover {
	text-decoration: none;
	color: #438dda;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: #cde8fb;
}
#column_peoplenews a:visited {
	text-decoration: none;
	color: #CC3333;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: none;
}


/*--   NEWS & EVENTS SUBCOLUMN   --*/

#newsevents_subcolumn {
	float: left;
	width: 210px;
	_width: 180px; /* for IE6 */
	height: auto;
	/*min-height: 800px;*/
	margin: 0px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}


/*--   PEOPLE & ANNOUNCEMENTS SUBCOLUMN  --*/


#peopleannounce_subcolumn {
	float: left;
	width: 210px;
	_width: 180px; /* for IE6 */
	height: auto;
	margin: 0px 0px 0px 4px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	}


/*--   EVENTS  --*/


#events {
	float: left;
	clear: left;
	width: 210px;
	height: 180px;
	margin: 0px;
	overflow: auto;
	}



/*########  FOCUS AREAS SUBCOLUMN  ########*/

#focusareas_subcolumn {
	float: center;
	clear: left;
	background-color: #fff;
	width: 700px;
	_width: 700px;
	height: auto;
	margin: 0px 0px 0px -5px;
	_margin: 0px 0px 0px -5px;
	padding: 5px;
}


#focusareas_subcolumn p {
	font-size: 8pt;
	line-height: 10pt;
	font-variant: normal;
}

#focusareas_subcolumn a {
	font-size: 8pt;
	line-height: 10pt;
	font-variant: normal;
	color: #2161b9;
}

#focusareas_subcolumn ul {
	margin: -10px 3px 0px 2px;
}

#focusareas_subcolumn li {
	margin: 0px;
	padding: 0px;
}

#focusareas_subcolumn ul li a {
	font-size: 8pt;
	line-height: 10pt;
	font-variant: normal;
	color: #2161b9;
	padding: 0px;
}

/*--   FEATURED RESEARCH --*/

#featuredresearch {
	background: #FBECC3;
	border-left: black;
	margin: 10px 15px 5px 0px;
	_margin: 10px 2px 20px 0px;
	padding: 3px 0px 7px 2px;
	width: 200px;
	_width: 170px;
	height: 440px;
	float: left;
	clear: both;
}

#featuredresearch2 {
	background-image:url(../images/webBackgroundHorz.jpg);
	border-left: black;
	margin: 10px 15px 5px 0px;
	_margin: 10px 2px 20px 0px;
	padding: 3px 0px 7px 2px;
	width: 640px;
	_width: 170px;
	height: 240px;
	float: left;
	
}

#featuredresearchnews {
	background: #FBECC3;
	border-left: black;
	margin: 10px 15px 5px 0px;
	_margin: 10px 2px 20px 0px;
	padding: 3px 0px 7px 2px;
	width: 300px;
	_width: 170px;
	height: 350;
	float: left;
	clear: both;
}

#featuredresearch img {
	_width: 130px;
}

#featuredresearch img.small_icon {
	_width: 12px;
}


/*--   FEATURED MODEL --*/

#featuredmodel {
	background: #FBECC3;
	margin: 10px 15px 20px 0px;
		_margin: 10px 2px 20px 0px;
	padding: 3px 0px 7px 2px;
	width: 200px;
	_width: 170px;
	height: 440px;
	border-top: thin single blue;
	float: left;
}

#featuredmodel2 {
	background-image: url(../images/webBackgroundHorz2.jpg);
	margin: 10px 15px 20px 0px;
		_margin: 10px 2px 20px 0px;
	padding: 3px 0px 7px 2px;
	width: 640px;
	_width: 170px;
	height: 240px;
	border-top: thin single blue;
	float: left;
}

#featuredmodelnews {
	background: #FBECC3;
	border-left: black;
	margin: 10px 15px 5px 0px;
	_margin: 10px 2px 20px 0px;
	padding: 3px 0px 7px 2px;
	width: 300px;
	_width: 170px;
	height: 350;
	float: left;
	clear: both;
}

#featuredmodel img {
	_width: 130px;
}

#featuredmodel img.small_icon {
	_width: 12px;
}


/*--   FEATURED TECHNOLOGY --*/

#featuredtechnology {
	background: #FBECC3;
	margin: 10px 15px 20px 0px;
	_margin: 10px 2px 20px 0px;
	padding: 3px 0px 7px 2px;
	width: 200px;
	_width: 170px;
	height: 440px;
	float: left;

}

#featuredtechnology2 {
	background: url(../images/webBackgroundVert.jpg);
	margin: 10px 15px 20px 0px;
	_margin: 10px 2px 20px 0px;
	padding: 3px 0px 7px 2px;
	width: 280px;
	_width: 170px;
	height: 505px;
	float: right;

}

#featuredtechnology img {
	_width: 130px;
}

#featuredtechnology img.small_icon {
	_width: 12px;
}


/*#######   PAGE FOOTER  #######*/


#footer {
	background-color: #163B69;
	background-color: #ccc;
	margin: 0px;
	padding: 5px;
	width: 968px;
	height: 75px;
	float: left;
	clear: both;
	border-top: 1px solid black;
}

#footer p {
	font-size: 7.5pt;
	color: black;
	line-height: 9pt;
	margin: 3px 3px 3px 15px;
	padding: 2px 2px 18px 2px;
}

#footer a {
	color: black;
}


/*#######   Added May 28, 2009  */

.caption {
			font-size: .8em;
		}
		
.leftthumbimg {
			width: 110px;
			float: left;
			margin-right: 10px;
			margin-bottom: 0px;
		}
		
.brclear {       /* Put a <br class="brclear" /> when you need to clear a div that uses floats  */

		clear: both;

		}
		
.photograph {
	padding-right: 100px;
	padding-bottom: 100px;
		}

/* CLEAR FIX */
/*
The Aslett/PIE Method: Float container don't want to stretch up to accomodate the floats. Use :after to insert a simple character and then give that generated element {clear: both;}. We also use {height: 0;} and {visibility: hidden;} to keep our period from showing.
See http://www.positioniseverything.net/easyclearing.html of http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ for more info.
NOTE: Does not work in IE, so I added the zoom:1; and display:block; definitions at the bottom of the class.
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	width: 100%;
	visibility: hidden;
	zoom: 1;     /* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
}
/*--   Main Site Navigation  --*/

#nav_main_wrap {
	background: #000 url(../images/mainnavback.jpg) repeat-x;
	position: absolute;
	top: 18px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 2;
	_margin: -5px 0px;
	_overflow: hidden;
}

#nav_main {
	width: 800px; /* Adjust this width to fit your tabs and keep main nav centered */
	_width: 800px; /* For IE6 */
	margin: 5px 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/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/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;

}

/*### Leftnav ###*/

#leftnav {
	float: left;
	width: 180px;
	height: auto;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: left;
	
	}

#leftnav ul {
margin: 0;
padding: 0;
list-style-type: none;
font: normal normal normal 9pt/11pt Verdana, Arial, sans-serif;
/* line-height: 20pt;  /* added 28 May 2009 */
}

#leftnav li {
	margin: 0 0 10px 0;  /* was bottom 3px */
	}

#leftnav a {
display: block;
padding: 3px 2px 3px 24px;
border: 1px solid #7c7878;
width: 160px;
background-color: #999;
background-image: url(../images/leftnav_buttonOFF.png);
}

#leftnav a:link, #navleft a:visited {
color: #322f2f;
text-decoration: none;
}

#leftnav a:hover {
border: 1px solid #7c7878;
background-color: #F60;
background-image: url(../images/leftnav_buttonON.png);
color: #322f2f;
}

#leftnav a.current {
border: 1px solid #7c7878;
background-color: #FF6600;
background-image: url(../images/leftnav_buttonON.png);
color: #322f2f;
}

/*### Leftnav2 ###*/

#leftnav2 {
    clear: left;
	float: left;
	width:160px;
	height: auto;
	margin: 0px 10px 0px 20px;
	padding: 0px;
	text-align: left;
	}

#leftnav2 ul {
margin: 0;
padding: 0;
list-style-type: none;
font: normal normal normal 9pt/11pt Verdana, Arial, sans-serif;
}

#leftnav2 li { 
	margin: 0 0 3px 0; 
	}

#leftnav2 a {
display: block;
padding: 3px 2px 3px 24px;
border: 1px solid #7c7878;
width: 160px;
background-color: #999;
background-image: url(../images/leftnav_buttonOFF.png);
}

#leftnav2 a:link, #navleft a:visited {
color: #322f2f;
text-decoration: none;
}

#leftnav2 a:hover {
border: 1px solid #7c7878;
background-color: #F60;
background-image: url(../images/leftnav_buttonON.png);
color: #322f2f;
}

#leftnav2 a.current {
border: 1px solid #7c7878;
background-color: #FF6600;
background-image: url(../images/leftnav_buttonON.png);
color: #322f2f;
}


/*#######   CLASS STYLES  #######*/

.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;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.clearboth {
	clear: both;
	color: #FFF;
}

.textorange {
	color: #ad4a28;
	font-weight: bold;
}

.textgreen {
	color: #688240;
	font-weight: bold;
}

.textblue {
	color: #6b8fd8;
	font-weight: bold;
}

.textgray {
	color: #333;
	font-weight: bold;
}

.textbold {
	font-weight: bold;
}

.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;
}

.h2_heading_plain {
	font-size: 10pt;
	color: #405471;
	padding-top: 2px;
	width: 100%;
	font-family: Georgia, Times, serif;
}

.h2_heading_bluebackground {
	font-size: 12pt;
	
	border-top: 1px solid #c4dbed;
	border-bottom: 1px solid #e4eef6;
	background: #e4eef6;
	padding-top: 2px;
	width: 99.6%;
	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;
}

.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;
}

.page_figure_center p {
	font-size: 8pt;
	line-height: 10pt;
}

.container_top {
	background: #def3f7 url(../images_ncar/h2blueback.jpg) left top no-repeat;
	width: 209px;
	_width: 194px;
	height: auto;
	margin: 0px;
	padding-top: 25px;
}

.container_top p {
	margin: 15px 6px 5px 5px;
}

.container_top ul {
	margin: 15px 6px 5px 5px;
}

.container_top img {
	margin: 0px 0px 5px -5px;
}

.container_bottom {
	background: url(../images_ncar/small_container_bottom.jpg) left bottom no-repeat;
	width: 209px;
	_width: 194px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

.container_top_wh {
	background: #fff url(../images_ncar/h2blueback.jpg) left top no-repeat;
	width: 209px;
	height: auto;
	margin: 0px;
	padding-top: 25px;
}

.container_top_wh p {
	margin: 15px 6px 5px 5px;
}

.container_top_wh ul {
	margin: 15px 6px 5px 5px;
}

.container_bottom_wh {
	background: url(none);
	width: 209px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}


/*### 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;
	}
	
/*### HAO VSTO SPECIFIC CLASS STYLES ###*/
.mainltext {
    color: black;
    font-weight:normal;
    text-align:left;
    font-family:"Trebuchet MS",Verdana,"Arial Narrow",Helvetica,sans-serif;
    font-size:10pt;
}
/*---  universal_orgnav.css ---*/

/*---  Blue bar at top (optional) ---*/
#top_colorbar {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(http://www.ncar.ucar.edu/images_ncar/top_colorbar.jpg) repeat-x;
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

/*---  Organization Nav - Should Remain Same on All Sites ---*/
#nav_org_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #454445;
	width: 100%;
	height: 20px;
	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: 2px 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: 3px 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;
}
