/*##########   Slight modifications to "ncar_features_layout.css that are specific to RAL pages - imported to overwrite elements of NCAR stylesheet   ############*/


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


li {
	padding:0px 0px 0px 1px;
	margin: 0px 0px 18px 0px;

}

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

img {
	margin: 0px 2px 0px 2px;
	padding: 0px;
	vertical-align: middle;
}

h1 {
	/*color: #77492f;*/
	color: #333;
	text-transform: uppercase;
	
}

h1.bigheading {
	color: #990000;
	text-transform: uppercase;
}


h2 {
	color: #333;
	margin-bottom: 15px;
	border-top: 1px solid #95a6b1;
	border-bottom: 1px solid #95a6b1;
	background: #edecec;
}

h3 {
	color: #333;
	border-bottom: 1px solid #333;
}

p {
	color: #2d2d2d;
}


a {
	text-decoration: none;
	color: #438dda;
	font-weight: bold;
}

a:hover {
	background: #cde8fb;
}

/*##########   NCAR UNIVERSAL ORG AND MAIN NAVIGATION  ############*/

/*---  Red bar at top ---*/
#top_colorbar {
	background: url(/images/ral_topcolorbar.jpg) repeat-x;
}

/*---  Organization Nav - Should Remain Same on All Sites ---*/

#nav_org_wrap a {
    font-weight: normal;
	}
	
	
#nav_main_wrap {
	background: #000 url(/images/ral_mainnavback_thin.jpg) repeat-x;
}

#nav_main {
	width: 750px; /* Adjust this width to fit your tabs and keep main nav centered */
	_width: 795px; /* For IE6 */
}


#nav_main ul {
	margin: 0px;
}

#nav_main li {
	margin: 0px;
	font-weight:bold;
}

#menubar_main a {
    display: block;
    text-decoration: none;
    padding: 5px 16px 0px 10px;
    height: 30px;
	font-weight: normal;
}

#menubar_main a.triggeron {
	padding: 5px 16px 0px 10px;
	background-image: url(/images/ral_button_mainnav_ON.jpg);
	_background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

#menubar_main a.trigger {
	padding: 5px 16px 0px 10px;
	_background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

#menubar_main li:hover a {
    color: #ffffff;
	background-image: url(/images/ral_button_mainnav_OVER.jpg);
	padding: 5px 16px 0px 10px;

}

.menubar ul li a  {
	border-right: 0;
	padding: 5px 16px 0px 10px;
}


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


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

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

}

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


#content a span {
	display: none;
	}

#content a:hover span {
	background: #333333;
	display: block;
  position: absolute;
  width: 400px;
  padding: 10px;
 margin: -140px 0px 10px -380px;
  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;
  font: 9pt/12pt Verdana, sans-serif; 
  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 {
	background-color: #fff;
	float: left;
	clear: left;
	width: 100%;
	height: 85px;
	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;
	_width: 400px;
	height: 70px;
	float: left;
	margin: 0px 0px 0px 0px;
}


/*##########   GOOGLESEARCH  ############*/

#googlesearch {
	float: right;
	_margin-top: -70px;
}

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

#breadcrumb_nav {
	background-color: #fff;
	width: 90%;
	height: 25px;
	float: left;
	clear: left;
	font-size: 8pt;
	color: #666;
	margin: 0px 0px -24px 7px;
}

#breadcrumb_nav a {
	color: #666;
	text-decoration: none;
}

#breadcrumb_nav li {
	display: inline;
}


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

#wrap_pagecontent {
	float: left;
	clear: left;
	width: 978px;
	margin: 25px 0px 0px 0px;
}

#wrap_pagecontent ul {
	margin: 15px 0px 0px 0px;
}

#wrap_pagecontent p {
	font-size: 9pt;
	line-height: 14pt;
	padding: 0px 5px 0px 2px;
	color: #333;
}

#wrap_pagecontent a {
	font-size: 9pt;
	color: #487ce1;
	text-decoration: none;
}


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


#column_pagecontent_feature {
	float: left;
	width: 978px;
	height: auto;
	_height: 400px; /* for IE6 */
	margin: -40px 10px 0px 0px;
	padding: 0px 24px 0px 10px;
	_padding: 0px; /* for IE6 */
	}


#column_pagecontent_feature_black {
	background-color: #000;
	float: left;
	width: 978px;
	height: auto;
	_height: 400px; /* for IE6 */
	margin: 0px 10px 0px 0px;
	padding: 0px 24px 0px 10px;
	_padding: 0px; /* for IE6 */
	}


.publishedby {
	font: oblique normal bold 8pt/10pt arial, helvetica, sans-serif;
	margin: 7px 0px 0px 0px;
	display: block;
}

#page_figure_left {
	width: 160px;
	float: left;
	margin: 5px 12px 6px 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #68899f;
	display: inline;
}

#page_figure_left img {
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	width: 160px;
}

#page_figure_right {
	width: 160px;
	float: right;
	margin: 5px 0px 6px 12px;
	font-size: 8pt;
	line-height: 10pt;
	color: #68899f;
	display: inline;
}

#page_figure_right img {
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	width: 160px;
}


/*----------   MAIN CONTENT SUBCOLUMN   ----------*/

#maincontent_subcolumn {
	background-color: #f5f4e9;
	float: left;
	width: 340px;
	min-height: 900px;
	margin: 0px 1px 0px -4px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
}
#maincontent_pagenav {  /*this would replace maincontent_subcolumn div with a left side navigation in this case*/
	background: #fff url(/images/pagenavback.jpg) repeat-x;
	float: left;
	width: 130px;
	height: 100%;
	min-height: 900px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	border: 1px solid #ccc;
	text-align: left;
}

#maincontent_pagenav h2 {
    margin: 0px;
	}
	
#maincontent_pagenav h3 {
    margin: 0px;

}

/*----------   FEATURED MODEL  ----------*/

#models {
	margin: -20px 0px 40px 0px;
	padding: 3px 0px 7px 0px;
	width: 330px;
	height: 320px;
	float: left;
	clear: both;
}



#models h1 {
	margin: 14px 0px 0px 3px;
}



#models img {
	margin: 0px 2px 3px 10px;

}



#previewimg { 
	width: 330px;
	height: 235px;
	overflow: hidden;
	margin: 0px 0px 4px -4px;
	padding: 0px;
	border: 3px solid #a9b7c4;
	float: left;
	}

 #previewimg img.scale {
	width: 460px;
	height: 460px;
	margin: -126px 0px -100px -57px;
	}
	
#previewimg a {
	border: none;
	}

/*----------   SECONDARY CONTENT SUBCOLUMN   ----------*/

#secondarycontent_subcolumn {
	float: left;
	width: 280px;
	min-height: 900px;
	margin: 0px 0px 0px 1px;
	padding: 10px 10px 0px 20px;
	border: 1px solid #ccc;
}

#secondarycontent_subcolumn_wide {
	float: left;
	width: 482px;
	background-color: #f5f4e9;
	min-height: 900px;
	margin: 0px 0px 0px 1px;
	padding: 10px 10px 0px 20px;
	border: 1px solid #ccc;
}

/*##########  SUB CONTENT (related links, etc.)  ############*/

#column_subcontent_wrap {
    background-color:#FFFFFF;
	width: 319px;
	min-height: 900px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 2px;
	_margin-left: 0px; /* IE6 */
	border: 1px solid #ccc;
	font-size: 8pt;
	line-height: 10pt;
}

#column_subcontent_wrap ul li a {
	margin: 0px 0px 15px 0px;
	font-size: 8pt;
	line-height: 10pt;

}

#column_subcontent_wrap ul li {
	margin: 0px 0px 15px 0px;
	font-size: 8pt;
	line-height: 10pt;

}

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

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


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



#tabbed_content {
	margin-top: -25px;
	_margin-top: -30px;
	margin-left: -10px;
	
	
}



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

}

#tabbed_content ul.contentlist {
	margin: 0px 3px 0px 20px;
	padding: 3px;
	list-style: square;

}

#tabbed_content ul.contentlist li {
	margin-bottom: 10px;

}

#tabbed_content ul.contentlist_nobullet {
	margin: 0px 3px 0px 20px;
	padding: 3px;
	list-style: none;

}

#tabbed_content ul.contentlist_nobullet li {
	margin-bottom: 10px;

}


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


#tabbed_content ul.nobullet {
	margin: 10px;
	list-style: none;

}


#tabbed_content ul.content{
	margin: 20px;
	padding: 3px;
	list-style: square;
	

}

#tabbed_content ul.content li{
	padding: 2px 4px 18px 4px;
}





#tabbed_content li.liststyle_block li {
	margin: 5px 10px 10px 10px;
	padding: 0px 0px 18px 0px;
	display: block;
}

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

#column_related_fullwidth1 {
	background: #f2f2f2 url(/images/subcontent_background2.jpg) repeat;
	border: 2px solid #e9e8d4;
	float: left;
	width: 96%;
	height: auto;
	min-height: 100px;
	margin: 4px 0px 10px 2px;
	padding: 0px;
}


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

#column_related_fullwidth2 {
	background: #f2f2f2 url(/images/subcontent_background.jpg) repeat;
	border: 2px solid #d2e0ea;
	float: left;
	clear: left;
	width: 96%;
	height: auto;
	min-height: 100px;
	margin: -4px 0px 10px 2px;
	padding: 0px;
}



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


#column_related_fullwidth3 {
	background: #f2f2f2 url(../images_ncar/subcontent_background2.jpg) repeat;
	border: 2px solid #e9e8d4;
	float: left;
	clear: left;
	width: 96%;
	height: auto;
	min-height: 100px;
	margin: -4px 0px 10px 2px;
	padding: 0px;
}



/* ----- col4full ----- */


#column_related_fullwidth4 {
	background: #f2f2f2 url(../images_ncar/subcontent_background2.jpg) repeat;
	border: 2px solid #e9e8d4;
	float: left;
	clear: left;
	width: 96%;
	height: auto;
	min-height: 100px;
	margin: -4px 0px 10px 2px;
	padding: 0px;
}




/* ----- col1half----- */

#column_related_halfwidth1 {
	background: #f2f2f2 url(../images_ncar/subcontent_background2.jpg) repeat;
	border: 2px solid #fff;
	float: left;
	clear: left;
	width: 43%;
	height: auto;
	min-height: 300px;
	margin: -4px 2px 10px 4px;
	padding-left: 10px;
}




/* ----- col2half----- */

#column_related_halfwidth2 {
	background: #f2f2f2 url(../images_ncar/subcontent_background2.jpg) repeat;
	border: 2px solid #fff;
	float: left;
	width: 43%;
	height: auto;
	min-height: 300px;
	margin: -4px 2px 10px 4px;
	padding-left: 10px;
}



.lowercase {
    text-transform:lowercase;
	}