/*#### UNIVERSAL ORGANIZATION NAV #####*/

/*---  Blue bar at top ---*/
#top_colorbar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #90bcd5;
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

/*---  Organization Nav - Should Remain Same on All Sites ---*/
#nav_org_wrap {
	position: absolute;
	top: 10px;
	left: 0px;
	background: #454445;
	width: 100%;
	height: 19px;
	margin: 0px;
	_margin-top: -4px;
	padding: 0px;
	z-index: 10;
}

#nav_org_wrap a {
	color: #d2aa2f;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
}

#nav_org {
	width: auto;
	margin: 0px 0px 0px 2px;
	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: 19px;
	margin: 0px 2px 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;
	_display: inline;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #333;
	height: auto;
	_height: 14px;
}

.menubar a.trigger {
	padding: 0px 16px 0px 10px;
	background-image: url(http://www.ncar.ucar.edu/images_ncar/menu_downarrow.png);
	_background-image: none;
	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: 325px;
}

.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.ncar.ucar.edu/images_ncar/menu_gradient.jpg);
	background-repeat: repeat-x;
}

.menubar li:hover a, #menubar a:focus,
.menubar a:active {
	color: #000000;
	background-color: #000;
	z-index: 100;
}

.menubar li:hover ul {
	display: block;
	z-index: 100;
}

.menubar li:hover ul a {
	color: #000000;
	background-color: transparent;
	z-index: 100;
}

.menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF !important;
	z-index: 100;
}

/*  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 NAV #####*/

#nav_main_wrap {
	background: #000 url(/Images/mainnavback_thin.jpg) repeat-x;
	position: absolute;
	top: 28px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 2;
	_margin: -5px 0px;
	_overflow: hidden;
}

#nav_main {
	width: 1000px; /* 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;
}

#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(http://www.ncar.ucar.edu/images_ncar/menu_downarrow_gray.png);
	_background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	color: #267BAE;
	font-weight: bold;
}

#menubar_main a.trigger {
	padding: 5px 16px 0px 10px;
	background-image: url(http://www.ncar.ucar.edu/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 #ffffff;
	height: auto;
	z-index: 30;
}

#menubar_main li ul {
	position: absolute;
	display: none;
	background-color: #75ADCE;
	border-top: 2px solid #BBD8EB;
	border-right: 2px solid #267BAE;
	border-bottom: 2px solid #267BAE;
	border-left: 2px solid #267BAE;
	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: #267BAE;
}

#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: #267BAE!important;
	color: #FFFFFF !important;

}

/*-----   PAGE CONTENT AREA  -----*/

#wrap {
	position: absolute;
	top: 56px;
	_top: 63px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content {
    background-color: #fff;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	height: auto;
	border-left: 7px solid #3F71AE;
	border-bottom: 2px solid #3F71AE;
	border-right: 7px solid #3F71AE;
	text-align: left; /* Important - to left align content due to centering in the body style */
}

#content h1 {
	margin: 0px 10px -2px 10px;
	clear: both;
}

/*-----   CCR PAGE HEADER  -----*/

#subheader {
	background-color: #fff;
	float: left;
	clear: left;
	width: 100%;
	height: 52px;
	display: inline;
	border-bottom: 1px solid #ccc;
}

#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;
}

/*-----   CCR HEADER  -----*/
#ccrheader {
	width: 650px;
	height: 52px;
	float: left;
	margin: 0px;
	background-color: #224596;
}

/*-----   GOOGLESEARCH  -----*/

#googlesearch {
	float: right;
	width: 280px;
}

#googlesearch a {
	font-size: 8pt;
	float: right;
	vertical-align: middle;
	margin: 2px 5px 0px 3px;
	color: #ccc;
}

#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-size: 9pt;
}

/*#### PAGE LAYOUT #####*/

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: #585756 url(/Images/back.jpg) repeat; */
	font-family: verdana, sans-serif;
	font-size: 9.5pt;
	line-height: 14pt;
	font-weight: normal;
	text-align: center; 
}

ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
}

li {
	padding:0px 0px 15px 1px;
	margin: 0px;
}


li img {
	padding:0px;
	margin: 0px 1px 0px 0px;
	display: inline;
}

img {
	margin: 0px 2px 0px 2px;
	padding: 0px;
}

h1 {
	margin: 10px 0px 25px 0px;
	padding: 5px;
	font-size: 13pt;
	line-height: 18pt;
	font-style: normal;
	font-family: lucida sans, verdana, arial, sans-serif;
	color: #267BAE;
	clear: both;
}

h2 {
	margin: 15px 5px 10px 0px;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #406daf;
	border-bottom: 1px dotted #406daf;
}

h3 {
	margin: 16px 5px 15px 2px;
	font-size: 10pt;
	line-height: 12pt;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #648c6d;
}

h4 {
	margin: 12px 5px 10px 12px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #333;
}

p {
	margin: 10px 15px 25px 0px;
	color: #2d2d2d;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #0C4498;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	vertical-align: middle;
}


/*----------   MAIN CONTENT SUBCOLUMN   ----------*/

#maincontent_subcolumn {
	background-color: #FFFFFC;
	float: left;
	width: 650px;
	min-height: 700px;
	margin: 0px 5px 0px 0px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #ccc;
}

#maincontent_subcolumn ul {
	padding-left: 25px;
	list-style-type: square;
	color: #333;
}
	

/*----------##########   RESEARCH AREA  ############----------*/

#column_research_main {

	float: left;
	width: 650px;
	_width: 640px; /* for IE6 */
	height: auto;
	margin: 0px 10px 20px 0px;
	_margin: 0px; /* for IE6 */
	padding-left: 10px;
}

#column_research_main h1 {
	font-size: 12pt;
	line-height: 15pt;
	color: #267BAE;
	font-family: Georgia, Times, serif;
	margin: 10px 0px 10px 0px;
}


#column_research_main p {
	font-size: 9pt;
	line-height: 14pt;
	color: #333;
	font-variant: normal;
	margin: 10px 0px 20px 0px;
}

#column_research a {
	font-size: 9pt;
	line-height: 14pt;
	color: #333;
}

#column_research_main ul {
	font-size: 9pt;
	line-height: 10pt;
	color: #333;
}

#column_research_main ul li {
	list-style:square;
	margin: 0px 20px 0px 10px;
}

/*----------##########   RESEARCH AREA  Fullpage ############----------*/

#column_research_main_fullspan {

	float: none !important;
	width: 960px;
	_width: 940px; /* for IE6 */
	height: auto;
	margin: 0px 10px 20px 0px;
	_margin: 0px; /* for IE6 */
	padding-left: 10px;
}

#column_research_main_fullspan p {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
	font-variant: normal;
	margin: 10px 0px 20px 0px;
}

#column_research_main_fullspan ul li {
	list-style:none;
	margin: 5px 20px 5px 10px;
}


/*----------   FEATURED RESEARCH: CCP ----------*/

#featuredresearch1 {
	background: #E9ECEF;
	margin: 5px 10px 5px 20px;
	_margin: 10px 2px 20px 15px;
	padding: 3px 0px 7px 0px;
	width: 190px;
	_width: 190px;
	height: 300px;
	min-height: 300px;
	float: left;
	clear: both;
}

#featuredresearch1 img {
	_width: 170px;
	margin: 0px 0px 5px 10px;
	border: 1px solid #ccc;
}


/*----------   FEATURED Research: CPT ----------*/

#featuredresearch2 {
	background: #E9ECEF;
	margin: 5px 10px 5px 15px;
	_margin: 10px 2px 20px 15px;
	padding: 3px 0px 7px 0px;
	width: 190px;
	_width: 190px;
	height: 300px;
	min-height: 300px;
	float: left;
}

#featuredresearch2 img {
	_width: 170px;
	margin: 0px 0px 5px 10px;
	border: 1px solid #ccc;
}


/*----------   FEATURED Research: Paleo ----------*/

#featuredresearch3 {
	background: #E9ECEF;
	margin: 5px 10px 5px 0px;
	_margin: 10px 2px 20px 15px;
	padding: 3px 0px 7px 0px;
	width: 190px;
	_width: 190px;
	height: 300px;
	min-height: 300px;
	float: left;

}

#featuredresearch3 img {
	_width: 170px;
	margin: 0px 0px 5px 10px;
	border: 1px solid #ccc;
}



/*----------   SPOTLIGHT RIGHT COLUMN  ----------*/


#spotlight_subcolumn {
	float: left;
	width: 280px;
	_width: 270px; /* for IE6 */
	height: auto;
	margin: 15px 10px 0px 4px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	}
	
#spotlight_subcolumn h1 {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	padding: 3px;
	width: 100%;
	_width: 95%;
	text-align:left;
	margin: 5px 0px 10px 0px;
}

#spotlight_subcolumn p {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
	font-variant: normal;
	margin: 15px 5px 11px 10px;
}

#spotlight_subcolumn a {
	font-size: 8pt;
	line-height: 12pt;
	color: #3F71AE;
	text-decoration: none;
}

#spotlight_subcolumn a:hover {
	text-decoration: underline;
	color: #3F71AE;
}

#spotlight_subcolumn ul li {
	list-style:square;
	margin: 5px 20px 0px 10px;
}

#spotlight_subcolumn img {
	float: center;
	height: auto;
	margin: 10px 0px 0px 0px;
	border: 1px solid black;
	}


/* ----- col1full ----- */

#column_related_fullwidth1 {
	background: #f2f2f2 url(/Images/subcontent_background2.jpg) repeat;
	border: 2px solid #e9e8d4;
	float: left;
	width: 100%;
	height: auto;
	min-height: 100px;
	margin: 10px 0px 10px 2px;
	padding: 0px;
}

#column_related_fullwidth1 h2 {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	padding: 3px;
	width: auto;
	_width: 95%;
	text-align:center;
	margin: 5px 0px 10px 0px;
}


/* ----- col2full ----- */

#column_related_fullwidth2 {
	background: #f2f2f2 url(/Images/subcontent_background.jpg) repeat;
	border: 2px solid #E4EBFD;
	float: left;
	clear: left;
	width: 100%;
	height: auto;
	min-height: 100px;
	margin: -4px 0px 10px 2px;
	padding: 1px;
}

#column_related_fullwidth1 h1 {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	padding: 3px;
	width: 100%;
	_width: 95%;
	text-align:center;
	margin: 5px 10px 10px 5px;
}


#column_related_fullwidth2 ul li{
	margin: 5px 0px 5px 20px;
	padding: 0px;
	list-style-type: square;
}


/*##########   PAGE FOOTER  ############*/


#footer {
	background: #4088B0;
	margin: -2px 0px;
	padding: 5px;
	width: 968px;
	height: 20px;
	float: none !important;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #809280;
}

#footer p {
	color: #ffffff;
	font-size: 8pt;
	line-height: 10pt;
	margin: 3px 3px 3px 15px;
}

#footer a {
	color: #ffffff;
}

#footer a:hover{
	text-decoration: underline;
}



/* ########  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;
	
}

.clearboth {
	clear: both;
}

.no_float {
	margin: -10px 0px 12px -15px;
	padding: 5px;
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.center {
	text-align: center;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

.firstheading { /* Removes top margin from topmost heading */
	margin-top: 4px;
}

.secondheading { /* dotted line */
	margin: 0px 5px 0px 5px;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #3F883D;
	border-bottom: 1px dotted #3F883D;
}

.textorange {
	color: #c48b27;
	font-weight: bold;
	font-style: italic;
}

.textgreen {
	color: #4AB07D;
	font-weight: bold;
	font-style: italic;
}


.textblue {
	color: #15255C;
	font-weight: bold;
	font-style: italic;
}

.bigboldtext {
	font-size: 12pt;
	font-weight: bold;
	border-bottom-color:#3F71AE;
}

.bigheading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13pt;
	color: #0C4498;
	letter-spacing: normal;
	border-bottom: 1px solid #0C4498;
	padding: 10px 0px 1px 0px;
}

.medheading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color: #333;
	letter-spacing: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}


.aquafill {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	border-top: 1px solid #92C0CE;
	border-bottom: 1px solid #92C0CE;
	background: #A2C9D5;
	margin: 3px 0px 10px 5px;
	padding: 3px 0px 3px 0px;
	width: auto;
}

.grayfill {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ECEDF0;
	margin: 3px 0px 10px 5px;
	padding: 3px 0px 3px 0px;
	width:auto;
}


.publishedby {
	font: oblique normal normal 8pt/9pt arial, helvetica, sans-serif;
	margin: 7px 0px 0px 0px;
	display: block;
}


.page_figure_left {
	float: left;
	margin: 10px 15px 15px 5px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #3c6786;
	display: inline;
}

.page_figure_left img {
	margin: 0px 10px 2px 0px;
	padding: 0px;
	border: 1px solid black;
}

.page_figure_right {
	float: right;
	margin: 10px 15px 15px 5px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #3c6786;
	display:compact;
}

.page_figure_right img {
	margin: 0px 10px 2px 5px;
	padding: 0px;
	border: 1px solid black;
}

#page_figure_right ul li {
	margin: 15px 0px 15px 0px;
	font-size: 8pt;
	line-height: 10pt;
}

.border table {	
	padding: 0px 0px 5px 45px
}
	
.border td {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0;
	text-align: left;
	color: #686762;
	padding: 0px 0px 5px 10px;
	border: 1px dotted #aeaeae;
}

.directory table {	
	padding: 0px 0px 5px 25px
}
	
.directory td,th {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0;
	text-align: left;
	color: #686762;
	margin: 0px 10px 0px 10px;
	padding: 3px 0px 3px 10px;
	border: 1px dotted #aeaeae;
}


.topics table {	
	padding: 0px 0px 5px 25px
	margin: 20px 10px 10px 10px;
}
	
.topics td,th {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0;
	text-align: center;
	color: #686762;
	margin: 10px 10px 10px 10px;
	padding: 10px 0px 10px 10px;
	border: 1px dotted #aeaeae;
}

.topics img {
	border: 1px solid black;
}

