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

#nav_main_wrap {
	background: #000 url(/images/ral_mainnavback_thin.jpg) repeat-x;
}

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


#nav_main ul {
	margin: 0px;
}

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

#menubar_main a {
    padding: 4px 26px 0px 20px;
	font-weight: normal;
	line-height: 1.2em; /*adjusts for 2 line menu title*/
}

#menubar_main a.triggeron {
	background-image: url(/images/ral_button_mainnav_ON.jpg);
}

#menubar_main a.trigger {
	background-image: none;
}

#menubar_main li:hover a {
	background-image: url(/images/ral_button_mainnav_OVER.jpg);
}


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


body {
	background: #585756 url(/images/back.png) repeat;
}

h1 {
	color: #990000;
}

h2 {
	color: #996666;
}

a {
	color: #990000;
}


.title_event {  /*it would be better to put this in a file that overrides ncar_class_styles, like ral_class_styles*/
    color: #996666;
	}
	
.photo_lineup  {
float: left;
width: 175px;
height: 270px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 3px;
}


/*##########   BEGIN PAGE CONTENT AREA  ############*/
#content {
	background: #fff url(/images/ral_homeleftback.png) left 20px repeat-y;
	border-left: 7px solid #666;
	border-bottom: 2px solid #666;
	border-right: 7px solid #666;

}

/*##########   NCAR PAGE HEADER  ############*/

/*-----   NCAR HEADER  -----*/

#ncarheader {
	margin: 0px 0px 0px 0px;
}

#subheader img {
    _margin-left: -10px; /*IE fix*/
}
/*-----   GOOGLESEARCH  -----*/

#googlesearch {
	width: 300px;
}



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

#breadcrumb_nav {
	display: inline;  /*note, Kris has this hidden as of 1/2/2008, may be temporary*/
}

/*##########   NEW COLUMN - PAGE-LEVEL NAVIGATION  ############*/

#column_pagenav {
	background: #fff url(/images/pagenavback.jpg) repeat-x;
}


/*##########   PAGE-LEVEL NAVIGATION FOR SUBPAGES - in our case, the left nav  ############*/

#pagenav {
	float: left;
	width: 130px;
	height: 100%;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

#pagenav a {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding-right: 4px;
	padding-left: 4px;
}
	
#pagenav ul, ol {
	font: normal normal normal 8pt/10pt Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0;
	font-weight: bold;
	}

.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 130px; /* Width of Menu Items */
}
	
.suckerdiv ul li {
	position: relative;
	margin-bottom: 2px;
}

#suckertree1 ul li a {
	font-size: 8pt;
}

a.current {
	font-style: italic;
	font-weight: bold;
	color: #bb0617;
}
	

.suckerdiv ul li ul { /*1st level sub menu style */
	left: 129px; /* Parent menu width - 1*/
	position: absolute;
	width: 205px; /*sub menu width*/
	top: 0;
	display: none;
	z-index: 20;
}

.suckerdiv ul li ul li { /*1st level sub menu style */
	margin-bottom: 0px;
}

.suckerdiv ul li ul li a { /*1st level sub menu style */
	background-color: #990000;
	border-bottom: 2px solid #999999;
	color:#FFFFFF;
}

.suckerdiv ul li ul li a:hover { /*1st level sub menu style */
	background-color: #dddddd;
	color:#000000;
}

.suckerdiv ul li ul li ul { /*All subsequent sub menu levels offset */
	background: #c5c2bd;
	left: 204px; /* Parent menu width - 1*/
}


.suckerdiv ul li a  { /* menu links style */
	color: #000000;
	background: #c5c2bd;
}


.suckerdiv ul li a:hover{
	background: #990000;
	color:#ffffff;
}

.suckerdiv .subfolderstyle {
	background: #c5c2bd url(/images/arrow_right2.png) no-repeat center right;
	text-decoration: none;
	margin: 0px;
	padding: 6px 0px 6px 6px;
}
	
/* Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


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

#wrap_pagecontent {
	background-color: #fcfbf7 url(/images/sucontent_background2.jpg) repeat;
}


#wrap_pagecontent a {
	font-size: 9pt;
	color: #990000;
}


#wrap_pagecontent ul {
	margin: 5px 10px 20px 20px;
		list-style-type:disc;
}

#wrap_pagecontent ul.nobullet {
	margin: 5px 10px 10px 20px;
}

#wrap_pagecontent ol {
	margin: 5px 10px 20px 20px;
}

#wrap_pagecontent li {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 2px 0px;
} 



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



#column_pagecontent {
	background: #efefef url(/images/ral_pagefeatureback3.jpg) left top repeat-x;
}
#column_pagecontent #headingdiv h1 {
	background-color: #333333;
	font-size: 12pt;
	text-transform:capitalize;
		}


#column_pagecontent h1.main {
	font-size: 14pt; 
	line-height: 17pt;
	color: #173972;
}

#column_pagecontent  h1 {
	color: #990000;
}

#column_pagecontent  h2 {
	color: #333;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #dddddd;
}

#column_pagecontent_full {
    margin: 0;
	padding: 0 15px 20px 15px;
	background: #efefef url(/images/ral_pagefeatureback3.jpg) left top repeat-x;
	float: left;
	width: 818px;
	_width: 755px; /* for IE6 */
	height: auto;
	min-height:600px;
}
#column_pagecontent_full .TabbedPanelsContent {
    min-height: 450px;
}

#column_pagecontent_full #pagefeature  {
    width: 800px;
    height: auto;
    padding: 0 20px 0 20px;
}
#column_pagecontent_full #headingdiv h1 {
	background-color: #333333;
	margin-left: -20px;
	color: #ffffff;
    font-size: 12pt;
	line-height: 14pt;
    text-transform: capitalize;
	text-align: center;
    width: 853px;
    _width:755px;
    height: 24px;
	}
	
#column_pagecontent_full h2 {
    color: #333333;
    border: 1px solid #999999;
    background-color: #dddddd;
}	

#column_pagecontent_article {
	background: #efefef url(/images/ral_pagefeatureback3.jpg) left top repeat-x;
}


#pagefeature  {
	background: #efefef url(/images/ral_pagefeatureback3.jpg) repeat-x;
}

#pagefeature_caption p {
	font-size: 8pt;
	font-family: arial, sans-serif;
	line-height: 11pt;
	color: #7d7365;
}

#pagefeature_caption a {
	color: #666;
}

/*##########  SECONDARY CONTENT  ############*/


#column_subcontent_wrap {
	background: #f2f2f2 url(/images/subcontent_background2.jpg) repeat;
}

#column_subcontent_wrap h1 {
	color: #660303;
	text-transform: uppercase;
	}

#column_subcontent_wrap h2 {
	background: #666666;
	color: #fff;
}

#column_subcontent_wrap ul {
	margin-left: 6px;
}

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

#events ul {
    list-style: none;	
}

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


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

}

#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 0px 3px 0px;
	padding: 0px;
	list-style: none;

}

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

}


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

/*#######   PAGE FOOTER  #######*/


#footer {
	background-color: #454445;
	border-top: 1px solid #333;
	color: #fff;
}

#footer p {
	padding: 3px 3px 20px 3px;
	color: #fff;

}

#footer a {
	color: #eee7f9;
}

