a.more {
	font-weight:bold;
}

table.comparative {
	margin-bottom:1.5em;
}

table.comparative td {
	border:1px solid #000;
	padding:5px;
	font-size:9pt;	
}

ul.course.categories {
	margin-top:1.8em;
}

ul.course.categories li {
	display:table;
	float:left;
	overflow:hidden;	
	width:330px;
	height:100px;
	margin-top:12px;
	border-color:#e5e5e5;
	border-width:1px 1px 3px 1px;
	border-style:solid;
	padding:10px;
	cursor:default;
	
	background-color:#f9f9f9 !important;
	background-position:10px center;
	background-repeat:no-repeat;

}

ul.course.categories li:hover {
	background-color:#f2f2f2 !important;
}

/* ul.course.categories div {
	display:table-cell;
	vertical-align:middle;
} */

/* ul.course.categories li img {
	margin-right:5px;
	float:left;
	border:1px solid #eee;
	
} */

ul.course.categories li p {
	line-height:1.25em;
	font-size:9pt !important;
	/* margin:0 0 0 145px !important; */
	/* float:right;
	width:195px; */
	padding-left:110px;
	
	display:table-cell;
	vertical-align:middle;
}

ul.course.categories li p a {
	padding-bottom:0.5em;
	display:inline-block;
	font-weight:bold;
}

ul.course.categories li.firstrow {
	margin-top:0 !important;
}

ul.course.categories li.newline {
	clear:left;
	margin-right:11px;
}

ul.course.categories li.eubrexit {
	background-image:url(../_images/tiles/eubrexit.jpg);
}

ul.course.categories li.parliament {
	background-image:url(../_images/tiles/parliament.jpg);
}

ul.course.categories li.policy {
	background-image:url(../_images/tiles/strategy.jpg);
}

ul.course.categories li.finance {
	background-image:url(../_images/tiles/finance.jpg);
}

ul.course.categories li.management {
	background-image:url(../_images/tiles/management.jpg);
}

ul.course.categories li.organisational {
	background-image:url(../_images/tiles/organisational.png);
}

ul.course.categories li.certificated {
	background-image:url(../_images/tiles/certificated.png);
}

* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	line-height:1.5;
	color:#444;
	/* background:#fff url(../_images/graphics/body-bg.gif) bottom left repeat-x;
	background-attachment:fixed; */
	background:#e0efe8 url(../_images/graphics/body-bg.gif) top left repeat-x;
	
}

#canvas {
	width:960px;
	margin:0 auto;
	background:#fff;
	padding:0 20px;
	border:1px solid #e5e5e5;
	border-top:none;
	overflow:auto;
	background:#fff url(../_images/graphics/wrapper-bg.gif) top center no-repeat;
}

/* #canvas:after {
        content:".";
        display:block;
        clear:both;
        height:0;
        visibility:hidden;
} */

/* headings, para, links */
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2.6em;
	margin-bottom:.5em;
	color:#444;
}

h2 {
	font-size:1.4em;
	margin-bottom:1em;
	padding-bottom:.3em;
	color:#528069;
	border-bottom:1px solid #dee6e2;
}

h3 {
	font-size:1.2em;
	margin-bottom:.5em;
}

#sidebar h3, #secondary-content h3 {
	border-top:3px solid #00842d;
	padding:8px;
	margin-bottom:10px;
	background:url(../_images/graphics/white-px.gif) top left repeat-x;
	background-color:#e5e5e5;
	font-size:1.1em;
	text-transform:uppercase;
}

p {
	font-size:1.2em;
	margin-bottom:1em;
}

a {
	color:#35729c;
}

a:hover {
	color:#528069;
}

#header {
	height:80px;
	margin-bottom:20px;
	padding:20px 0 0 0;
}

/* header logos */
#gex-logo img, #cps-logo img {
	border:none;
}

#gex-logo {
	width:422px;
	height:48px;
	float:left;
	margin:8px 0 0 20px;
}

#cps-logo {
	width:202px;
	height:55px;
	float:right;
	margin-right:23px;
}

#booking-enquiries {
	width:225px;
	float:right;
	margin-right:20px;
	color:#dce6e1;
}

#booking-enquiries a {
	color:#cc3;
}

#sidebar {
	width:225px;
	float:left;
}
#bs-logo {
	width:225px;
	margin-bottom:20px;
	font-size:9px;
	overflow:auto;
}
#bs-logo img {
	float:left;
	margin-right:20px;
	border:none;
}

/* navigation */
#nav {
	border-top:3px solid #00824d;
	list-style:none;
	font-size:1.1em;
	margin-bottom:20px;
}

#nav li {
	padding:6px 8px;
	margin-top:1px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#e5e5e5;
}

#nav li:hover, #nav li.hover {
	background-color:#f2f2f2;
	background:url(../_images/graphics/nav-highlight.png) top left no-repeat;
	background-position:-225px 0;
	padding-left:20px;
}

#nav li a {
	text-decoration:none;
	color:#444;
}

#nav li ul {
	list-style:none;
	margin-top:4px;
}

#nav li ul li {
	font-weight:normal;
	text-transform:none;
	padding:2px 0;
	background:none;
}

#nav li ul li:hover {
	background:none;
	padding:2px 0;
}

#nav li ul li a {
	text-decoration:underline;	
}

#nav a {
	color:#cc3;
}

/* highlight current section */
#nav li.selected a {
	color:#cccc33;
}

#nav li.loading a {
	color:#fff;
}

#nav li.selected {
	background:url(../_images/graphics/nav-highlight.png) top left no-repeat;
	padding-left:20px;
}

#nav li img.loading {
	/* display:inline-block; */
	/* float:right;
	vertical-align:middle;
	margin:auto 0; */
}

#content-wrapper {
	width:715px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}

#slideshow {
	border-top:3px solid #00824d;
	width:715px;
	height:210px;
	margin-bottom:20px;
	margin-top:1px;
	background-color:#fff;
	overflow:hidden;
}

#slideshow img {
	border:none;
}

#primary-content {
	border-top:3px solid #00824d;
	float:left;
	width:470px;
	overflow:auto;
}

/* 2 column layout */
#primary-content.wide {
	width:715px;
}

#primary-content ul {
	font-size:1.2em;
	margin:0 0 1em 10px;
	list-style:none;
}
#primary-content ul li {
	margin:0 0 .5em 0;
	padding-left:10px;
	background:url(../_images/icons/bullet.gif) 0 6px no-repeat;
}

#primary-content table {
	border:1px solid #e5e5e5;
	border-bottom:none;
	font-size:1.1em;
	margin-bottom:1em;
	width:100%;
}
#primary-content table thead {
	font-weight:bold;
	background-color:#e5e5e5;
}
#primary-content table td {
	border-bottom:1px solid #e5e5e5;	
	padding:6px;
	vertical-align:top;
}
#primary-content table td.time {
	background-color:#f9f9f9;
	border-right:1px solid #e5e5e5;
	font-weight:bold;
}
#primary-content table td ul {
	font-size:inherit;
	margin-top:.5em;
}
#primary-content table td ul li {
	margin-bottom:0;
}

#primary-content table td div.title {
	font-weight:bold;
}

#secondary-content {
	float:right;
	width:225px;
}
#secondary-content ul {
	font-size:1.2em;
	margin:0 0 1em 10px;
	list-style:none;
}
#secondary-content ul li {
	margin:0 0 .5em 0;
	padding-left:10px;
	background:url(../_images/icons/bullet.gif) 0 6px no-repeat;
}

/* forthcoming dates tabbed */
#course-date-tabs {
	height:400px;
	overflow:auto;
	margin-bottom:20px;
}
#course-date-tabs ul {
	list-style:none;
	font-size:1.1em;	
	background:url(../_images/graphics/date-tab-border.gif) bottom repeat-x;
	background-position:0 29px;
	overflow:auto;
	margin:0;
}
#course-date-tabs ul li {
	float:left;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	padding:6px 8px;
	margin:0;
	height:16px;
	background:none;
}

#course-date-tabs ul li:first-child {
	border-left:1px solid #e5e5e5;
}

#course-date-tabs .course-month {
	clear:both;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	padding:0;
	background-color:#fff;
}
#course-date-tabs .course-month p {
	font-size:1.1em;
	padding:5px 10px;
	margin:0;
	border-bottom:1px solid #e5e5e5;
}
#course-date-tabs .course-month p span {
	font-size:.8em;
	font-weight:bold;
	text-transform:uppercase;
	padding-right:10px;
}

/* class added with jquery */
#course-date-tabs .course-month p.row-highlight {
	background-color:#f2f2f2;
}

/* following classes are added to HTML by jquery */
#course-date-tabs .ui-tabs-hide {
	display:none;/* required for tabs to function */
}

#course-date-tabs .ui-state-default {
	background-color:#f2f2f2;
	border-bottom:1px solid #e5e5e5;
}

#course-date-tabs .ui-tabs-selected {
	background-color:#fff;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
#course-date-tabs .ui-tabs-selected a {
	outline:none;
}

/* footer */
#footer {
	width:960px;
	clear:both;
	margin:0 auto 20px auto;
	padding:20px;
	border:1px solid #e5e5e5;
	border-top:none;
	overflow:auto;
	background-color:#f2f2f2;
	color:#666;
}

.footer-column {
	width:306px;
	float:left;
	margin-right:20px;
}

#footer h6 {
	font-size:1.1em;
	text-transform:uppercase;
	margin-bottom:.5em;
	color:#aaa;
}

#footer p {
	font-size:1.1em;
}

#footer ul {
	font-size:1.1em;
	list-style:none;
}

#footer ul li {
	border-bottom:1px solid #e5e5e5;
}

#footer ul li a {
	display:block;
	padding:2px 0;
	color:#666;
	text-decoration:none;
}

#footer ul li a:hover {
	background-color:#e5e5e5;
	color:#35729c;
}

#cpd-logo img {
	border:none;
}

#cpd-logo {
	margin-right:0;
	text-align:center;
}

/* icons
Silk 1.3 by Mark James
http://www.famfamfam.com/lab/icons/silk/
*/
.icon {
	padding-left:20px;
}

.word {
	background:url(../_images/icons/page_white_word.png) center left no-repeat;
}

.pdf {
	background:url(../_images/icons/page_white_acrobat.png) center left no-repeat;
}

.date {
	background:url(../_images/icons/date.png) top left no-repeat;
	font-size:11px;
	text-transform:uppercase;
}

.top {
	background:url(../_images/icons/arrow_up.png) center left no-repeat;
	font-weight:bold;
}

.back {
	background:url(../_images/icons/arrow_left.png) center left no-repeat;
	font-weight:bold;
	margin-top:10px;
}

.info {
	background:url(../_images/icons/information.png) top left no-repeat;
	font-weight:bold;
}

.warning {
	background:url(../_images/icons/exclamation.png) top left no-repeat;
	color:#C33;
}

/* general images */
#secondary-content img {	
	border-top:3px solid #00842d;
	padding-top:1px;
	margin-bottom:1em;
}

/*#secondary-content #logos {
text-align:center;
margin:20px 0;
}

#secondary-content #logos img {
border:none;
}*/

/* logo gallery */
ul#logo-gallery {
	list-style:none;
	margin:0 0 1em 0;
	padding:0;
	width:100%;
}

ul#logo-gallery li {
	padding:15px 0;
	margin:0;
	height:30px;
	background:none;
}

ul#logo-gallery li a img {
	border:none;
}

/* information panel (accreditation page) */
.info-panel {
	padding-left:10px;
	border-left:3px solid #e5e5e5;
}

/* courses  */
.course-item {
	border:1px solid #e5e5e5;
	border-bottom:3px solid #e5e5e5;
	/* padding:10px; */
	margin:0 10px 10px 0;
	width:325px;
	/*height:auto;*/ /*was 430*/
	height:28em;
	padding:5px 10px;
	float:left;
	overflow:auto;
}

.course-item:hover {
	background-color:#f9f9f9;
}

.course-desc {
	font-size:1.4em;
	font-style:italic;
}

h1 span {
	display:block;
	font-size:.7em;
}

#related-courses p {
	font-size:1.1em;
}

#related-courses a {
	font-weight:bold;
}

/* course preview text */
#course-desc-preview {
	display:none;
	background-color:#fff;
	border:3px solid #e5e5e5;
	width:300px;
	padding:10px;
	margin-top:30px;
	margin-left:-150px;
}
#course-desc-preview p.course-desc {
	font-size:11px;
	margin-bottom:0;
	font-style:normal;
	font-weight:bold;
}

/* speakers */
#speakers-index {
	overflow:auto;
}

#speakers-index ul {
	overflow:auto;
	margin:0;
	padding:0;
}

#speakers-index ul li {
	margin:0 2px 2px 0;
	padding:2px;
	overflow:hidden;
	background:none;
	width:230px;
	height:82px;
	border:1px solid #e5e5e5;
	float:left;
}

#speakers-index ul li:hover {
	background-color:#f9f9f9;
}

#speakers-index ul li p {
	font-size:11px;
	float:left;
	width:140px;
	margin-bottom:0;
}

#speakers-index ul li p a {
	font-weight:bold;
}

#speakers-index ul li img {
	height:80px;
	width:80px;
	margin:0 5px 5px 0;
	border:1px solid #e5e5e5;
	float:left;
}

.speaker-bio img {
	float:right;
	margin:0 20px 20px 0
}

#mugshot {
	border-top:3px solid #00842d;
	padding-top:10px;
	text-align:center;
}

#mugshot img {
	border:none;
	padding:0;
}

#mugshot p {
	font-weight:bold;
}

/* resources */
#resources h2 {
	clear:both;
}

.resource-list {
	float:left;
	width:50%;
}

/* home sections */
#primary-content .sections div {
	width:225px;
	float:left;
	height:130px;
	margin-bottom:10px;
}

#primary-content .sections div.nextrow {
	margin-right:20px;
}

#primary-content .sections div p {
	font-size:11px;
}

/* alignments, adjustments & clearing */
.align-right {
	float:right;
} 

.align-left {
	float:left;
}

img.align-right {
	margin:20px;
}

.clear {
	clear:both;
}

/* general forms */
form {
	margin-bottom:1em;
	padding:10px;
	background-color:#f9f9f9;
	border:1px solid #e5e5e5;
}

form fieldset {
	border:none;
	margin-bottom:1em;
}

form input {
	font-size:1.2em;
}

form label {
	font-size:1.2em;
	margin:0 .5em 0 0;
	font-weight:bold;
}

.validation {
	display:none;
}

/* testimonials slideshow */
#testimonials {
	min-height:250px;
	width:225px;
	/* overflow:auto; a bad attempt to fix IE6 min-heigh issue */
	background:url(../_images/graphics/quotemark.gif) top left no-repeat;
}

#testimonials blockquote p.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.4em;
	margin-bottom:.5em;
	color:#00824d;
}

#testimonials blockquote p.quote-attribution {
	font-weight:bold;
	font-size:1.1em;
}

/* testimonials static */
#primary-content #testimonials {
	width:100%;
}

#primary-content #testimonials blockquote p.quote {
	padding-left:0;
}

#secondary-content #testimonials {
	min-height:0;
	height:auto;
	margin-bottom:20px;
}

table.units td {
	width:45%;
}

table.units td.first {
	border-right:1px solid #e5e5e5;
}

#secondary-content #logos img {
	border:none;
	margin:0;
}
