/* colour theme - news = orange */

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

a {
	color: #e4bb00;
}

a:hover {
	color: #e4bb00;
}


/* news stuff */


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

.newsStory {
	width: 482px;
}

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

.newsContainer p.quote {
	padding-right: 40px;
	color: #ffdd00;
}

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

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

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



/* news nav */

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

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

#newsNav .newsImageLink {
	border-bottom: 1px solid #454545;
	margin: 15px 0px 5px 0px;
	height: 104px;
}

#newsNav .newsLink {
	border-bottom: 1px solid #454545;
	margin: 15px 0px 0px 0px;
	padding-bottom: 0px;
}

#newsNav .newsLinkText {
	padding-left: 4px;
}

#newsNav img {
	float: left;
	margin-right: 4px;
}

#newsNav h2 {
	display: none;
}

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

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

#newsNav a {
	text-decoration: none;
}

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

#newsNav a h3 {
	color: #e4bb00;
}

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

#newsNav img {
	border: none;
}

/* news sub nav */

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

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

#newsSubNav h2 {
	display: none;
}

.newsSubLink {
	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/news_archive.png");
	background-position: top left;
	background-repeat: no-repeat;
}



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

.archiveNewsStory .newsLinkText {
	padding-left: 4px;
}

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

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

.archiveNewsStory p {
	margin-top: 10px;
	font-size: 0.9em;
}

.archiveNewsStory a {
	text-decoration: none;
}

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

.cmsContainer {
	width: 728px
}

.cmsContainer h1, .cmsContainer h2 {
	color: #ffdd00; 	
}

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

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

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

.cmsContainer .newsStory h2 {
	color: #ffdd00; 	
}

.cmsContainer textarea {
	height: 400px;
}

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

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

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


