@import url(reset.css);

/* @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;

}

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


.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;
}
.clearit {
	clear: both;
}
/* @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;
}
#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;
}
/* @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;
}
.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 {
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
}
#billboardAnnouncement dt {
	color: #AB9A4C;
	font-weight: bold;
}
#billboardAnnouncement dd a:link,
#billboardAnnouncement dd a:visited,
#billboardAnnouncement dd a:hover,
#billboardAnnouncement dd a:active,
a:link.billboardAnnouncementName,
a:visited.billboardAnnouncementName,
a:hover.billboardAnnouncementName,
a:active.billboardAnnouncementName {
	color: #AB9A4C;
}
#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{
	margin-bottom: 10px;
}
#colR #mailinglist input#email{
	width: 167px;
}


/* @end Featured Marketplace */






/* @group Thank You Gabe */
#colR #thankyou-gabe div{
	font-size:1em;
	line-height:1.4em;
}
#colR #huston-latest-newsletter img{
	margin-top:10px;
}



/* @end Thank You Gabe */


/* @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 .last{
	margin:30px 0 10px;
	font-size: 13px;
	font-weight: bold;
	
}
.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;
}



/* @end Home */









/* @group Events */
/* @group Annual Meeting 2008 */
.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;	
}
.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 div {
	clear: both;
}
#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;
	
}
.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;

}
#home-meeting-summaries dt {
	clear:both;
	width: 65px;
}
#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 {
	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 ;
}



#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 */
/* @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;
}
.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 
. & Resources */
.inuit-art-news-resources #colL ul.nav {
	margin-top: 20px;
}
.inuit-art-news-resources #colL ul.nav  li {
	font-size: 1.1em;
	padding: 0 8px 0 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;
}
#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;
}


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

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