html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight: inherit;font-style: inherit;font-size:100%;font-family: inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background: white;}ol,ul{list-style: none;}table{border-collapse: separate;border-spacing:0;}caption,th,td{text-align: left;font-weight: normal;}blockquote:before,blockquote:after,q:before,q:after{content: "";}blockquote,q{quotes: "" "";}.clear:after{clear:both;content: ".";display:block;height:0;visibility: hidden;}* html .clear{height:1%;}



/* @group general */
body {
	background: #ddd url(../_img/layout/bodyBG.jpg) repeat-x;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	text-align: center;
}
a:link,
a:visited {
	color: #CC6600;
	text-decoration: none;
}


a:hover,
a:active {
	text-decoration: underline;
}
	
h1, h2, h3, h4, h5, h6 {

	
}

h1, h2 {
	color: #AB9A4C;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 a, 
h2 a{
	color: #AB9A4C;
}
h1 {
	font-size: 2.4em;
	line-height: 1.2em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
}
fieldset {
	padding: 0;
}
legend {
	display: none;
}
.highlight{
	background-color:#CCFF00;

}
.displace {
	position: absolute;
	left: -5000px;
}

#colL p,
#colL h1 {
	padding-bottom: 15px;
}
p.p-space-above{
	padding-top: 15px;
}
#colL p.last {
	padding-bottom: 0;
}


strong,
.strong {
	font-weight: bold;
}
blockquote{
	margin: 1em 40px;
}
.hide {
	display: none;
}
.overflow-hidden{
	overflow:hidden;
}



.listNormal ul, 
.listNormal ol, 
ul.listNormal, 
ol.listNormal {
	padding-left: 40px;
}
.listNormal ul li,
ul.listNormal li{
	list-style-type: disc;
	padding-bottom: 3px;
}
.listNormal ul li li,
ul.listNormal li li{
	list-style-type: circle;
}
.listNormal ol li,
ol.listNormal li{
	list-style-type: decimal;
}
.listDoubleSpace li {
	margin-bottom: 15px;
}
.listNormalSize li {
	font-size: 1.2em;
	line-height: 1.3em;
}

.listNormalSize li .listNormalSizeChild li,
#annualMeeting2008colR .listNormalSizeChild li,
.home-news li .listNormalSizeChild li {
	font-size: 1em;
	line-height: 1em;
}

.home-news li .listNormalSizeChild li.normal-copy,
.normal-copy {
	line-height: 1.3em;
}

.home-news-extra-info {
	padding-top: 15px;
}

.home-news-2011-meeting-photos {
	float: left;
	margin: 0 15px 4px 0;
	overflow: hidden;
}

.home-news-2011-meeting-photos a {
	display: block;
	margin-top: 5px;
}

.home-articles li.lasty {
	border-bottom: none;
}



.nav li {
	float: left;
}
.nav a:link,
.nav a:visited,
.nav2 a:link,
.nav2 a:visited {
	text-decoration: none;
}
.nav a:hover,
.nav a:active,
.nav2 a:hover,
.nav2 a:active {
	text-decoration: underline;
}
.nav2 li {
	display: inline;
}
#skip {
	display: none;
}
.showExtraInfo {
	display: none; 
}

/* @group floats */
.left {
	float: left;
}
.right {
	float: right;
}
.leftPhoto img,
img.leftPhoto{
	float: left;
	margin: 4px 15px 4px 0;
}
.rightPhoto img,
img.rightPhoto{
	float: right;
	margin: 4px 0 4px 15px;
}


.home-articles{
	padding-top: 4px;
}

.home-articles li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.home-articles li li{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	display: inherit;
}
.home-articles img.leftPhoto{
	margin: -1px 12px 4px 0;
}
.clearit {
	clear: both;
}

	.clearfix:after,
	.clearfixed li:after {
		clear: both;
		content: ' ';
		display: block;
		font-size: 0;
		line-height: 0;
		visibility: hidden;
		width: 0;
		height: 0;
	}

	.clearfix,
	.clearfixed li {
		display: inline-block;
	}

	* html .clearfix,
	* html .clearfixed li {
		height: 1%;
	}

	.clearfix,
	.clearfixed li {
		display: block;
	}
	
/* @end floats */
.intro {
	font-size: 1.4em;
}

/* @group jQuery Ajax */



/* @group Validation */
.validateAlert {
	border: 2px solid red;
	padding: 2px 2px 3px 3px;
}
.validateAlertRemove {
	border: 3px solid #F0F0F0;
	padding: 0 0 1px 1px;
}
.success {
	background-color: #E8F8EA;
	border: 1px solid #20B832;
	color: #2E7D0B;
	padding: 10px 15px;
	text-align:center;
	margin-bottom: 20px;
}
.alert {
	background-color: #f7d6d2;
	border: 1px solid #cf0000;
	color: #cf0000;
	padding: 10px 15px;
	text-align:center;
	margin-bottom: 10px;
}



	
	
#colR .success {
	margin-bottom: 10px;
}
/* @group Validation */










/* @group layout */
#container {
	margin: 0 auto;
	width: 765px;
	text-align: left;
}
#content {	
	background: #fff url(../_img/layout/contentBotL.gif) no-repeat left bottom;
}
#contentInner {	
	background: transparent url(../_img/layout/contentBotR.gif) no-repeat right bottom;
	padding: 30px 21px 40px 40px;
	width: 704px;
}
#colL {
	width: 498px;
}
#colLfullWidth {
	
}


#colR {	
	width: 174px;
	margin-left: 30px;
}
#colR h2{	
	margin-top:0;
}
#colR .on{
	font-weight: bold;
}
/* @end layout*/



/* @group header */
#header {
	height: 62px;
	padding: 0 20px 0 28px;
}
#official {
	color: #fff;
	float: left;
	margin-top: 34px;
}

/* @group utillity nav */
ul#navUtility {
	font-size: 1.4em;
	font-weight: bold;
	float: right;
	margin-top: 35px;
}
ul#navUtility li a{
	padding: 0 12px;
	background: url(../_img/navUtility/vertDivider.gif) no-repeat right;
	display: block;
}
ul#navUtility li.last a{
	padding-right: 0;
	background: none;
}
#navUtility a:link,
#navUtility a:visited {
	color: #fff;
}
#navUtility a:hover,
#navUtility a:active,
#navUtility .on a:link,
#navUtility .on a:visited {
	color: #000;
	text-decoration:none;
}
/* @end utillity nav*/


/* @end header */






/* @group billboard */
#billboard {
	height: 280px;
	overflow:hidden;
}
a#logoPlaceholder {
	float: left;
}
a#logoPlaceholder img{
	height: 82px;
	width: 345px;
}

/* @group background images */

.billboardBGHome1 {
	background: url(../_img/billboards/billboardHome1.jpg) no-repeat;
}
.billboardBGHome2 {
	background: url(../_img/billboards/billboardHome2.jpg) no-repeat;
}
.billboardBGHome3 {
	background: url(../_img/billboards/billboardHome3.jpg) no-repeat;
}
.billboardBGHome4 {
	background: url(../_img/billboards/billboardHome4.jpg) no-repeat;
}
.billboardBGHome5 {
	background: url(../_img/billboards/billboardHome5.jpg) no-repeat;
}

.billboardBG1 {
	background: url(../_img/billboards/billboard1.jpg) no-repeat;
}
.billboardBG2 {
	background: url(../_img/billboards/billboard2.jpg) no-repeat;
}
.billboardBG3 {
	background: url(../_img/billboards/billboard3.jpg) no-repeat;
}
.billboardBG4 {
	background: url(../_img/billboards/billboard4.jpg) no-repeat;
}
.billboardBG5 {
	background: url(../_img/billboards/billboard5.jpg) no-repeat;
}
.billboardBG6 {
	background: url(../_img/billboards/billboard6.jpg) no-repeat;
}
.billboardBG7 {
	background: url(../_img/billboards/billboard7.jpg) no-repeat;
}
.billboardBG8 {
	background: url(../_img/billboards/billboard8.jpg) no-repeat;
}
.billboardBG9 {
	background: url(../_img/billboards/billboard9.jpg) no-repeat;
}
.billboardBG10 {
	background: url(../_img/billboards/billboard10.jpg) no-repeat;
}
.billboardBG11 {
	background: url(../_img/billboards/billboard11.jpg) no-repeat;
}

/* @end background images */




/* @group Announcement */
#billboardAnnouncementContainer {
	float: right;
	height: 144px;
	padding: 9px 10px 0;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
.home #billboardAnnouncement { 
	/*display: none;*/ 
	/*Temporarily diable until announcement is main focus of hom epage*/
}
#billboardAnnouncement {
	background: url(/_img/billboards/announcements/billboardAnnouncementBG.gif) no-repeat;
	font-size: 1.1em;
	height: 50px;
	padding: 8px 2px 8px 10px;
	width: 280px;
}
#billboardAnnouncement .clear{
	
}
#billboardAnnouncement dl{
	color: #AB9A4C;
}
#billboardAnnouncement dt, #billboardAnnouncement dd,
#billboardAnnouncement .marketplace_headline {
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
}
#billboardAnnouncement dt,
#billboardAnnouncement .marketplace_headline {
	color: #AB9A4C;
	font-weight: bold;
}
#billboardAnnouncement .marketplace_headline{
	float: none;
}
a:link.billboardAnnouncementName,
a:visited.billboardAnnouncementName,
a:hover.billboardAnnouncementName,
a:active.billboardAnnouncementName,
#billboardAnnouncementTemp,
#billboardAnnouncementTemp a,
#billboardAnnouncement dd a {
	color: #AB9A4C;
}

.billboardAnnouncementTempExtra {
	padding-top: 5px;
	font-size: 12px;
	line-height: 16px;
}

#billboardAnnouncement img.scale {
	height: 31px;
	width: auto;
}

#billboardAnnouncement li a{
	color: #fff;
}
#billboardAnnouncement img {
	float: left;
	margin: 1px 8px 0 0;
}
p.billboardAnnouncementSeeFullsched {
	font-size: 11px;
	padding-top: 1px;
}
p.billboardAnnouncementSeeFullsched a{
	color: #F98F00;
}

/* @end Announcement*/



/* @group Home Statement */
#billboardHomeStatement{
	display: none;
}
.home #billboardHomeStatement{
	display: block;
}
#billboardHomeStatement {
	clear: both;
	float: right;
	height: 110px;
	/*padding: 10px 0 0;*/
	padding: 27px 0 0;
	text-align: center;
	width: 565px;
}
#billboardHomeStatement h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	/*line-height: 27px;*/
	line-height: 30px;
}
#billboardHomeStatement h1 a{
	color:#bbb;
	text-decoration: none;
}
#billboardHomeStatement h1 a span{
	color: #fff;
}
#billboardHomeStatement h1 span {
	font-size: 1.341em;
	display: block;
}

#billboardHomeStatement ul {
	font-size: 1.2em;
	
	margin-top: 10px;
}
#billboardHomeStatement li {
	margin-top: 4px;
}



/* @end Home Statement*/

/* @end billboard */







/* @group nav */
#nav {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	background: #AB9A4C url(../_img/nav/navContainerBG.gif) repeat-x;
	width: 100%;
}
#nav ul {
	margin-left: 62px;
}
#nav a {
	display: block;
	margin: 0 3px;
}
#nav a:link,
#nav a:visited {
	color: #31241B;	
}
#nav a:hover,
#nav a:active {
	text-decoration: none;
	background: #fff url(../_img/nav/navBGL.gif) no-repeat left -100px;	
}
#nav a:hover span,
#nav a:hover span {
	background: url(../_img/nav/navBGR.gif) no-repeat right -100px;
}
#nav span {
	display: block;
	padding: 13px 20px 12px;
}
#nav .on a {
	background: #fff url(../_img/nav/navBGL.gif) no-repeat left 0;	
	color: #000;
}
#nav .on a span {
	background: url(../_img/nav/navBGR.gif) no-repeat right 0;
		
}

/* @end navs*/









/* @group Right Column */
/* @group Featured Marketplace */
#colR h2 {
	background: #616984;
	font: bold 1.3em Arial, Helvetica;
	margin: 23px 0 8px;
	padding: 3px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}
#colR h2.first {
	margin: 0 0 8px;
}
#colR h2,
#colR h2 a{
	color: #fff;	
}
#featuredMarketplace li {
	background: #DFE1E6;
}
#featuredMarketplace div {
	line-height: 1.4em;
	padding: 5px 9px;
	margin-bottom: 11px;
}
#featuredMarketplaceFullList {
	font-size: 1.1em;
	font-weight: bold;
}
#colR #mailinglist input#email,
#colR #mailinglist input#realname {
	width: 125px;
}

#colR #mailinglist textarea#address{
	width: 173px;
}

#colR #mailinglist input#email,
#colR #mailinglist input#realname,
#colR #mailinglist textarea#address{
	margin-bottom: 10px;
	border: 1px solid #999;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 2px;
	font-size: 12px;
	color: #999;
}

#mailinglistFORM {
	margin-bottom: 20px;
}

#colR #mailinglist input#email.alert-form-element,
#colR #mailinglist input#realname.alert-form-element,
#colR #mailinglist textarea#address.alert-form-element {
	border: 1px solid #cf0000;
}

#mailinglist #goBUTTON {
	float: right;
	width: 31px;
}


/* @end Featured Marketplace */


.colR-exhibits li {
	color: #fff;
	line-height: 1.6em;
	padding: 10px 10px 14px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.1em;
}

.colR-exhibits a {
	color: #fff;
	text-decoration: none;
}

a.colR-exhibits-cta {
	text-decoration: underline;
}

.colR-exhibits li .colR-exhibits-headline {
	font-size: 1.1em;
}

.colR-exhibits-smithonian .colR-exhibits-headline {
	margin-bottom: 12px;
	display: block;
}

.colR-exhibits-smithonian-body {
	text-shadow: 2px 2px 3px #000000;
filter: dropshadow(color=#000000, offx=2, offy=3);
}

.colR-exhibits-mitchell {
	margin-top: 10px;
	background: #f04111;
	background: -moz-linear-gradient(top,  #f04111 0%, #700b05 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f04111), color-stop(100%,#700b05));
	background: -webkit-linear-gradient(top,  #f04111 0%,#700b05 100%);
	background: -o-linear-gradient(top,  #f04111 0%,#700b05 100%);
	background: -ms-linear-gradient(top,  #f04111 0%,#700b05 100%);
	background: linear-gradient(top,  #f04111 0%,#700b05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04111', endColorstr='#700b05',GradientType=0 );
}

.colR-exhibits-smithonian {
	
	background: #75858e url(../_img/buttons/banner-exhibit-2012-dc.jpg) no-repeat;
	height: 101px;
	overflow: hidden;
}




/* @end Right Column */




/* @group footer */
#footer {
	padding: 20px 0;
	text-align: center;
}
#footer ul {
	clear: both;
	margin: 0 auto;
	height: 20px;
}
#footer li {
	padding: 0 7px;
	background: url(../_img/layout/footerVertDivider.gif) no-repeat right top
}
#footer li.last {
	background: none;
}


/* @end */





/* @group Home */
.home #colL h1 {
	
}
.home #colL h3 {
	font-size: 2em;
	font-weight: bold;
	margin: 50px 0 15px;
	color:  #AB9A4C;
}


#colL .seeFullScheulde {
	border-top: 1px solid #D2DEDF;
	margin-top: 10px;
	padding-top: 10px;
}
.home-news h4{
	background-color: #616984;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 1.1em;
	margin:  45px 0 6px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}
.home-news h4 a:link,
.home-news h4 a:visited,
.home-news h4 a:hover,
.home-news h4 a:active{
	color: #fff;
}
.home-news li{
	line-height: 1.4em;
	font-size: 1.2em;
	
}


.home-news li .listNormalSizeChild li {
	margin: 10px 0 0;
}
.home-news .last{
	margin:30px 0 10px;
	font-size: 13px;
	font-weight: bold;
	
}

.home-news #home-vancouver-exhibition {
	display: inline-block;
}

.home-news #home-vancouver-exhibition li {
	float: left;
	width: 240px;
}

.home-news #home-vancouver-exhibition iframe {
	margin-bottom: 7px;
}

.home-news #home-vancouver-exhibition li.last {
	margin-left: 17px;
	font-weight: normal;
}

.home-news .home-necessities-of-life  {
	line-height: 1.3em;
	padding: 5px 0 10px;
}

.resource-recommendations {
	font-size: 1.1em;
	line-height: 1.3em;
}
.resource-recommendations h4{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 3px;
	
}
.resource-recommendations h4 span{
	font-weight: normal;
	
}
.resource-recommendations li {
	clear: both;
	padding-bottom: 15px;
}
.resource-recommendations img {
	float: left;
	margin: 4px 10px 4px 0;
}
.resource-recommendations .more {
	font-size: 1.2em;
}

#Meeting2009TOP p.home-summary-quote{
	padding: 25px 0 10px 0 ;
	font: italic 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
}
#Meeting2009TOP p.home-summary-quote span {
	font-size:1.6em;

}
.Meeting2009TOPhome .home-summary-quote img{
	border:0;
}
#Meeting2009TOP p.home-summary-quote-author{
	font-style:italic;
	padding: 0 0 15px 15px;
}
.home-news h4.home-recap{
	margin-bottom:0;
}
#home_sponsors img{
	margin-bottom: 6px;
}
#home_sponsors p{
	font-size: 1em;
	margin-top: 5px;
}
#home_sponsors li{
	margin-bottom: 15px;
	
}




/* @end Home */









/* @group Events */
/* @group Annual Meeting 2008 */

#annualMeetingNav a:hover {
	font-weight: bold;
}
#annualMeeting2008colR #annualMeetingNav  li{
	padding-bottom: 2px;
}



.annualMeeting2008 p{
	padding-bottom: 25px;
}
#annualMeeting2008 h1{
	font-weight: bold;
	margin-bottom: 20px;
}
#annualMeeting2008 h2{
	color: #333;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}
#annualMeeting2008 h3{
	color: #AB9A4C;
	font-size: 1.8em;
	font-weight: bold;
	margin: 20px 0;
}
#annualMeeting2008 h4{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 11px;
}
.annualMeeting2008pitch ul{
	margin-top: 13px;
}
.annualMeeting2008pitch .listNormal li {
	line-height: 1.3em;
	font-size: 1.2em;
	
	padding-bottom: 13px;
}
ul.highlights2Col {
	float: left;
	width: 225px;
}
ul.highlights2Col2009 {
	float: left;
	width: 225px;
}
ul.highlights2ColR {
	margin-left: 10px;
}
#summary-of-presentation #annualMeeting2008 h1 {
	margin-bottom:8px;
}
.programHighlightsBox h2, .programHighlightsBox2009 h2 {
	background: #616984 url(../_img/events/meetings/meetingHighlightsHeader.gif) no-repeat;
	font-size: 1.8em;
	padding:  10px 15px;
	width: 469px;
	color: #fff;
	margin:  0;
}
.programHighlightsBox {
	background: #E4F5FB url(../_img/events/meetings/meetingHighlightsTOP.jpg) no-repeat;
	margin-bottom: 10px;
	width: 499px;
	
}
.programHighlightsBox2009 {
	width: 499px;
	font-size: 1.2em;
	
}

.programHighlightsBox2 {
	background: url(../_img/events/meetings/meetingHighlightsBOT.gif) no-repeat left bottom;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 15px;
	width: 469px;
}
.programHighlights, 
.programHighlights2009 {
	margin-top: 30px;
}
.programHighlights p.last,
 
 {
	margin-top: 14px;
}
.annualMeeting2009 .programHighlights p.last {
	margin-top: 0px;
}
.programHighlightsBox li, 
.programHighlightsBox2009 li {
	
	padding: 0 8px 8px 0;
}
.programHighlightsBox li img, 
.programHighlightsBox2009 li img {
	float: left;
	margin: 4px 8px 2px 0;
}
.programHighlightsBox2009 li img {
	border: 1px solid #fff;
}
.programHighlightsBox li span, 
.programHighlightsBox2009 li span {
	font-size: .9em;
	padding-left: 5px;
	color: #666;
}
.programHighlightsBox li div, 
.programHighlightsBox2009 li div {
	clear: both;
}
a:link.programHighlightsBoxName2009,
a:visited.programHighlightsBoxName2009,
a:hover.programHighlightsBoxName2009,
a:active.programHighlightsBoxName2009 {
	color: #fff;
}
a:link.programHighlightsBoxName,
a:visited.programHighlightsBoxName,
a:hover.programHighlightsBoxName,
a:active.programHighlightsBoxName  {
	color: #333;
}
.programHighlights li, 
.programHighlights2009 li{
	border-bottom: 1px solid #D2DEDF;
	line-height: 1.4em;
	margin-bottom: 27px;
	padding-bottom: 27px;	
	display: inline-block;
}
.programHighlights2009 li.last,
.programHighlights2009 li.lastish{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.programHighlights li .listNormal li,
.programHighlights2009 li .listNormal li {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.programHighlights img {
	float: left;
	margin: 4px 15px 15px 0;
}

.programHighlights img.rightPhoto {
	margin: inherit;
}


#annualMeeting2008colR p,
#annualMeeting2008colR li{
	font-size: 1.2em;
	line-height: 1.3em;
}
#annualMeeting2008colR li{
	padding-bottom: 10px;
}
#annualMeeting2008colR h3{
	background: #A2A2A2;
	font: bold 1.4em Arial, Helvetica;
	padding: 3px 6px;
	margin: 23px 0 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#annualMeeting2008colR h3.first{
	margin-top: 0;
}
#annualMeeting2008colR h3, #annualMeeting2008colR h3 a{
	color: #fff;
}
#annualMeeting2008colR img{
	margin: 13px 0;
}
#annualMeeting2008colR a.address{
	color: #333;
}
.annuamMeetingClickForMore {
	font-size: 1.2em;
	padding-bottom: 5px;
}
#annualMeeting2008colR .showExtraInfo p{
	font-size: 1em;
	padding-top: 13px;
}
#annualMeeting2008colR a.showExtraInfoClick{
	display: block;
	font-size: 1.2em;
	margin-top: 8px;
}


.meetings-index h2 {
	font-size: 1.8em;
	margin: 10px 0;
}
.meetings-index h3,
.meetings-index h4 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
}

#annualMeeting2008summary h2{
	color: #333;
	margin-bottom:  25px;
	font-size: 1.6em;
}

#annualMeeting2008summary h3{
	background: #A2A2A2;
	color: #fff;
	font: bold 1.4em Arial, Helvetica;
	padding: 3px 8px;
	margin: 23px 0;
	font-size: 1.8em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#annualMeeting2008summary h4{
	font-weight: bold;
	font-size: 1.4em;
	margin:  25px 0 15px;
	line-height: 1.4em;
}
#annualMeeting2008summary h4 span{
	font-weight: normal;

}
#meeting-gallery li{
	float:left;
	margin:0 10px 10px 0;
}
#meeting-gallery img{
	height: 116px;
	width: 116px;
}
#meeting-gallery li.last{
	margin-right:0;
}

#events .programHighlightsBox {
	margin-top:  30px;
}
#events .first  {
	margin-top:  0;
}

.row-of-photos li a img{
	width: 114px;
	border: 2px solid #fff;
}
.row-of-photos li.on a img{
	border: 2px solid #CC6600;
}
.row-of-photos li a:hover img{
	border: 2px solid #CC6600;
}
.row-of-photos li{
	float: left;
	padding: 0 0 10px 0;
	width:  126px;
}
#content .row-of-photos li.last{
	width:  119px;
}
.row-of-photos-caption {
	background: #666;
	color:  #fff;
	padding:  5px 8px 7px 8px;
	line-height: 1.3em;
	font-size: 1.1em;
	text-align: left;
}
#photogroup1,
#photogroup2 {
	background: #666 url(/_img/jquery/loadingAnimation.gif) no-repeat 148px 200px;
	width:  497px;
	height:  410px;
	margin: 15px 0;
}
#photogroup1 img,
#photogroup2 img {
	background: #666;
	height:  373px;
}
.photo-full-size {
	background: #666;
}
.photo-full-size img{
	width:  498px;
}

/* @group Orange buttons */
.meetingsButtons div.meetingsSummaryBtn {
	width:  155px;
	float:  left;
	
}



.meetingsSummaryBtn a:link,
.meetingsSummaryBtn a:visited {
	background: #E1770F url(/_img/buttons/meetingBtnTOPL.gif) no-repeat left top;
	color:  #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 1em;
	margin: 20px 20px 0 0;
}
.meetingsSummaryBtn a:link.last,
.meetingsSummaryBtn a:visited.last {
	margin: 20px 0 0 0;
}
.meetingsSummaryBtn a:hover,
.meetingsSummaryBtn a:active {
	background: #616984 url(/_img/buttons/meetingBtnTOPL.gif) no-repeat left -100px;
	text-decoration: none;
}
.meetingsSummaryBtn a:link span,
.meetingsSummaryBtn a:visited span {
	background: url(/_img/buttons/meetingBtnTOPR.gif) no-repeat right top;
	display: block;
}
.meetingsSummaryBtn a:hover span,
.meetingsSummaryBtn a:active span {
	background: url(/_img/buttons/meetingBtnTOPR.gif) no-repeat right -100px;
}
.meetingsSummaryBtn a:link span span,
.meetingsSummaryBtn a:visited span span {
	background: url(/_img/buttons/meetingBtnBOTR.gif) no-repeat right bottom;
}
.meetingsSummaryBtn a:hover span span,
.meetingsSummaryBtn a:active span span {
	background: url(/_img/buttons/meetingBtnBOTRover.gif) no-repeat right bottom;
}


.meetingsSummaryBtn a:link span span span,
.meetingsSummaryBtn a:visited span span span {
	background: url(/_img/buttons/meetingBtnBOTL.gif) no-repeat left bottom;
	padding:  6px 12px;
	text-align: center;
}
.meetingsSummaryBtn a:hover span span span,
.meetingsSummaryBtn a:active span span span {
	background: url(/_img/buttons/meetingBtnBOTL.gif) no-repeat -515px bottom;
}
/* @end Orange buttons */






.bio h2{
	color: #333;
	font-size: 1.4em;
	margin-bottom: 15px;
}
.bioRomalis dl{
	line-height: 1.4em;
}
.bioRomalis dt{
	font-weight: bold;
	margin-top:  30px;
	font-size: 1.2em;
}
.bioRomalis dd{
	margin: 5px 0 20px 30px;
	font-size: 1em;
}
.bioRomalis dl dl{
	line-height: 1.4em;
	margin-top: 20px;
}
.bioRomalis dl dl dt{
	font-weight: normal;
	margin:  0 0 0;
	padding:  7px 7px 7px 0;
	border-top: 1px solid #ddd;
	
	font-size: 1em;
	float:  left;
	clear: both;
	width:  70px;

}
.bioRomalis dl dl dd{
	margin:  0 0 0;
	padding:  7px 0 7px 0;
	border-top: 1px solid #ddd;
	font-size: 1em;
	float: left;
	width: 380px;

	
}
.RomalisLectures ol {
	padding: 10px 0 0 20px;
	
}



.RomalisLectures {
	
	
}

#schedule2008 p.location{
	font-size: 1em;
	padding-top:15px;
	text-align: right;
}
#schedule2008 dl{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}
#schedule2008 dt{
	border-top: 1px solid #D2DEDF;
	clear:both;
	float: left;
	font-weight: bold;
	font-size: .95em;
	padding: 5px 10px 5px 0;
	width: 105px;
}
#schedule2008 dd{
	border-top: 1px solid #D2DEDF;
	float: right;
	padding: 5px 0;
	width: 382px;
}

#schedule2008 h1 {
	margin-bottom:20px;
}
#schedule2008 h1 a{
	color: #AB9A4C;
}
#schedule2008 h2{
	clear: both;
	color:#fff;
	background-color: #A2A2A2;
	font-size:1.4em;
	font-weight:bold;
	padding:4px 8px 5px;
	margin-top:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#schedule2008 h2 span{
	font-size:.8em;
	font-weight: normal;
}
#schedule2008 dl span{
	font-style: italic;
}

#schedule2008 p.last{
	margin-top:30px;
}



#home2008MeetingSummary span{
	font-size: 1.2em;
	line-height: 1.5em;
}
#content #colL #home2008MeetingSummary h1 {
	margin: 0;
	padding: 0;
}

#content #colL #home2008MeetingSummary h1 a{
	color: #fff;
	display: block;
	background: url(/_img/home/home2008SummaryTOP.jpg) no-repeat;
	height: 34px;
	line-height: 34px;
	padding-left: 20px;
	font-size: .6em;
}
#content #colL #home2008MeetingSummary h1 a:hover{
	text-decoration: none;
}
#home2008MeetingSummary {
	margin-bottom: 15px;
}	

/* @end Annual Meeting 2008 */





/* @group Annual Meeting 2009 */


.programHighlightsBox2009outised {
	background:   url(/_img/events/meetings/meetingHighlightsTOP2009.jpg) no-repeat;
	margin-bottom: 20px;
	font-size:12px;
	line-height:18px;
}
.programHighlightsBox2009inside {
	background:  url(/_img/events/meetings/meetingHighlightsBOT2009.gif) no-repeat 0 bottom;
	padding: 20px;
	color: #fff;
}
.programHighlightsBox2009outised a{
	color: #F98F00;
}
#colL .programHighlightsBox2009outised .seeFullScheulde  {
	border-top: 1px solid #B8B7CD;
}
.programHighlightsBox2009outised img{
	border: 1px solid #fff;
	margin:4px 8px 2px 0;
	float: left;
}
.programHighlightsBox2009outised li {
	padding:0 8px 8px 0;
}
.programHighlightsBox2009outised div {
	clear: both;
}
.programHighlightsBox2009outised a.programHighlightsBoxName {
	color: #fff;
}
.programHighlights img.rightPhoto {
	float: right;

}
.programHighlightsBox2009outised .programHighlightsBoxName {
	color: #fff;
}





h2.joinus2009{
	padding-top:30px;
}
.highlights2Col2009{
	border-top: 1px solid #807fa4;
	margin-top: 15px;
	padding-top: 15px;
}

#colRmeeting2009 {
	background:  url(/_img/home/2009meetingBGTOP.jpg) no-repeat;
	margin-bottom: 20px;
}
#colRmeeting2009inside {
	background: url(/_img/home/2009meetingBGBOT.jpg) no-repeat 0 bottom;
	padding: 12px;
	color: #fff;
}
#colR #colRmeeting2009 h3 a{
	color:  #AB9A4C;
}
#colR #colRmeeting2009 h3{
	font-size: 13px;
	padding: 0 0 5px 0;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
}
#colRmeeting2009 h4 a{
	color:  #fff;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: normal;	
}
#colRmeeting2009 .normal a{
	color:  #fff;
}
#colRmeeting2009 .normal{
	margin-top: 8px;
}
#colRmeeting2009 a{
	color:  #FF9300;	
}
#colRmeeting2009 img{
	border: 2px solid  #fff;
	margin:  10px 0;	
}


#Meeting2009TOP {
	background: #48477A url(/_img/events/meetings/2009/2009meetingTOP.jpg) no-repeat;
	margin-top:-21px;
}
.revisedhome div#Meeting2009TOP {
	background: #48477A url(/_img/events/meetings/2009/2009meetingTOP_nodude.jpg) no-repeat;
	
}
.topics2009 li{
 	font-size: 10px;
	padding-left:20px;
}
.topics2009 li span{
 	font-size: 13px;
	
}
.Meeting2009TOPhome a:link span,
.Meeting2009TOPhome a:visited span,
.Meeting2009TOPhome a:hover span,
.Meeting2009TOPhome a:active span{
	color: #AB9A4C;
	font-weight: bold;
	/*font-size:12px;*/
	text-decoration:none;
}
.Meeting2009TOPhome a {
	color: #F98F00;
	font-size:12px;
	line-height: 13px;
	
}
.Meeting2009TOPhome img {
	border: 1px solid #fff;
}




.home #colL .Meeting2009TOPhome h3 {
	color: #fff;
	font-size:12px;
	margin:10px 0 5px;
}
.home-news li .additional-speakers{
	font-size: 10px;
}
.arctic-warming-image{
	float:right;
	width: 275px;
	font-size:10px;
	line-height:13px;
	font-style:italic;	
	margin: 4px 0 4px 15px;
	color:#777;
}
.arctic-warming-image img{
	margin-bottom: 10px;
}


a:link.agenda-available,
a:visited.agenda-available {
	display: block;
	background-image:url(/_img/buttons/proposed_agenda_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin: 25px 0 12px;
}
a:hover.agenda-available,
a:active.agenda-available {
	display: block;
	background-image:url(/_img/buttons/proposed_agenda_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
}
a:link.agenda-available span,
a:visited.agenda-available span {
	display: block;
	color: #CC6600;
	background-image:url(/_img/buttons/proposed_agenda_bgR.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:center;
	padding:0 40px;
	line-height: 32px;
	height: 32px;
}
a:hover.agenda-available span,
a:active.agenda-available span {
	display: block;
	color: #CC6600;
	background-image:url(/_img/buttons/proposed_agenda_bgR.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:center;
	padding:0 40px;
	line-height: 32px;
	height: 32px;
	
}


a:link.agenda-available2,
a:visited.agenda-available2 {
	display: block;
	background-image:url(/_img/buttons/proposed_agenda_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 23px 0 33px;
	width:300px;
}
a:hover.agenda-available2,
a:active.agenda-available2 {
	display: block;
	background-image:url(/_img/buttons/proposed_agenda_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-decoration:none;
	width:300px;
}
a:link.agenda-available2 span,
a:visited.agenda-available2 span {
	display: block;
	color: #fff;
	background-image:url(/_img/buttons/proposed_agenda_bgR.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:center;
	padding:0 10px;
	line-height: 32px;
	height: 32px;
}
a:hover.agenda-available2 span,
a:active.agenda-available2 span {
	display: block;
	color: #fff;
	background-image:url(/_img/buttons/proposed_agenda_bgR.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:center;
	padding:0 10px;
	line-height: 32px;
	height: 32px;
}

.home-summary-photos img{
	margin-right:5px;

}

dl#home-meeting-summaries{
	overflow:hidden;
	width:450px;
}
dl#home-meeting-summaries a{
	color:#fff;
}
dl#home-meeting-summaries a.regular{
	color:#F98F00;
}
#home-meeting-summaries dt,
#home-meeting-summaries dd{
	border-top: 1px solid #7e7fa1;
	float:left;
	padding:10px 5px 10px 0;
	
}
#home-meeting-summaries dt.home-2009-balshine,
#home-meeting-summaries dd.home-2009-balshine{
	height: 58px;
	padding-bottom:0;
}
dl#home-meeting-summaries dt.first,
dl#home-meeting-summaries dd.first{
	border-top: none;
}
#Meeting2009TOP dl#home-meeting-summaries dd{
	/*font-size:1.2em;*/
	line-height:  1.4em;
}

#home-meeting-summaries dt {
	clear:both;
	width: 50px;
}
#home-meeting-summaries dd {
	width: 366px;
}
#home-meeting-summaries dt.slideshow-title {
	padding-bottom:0;
}
#home-meeting-summaries dd.slideshow-photos {
	width: 465px;
	border: none;
	padding-top:0;
}
#home-meeting-summaries .slideshow-photos img{
	width: 100px;
	margin:8px 9px 2px 0 ;
	padding:0;
}
#home-meeting-summaries.slideshow-photos img.last{
	margin-right:0x;
}




#Meeting2009TOPinside,
#Meeting2009TOP {
	-moz-border-radius-bottomleft: 5px; 			
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}




#Meeting2009TOPinside {
	background: url(/_img/events/meetings/2009/2009meetingMID.gif) no-repeat 0 bottom;
	padding: 40px 23px 15px;
	color:  #fff;
}
#Meeting2009TOP h1{

	font-size: 20px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	width:  375px;
}
#Meeting2009TOP h1 a{
	color: #AB9A4C;
	text-decoration: none;	
}
#Meeting2009TOP h1 span{
	font-weight: normal;
	font-size: 16px;
}
#Meeting2009TOP h1 span span{
	font-size: 12px;
}

#Meeting2009TOP .SheilaRomalis img{
	margin-top: 23px;
	border: 1px solid #fff;
	
}
#Meeting2009TOP h2{
	margin: 20px 0 0 0;
	font-size: 15px;
	color:  #fff;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 20px;
}
#Meeting2009TOP h2 a{
	color:  #fff;
	text-decoration: none;
}
#Meeting2009TOP p{
	margin: 0;
	line-height: 20px;
}
#Meeting2009TOP p.romalis{

	width:  370px;
	
}
#Meeting2009TOP p,
#Meeting2009BOT p {
	font-size: 12px;
}
#Meeting2009TOP p a,
#Meeting2009BOT p a{
	color: #F98F00 ;
}

#Meeting2009TOP p.programSummaryQuote,
#Meeting2009BOT p.programSummaryQuote {
	padding: 5px 0 10px 0 ;
	font: italic 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
}
.Meeting2009TOPhome .programSummaryQuote img {
	border: 0;
}

.Meeting2009TOPhome .programSummaryQuote img {
	border: 0;
}
#Meeting2009TOP {
	margin-bottom: 30px;
}


#Meeting2009BOT {
	background: #6C657D url(/_img/events/meetings/2009/2009meetingBOT.jpg) no-repeat 0 bottom;
	padding: 15px 23px;
	color:  #fff;
	
}
#Meeting2009BOT h5{
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;
}

.revisedhome h5{
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;
	border-top: 1px solid #B8B7CD;
	padding-top: 15px;
	margin-top: 30px;
}
#Meeting2009BOT img{
	border: 1px solid #fff;
}
#Meeting2009BOT p.last{
	border-top: 1px solid #B8B7CD;
	padding: 15px 0 5px 0;
	font-size: 11px;
}
#Meeting2009BOT p.divider,
#Meeting2009BOT .divider{
	border-top: 1px solid #B8B7CD;
	padding-top: 15px;
	margin-top: 5px;

}
#Meeting2009BOT p.lasty{
	border-top: 1px solid #B8B7CD;
	padding-top: 15px;
	font-size: 11px;
	
}
/* @end Annual Meeting 2009 */



/* @group Annual Meeting 2010 */

#Meeting2010content {
	background: url(../_img/events/meetings/2010/footer.png) no-repeat left bottom;
	padding: 23px;	
}
#Meeting2010content img {
	border: 1px solid #fff;
}
#Meeting2010content dt,
#Meeting2010content dd {
	border-color: #fff;
}
#Meeting2010content .collaboration-notice {
	border-top: 1px solid #fff;
	marin-top: 10px;
	padding-top: 10px;
	color: #004576;
}
#Meeting2010content .name {
	font-weight: bold;
	color: #c4a823;
	font-size:  13px;
}
#Meeting2010content h4{
	background-color: #004576;
}
#Meeting2010content,
#Meeting2010content h2,
#Meeting2010content a{
	color:  #fff;
}


.home-news #Meeting2010container {
	background: #007fc3  url(../_img/events/meetings/2010/header_home.jpg) no-repeat;
}
.home-news #Meeting2010content h4 {
	margin-top: 15px;
}
.home-news li #Meeting2010content li,
.home-news li #Meeting2010content p {
	font-size: 1em;
}
.home-news #Meeting2010content h2 {
	font-size: 1.6667em;
	line-height: 1em;
	font-family: Verdana;
	text-shadow: 2px 2px 4px #004d75; 
}
.home-news #Meeting2010content .date-location {
	font-size: 1.083em;
	line-height: 1.5384em;
}
.home-news #Meeting2010content {
	padding-top:  218px;
}


.annualMeeting2010 #Meeting2010container {
	background: #007fc3 url(../_img/events/meetings/2010/header_meeting.jpg) no-repeat;
	margin-top: 25px;
}
.annualMeeting2010 #Meeting2010content {
	padding-top: 195px;
}
.annualMeeting2010 #Meeting2010content h4{
	padding: 6px 10px;
	font-weight: bold;
	font-size: 1.32em;
	margin: 30px 0 6px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.annualMeeting2010 .highlights2Col {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom:  10px;
}
.annualMeeting2010 .highlights2Col div{
	clear:  both;
}

.annualMeeting2010 .highlights2Col img{
	margin: 4px 8px 2px 0;
	float: left;
}

.callout_box {
	background: url(../_img/events/meetings/callout_bg.png) no-repeat;
	margin-bottom:  35px;
}
.callout_box_content {
	background: url(../_img/events/meetings/callout_bg.png) no-repeat right bottom;
	padding: 20px 20px 10px;
}
.callout_box_header {
	text-align: center;
	font-weight: bold;
	color:  #fff;
	height:  29px;
	line-height: 29px;
	font-size: 1.5em;
}

#home_meeting_more_info p{
	font-weight: bold;
}
#home_meeting_more_info div{
	margin: -10px 0 20px 14px;
}

.programHighlights .last{
	border-bottom: none;	
}

a.classic-link {
	text-decoration: underline;	
}
a.classic-link:hover {
	text-decoration: none;	
}

#annualMeeting2008colR .small{
	
	font-size: .9em;
	line-height: 1.5em;
	color:  #666;
	padding: 5px 0 0 12px;

}

.update {
	font-size: .9em;
	background-color: #C4A823;
	margin-top: 15px;
	padding:  12px 18px;
}

.update span{
	font-weight: bold;
}

/* @end Annual Meeting 2010 */



/* @group Annual Meeting 2011 */

#Meeting2011content {
	background: url(../_img/events/meetings/2011/footer.png) no-repeat left bottom;
	padding: 23px;	
}
#Meeting2011content img {
	border: 1px solid #fff;
}
#Meeting2011content .normal-copy a {
	text-decoration: underline;
}
#Meeting2011content dt,
#Meeting2011content dd {
	border-color: #fff;
}
#Meeting2011content .collaboration-notice {
	border-top: 1px solid #fff;
	margin: 15px 0 0;
	padding: 15px 0 0 ;
	color: #004576;
}
#Meeting2011content .name {
	font-weight: bold;
	color: #c4a823;
	font-size:  13px;
}
#Meeting2011content h4{
	background-color: #004576;
}
#Meeting2011content,
#Meeting2011content h2,
#Meeting2011content a{
	color:  #fff;
}

.quick-link-no-thumb {
	padding-left: 78px;
	width: 354px;
}

a.show-group-rate {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	display: block;
	border-top: 1px solid #FFF;
	text-decoration: underline;
}

#annualMeeting2008colR .colR-meeting-sponsors img,
.colR-meeting-sponsors img {
	margin-bottom: 0;
}

.colR-meeting-sponsors {
	font-size: .9em;
}

.colR-thank-yous li {
	padding-bottom: 6px;
}


.home-news #Meeting2011container {
	background: #007fc3  url(../_img/events/meetings/2011/header.png) no-repeat;
}
.home-news #Meeting2011content h4 {
	margin-top: 15px;
}
.home-news li #Meeting2011content li,
.home-news li #Meeting2011content p {
	font-size: 1em;
}
.home-news #Meeting2011content h2 {
	font-size: 1.6667em;
	line-height: 1em;
	font-family: Verdana;
	text-shadow: 2px 2px 4px #004d75; 
}
.home-news #Meeting2011content .date-location {
	font-size: 1.083em;
	line-height: 1.5384em;
}
.home-news #Meeting2011content {
	padding-top:  25px;
}


.annualMeeting2011 #Meeting2011container,
#Meeting2011container.annualMeeting2011  {
	background: #007fc3 url(../_img/events/meetings/2011/header_meeting.jpg) no-repeat;
	margin-top: 25px;
}
.home-news #Meeting2011container{
	margin-top: 0;
}

.annualMeeting2011summary #annualMeeting2008 h1 {
	margin-bottom: 0;
	padding-bottom: 5px;
}

.annualMeeting2011summary #colL #annualMeeting2008summary {
	margin-top: 25px;
}



.home-news .meeting-ctas {
	overflow: hidden;
	margin: 20px 0 30px
}

.home-news .meeting-ctas a {
	background: #E1770F;
	color:  #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding: 6px;
	float: left;
	width: 124px;
	margin-left: 20px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.home-news .meeting-ctas a:hover {
	background: #616984;
}

.home-news .meeting-ctas .first a {
	margin-left: 0;
}




.annualMeeting2011 #Meeting2011content {
	padding-top: 250px;
}
.annualMeeting2011 #Meeting2011content h4{
	padding: 6px 10px;
	font-weight: bold;
	font-size: 1.32em;
	margin: 30px 0 6px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.annualMeeting2011 #meetings-field-trips,
.annualMeeting2011 #meetings-field-trips li {
	display: inline-block;
	width: 432px;
}

.annualMeeting2011 #meetings-field-trips img {
	clear: both;
	margin:  2px 15px 12px 0;
	float:  left;
	width: 60px;
	height: auto;
}

.annualMeeting2011  h4 span {
	font-weight: normal;
}

.annualMeeting2011 #meetings-field-trips .name {
	width: 350px;
}

.annualMeeting2011 .highlights2Col {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom:  10px;
}
.annualMeeting2011 .highlights2Col div{
	clear:  both;
}

.annualMeeting2011 .highlights2Col img{
	margin: 4px 8px 2px 0;
	float: left;
}

.annualMeeting2011 .showExtraInfoBurch {
	background-color: #eee;
	padding:  25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

.annualMeeting2011 .programHighlights li {
	display: inline-block;	
}



#annualMeeting2008colR ul.listNormalSizeChild,
#annualMeeting2008colR ol.listNormalSizeChild {
	padding: 5px 0 0 18px;
}

#annualMeeting2008colR .listNormalSizeChild li {
	line-height: 1.2em;
}




.callout_box {
	background: url(../_img/events/meetings/callout_bg.png) no-repeat;
	margin-bottom:  35px;
}
.callout_box_content {
	background: url(../_img/events/meetings/callout_bg.png) no-repeat right bottom;
	padding: 20px 20px 10px;
}
.callout_box_header {
	text-align: center;
	font-weight: bold;
	color:  #fff;
	height:  29px;
	line-height: 29px;
	font-size: 1.5em;
}

#home_meeting_more_info p{
	font-weight: bold;
}
#home_meeting_more_info div{
	margin: -10px 0 20px 14px;
}

.programHighlights .last{
	border-bottom: none;	
}

a.classic-link {
	text-decoration: underline;	
}
a.classic-link:hover {
	text-decoration: none;	
}

#annualMeeting2008colR .small{
	
	font-size: .9em;
	line-height: 1.5em;
	color:  #666;
	padding: 5px 0 0 12px;

}

.update {
	font-size: .9em;
	background-color: #C4A823;
	margin-top: 15px;
	padding:  12px 18px;
}

.update span{
	font-weight: bold;
}

/* @end Annual Meeting 2011 */






/* @group Annual Meeting 2012 */


.annualMeeting2012 #Meeting2012container,
#Meeting2012container.annualMeeting2012  {
	background: #3f4045 url(../_img/events/meetings/2012/hero-bg.jpg) no-repeat;
	margin-top: 25px;
	padding-top: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
	
}
.home-news #Meeting2012container{
	margin-top: 0;
}

#Meeting2012content h1,
#Meeting2012content h2 {
	color: #fff;
	text-align: center;
	font-family: Georgia, serif;
	font-style: italic;	
	   -moz-text-shadow: 1px 2px 5px #000; 
	-webkit-text-shadow: 1px 2px 5px #000; 
	        text-shadow: 1px 2px 5px #000;
}

#Meeting2012content h1 a,
#Meeting2012content h2 a {
	color: #fff;
}

#Meeting2012content h1 {
	padding-bottom: 6px;
	font-size: 2.5em;
}

#Meeting2012content h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
}

.annualMeeting2012summary #colL #annualMeeting2008summary {
	margin-top: 25px;
}

.Meeting2012-hero-copy {
	padding: 230px 30px 18px 33px;
	color:  #fff;
	font-size: .9em;
}





/* @end Annual Meeting 2012 */


/* @end Events */


/* @group Marketplace */
.marketplace h1{
	margin-bottom: 20px;
}
.marketplace h2{
	font-size: 1.8em;
	margin: 40px 0 20px;
}
.marketplace p{
	margin-bottom: 16px;
}
.marketplace .submitArt{
	
	margin-bottom: 20px;
}
.marketplace p.showNext {
	margin-bottom: 1px;
}
.submitArt {
	background-color: #eee;
	display: none;
	padding: 1px 20px 15px;
	margin-top: 15px
}
.marketplace .submitArt p{
	margin: 16px 0 0 0;
}
.submitArt ul {
	margin-top:5px;
	font-size: 1.2em;
}

.marketplaceListing {
	margin-top: 20px;
}
.paging {
	display: none;
	clear: both;
	font-size: 1.2em;
	width: 684px;
}
.pagingTOP {
	border-bottom: 1px solid #ddd;
	padding: 0 0 25px;
	margin-bottom: 20px;
}
.pagingBOT {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 20px;
}
.paging ul.prev {
	float: left;
	width: 228px;
}
.paging ul.prev li{
	float: left;
	padding-right: 7px;
}
.paging div {
	float: left;
	text-align: center;
	width: 228px;
}
.paging ul.next {
	float: right;
	width: 228px;
}
.paging ul.next  li{
	float: right;
	padding-left: 7px;
}



.marketplaceListing {
	clear: both;
}
.marketplaceListing li{
	float: left;
	margin: 0 0 45px 35px;
	width: 205px;
}
.marketplaceListing li.first{
	margin-left: 0;

}
.marketplaceListing li img{
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.marketplaceListing li h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
}
.marketplaceListing li dl{
	line-height: 1.6em;
	padding-bottom: 20px;
}
.marketplaceListing li dt{
	clear: both;
	color: #999;
	float: left;
	width: 52px;
}


.eiteljorg-exhibition h2{
	color: #333;
	font-size:1.6em;
	margin: 2px 0 20px;
}
.eiteljorg-exhibition h3{
	color: #777;
	font-size:1.2em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	margin: 2px 0 20px;
}

.marketplaceListing li dd{
	float: right;
	width: 150px;
}
.marketplaceListing li .price{
	font-weight: bold;
}

div.sellerContact {
	margin-top: 10px;
	font-size: 1.2em;
	
}
.marketplaceListing li ul.seller {
	background-color: #eee;
	display: none;
	margin-top: 10px;
	padding: 15px 20px;
}
.marketplaceListing li .seller li {
	margin: 3px 0 0 0;
	float: none;
	line-height: 1.5em;
}
.seller h4 {
	font-weight: bold;
}
.marketplaceListing li.marketingSpecialOffer {
	background-color: #eee;
	
	padding: 15px 20px;
	width: 175px;
}
.marketplaceListing li.marketingSpecialOffer p{
	
	font-size: 1.1em;

}
.marketplaceListing li.marketingSpecialOffer p.small{
	
	font-size: .95em;

}
/* @end Marketplace */




/* @group Memberships */
.memberships #colL h2 {
	font-size: 1.8em;
	margin: 35px 0 10px;
}
.memberships #colL dl {
	font-size: 1.1em;
	line-height:1.6em;
	margin-bottom: 20px;
}
.memberships #colL dt {
	font-weight: bold;
	float: left;
	margin-top:10px;
}
.memberships #colL dd {
	background:url(../_img/layout/bullet.gif) no-repeat 0 6px;
	clear: both;
	margin-left:30px;
	padding-left:10px;
}
.memberships #colL dd.first {
	background: none;
	margin: 10px 0 0 0;
	padding-left: 5px;
	float:left;
	clear:none;
}
.memberships #colL dd.sponsors {
	background: none;
}
.memberships #colL dd.sponsors ul.listNormal li{
	list-style-type: circle; 
}
.memberships p.small{
	
	font-size: .95em;

}
/* @end Memberships */



/* @group News & Resources */
.inuit-art-news-resources #colL ul.nav {
	margin-top: 20px;
	
}
.inuit-art-news-resources #colL ul.nav  li {
	font-size: 1em;
	padding: 0 8px 10px 9px;
	background: url(/_img/layout/footerVertDivider.gif) no-repeat;
}
.inuit-art-news-resources #colL ul.nav  li.first {
	background: none;
	padding-left: 0;
}


.inuit-art-news-resources h2{
	clear: both;
	color:#fff;
	background-color: #A2A2A2;
	font-size:1.4em;
	font-weight:bold;
	padding:5px 8px 4px;
	margin: 25px 0 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.inuit-art-news-resources h3 {
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom:10px;
}

.inuit-art-news-resources h3 span{
	display: block;
	font-size: .8em;
	font-weight: normal;
}
.inuit-art-news-resources h4{
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 15px;
}
.inuit-art-news-resources p.publisher {
	font-size: 1em;
	font-style:italic;
}
.inuit-art-news-resources #colL li {
	padding-bottom: 10px;
}
.inuit-art-news-resources #colL ul.last  {
	
	border-bottom: 1px solid #D2DEDF;
	margin-bottom: 30px;
	padding-bottom: 25px;
}

.inuit-art-news-resources #news-resources-exhibitions h3 {
	margin-bottom: 0;
}


#journal-thumbs {
	margin-top: 10px;
}
#journal-thumbs img{
	margin: 4px 4px 0 0;
}
#journal-thumbs img.last{
	margin-right:0;
}



.inuit-art-news-resources .home-and-away-library h2{
	clear: both;
	color:#333;
	background-color: #fff;
	font-size:1.8em;
	font-weight:bold;
	padding:0;
	margin: 10px 0 20px 0;
}
.home-and-away-library li em{
	font-weight:bold;
}
.home-and-away-library p.small{
	font-size:.95em;
	
}
p.readmore{
	margin-top:20px;
}

.ias-contributes-to-inuit-art-foundation .listNormal li {
	font-size:  1.2em;
	

}
/* @end News & Resources */



/* @group About */
.about #colL h2 {
	color: #333;
	font-size: 1.8em;
	margin: 25px 0 12px;
}
.about #colL h2 a{
	color: #333;
}

.about #colL dl{
	font-size: 1.2em;
	line-height: 1.8em;
	padding-bottom: 15px;
	display: inline-block;
}
.about #colL dt{
	clear: both;
	border-bottom: 1px solid #eee;
	float: left;
	font-weight: bold;
	width: 150px;
}
.about #colL dd{
	border-bottom: 1px solid #eee;
	float: right;
	width: 348px;
}

.about #colL dd .board-name {
	float: left;
	width: 230px;
}

.about #colL dd span {
	float: right;
	width: 110px;
}

.meet-our-board .about #colL h2{
	font-size: 1.5em;
}
.meet-our-board .about #colL h2.first{
	margin-top: 20px;
}
ul.boardPresidentLetters{
	padding: 0 0 20px 20px;
	font-size: 1.2em;
}
.boardPresidentLetters li{
	padding-bottom: 5px;
}



/* @end About */



/* @group letter presidenr */

.letter-president h3{
	font-weight: bold;
	margin: 5px 0 15px;
}
.letter-president h4{
	font-weight: bold;
	font-size: 1em;
}
.letter-president ol{
	font-weight: bold;
}
.letter-president ol li{
	font-size: 1.2em;
	line-height: 1.5em;
	
}
.letter-president ol li div{
	font-weight: normal;	
}
.letter-president .final-p{
	padding-top:  25px;	
}



/* @end letter presidenr */




.contact #colL h2{
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 15px;
}




/* @group Sitemap */
.sitemap #colL li{
	font-weight: bold;
	font-size: 1.3em;col
	padding-bottom: 15px;
}
.sitemap #colL li li{
	font-weight: normal;
	padding: 5px 0 0;
	font-size: 1em;
}
.sitemap #colL li li li{
	padding-top: 5px;
}
/* @end Sitemap */

