/*##########   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 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: 20px 0px 10px 0px;
	font-size: 9pt;
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #4c6282;
	text-transform: uppercase;
	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;
}

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 {
	margin: 10px 15px 25px 0px;
	color: #2d2d2d;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

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: 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 #8f9ab4;
	border-bottom: 2px solid #8f9ab4;
	border-right: 7px solid #8f9ab4;
	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;
	background-color: #fff;
	width: 100%;
	height: 25px;
	float: left;
	clear: left;
	font-size: 8pt;
	color: #666;
	margin: 6px 0px -27px 7px;
}

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

#breadcrumb_nav li {
	display: inline;
}


/*##########   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: 25px 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: 25px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

#wrap_pagecontent p {
	text-decoration: none;
	color: #333;
	font-size: 9pt;
	line-height: 14pt;
}

#wrap_pagecontent a {
	color: #0357ae;

}

#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: 3px;
}

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

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

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

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

#column_pagecontent #headingdiv h1 {
	background-color: #5f6e81;
	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 h1.main {
	font-size: 14pt; 
	line-height: 17pt;
	color: #173972;
}

#column_pagecontent h1 {
	color: #1c4281;
}

#column_pagecontent a {
	text-decoration: underline;
}

#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 h2 {
	margin: 15px 5px 20px 0px;
	font-size: 12pt;
	line-height: 16pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
}

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

#column_pagecontent_article a {
	text-decoration: underline;
}


#announcements img {
	float: left;
	width: 80px;
	height: auto;
	margin: 0px 6px 2px 0px;
	border: 2px solid #ccc;
}

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

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


/*##########  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 h1 {
	font-size: 10pt;
	color: #295594;
	font-weight: bold;
	margin:  0px 0px 10px 10px;
}

#column_subcontent_wrap h2 {
	border: none;
	background: url(../images_ncar/h2back.jpg) repeat-x;
	width: 98%;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #fff;
}

#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: 10pt;
	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;
}



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


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




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

#column_related_halfwidth1 {
	float: left;
	clear: left;
	width: 135px;
	height: auto;
	min-height: 200px;
	margin: -4px 2px 10px 4px;
	padding-left: 10px;
	_display: none;
}

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

#column_related_halfwidth2 {
	float: left;
	width: 135px;
	height: auto;
	min-height: 200px;
	margin: -4px 5px 10px 4px;
	padding-left: 20px;
	_display: none;
}

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

