/* colour theme - news = orange */

#header {
	background-image: url("/_/chrome/logo_green.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

a {
	color: #52ad37;
}

a:hover {
	color: #52ad37;
}


/* news stuff */


.eventContainer {
	position: relative;
	z-index: 1;
	float: right;
	width: 728px;
	padding-right: 13px;
	margin-top: 4px;
}

.event {
	width: 482px;
}

.eventContainer p {
	line-height: 1.1em;
	margin-bottom: 13px;
	padding-right: 14px;
}

.eventContainer p.quote {
	padding-right: 40px;
	color: #52ad37;
}

.eventContainer div img.default {
	display: none;
}

.eventContainer div h2 {
	line-height: 1;
	font-size: 2.4em;
	letter-spacing: -2px;
	padding: 266px 12px 4px 6px;
	height: 90px;
	color: #52ad37;
}

.eventContainer div {
	padding-bottom: 10px;
	margin-bottom: 10px;
}



/* news nav */

#eventNav {
	float: right;
	padding: 4px;
	width: 228px;
	min-height: 1000px;
}

#eventNav #articleHeader {
	margin-top: 3px;
	height: 20px;
	background-image: url("/_/chrome/forthcoming_events.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#eventNav .eventLink {
	border-bottom: 1px solid #454545;
	margin: 10px 0px 5px 0px;
}

#eventNav .eventLinkUrl a {
	color: #ffffff;
	text-decoration: underline;
}

#eventNav .eventLinkUrl a:hover {
	color: #52ad37;
}

#eventNav p.eventDate {
	font-size: 0.8em;
}

#eventNav .eventLinkText {
	padding: 0px;
}

#eventNav .eventImg {
	width: 226px;
	height: 100px;
	overflow: hidden;
}


#eventNav img {
	margin-left: 1px;
}

#eventNav h2 {
	display: none;
}

#eventNav p, #eventNav h3 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#eventNav p {
	font-size: 0.9em;
}

#eventNav a {
	text-decoration: none;
}

#eventNav a:hover {
	text-decoration: underline;
}

#eventNav a h3 {
	color: #52ad37;
}

#eventNav h3 {
	font-size: 1em;
}

#eventNav img {
	border: none;
}

/* news sub nav */

#eventSubNav {
	position: relative;
	z-index: 10;
	margin-top: 40px;
	padding: 10px 0px 0px 13px;
	width: 200px;
}

#eventSubNav #navHeader {
	margin: 3px 0px 3px 0px;
	height: 20px;
	background-image: url("/_/chrome/recent_events.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#eventSubNav h2 {
	display: none;
}

#eventSubNav p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}


#eventSubNav p.eventDate {
	font-size: 0.8em;
}


.eventSubLink {
	margin-top: 8px;
}

/* archive news */

.archiveContainer {
	float: right;
	width: 728px;
	padding-right: 13px;
	margin-top: 4px;
	padding-bottom: 200px;
}

.archiveContainer h2 {
	display: none;
}

.archiveHeading {
	margin-top: 5px;
	height: 35px;
	background-image: url("/_/chrome/event_archive.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.archiveEvent {
	width: 482px;
	margin: 15px 0px 5px 0px;
	height: 104px;
}

.archiveEvent .eventLinkText {
	padding-left: 4px;
}


.archiveEvent img {
	float: left;
	margin-right: 4px;
}


.archiveEvent p, .archiveEvent h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}


.archiveEvent p {
	margin: 4px 0px 4px 0px;
	font-size: 0.9em;
}


.archiveEvent a {
	text-decoration: none;
}


.archiveEvent a:hover {
	text-decoration: underline;
}




.cmsContainer {
	width: 728px
}

.cmsContainer h1, .cmsContainer h2 {
	color: #52ad37;
}

.cmsContainer .eventStory  {
	clear: left;
	margin: 50px 0px 50px 0px;
}

.cmsContainer .eventStory img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.cmsContainer .eventStory h2, .cmsContainer .eventStory p {
	margin-left: 110px;
}

.cmsContainer .eventStory h2 {
	color: #52ad37;
}

.cmsContainer textarea {
	height: 400px;
}

.imageSelector .iconBox {
	width: 120px;
	height: 120px;
}





* html .archiveContainer h2 {
	font-size: 2em;
	color: #52ad37; 	
	margin: 10px 0px 20px 0px;
	display: block;
}


* html .archiveHeading {
	background-image: none;
}


