/*#### 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/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: #267BAE;
	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 #ffffff;
	height: auto;
	z-index: 30;
}

#menubar_main li ul {
	position: absolute;
	display: none;
	background-color: #75ADCE;
	border-top: 2px solid #BBD8EB;
	border-right: 2px solid #267BAE;
	border-bottom: 2px solid #267BAE;
	border-left: 2px solid #267BAE;
	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: #267BAE;
}

#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: #267BAE!important;
	color: #FFFFFF !important;

}

/*-----   PAGE CONTENT AREA  -----*/

#wrap {
	position: absolute;
	top: 56px;
	_top: 63px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content {
    background-color: #fff;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	height: auto;
	border-left: 7px solid #6DB56B;
	border-bottom: 2px solid #6DB56B;
	border-right: 7px solid #6DB56B;
	text-align: left; /* Important - to left align content due to centering in the body style */
}

#content h1 {
	margin: 10px 10px -2px 10px;
	font-size: 22px;
	clear: both;
}

/*-----   CAS PAGE HEADER  -----*/

#subheader {
	background-color: #fff;
	float: left;
	clear: left;
	width: 100%;
	height: 52px;
	display: inline;
	border-bottom: 1px solid #ccc;
}

#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;
}

/*-----   CAS HEADER  -----*/
#casheader {
	width: 650px;
	height: 52px;
	float: left;
	margin: 0px;
	background-color: #224596;
}

/*-----   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;
}

/*#### PAGE LAYOUT #####*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #585756 url(/Images/back.jpg) repeat;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	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;
}

h1 {
	margin: 0px 0px 25px 0px;
	padding: 5px;
	font-size: 16pt;
	line-height: 18pt;
	font-style: normal;
	font-family: lucida sans, verdana, arial, sans-serif;
	color: #02538f;
	clear: both;
}

h2 {
	margin: 15px 0px 10px 0px;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #4B9E48;
}

h2 a {
	margin: 15px 0px 10px 0px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #4B9E48;
}

h3 {
	margin: 16px 5px 15px 2px;
	font-size: 12pt;
	line-height: 12pt;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #648c6d;
}

h4 {
	margin: 12px 5px 10px 12px;
	font-size: 11pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #333;
}

p {
	margin: 10px 15px 25px 0px;
	color: #2d2d2d;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #4B9E48;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	vertical-align: middle;
}


/*----------   MAIN CONTENT SUBCOLUMN   ----------*/

#maincontent_subcolumn {
	background-color: #FFFFFC;
	float: left;
	width: 650px;
	min-height: 700px;
	margin: 0px 5px 0px 0px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #ccc;
}

#maincontent_subcolumn ul {
	padding-left: 25px;
	list-style-type: square;
	color: #333;
}
	

/*----------##########   RESEARCH AREA  ############----------*/

#column_research_main {

	float: left;
	width: 650px;
	_width: 640px; /* for IE6 */
	height: auto;
	margin: 0px 10px 20px 0px;
	_margin: 0px; /* for IE6 */
	padding-left: 10px;
}

#column_research_main h1 {
	font-size: 14pt;
	line-height: 16pt;
	color: #333;
	padding: 3px;
	width: 100%;
	_width: 95%;
	margin: 20px 0px 10px 0px;
}

#column_research_main h2 {
        font-size: 14pt;
        line-height: 11pt;
        color: #333;
        margin: 10px 0px 20px 0px;
}

#column_research_main h3 {
        font-size: 12pt;
        line-height: 11pt;
        color: #333;
        margin: 10px 0px 20px 0px;
}

#column_research_main p {
	font-size: 10pt;
	line-height: 12pt;
	color: #333;
	font-variant: normal;
	margin: 10px 0px 20px 0px;
}

#column_research a {
	font-size: 10pt;
	line-height: 12pt;
	color: #333;
}

#column_research_main ul {
	font-size: 10pt;
	line-height: 12pt;
	color: #333;
}

#column_research_main ul li {
	list-style:square;
	margin: 5px 20px -15px 20px;
}



/*----------   FEATURED RESEARCH: Research1 ----------*/

#featuredresearch1 {
	background: #E5F0F6;
	margin: 10px 10px 20px 0px;
	_margin: 10px 2px 20px 15px;
	padding: 3px 0px 7px 0px;
	width: 145px;
	_width: 140px;
	height: 145px;
	min-height: 145px;
	float: left;
	clear: both;
	border: 2px dotted #A1BACA;
}

#featuredresearch1 p {
	margin: 10px 0px 0px 3px;
}

#featuredresearch1 img {
	_width: 100px;
	margin: 10px 0px 0px 22px;
	border: 1px solid black;
}


/*----------   FEATURED Research: Research2 ----------*/

#featuredresearch2 {
	background: #E5F0F6;
	margin: 10px 10px 20px 5px;
	_margin: 10px 2px 20px 15px;
	padding: 3px 0px 7px 0px;
	width: 145px;
	_width: 140px;
	height: 145px;
	min-height: 145px;
	float: left;
	border: 2px dotted #A1BACA;
}


#featuredresearch2 img {
	_width: 100px;
	margin: 10px 0px 0px 22px;
	border: 1px solid black;
}


/*----------   FEATURED Research: Research3 ----------*/

#featuredresearch3 {
	background: #E5F0F6;
	margin: 10px 10px 20px 5px;
	_margin: 10px 2px 20px 15px;
	padding: 3px 0px 7px 0px;
	width: 145px;
	_width: 140px;
	height: 145px;
	min-height: 145px;
	float: left;
	border: 2px dotted #A1BACA;

}

#featuredresearch3 img {
	_width: 100px;
	margin: 10px 0px 0px 22px;
	border: 1px solid black;
}

/*----------   FEATURED Research: Research4 ----------*/

#featuredresearch4 {
	background: #E5F0F6;
	margin: 10px 0px 20px 5px;
	_margin: 10px 10px 20px 15px;
	padding: 3px 0px 7px 0px;
	width: 145px;
	_width: 140px;
	height: 145px;
	min-height: 145px;
	float: left;
	border: 2px dotted #A1BACA;

}

#featuredresearch4 img {
	_width: 100px;
	margin: 10px 0px 0px 22px;
	border: 1px solid black;
}


/*----------##########   RESEARCH AREA  Fullpage ############----------*/

#column_research_main_fullspan {

	float: left;
	width: 960px;
	_width: 940px; /* for IE6 */
	height: auto;
	margin: 0px 10px 20px 0px;
	_margin: 0px; /* for IE6 */
	padding-left: 10px;
}

#column_research_main_fullspan p {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
	font-variant: normal;
	margin: 10px 0px 20px 0px;
}

#column_research_main_fullspan ul li {
	list-style:none;
	margin: 5px 20px 5px 10px;
}


/*----------   SPOTLIGHT RIGHT COLUMN  ----------*/


#spotlight_subcolumn {
	float: left;
	width: 280px;
	_width: 270px; /* for IE6 */
	height: auto;
	margin: 15px 10px 0px 4px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	}
	
#spotlight_subcolumn h1 {
	font-size: 16pt;
	line-height: 11pt;
	color: #333;
	padding: 3px;
	width: 98%;
	_width: 95%;
	text-align:left;
	margin: 5px 0px 10px 0px;
}

#spotlight_subcolumn h2 {
	font-size: 12pt;
	line-height: 11pt;
	color: #333;
	padding: 3px;
	width: 98%;
	_width: 95%;
	text-align:left;
	margin: 5px 0px 10px 0px;
}

#spotlight_subcolumn p {
	font-size: 10pt;
	line-height: 12pt;
	color: #333;
	font-variant: normal;
	margin: 15px 5px 11px 10px;
}

#spotlight_subcolumn a {
	font-size: 10pt;
	line-height: 12pt;
	color: #4B9E48;
	text-decoration: none;
}

#spotlight_subcolumn a:hover {
	text-decoration: underline;
	color: #4B9E48;
}

#spotlight_subcolumn ul li {
	list-style:square;
	margin: 5px 20px 0px 10px;
}

#spotlight_subcolumn img {
	float: center;
	height: auto;
	margin: 10px 0px 0px 0px;
	border: 1px solid black;
	}


/* ----- col1full ----- */

#column_related_fullwidth1 {
	background: #f2f2f2 url(/Images/subcontent_background2.jpg) repeat;
	border: 2px solid #e9e8d4;
	float: left;
	width: 98%;
	height: auto;
	min-height: 100px;
	margin: 4px 0px 10px 2px;
	padding: 0px;
}


#column_related_fullwidth1 h2 {
	font-size: 12pt;
	line-height: 11pt;
	color: #333;
	padding: 3px;
	width: auto;
	_width: 98%;
	text-align:center;
	margin: 5px 0px 10px 0px;
}


/* ----- col2full ----- */

#column_related_fullwidth2 {
	background: #f2f2f2 url(/Images/subcontent_background.jpg) repeat;
	border: 2px solid #E4EBFD;
	float: left;
	clear: left;
	width: 98%;
	height: auto;
	min-height: 100px;
	margin: -4px 0px 10px 2px;
	padding: 1px;
}

#column_related_fullwidth1 h1 {
	font-size: 14pt;
	line-height: 11pt;
	color: #333;
	padding: 3px;
	width: auto;
	_width: 98%;
	text-align:center;
	margin: 5px 10px 10px 5px;
}


#column_related_fullwidth2 ul li{
	margin: 5px 0px 5px 20px;
	padding: 0px;
	list-style-type: square;
}


/*##########   PAGE FOOTER  ############*/


#footer {
	background: #A1BACA;
	margin: -2px 0px;
	padding: 5px;
	width: 968px;
	height: 20px;
	float: left;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #809280;
}

#footer p {
	font-size: 8pt;
	line-height: 10pt;
	margin: 3px 3px 3px 15px;
}

#footer a {
	color: #4c4b4c;
}

#footer a:hover{
	text-decoration: underline;
}

/*##########   SLIDESHOW  ############*/

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:500px; margin:10px 0px 10px 0px; display:none; border-top:15px solid #EEEEEE; border-right:71px solid #EEEEEE; border-bottom:15px solid #EEEEEE; border-left:71px solid #EEEEEE;}
#wrapper * {margin:0; padding:0px}
#fullsize {position:relative; width:501px; height:202px; padding:0px; background:#000}
#information {position:absolute; bottom:0; width:501px; height:160px; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.8; filter:alpha(opacity=80)}
#information h3 {padding:4px 2px 0px 5px; font-size:13px; color:#ffffff;}
#information p { padding:0px 5px 0px 5px;color:#ffffff;}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto; margin: 0px;}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(/Images/slideshow/left.gif) left top no-repeat}
#imgnext {right:0; background:url(/Images/slideshow/right.gif) right top no-repeat}



/* ########  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-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

.firstheading { /* Removes top margin from topmost heading */
	margin-top: 4px;
}

.topicheading { /* dotted line */
	margin: 0px 5px 0px 5px;
	font-family: Georgia, Times, serif;
	border-bottom: 1px dotted #3F883D;
}

.secondheading { /* dotted line */
	margin: 0px 5px 0px 5px;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #3F883D;
	border-bottom: 1px dotted #3F883D;
}

.textorange {
	color: #c48b27;
	font-weight: bold;
	font-style: italic;
}

.textgreen {
	color: #4AB07D;
	font-weight: bold;
	font-style: italic;
}


.textblue {
	color: #224596;
	font-weight: bold;
	font-style: italic;
}

.textblue2 {
	color: #0000FF;
	font-weight: bold;
}

.textred {
	color: #FF0000;
	font-weight: bold;
}

.bigboldtext {
	font-size: 12pt;
	font-weight: bold;
	border-bottom-color:#1B7A16;
}

.bigheading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13pt;
	color: #267BAE;
	letter-spacing: normal;
	border-bottom: 1px solid #267BAE;
	padding: 0px 0px 1px 0px;
}

.medheading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color: #333;
	letter-spacing: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.bluefill {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	border-top: 1px solid #AFCFE3;
	border-bottom: 1px solid #AFCFE3;
	background: #BCD7E8;
	margin: 3px 10px 10px 5px;
	padding: 3px 10px 3px 0px;
}


.greenfill {
	font-size: 9pt;
	line-height: 11pt;
	color: #333;
	border-top: 1px solid #7AB978;
	border-bottom: 1px solid #7AB978;
	background: #88BF86;
	margin: 3px 0px 10px 5px;
	padding: 3px 0px 3px 0px;
	width: auto;
}


.publishedby {
	font: oblique normal normal 8pt/9pt arial, helvetica, sans-serif;
	margin: 7px 0px 0px 0px;
	display: block;
}


.page_figure_left {
	float: left;
	margin: 10px 15px 15px 5px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #3c6786;
	display: inline;
}

.page_figure_left img {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 1px solid black;
}

.page_figure_right {
	float: right;
	margin: 10px 5px 15px 15px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	color: #3c6786;
}

.page_figure_right p{
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
	font-variant: normal;
	margin: 15px 5px 11px 10px;
}

.page_figure_right img {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border: 1px solid black;
}

#page_figure_right ul li {
	margin: 15px 0px 15px 0px;
	font-size: 8pt;
	line-height: 10pt;
}

.border table {	
	padding: 0px 0px 5px 45px
}
	
.border td {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0;
	text-align: left;
	color: #686762;
	padding: 0px 0px 5px 10px;
	border: 1px dotted #aeaeae;
}

.directory table {	
	padding: 0px 0px 5px 25px
}
	
.directory td,th {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0;
	text-align: left;
	color: #686762;
	margin: 0px 10px 0px 10px;
	padding: 3px 0px 3px 10px;
	border: 1px dotted #aeaeae;
}


.topics table {	
	padding: 0px 0px 5px 25px
	margin: 20px 10px 10px 10px;
}
	
.topics td,th {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: 0;
	text-align: center;
	color: #686762;
	margin: 10px 10px 10px 10px;
	padding: 10px 0px 10px 10px;
	border: 1px dotted #aeaeae;
}

.topics img {
	border: 1px solid black;
}

/* Symposium Slideshow */

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:606px; margin: 10px 25px 25px 20px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:600px; height:400px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:600px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:20px 8px 3px 200px; font-size:16px; color:#ffffff;}
#information p {padding:0px 8px 8px 200px; font-size:12px; color:#ffffff;}
#image {width:600px}
#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(/cas/symposium/images/slideshow/left.gif) left center no-repeat}
#imgnext {right:0; background:url(/cas/symposium/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(/cas/symposium/images/slideshow/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(/cas/symposium/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(/cas/symposium/images/slideshow/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:560px; 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";

