/*##########   SET BASE STYLES & NORMALIZE BROWSER MARGINS   ############*/

* {
	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 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 {
	margin: 5px 0px 15px 5px;
	font-size: 10pt;
	line-height: 17pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, sans-serif;
	/*color: #77492f;*/
	color: #333;
	text-transform: uppercase;
}

h1.bigheading {
	margin: 40px 0px 0px 5px;
	font-size: 12pt;
	line-height: 17pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #3281c3;
	text-transform: uppercase;
}


h2 {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	border-top: 1px solid #95a6b1;
	border-bottom: 1px solid #95a6b1;
	background: #d2e0ea;
	margin: 5px 5px 15px 0px;
	padding: 2px;
	width: 96%;
}

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

p {
	margin: 10px 15px 25px 0px;
	color: #2d2d2d;
	font-family: verdana, sans-serif;
	font-weight: normal;
}


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

a:hover {
	background: #cccccc;
}

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


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


#wrap {
position: absolute;
top: 69px;
_top: 63px;
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 #727a8d;
	border-bottom: 2px solid #727a8d;
	border-right: 7px solid #727a8d;
	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 3px;
}


/*##########   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;
}


/*----------   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;
}

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

#column_subcontent_wrap {
	width: 280px;
	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;
	
}



#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_ncar/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_ncar/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;
}



/*#######   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;
}
