@charset "UTF-8";

@import url(reset.css);
@import url(structure.css);
@import url(colour.css);
@import url(typography.css);


/*-------------------------------------
IMAGES
-------------------------------------*/
.main_content img {
	margin: 0 0 10px 0;
}

/*-------------------------------------
FORM
-------------------------------------*/
.main_content form {
	margin: 0 0 0.92em 0;
}
.main_content form p {
	margin: 0;
	padding: 4px 0;
	clear: both;
	height: 1%;
}
.main_content form p.required {
	color:#009ad9;
}
.main_content form p label {
	float: left;
	width: 150px;
}
.main_content form p input,
.main_content form p textarea {
	width: 270px;
	border: 1px solid #c3c3c3;
	color:#666;
	padding:5px;
}
.main_content form p select {
	width: 280px;
	border: 1px solid #c3c3c3;
	color:#666;
	padding:5px;
}
.main_content form p.checkbox {
	background: #E6E6E6;
	padding: 4px;
}
.main_content form p.checkbox label {
	float: none;
	width: auto;
}
.main_content form p.checkbox input {
	width: auto;
	margin: 0 5px 0 0;
	border: none;
}
.main_content form p.radio-group span {
	float: right;
	display: block;
	width: 280px;
	padding: 2px 0;
}
.main_content form p.radio-group label {
	float: none;
	width: auto;
	padding:0 3px 0 3px;
}
.main_content form p.radio-group input {
	width: auto;
	border: none;
}

.main_content form p.radio-group span.label {
	float: left;
	width: 150px;
	font-weight: normal;
	padding: 0;
}
.main_content form p.radio-group strong {
}
.main_content form p.submit {
	padding: 4px 0;
	border-top: 1px solid #EEE;
}
.main_content form p.submit input {
	width: auto;
	border: none;
}


/*-------------------------------------
LIST PAGE
-------------------------------------*/
.main_content .article {
	padding: 10px 0;
	background: url(../img/list/article_hd_top-bg.gif) 0 0 no-repeat;
	
}
.main_content .article h2 {
	padding: 0 10px 10px 10px;
	background:url(../img/list/article_hd_btm-bg.gif) 0 100% no-repeat;
}

.main_content .main_content .article h2 {
	font-size: 1em;
}
.main_content .article h2 span {
	padding: 0 0 0 20px;
	background:url(../img/list/article_hd-arrow.gif) 0 50% no-repeat;
}

.main_content .article .description {
	padding: 0 10px 0 0; 
}


.main_content .article img.thumb {
	float: left;
	border: 3px solid #dee5ea;
	margin: 0 15px 5px 0;
}

.main_content img.border {
	border:1px solid #ccc; margin:5px;
}


/*-------------------------------------
LIST PAGE THUMBS
-------------------------------------*/
.main_content .article_thumbs {
	padding: 10px 0; float:left; margin-right:10px; height:260px; border:1px solid #fff;
	background: url(../img/list/article_hd_top-bg.gif) 0 0 no-repeat;
	margin-top:15px;
}
.main_content .article_thumbs h2 {
	padding: 0 10px 10px 10px; width:190px;
	background:url(../img/list/article_hd_btm-bg-thumbs.gif) 0 100% no-repeat;
}

.main_content .article_thumbs h2 span {
	padding: 0 0 0 0px; font-size:.75em; 
	/*background:url(../img/list/article_hd-arrow.gif) 0 50% no-repeat;*/ 
}
.main_content .article_thumbs .description {
	width:190px; 
}
.main_content .article_thumbs img.thumb {
	float: left;
	border: 3px solid #dee5ea;
	margin: 0 15px 15px 0;
}

.main_content .article_thumbs p.more {
	float:left; width:190px;  padding-top:5px; margin:0px;
	
}


/*-------------------------------------
EVENTS PAGE
-------------------------------------*/
.events .main_content {
	width: 695px;
	padding: 0 25px 0 0;
}
.events .utilities {
	float: right;
	width: 160px;
	padding-right: 10px;
}
.events_list {
	background: url(../img/events/events_mid-bg.gif) 0 0 repeat-y;
}
.main_content .events_list h2 {
	height: 52px;
	margin: 0;
	background: url(../img/events/events_hd.gif) 0 0 no-repeat;
}
.main_content .events_list h2 span {
	display: none;
}
.events_list .events_list_content {
	background: url(../img/events/events_btm-bg.gif) 0 100% no-repeat;
	padding: 0 20px 20px 20px;
}
.events_list .event {
	height: 1%;
	padding: 10px 0;
	background: url(../img/shared/dot_grey-bg.gif) 0 100% repeat-x;
}
.events_list .event .detail {
}
.events_list .event h3 {
	font-size: 1em;
	color: #1d9ae1;
	margin: 0 0 0.73em 0;
}
.events_list .event ul {
	margin-left: 0;
}
.events_list .event li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
	color: #6d6d6d;
}
.events_list .event li strong {
	color: #1d9ae1;
}
.events_list .event p {
	font-size: 0.93em;
}
.events_list .event img.thumb {
	float: left;
	border: 3px solid #dee5ea;
	margin: 0 15px 15px 0;
}
.events_list .event .description {
	float: left;
	width: 430px;
	padding-right: 20px;
	min-height:60px;
}
.events_list .event .links {
	margin: 0;
}
.events_list .event .links li {
	list-style: none;
	list-style-image: none;
	display: block;
	margin: 0;
	padding: 0;
}

/*-------------------------------------
HOME PAGE
-------------------------------------*/
#content.home .outer {/*structure*/
	background-image: url(../img/home/content_mid-bg.gif);
}
#content.home .banner {
	height: 248px;
}
#content.home .content {
	padding: 18px 25px 5px 25px;
}
#content.home .bottom {
	background-image:url(../img/home/content_btm-bg.gif);
}
#content.home .content .right_column {/*right column*/
	float: right;
	width: 341px;
}
#content.home .content .left_column {/*left column*/
	float: left;
	width: 535px;
}
#content.home .content .left_column .main_content {
	float: none;
	width: auto;
	padding: 20px 0 0 0;
}

#content.home .content .main_content h1 {/*welcome header*/
	height: 15px;
	background:url(../img/home/welcome-hd.gif) 0 0 no-repeat;
	margin: 0 0 20px 0;
}
#content.home .content .main_content h1 span {
	display: none;
}

#content.home .content .main_content .feature {/*accordion*/
	padding: 10px 0 0 0;
	display: block;
	height: 1%;
	background: url(../img/home/accordion_title_top-bg.gif) 0 0 no-repeat;
}
#content.home .content .main_content .feature h2 {
	font-size: 1em;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	cursor: pointer;
	background: url(../img/home/accordion_title_btm-bg.gif) 0 100% no-repeat;	
}
#content.home .content .main_content .feature h2 span {
	display: block;
	padding: 0 30px;
	background:url(../img/shared/arrow_circle_blu-bul.gif) 10px 50% no-repeat;
}
#content.home .content .main_content .feature h2.active span {
	background:url(../img/home/arrow_circle-active.gif) 10px 50% no-repeat;	
	cursor: default;
}
#content.home .content .main_content .feature .feature_content {
	padding: 5px 10px 15px 10px;
}
#content.home .content .main_content .feature .feature_content img {
	float: left;
	margin: 0 10px 10px 0;
}

.accordion {
min-height: 700px;
}

#content.home .right_column .box {/*right column panels*/
	background-image:url(../img/home/box_btm-bg.gif);
}
#content.home .right_column .box h2 a {
	display: block;
	height: 50px;
	background-image: url(../img/home/box-hd.gif);
	background-repeat: no-repeat;
}
#content.home .right_column #upcoming_events h2 a {
	background-position: 0 0;
}
#content.home .right_column #media_centre h2 a {
	background-position: 0 -50px;
}
#content.home .right_column #media_centre h3 {
	color: #4a8804;
}
#content.home .right_column #media_centre .box_content a {
	color: #4a8804;
}
#content.home .right_column .box .box_content {
	background: none;
}
#content.home .content .right_column .box img {
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #dee5ea;	
}
#content.home .content .right_column #subscribe {/*subscribe reset*/
	height: 99px;
}
#content.home .content .right_column #subscribe .box {
	background: none;
}
#content.home .content .right_column #subscribe img {
	float: none;
	margin: 0;
	border: none;
}

#loggedIn {/*logged in reset*/
	width:198px;
	background:url(../img/shared/logged-in-bg-next.jpg) 0 0 no-repeat;
	padding:12px 20px 20px 20px;
}
#loggedInBase {
	height: 14px;
	width:238px;
	background:url(../img/shared/logged-in-bg-base-next.jpg) 0 0 no-repeat;
	margin-bottom:10px;
}
#loggedIn h1 {
	margin:0 0 2px;	
}
#loggedIn p {
	font-size:11px;
	margin-bottom:5px;
	margin-top:10px;
}

#loggedIn p.last {
	margin-bottom:20px;
	background-image:url(../img/shared/logged-in-bg-dots.gif); background-repeat:repeat-x; background-position:bottom; 
	padding-bottom:10px;
}
#loggedIn a {
	color:#6d6d6d;
}
#loggedIn a:hover {
	text-decoration:none;
}

#loggedInHome {/*logged in home*/
	width:298px;
	background-image:url(../img/shared/logged-in-bg-body.jpg);
	padding:12px 20px 20px 20px;
	margin-top:20px; border:0px;
}
#loggedInHomeBase {
	height: 14px;
	width:338px;
	background:url(../img/shared/logged-in-bg-base-home.gif) 0 0 no-repeat; background-position:top;
	margin-bottom:10px;
}
#loggedInHome h1 {
	margin:0 0 2px;	
}
#loggedInHome p {
	font-size:11px;
	margin-bottom:5px;
	margin-top:10px; 
}

#loggedInHome p.last {
	margin-bottom:8px;
	background-image:url(../img/shared/logged-in-bg-dots.gif); background-repeat:repeat-x; background-position:bottom; 
	padding-bottom:10px;
}
#loggedInHome a {
	color:#6d6d6d;
}
#loggedInHome a:hover {
	text-decoration:none;
}

.eventDetail  {/*Event Details Page*/
	margin-bottom:10px;
	border-top:1px solid #ededed;
}
.eventDetail td {
	padding:10px;
	border-bottom:1px solid #ededed;
}
.eventDetail td.last {
	border-bottom:0px;
}

.eventDetail td.label {
	color:#009cdb;
	width:120px;
}

.cart  {/*Cart*/
	margin-bottom:10px;
	border:1px solid #ededed;
}
.cart td {
	padding:4px;
	border-bottom:1px solid #ededed;
}

.cart th {
	padding:4px;
	background-color:#d7e7f1;
	vertical-align:top; font-weight:100;
	color:#009cdb;
	
}

.cart td.label {
	color:#009cdb;
	width:70px;
}


.popupContainer {/*Attendee Popup*/
	padding:20px;
}

.attendeePopup  {
	margin-bottom:10px;
}

.attendeePopup td {
	padding:6px;
	border-bottom:1px solid #ededed;
}

.attendeePopup input   {
	font-size:11px; color:#666; padding:3px; width:200px;
}


.attendeePopup th {
	padding:4px 4px 4px 10px; height:25px;
	background-color:#d7e7f1;
	font-weight:100;
	color:#009cdb;
	
}

.modalBackground 
{ 
background-color:Gray; 
filter:alpha(opacity=70); 
opacity:0.7; 
} 



/* Print window */
BODY.printme {background-image:none;
			background-color:#FFFFFF; text-align:left; padding-left:15px; padding-top:25px; font-family:Arial, Helvetica, sans-serif;}
BODY.printme img {
	padding:15px 0 15px 0;
	}
	
BODY.printme h1 {
	font-size:14px; color:#000; margin:10px 0 10px 0;
	}
	
BODY.printme h2 {
	font-size:12px; color:#000; margin:10px 0 10px 0;
	}
	
table.printme {
	margin-top:10px;	
}
table.printme td {color:#000000; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding-bottom:10px;}
table.printme li {font-size:12px; margin-left:20px;}
table.printme p {color:#000000; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin-bottom:5px;}
table.printme a {color:#000; font-family:Arial, Helvetica, sans-serif;}
table.printme p.printmePageTitle {font-size:18px; color:#000; margin-bottom: 20px;}

/* Sitemap */

.sitemaplevel1 { margin:10px 0 10px 0;}
.sitemaplevel2 { padding-left:15px; background-image :url(../img/shared/arrow_circle_blue-bul.gif); background-repeat:no-repeat;}

/* Search Results */

.publication { 
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}

.publication img { 
	margin-top:5px;
}

.publication h2 { 
	margin-bottom:5px;
}

#cylinder {
	height:30px; text-align:center;
	
}



