/*#### 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/background/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: #f09c4e;
	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 #91b1cd;
	height: auto;
	z-index: 30;
}

#menubar_main li ul {
	position: absolute;
	display: none;
	background-color: #6f92b0;
	border-top: 2px solid #91b1cd;
	border-right: 2px solid #2f55a2;
	border-bottom: 2px solid #2f55a2;
	border-left: 2px solid #2f55a2;
	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: #2f55a2;
}

#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: #2f55a2!important;
	color: #FFFFFF !important;

}


/*#### LAYOUT #####*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #B1B1B1 url(/images/background/back.jpg) repeat;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	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;
	vertical-align: middle;
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 10pt;
	line-height: 13pt;
	font-style: normal;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	text-transform: uppercase;
	clear: both;
}

h2 {
	margin: 15px 5px 10px 10px;
	font-size: 10pt;
	line-height: 12pt;
	font-style: oblique;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #7095B0;
}

h3 {
	margin: 10px 5px 10px 5px;
	font-size: 10pt;
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #452978;
}


p {
	margin: 10px 15px 15px 10px;
	color: #2d2d2d;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #0D77C2;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #E37101;
	background: #EBC6A2;
}

a img {
	border: 0;
	vertical-align: middle;
}

ol {
	list-style: decimal;
	margin: 10px 10px 5px 30px;
}
	

/*-----   PAGE CONTENT AREA  -----*/

#wrap {
	position: absolute;
	top: 53px;
	_top: 63px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content {
    background-color: #fff;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	height: auto;
	border-left: 7px solid #6074a2;
	border-bottom: 2px solid #6074a2;
	border-right: 7px solid #6074a2;
	text-align: left; /* Important - to left align content due to centering in the body style */
}

#wrap_fullwidth {
	position: absolute;
	top: 53px;
	_top: 63px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content_fullwidth {
    background-color: #fff;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 1075px;
	height: auto;
	border-left: 7px solid #6074a2;
	border-bottom: 2px solid #6074a2;
	border-right: 7px solid #6074a2;
	text-align: left; /* Important - to left align content due to centering in the body style */
}

#content_fullwidth table, tbody, th, tr, td {
  	font-size: 10pt;
	line-height: 12pt;
	padding: 6px;
	margin: 5px 5px 20px 20px;
	color: #333;
}

#content_fullwidth p {
	font-size: 9pt;
	line-height: 11pt;
	padding: 0px 5px 0px 5px;
	margin: 5px 5px 10px 10px;
	color: #333;
}

#content_fullwidth h1 {
	font-size: 13pt;
	line-height: 18pt;
	font-family: lucida sans, verdana, arial, sans-serif;
	color: #E97E4F;
	margin: 0px 5px 10px 10px;
	padding: 0px 2px 0px 2px;
	width: auto;
	_width: 95%;
}

#content_fullwidth h2 {
	font-size: 12pt;
	line-height: 14pt;
	margin: 10px 5px 15px 10px;
	padding: 2px;
	width: auto;
}

#content_fullwidth h3 {
	margin: 10px 5px 15px 25px;
	font-size: 10pt;
	line-height: 12pt;
	font-style: normal;
	font-weight: bold;
	font-family: lucida sans, verdana, arial, sans-serif;
	color: #644DA5;
}



/*-----   CCSM PAGE HEADER  -----*/

#subheader {
	background-color: #8AACBC;
	float: left;
	clear: left;
	width: 100%;
	height: 53px;
	display: inline;
	border-bottom: 1px solid #999999;
}

#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;
}

/*-----   CCSM HEADER  -----*/
#ccsmheader {
	width: 650px;
	height: 53px;
	float: left;
	margin: 0px;
	background-color: #ABC8DD;
}

/*-----   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;
}

/*##########   SIDE NAVIGATION  (tree widget stuff) ############*/


#column_research {
	float: left;
	width: 187px;
	height: auto;
	background: #ffffff url(/images/background/lt.grad.bg.jpg) repeat-x;
	margin-top: 20px;
	margin-right: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}



/*----------   SIDE NAVIGATION TOPICS SUBCOLUMN  (tree widget stuff) ----------*/

#topics_subcolumn {
	float: left;
	clear: left;
	width: 165px;
	min-height: 680px;
	height: auto;
	margin: 10px 5px 10px 5px;
	padding: 0px 1px 0px 5px;
}


#topics_subcolumn ul li {
	padding: 0px 0px 0px 5px;
	list-style-type: square;
	color: #333;
	margin: 0px 0px 8px 15px;
}



/*##########   NEW COLUMN - PAGE CONTENT  ############*/

#wrap_pagecontent {
	float: left;
	clear: left;
	width: 978px;
	margin: 20px 0px 0px 0px;
}

#wrap_pagecontent ul {
	margin: 0px 0px 15px 5px;
}

#wrap_pagecontent p {
	font-size: 10pt;
	line-height: 14pt;
	padding: 0px 5px 0px 10px;
	color: #333;
}

#wrap_pagecontent a {
	color: #0D77C2;
}

#wrap_pagecontent a:hover {
	text-decoration: underline;
	color: #E37101;
	background: #EBC6A2;
}


/*##########  MAIN CONTENT  ############*/


#column_pagecontent_feature {
	float: right;
	width: 785px;
	height: auto;
	_height: 400px; /* for IE6 */
	margin: -2px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	_padding: 0px; /* for IE6 */
}


#page_figure_left {
	float: left;
	margin: 5px 12px 6px 15px;
	font-size: 8pt;
	line-height: 10pt;
	color: #68899f;
	display: inline;
}

#page_figure_left img {
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
}

#page_figure_right {
	float: right;
	margin: 5px 0px 6px 12px;
	font-size: 8pt;
	line-height: 10pt;
	color: #68899f;
	display: inline;
}


#page_figure_right img {
	margin: 0px 25px 10px 5px;
	padding: 0px;
	border: 1px solid black;
}


/*----------   MAIN CONTENT SUBCOLUMN   ----------*/

#maincontent_subcolumn {
	background: #F8F8F8 url(/images/background/maincontent_background.jpg) repeat-x;
	float: left;
	width: 550px;
	min-height: 700px;
	margin: 0px 5px 0px 0px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #ccc;
}

#maincontent_subcolumn h1 {
	font-size: 10pt;
	line-height: 12pt;
	color: #646A6C;
	background: url(/images/background/v.bkg.jpg) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #95a6b1;
	padding: 8px;
	width: 93%;
	_width: 93%;
	margin: -5px 10px 5px 10px;
}

#maincontent_subcolumn ul {
	padding-left: 25px;
	list-style-type: square;
	color: #333;
	font-size: 10pt;
}

#maincontent_subcolumn ul li {
	font-size:10pt;
	padding-left: 10px;
	margin: 0px 0px -10px 10px;
	list-style-type: square;
	color: #333;
	font-size: 10pt;
}

#maincontent_subcolumn a {
	font-size: 10pt;
}

/*##########  MAIN CONTENT FULL WIDTH  ############*/


#maincontent_subcolumn_full {
	background: #F8F8F8 url(/images/background/maincontent_background.jpg) repeat-x;
	float: left;
	width: 976px;
	min-height: 710px;
/*	height: auto;*/
	_height: 400px; /* for IE6 */
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	_padding: 0px; /* for IE6 */
	border: 1px solid #ccc;
}

#maincontent_subcolumn_full h1 {
	font-size: 10pt;
	line-height: 12pt;
	color: #646A6C;
	background: url(/images/background/v.bkg.jpg) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #95a6b1;
	padding: 8px;
	width: 96%;
	_width: 96%;
	margin: 10px 10px 5px 10px;
}

#maincontent_subcolumn_full h2 {

	color: #0D77C2;
	border-bottom: 1px dotted #8AACBC;
	font-weight: bold;
	font-style: normal;
	font-size: 11pt;
	line-height: 12pt;
	margin: 2px 10px 5px 10px;
	padding: 2px;
	width: auto;
	_width: 95%;
}

#maincontent_subcolumn_full h3 {

	color: #743C9B;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	line-height: 11pt;
	margin: 10px 5px 10px 10px;
	padding: 2px;
	width: auto;
	_width: 95%;
}
	
#maincontent_subcolumn_full ul {
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	color: #333;
	font-size: 10pt;
}
	
#maincontent_subcolumn_full li {
	margin: 0px 0px -15px 20px;
	font-size: 10pt;
	list-style-type: square;
}	

#maincontent_subcolumn_full a {
	font-size: 10pt;
}
	

/*##########  SUB CONTENT (related links, etc.)  ############*/

#column_subcontent_wrap {
	width: 220px;
	min-height: 710px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	_margin-left: 0px; /* IE6 */
	padding: 0px 0px 0px 0px;
	/*border-top: 1px solid #ccc;*/
	/*border-left: 1px solid #ccc;*/
	/*border-right: 1px solid #ccc;*/
	font-size: 8pt;
	line-height: 10pt;
}


#column_subcontent_wrap h1 {
	background-color: #eaaa57;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #eaaa57;
	padding: 5px;
	font-size: 10pt;
	line-height: 14pt;
	color: #333;
	font-weight: bold;
	margin:  2px 2px 20px 2px;
}

#column_subcontent_wrap h2 {
	color: #666;
	font-size: 10pt;
	font-weight: bold;
	margin: 2px 0px 8px 0px;
	padding: 6px 5px 2px 7px;
	text-align: center;
}

#column_subcontent_wrap ul li a {
	margin: 0px 0px -5px 0px;
	font-size: 8pt;
}

#column_subcontent_wrap ul li {
	margin: 0px 0px -5px 0px;
	font-size: 8pt;
}


/* ----- col1full ----- */

#column_related_fullwidth1 {
	background: #f2f2f2 url(/images/background/subcontent_background2.jpg) repeat;
	border: 2px solid #e9e8d4;
	float: left;
	width: 100%;
	height: auto;
	min-height: 100px;
	margin: -1px 0px 10px 2px;
	padding: 0px;
}

#column_related_fullwidth1 p {
	font-size: 8.5pt;
}
	


/* ----- col2full ----- */

#column_related_fullwidth2 {
	background: #f2f2f2 url(/images/background/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: 0px;
}


#column_related_fullwidth2 ul {
	margin: -10px 0px 0px 15px;
	padding: 0px;
	list-style-type: square;
}

#column_related_fullwidth2 p {
	font-size: 8.5pt;
}



/* ----- col3full ----- */


#column_related_fullwidth3 {
	background: #f2f2f2 url(/images/background/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/background/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;
}



/*##########   HOMEPAGE Styles  ############*/

/*----------##########   RESEARCH AREA  ############----------*/

#column_research_main {

	float: left;
	width: 650px;
	_width: 610px; /* for IE6 */
	height: auto;
	margin: 0px 0px 20px 0px;
	_margin: 0px; /* for IE6 */
	padding: 1px 0px 0px 15px;
}

#column_research_main h1 {
	font-size: 10pt;
	line-height: 12pt;
	color: #025F88;
	background: url(/images/background/v.bkg.jpg) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #95a6b1;
	padding: 6px;
	width: 98%;
	_width: 98%;
	margin: 0px 0px 10px -5px;
}


#column_research_main p {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
	font-variant: normal;
	margin: 5px 0px 5px 10px;
}

#column_research a {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
}

#column_research_main ul {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
}

#column_research_main .title_event {
	font: normal normal bold 9pt/11pt arial, helvetica, sans-serif;
	color: #1545B3;
}

/*##########   Release Styles  (3 columns) ############*/

/*----------   FEATURED RESEARCH: Research Tools ----------*/

#research1 {
	margin: 0px 10px 10px 20px;
	_margin: 0px 10px 0px 20px;
	padding: 5px;
	width: 175px;
	_width: 180px;
	height: auto;
	float: left;
	clear: both;
	border: 2px dotted #ABC8DD;
}

#research1 img {
	margin: 0px;
	_width: 180px;
}


/*----------   Research2 ----------*/

#research2 {
	margin: 0px 10px 0px 0px;
	_margin: 0px 10px 0px 0px;
	padding: 5px;
	width: 175px;
	_width: 180px;
	height: auto;
	float: left;
	border: 2px dotted #ABC8DD;
}

#research2 img {
	margin: 0px 0px 0px 0px;
}


/*----------   Research3 ----------*/

#research3 {
	margin: 0px 5px 15px 0px;
	_margin: 0px 10px 0px 0px;
	padding: 5px;
	width: 180px;
	_width: 180px;
	height: auto;
	float: left;
	border: 2px dotted #ABC8DD;

}

#research3 img {
	margin: 0px 0px 0px 0px;
	_width: 130px;
}


/*########  Research in CCSM SUBCOLUMN  ########*/

#research_subcolumn {
	float: left;
	clear: left;
	background-color: #fff;
	width: 630px;
	_width: 610px;
	height: auto;
	margin: 13px 0px -20px 5px;
	_margin: 5px -8px -20px 12px;
}

#research_subcolumn h2 {
	margin: 10px 0px 10px 30px;
}


#research_subcolumn p {
	font-size: 8pt;
	line-height: 12pt;
	font-variant: normal;
	margin-bottom: 15px;
}

#research_subcolumn a {
	font-size: 8pt;
	line-height: 12pt;
	font-variant: normal;
	color: #0D77C2;
	
}

#research_subcolumn ul {
	margin: 5px 3px 15px 15px;
}

#research_subcolumn li {
	margin: 0px 10px 5px 10px;
	padding: 0px;
	list-style-type: square;
}

#research_subcolumn ul li a {
	font-size: 8pt;
	line-height: 10pt;
	font-variant: normal;
	color: #0D77C2;
	padding: 0px;
}

#research_subcolumn img {
	/* margin: 0px 10px 2px 10px;*/
	margin-right: 10px;
	padding: 0px;
	border: 1px solid black;
}


/*----------   FEATURED RESEARCH1 ----------*/

#featuredresearch1 {
	margin: -5px 5px 0px 5px;
	_margin: -5px 10px 0px 6px;
	padding: 3px 0px 7px 0px;
	width: 145px;
	_width: 145px;
	height: 190px;
	min-height: 190px;
	float: left;
	clear: both;
}

#featuredresearch1 p {
	margin: 5px 0px 0px 3px;
}

#featuredresearch1 img {
	_width: 140px;
	margin: 5px 0px 0px 1px;
}


/*----------   FEATURED Research2 ----------*/

#featuredresearch2 {
	margin: -5px 5px 0px 5px;
	_margin: -5px 10px 0px 6px;
	padding: 3px 0px 7px 0px;
	width: 145px;
	_width: 145px;
	height: 190px;
	min-height: 190px;
	float: left;
}

#featuredresearch2 p {
	margin: 5px 0px 0px 3px;
}

#featuredresearch2 img {
	_width: 140px;
	margin: 5px 0px 0px 1px;
}


/*----------   FEATURED Research3 ----------*/

#featuredresearch3 {
	margin: -5px 5px 0px 5px;
	_margin: -5px 10px 0px 6px;
	padding: 3px 0px 7px 0px;
	width: 145px;
	_width: 145px;
	height: 190px;
	min-height: 190px;
	float: left;
}

#featuredresearch3 p {
	margin: 5px 0px 0px 3px;
}

#featuredresearch3 img {
	_width: 140px;
	margin: 5px 0px 0px 1px;
}

/*----------   FEATURED Research: Highlight ----------*/

#featuredresearch4 {
	margin: -5px 5px 0px 5px;
	_margin: -5px 10px 0px 6px;
	padding: 3px 0px 7px 0px;
	width: 145px;
	_width: 145px;
	height: 190px;
	min-height: 190px;
	float: left;
}

#featuredresearch4 p {
	margin: 5px 0px 0px 3px;
}

#featuredresearch4 img {
	_width: 140px;
	margin: 5px 0px 0px 1px;
}



/*----------   SPOTLIGHT RIGHT COLUMN  ----------*/


#spotlight_subcolumn {
	float: left;
	width: 275px;
	_width: 275px; /* for IE6 */
	height: auto;
	margin: 15px 0px 0px 4px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	}


#spotlight_subcolumn p {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
	font-variant: normal;
	margin: 10px 5px 15px 5px;
}

#spotlight_subcolumn a {
	font-size: 8pt;
	line-height: 12pt;
	color: #1F70EA;
	text-decoration: none;
}

#spotlight_subcolumn a:hover {
	text-decoration: underline;
}

#spotlight_subcolumn ul li {
	font-size: 8pt;
	line-height: 12pt;
	font-variant: normal;
	color: #333;
	padding: 0px;
}

#spotlight_subcolumn ul {
	margin: 5px 3px 15px 10px;
}

#spotlight_subcolumn li {
	margin: 0px 10px 5px 10px;
	padding: 0px;
	list-style-type: square;
}

#spotlight_subcolumn ul li a {
	font-size: 8pt;
	line-height: 10pt;
	font-variant: normal;
	color: #0D77C2;
	padding: 0px;
}

#spotlight_subcolumn img {
	float: right;
	height: auto;
	margin: 10px 0px 0px 3px;
	border: 1px solid black;
	}



/*##########   HOME PAGE FOOTER  ############*/


#home_footer {
	background: #CCD1D3;
	margin: -2px 0px;
	padding: 5px;
	width: 968px;
	height: 70px;
	float: left;
	clear: both;
	border-top: 1px solid #809280;
	border-bottom: 1px solid #809280;
}

#home_footer p {
	font-size: 8pt;
	line-height: 10pt;
	margin: 3px 3px 3px 15px;
}

#home_footer a {
	color: #4c4b4c;
}


/*##########   PAGE FOOTER  ############*/


#footer {
	background: #CCD1D3;
	margin: -2px 0px;
	padding: 5px;
	width: 968px;
	height: 15px;
	float: left;
	clear: both;
	border-top: 1px solid #809280;
	border-bottom: 1px solid #809280;
}

#footer_fullwidth {
	background: #CCD1D3;
	margin: -2px 0px;
	padding: 5px 5px 13px 0px;
	width: 1395px;
	height: 18px;
	float: left;
	clear: both;
	border-top: 1px solid #809280;
	border-bottom: 1px solid #809280;
	
}

#footer_fullwidth2 {
	background: #CCD1D3;
	margin: -2px 0px;
	padding: 5px 5px 13px 0px;
	width: 1070px;
	height: 18px;
	float: left;
	clear: both;
	border-top: 1px solid #809280;
	border-bottom: 1px solid #809280;
	
}

#footer p {
	font-size: 8pt;
	line-height: 10pt;
	margin: 3px 3px 3px 15px;
}

#footer a {
	color: #4c4b4c;
}


/* ########  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-left: auto;
	margin-right: auto;
}


.textorange {
	color: #c48b27;
	font-weight: bold;
}

.textblue {
	color: #284D92;
	font-weight: normal;
	font-style: italic;
}

.textpurple {
	color: #452978;
	font-weight: bold;
	font-style: italic;
}

.textred {
        color: #FF0000;
}

.bigboldtext {
	font-size: 12pt;
	font-weight: bold;
}

.bigheading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #035C81;
	border-bottom: 1px solid #035C81;
	letter-spacing: normal;
	margin-bottom: 4px;
}


.firstheading {
	font-size: 9pt;
	line-height: 11pt;
	color: #646A6C;
	background: url(/images/background/tangerine.dots.jpg) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #D4914F;
	padding: 7px;
	width: 93%;
	_width: 93%;
	margin: -2px 11px 0px 0px;
}

.tangerinefill {
	font-size: 10pt;
	line-height: 12pt;
	color: #646A6C;
	background: url(/images/background/tangerine.dots.jpg) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #D4914F;
	padding: 10px;
	width: 93%;
	_width: 93%;
	margin: -3px 11px 5px 0px;
}

.secondheading {
	font-size: 10pt;
	line-height: 12pt;
	color: #452978;
	margin: 10px 5px 10px 5px;
	width:auto;
	border-bottom: 1px dotted #452978;
}

.page_figure_left {
	float: left;
	margin: 5px 12px 8px 5px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #3c6786;
	display: inline;
}

.page_figure_left img {
	margin: 0px 12px 10px 0px;
	padding: 0px;
	border: 1px solid black;
}

.page_figure_right {
	float: right;
	margin: 5px 0px 10px 5px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #3c6786;
	display: inline;
}

.page_figure_right img {
	margin: 0px 2px 2px 20px;
	padding: 0px;
}

.bordered table {	
	margin: 0px 0px 10px 20px;
	padding: 3px 0px 3px 15px;
	width:auto;
}
	
.bordered td {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0;
	text-align: left;
	color: #686762;
	padding: 3px 0px 3px 5px;
	border: 1px dotted #aeaeae;
}

.noborder table {	
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 5px 45px
}
	
.noborder td {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0;
	text-align: left;
	color: #686762;
	padding: 0px 0px 5px 10px;
}


/*##########   SLIDESHOW  ############*/


#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin: 10px 25px 25px 20px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:400px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:15px 8px 3px 90px; font-size:16px; color:#ffffff;}
#information p {padding:0px 8px 8px 90px; font-size:12px; color:#ffffff;}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(/events/images/slideshow/left.gif) left center no-repeat}
#imgnext {right:0; background:url(/events/images/slideshow/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(/events/images/slideshow/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(/events/images/slideshow/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(/events/images/slideshow/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:460px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}@charset "utf-8";


