/*----global styles----*/

* {
	margin: 0;
	padding: 0;
	}

html {
	font-size: 100%;
	}
		
body {
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-color: #e6e6e6;
	color: #252525;
	}
h2 {
	font-size: 1.6em;
	color: #252525;
	text-transform: uppercase;
	margin-bottom:10px;
	}
	
h2.headline {
	font-size: 1.6em;
	color: #252525;
	background-color: #dddddd;
	width: 98%;
	padding-left: 2%;
	text-transform: uppercase;
	}	

h3 {
	font-size: 1.4em;
	}
		
p {
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
a img {
	border: none;
	}
	
table {
	font-size: 1.2em;
	}
	
td table{
	font-size: 1.0em;
}

ul, ol {
	margin-left: 18px;
	font-size: 1.2em;
	margin-bottom: 1.2em; /*added 20090930*/
	}

ol h3, ol p {
	font-size: 1.0em;
	}
	
/*added 20091001*/	
ul {
	list-style-type: square;
	}

li ul, li ol {
	font-size: 1.0em;
	} 
/*added 20091001*/		
.usefulLinks li {
	margin-bottom: 1.1em;
	}

/*---- registration/login styles ----*/

.textbox {
	border: none;
	background: url(../../im/textbox.jpg) no-repeat;
	width: 137px;
	height: 15px;
	padding:0 2px;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	}
	
form.login{
	background: url(../../im/login-box.png) no-repeat;
	width: 214px;
	height: 70px;
	padding-left: 22px;
	padding-top: 10px;
	position: relative;
	float: right;
	top: 6px;
	}
	
	
.welcome{
	background: url(../../im/login-box.png) no-repeat;
	width: 214px;
	height: 70px;
	padding-left: 22px;
	padding-top: 10px;
	position: relative;
	float: right;
	top: 6px;
	}
	
.login p {
	margin-bottom: 4px;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	}
	
label {
	width: 62px;
	display: block;
	text-align: left;
	float: left;
	}

.login img {
	float: left;
}
	
.login span {
	font-size: 0.9em;
	float: right;
	margin-right: 10px;
	line-height: 1.0em;
	}

.login a {
	color: #ffffff;
	text-decoration: none;
	}
	
/*updated 20091014*/	
#search {
	background: url(../../im/nav-sprites.jpg) -779px 0 no-repeat;
	height: 24px;
	width: 192px;
	padding: 3px 0 0 8px;
	}

/* updated 20091014 */	
.searchbox {
	border: none;
	background: url(../../im/searchbox.gif) no-repeat;
	width: 154px;
	height: 16px;
	padding:2px;
	font: italic 1.0em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #606060;
	}

	
button.go {
	background: url(../../im/go-btn.png) no-repeat;
	width: 26px;
	height: 20px;
	border: none;
	position: absolute;
	cursor: pointer;
	}
	

.divider {
	padding-top: 1px;
	}
	
/*----navigation styles----*/	

#navContainer {
	width: 100%;
	height: 27px;
	background: url(../../im/nav-bg.jpg) repeat-x;
	border-bottom: 1px solid #ffffff;
	}

#nav {
	width: 980px;
	height: 27px;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
	}

#nav li {
	float: left;
	position: relative;
	}
	
#nav li ul {
	position: absolute;
	font-size: 1.0em;
	/*color: #ffffff;*/
	text-transform: capitalize;
	list-style-type: none;
	width: 150px;
	padding: 8px 8px 16px;
	background: #b6083e url(../../im/dropdown-top.png) top left no-repeat;
	left: -9999px;
	margin-left: 0;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	}
	
/*2nd level dropdown menu*/
#nav li ul ul {
	background-color: #6d0000;
	background-image: none;
	margin: -1.6em 0 0 11.4em;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	padding: 0;
	}
		
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	display: block;
}

/*2nd level dropdown menu hover state*/	
#nav li ul ul a:hover {
	background-color: #b6083e;
	}
	/*
#nav li:hover ul, #nav li.sfhover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	display: block;
	}*/
	
#nav li li a {
	background-image: none;
	text-indent: 0;
	width: 142px;
	padding: 4px;
	color: #ffffff;
	text-decoration: none;
	height: auto;
	border-top: 1px solid #c45378;
	}
	
#nav li li:first-child a {
	border-top: none;
	}
	
#nav li li a:hover {
	background-color: #6d0000;
	}

	
#nav li a {
	text-indent: -9999px;
	display: block;
	}
		
li#home a {
	width: 62px;
	height: 27px;
	display: block;
	background: url(../../im/nav-sprites.jpg) left top no-repeat;
}

li#about a {
	width: 89px;
	height: 27px;
	display: block;
	background: url(../../im/nav-sprites.jpg) -62px 0 no-repeat;
}

li#events a {
	width: 143px;
	height: 27px;
	display: block;
	background: url(../../im/nav-sprites.jpg) -151px 0 no-repeat;
}

li#publications a {
	width: 103px;
	height: 27px;
	display: block;
	background: url(../../im/nav-sprites.jpg) -294px 0 no-repeat;
}

li#courses a {
	width: 74px;
	height: 27px;
	display: block;
	background: url(../../im/nav-sprites.jpg) -397px 0 no-repeat;
}

li#membership a {
	width: 108px;
	height: 27px;
	display: block;
	background: url(../../im/nav-sprites.jpg) -471px 0 no-repeat;
}

li#mbrCommunication a {
	width: 200px;
	height: 27px;
	display: block;
	background: url(../../im/nav-sprites.jpg) -579px 0 no-repeat;
	}
	
li#home a:hover, #bodyPage li#home a {
	background-position: 0 -27px;
	}
	
li#about a:hover, #aboutPage li#home a {
	background-position: -62px -27px;
	}
	
li#events a:hover, #eventsPage li#events a {
	background-position: -151px -27px;
	}
	
li#publications a:hover, #publicationsPage li#publications a {
	background-position: -294px -27px;
	}
	
li#courses a:hover, #coursesPage li#courses a {
	background-position: -397px -27px;
	}
	
li#membership a:hover, #membershipPage li#membership a {
	background-position: -471px -27px;
	}
	
li#mbrCommunication a:hover, #mbrCommunicationPage li#mbrCommunication a {
	background-position: -579px -27px;
	}
	
/*----content styles----*/

#mastheadContainer {
	width: 100%;
	height: 96px;
	background: url(../../im/masthead-bg.jpg) 50% 0 no-repeat;
	}
	
#masthead {
	width: 980px;
	height:96px;
	margin: 0 auto;
	background: url(../../im/masthead.jpg) no-repeat;
	}
	
/*updated 20091015*/	
#wrapper {
	width: 976px;
	padding: 10px 20px 40px;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: auto;
	}


/*added 20090930*/	
#indexWrapper {
	width: auto;
	margin: 0 auto;
	/*background-color: #ffffff;*/
	background: url(../../im/index-bg.gif) top left repeat-y;
	overflow: auto;
	margin-bottom: -40px;
	}

#wrapper a:link, #wrapper a:visited {
	color: #9e0b0f;
	text-decoration: none;
	font-weight: normal;
	}
	
#wrapper a:hover {
	text-decoration: underline;
	}
		
#swfContainer {
	margin-bottom: 16px;
	}
	
#coursesAtAGlance {
	width: 310px;
	background: #ffffff url(../../im/courses-bg.jpg) left bottom repeat-x;
	float: left;
	margin-right: 12px;
	}
	
#featuresEvents {
	width: 356px;
	float: left;
	margin-right: 12px;
	}
	
#adBanners {
	padding: 8px;
	padding-bottom: 0;
	width: 260px;
	height: 940px;
	background-color: #dddddd;
	float: left;
	}
	
.headlineBox {
	width: 90%;
	padding: 12px 5% 0;
	border-bottom: 1px solid #c4c4c4;
	}
	
.headlineBox img {
	float: left;
	margin-right: 14px;
	}
	
.headlineBoxLast {
	border-bottom: none;
	}
	
.headlineBox2 {
	width: 96%;
	padding: 0 2%;
	margin-bottom: 1.2em;
	}
	
.headlineBox2 img {
	margin: 4px 0;
	}
	
.headlineBox2 ol {
	font-size: 1.4em;
	margin-left: 20px;
	font-weight: bold;
	}
	
.headlineBox2 li {
	margin-bottom: 12px;
	}
	
.headlineBox2 ol span {
	font-size: 0.9em;
	font-weight: normal;
	}
	
.headlineBox2 li a {
	font-size: 0.9em;
	}
	
.bannerSpace {
	margin-bottom: -24px;
	}
	
img.ad {
	z-index: 100;
	}
		
img.clickMore {
	background: url(../../im/click-for-more.png) left top;
	width: 259px;
	height: 24px;
	z-index: 200;
	position: relative;
	margin-top: 0px;
	bottom: 28px;
	opacity: 0.8;
	filter:alpha(opacity=80); /*applies transparency for IE*/
	}
	
#councilMembers {
	background: #46403c url(../../im/council-box-btm.gif) left bottom no-repeat;
	/*width: 594px;
	padding: 40px 189px 40px 190px;*/
	width: 973px;
	overflow: auto;
	margin-bottom: 88px;
	margin-top: -4px;
	padding: 40px 0 0;
	}
	
#frame {
	width: 596px;
	margin: auto;
	font-size: 1.0em;
	}
	
/*added 20091006*/
#frame td {
	width: 149px;
	}

/*added 20091006*/
#councilMembersWindow {
	width: 608px;
	background-color: #ffffff;
	padding: 20px 32px;
}

#councilMembers p {
	color: #ffffff;
	text-transform: capitalize;
	text-align: center;
	}
	
#councilMembers img {
	border: 1px solid #fff;
	}
	
table#coursesInfo {
	width: 973px;
	background: #ffffff url(../../im/table-bg.jpg) bottom left no-repeat;
	border-collapse: collapse;
	text-align:left;
	}
		
#coursesInfo th {
	font-size: 1.2em;
	color: #252525;
	background-color: #dddddd;
	text-transform: uppercase;
	padding: 4px 0 0 14px;
	border-right: 1px solid #ffffff;
	}
	
#coursesInfo td {
	border-bottom: 1px solid #dddddd;
	padding: 10px 16px;
	font-size: 1.0em;
	}
	
#coursesInfo h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 0;
	}
	
#coursesInfoBtm {
	background: #ededed url(../../im/table-bg-btm.jpg) bottom left no-repeat;
	width: 973px;
	height: 3px;
	padding-top: 6px;
	/*margin-bottom: 40px;*/
	}
	
#eventsGallery img {
	border: 5px solid #dddddd;
	float: left;
	margin: 0 28px 24px 0;
	}	
	
#bulletinFrontpage {
	width: 216px;
	float: left;
	margin-right: 14px;
	}

#bulletinFrontpage a img {
	margin-left: 7px;
	}
	
#bulletinContentsWrapper {
	width: 700px;
	float: left;
	/*margin-bottom: 40px;*/
	}
	
#bulletinContents {
	width: 676px;
	padding: 12px;
	background-color: #f1f1f1;
	margin-bottom: 10px;
	}
	
#bulletinContents a:link, #bulletinContents a:visited {
	color: #252525;
	text-decoration: underline;
	}
	
#bulletinContents a:hover {
	text-decoration: none;
	}
	
#bulletinContents h3 {
	color: #6b3200;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 16px;
	}
	
#bulletinContents ul {
	list-style-type: none;
	font-size: 1.2em;
	} 
	
.fineprint {
	font-size: 1.1em;
	}

#tabWrapper {
	margin-bottom: 24px;
	}	
	
.tabBoxBtm {
	background: #d8d8d8 url(../../im/tabbox-btm.gif) bottom left no-repeat;
	width: 945px;
	height: 4px;
	} 
	
.tabContent {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 16px;
	}
	
.tabContent ul {
	margin-left: 20px;
	font-size: 1.2em;
	/*margin-bottom: 12px;*/
	}
	
.tabContent li ul {
	font-size: 1.0em;
	list-style-type: disc;
	}
	
.tabContent hr {
	border: 1px solid #b6b6b6;
	margin: 10px 0;
	}
	
.poll {
	color: #9e0b0f;
	margin-top: 1.2em;
	}
	
.poll li {
	margin-bottom: 1.2em;
	}
	
.tickBox {
	margin-bottom: 2.0em;
	}
	
.checkbox {
	margin: 0 3px 0 20px;
	}
	
/*added 20090930*/	
.underline {
	text-decoration: underline;
	}
	
#resultsBar, #resultPages {
	background-color: #dddddd;
	padding: 4px 20px;
	width: 910px;
	overflow: auto;
	}
	
p.searchSubject, p.resultsFound, p.searchActions {
	margin-bottom: 0px;
	}
		
p.searchSubject {
	float: left;
	}
	
p.resultsFound, p.searchActions {
	float: right;
	}

p.searchActions {
	margin-left: 20px;
	text-transform: capitalize;
	}

p.searchResults {
	padding: 12px 20px;
	border-bottom: 1px solid #dddddd;
	width: 910px;
	}
	
/*end 20090930*/
	
/*added 20090928*/
/*replace this class with style="background-color:#cccccc; font-weight:bold;"*/
.membershipFormTitle {
	color: #9e0b0f;
	text-transform: uppercase; /*will present all text in uppercase even though code is in lowercase */
	font-size: 1.2em;
	font-weight: bold;
	}

.courseCategory {
	float: right;
	margin-bottom: 10px;
	padding: 0 4px;
	width: 220px;
	}
	
select {
	font: 1.0em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	}	
	
.red{
	color: red;
	font-size: 1.0em;
}
/*end 20090928*/

/*added 20090930*/
/*----sitemap----*/

.columnWrapper {
	width: 970px;
	overflow: auto;
	margin-left: 14px;
	}
	
.column {
	width: 220px;
	margin-right: 18px;
	margin-bottom: 2.4em;
	float: left;
	}
	
.columnWrapper h3 {
	font-size: 1.6em;
	text-transform: capitalize;
	}
	
.columnWrapper ul {
	list-style: none;
	margin-left: 0;
	text-transform: capitalize;
	}
	
#wrapper .columnWrapper ul a:link, #wrapper .columnWrapper ul a:visited {
	color: #252525;
	}
	
.columnWrapper li ul {
	font-size: 1.0em;
	margin-left: 1.1em;
	margin-bottom: 0;
	}
	
/*added 20091001*/
img.profile {
	float: left;
	margin: 1.2em 1.2em 1.2em 0;
	}
	
/*----footer styles----*/

#footerContainer {
	width: 100%;
	height: 54px;
	background-color: #656565;
	}
	
#footer {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	color: #ffffff;
	padding-top: 14px;
	}

#copyright {
	float: left;
	font-size: 1.1em;
	}
	
#footlinks {
	float: right;
	font-size: 1.1em;
	padding-right: 4px;
	} 
	
#copyright a:link, #copyright a:visited, #footlinks a:link, #footlinks a:visited {
	text-decoration: none;
	color: #ffffff;
	}
	
#copyright a:hover, #footlinks a:hover {
	text-decoration: underline;
	}

/*added 20090929*/	
th {
	text-transform: capitalize;
	}
	
table.list {
	border: 1px solid #dddddd;
	border-bottom: none;
	border-right: none;
	margin-bottom: 2em;
	}

.list th {
	text-align: left;
	background-color: #dddddd;
	}
		
.list th, .list td {
	padding: 2px 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	}
/*end 20090929*/

img.bookimage {
	margin: 0 12px 7px 0;
	float: left;
	}

.fees th {
	background-color: #dddddd;
	text-align: center;
	}
		
.fees td {
	text-align: center;
	}
	
/*added 20091015*/
span.honoraryFellows {
	font-weight: bold;
	width: 200px;
	text-transform:capitalize;
	}
	
#toViewMore {
	background: url(../../im/to-view-more.gif) no-repeat;
	width: 197px;
	height: 14px;
	position: relative;
	left: 780px;
	padding-bottom: 10px;
	margin-top: -10px;
	}
	
.for_print {
	display: none;
}
