/* COLOURS AND VARIABLES
---------------------------------------------------------- 

	define colours here for reference
	

---------------------------------------------------------- 
*/



/* Layout
---------------------------------------------------------- */
body {
	background: url('../images/main-bg.gif') repeat-y center top;
}
#BgContainer {
	text-align: center;
	background: url('../images/shadow-bg.gif') no-repeat center top;
}
#Container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	clear: both;
}


/* Generic
---------------------------------------------------------- */
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
a:focus {
	outline: none !important;
}
a.file {
	padding-left: 20px;
	background: url('../images/icons/icon_generic.gif') no-repeat 0 3px;
}
a.readMore {
	font-size: 0.9em;
}




/* Header
---------------------------------------------------------- */
#Header {
	height: 55px;
	padding-left: 10px;
}
#MainBanner {
	float: left;
	width: 200px;
	height: 720px;
	padding-top: 3em;
}

#SearchForm_SearchForm {
	float: right;
	width: 220px;
	text-align: right;
	padding-top: 5px;
}
#Search {
	float: left;
}
#SearchForm_SearchForm_Search {
	width: 120px;
	height: 14px;
}
#SearchForm_SearchForm_action_results {
	float: left;
	margin-left: -1px;
}


/* Menu1
---------------------------------------------------------- */
#Menu1 {
	height: 30px;
	overflow: hidden;
	clear: both;
}
#Menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Menu1 ul li {
	float: left;
}
#Menu1 ul li a {
	display: block;
	float: left;
	letter-spacing: -0.03em;
	font-weight: 200;
	text-decoration: none;
	padding-left: 10px;
	color: #2d3a85;
}
#Menu1 ul li a:hover {
	background: #e7e7e7;
}
#Menu1 ul li a.section {
	background: #dfdfdf;
	color: #2d3a85;
}
#Menu1 ul li a span {
	display: block;
	float: left;
	padding-right: 10px;
	cursor: pointer;
} 
	#Menu1 ul li ul {
		position: absolute;
		width: 150px;
		border: 1px solid #e7e7e7;
		margin-top: 21px;
		display: none;
		background: white;
	}
	#Menu1 ul li ul li {
		float: none;
	}
	#Menu1 ul li ul li a {
		float: none;
	}


/* SideBar
---------------------------------------------------------- */
#SideBar {
	width: 150px;
	float: right;
	padding-top: 4em;
	background: white;
	padding-left: 20px;
	padding-bottom: 20px;
}

#Social {
	
}
#Social ul {
	list-style: none;
}
#Social .twitter {
	padding-top: 23px;
	background: url('../images/twitter-logo.gif') no-repeat top left;
}

#SideBar h3 {
	margin-bottom: 0.25em;
	font-size: 1.25em;
	margin-top: 1.25em;
}
#SideBar ul {
	margin: 0;
}


/* Menu2
---------------------------------------------------------- */
#Menu2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Menu2 li {
	margin: 0;
	padding: 0;
}
#Menu2 li a {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	display: block;
}
#Menu2 li a:hover {
	background: #e7e7e7;
}
#Menu2 li.section a {
	background: #dfdfdf;
	color: #2d3a85;
}
#Menu2 li a span {
	
}


/* Content
---------------------------------------------------------- */
#Layout {
	width: 740px;
	float: right;
}
#Content {
	width: 570px;
	float: left;
	padding-top: 1em;
}


/* Headings...
---------------------------------------------------------- */
h1.hiddenHeading {
	text-indent: -9999px;
	width: 400px;
}
table tr {
	padding: 0.5em 0 1em 0;
	background: url('../images/blue-dot.gif') repeat-x bottom left;
	color: #436689;
}
table h6 {
	color: #CC0000;
	padding-top: 1em;
}


/* Media Content
---------------------------------------------------------- */
.typography h4.mediaReleaseHeading {
	border-top: 1px solid #436689;
	padding-top: 0.5em;
	margin-top: 1.5em;
	margin-bottom: 0;
}
.mediaContent {
	display: none;
}
.openLink {
	padding-left: 15px;
	background: url('../images/arrow-right.gif') no-repeat 0 6px;
	display: block;
}
.openLink.down {
	background: url('../images/arrow-down.gif') no-repeat 0 6px;
}



/* Video & Audio Content
---------------------------------------------------------- */
.typography ul.mediaLinks {
	margin: 1em 0;
	padding: 0.5em 1.5em;
	background: #e7e7e7;
}
.typography ul.mediaLinks li a:hover {
	text-decoration: underline;
}
li.videoLink, li.audioLink, li.pdfLink, li.pptLink, li.docLink {
	padding-left: 22px;
	list-style: none;
	background: url('../images/icons/icon_film.gif') no-repeat 0 2px;
	font-weight: bold;
}
li.audioLink {
	background: url('../images/icons/icon_audio.gif') no-repeat 0 2px;
}
li.pdfLink {
	background: url('../images/icons/icon_pdf.gif') no-repeat 0 2px;
}
li.pptLink {
	background: url('../images/icons/icon_ppt.gif') no-repeat 0 2px;
}
li.docLink {
	background: url('../images/icons/icon_doc.gif') no-repeat 0 2px;
}

/* Search Results
---------------------------------------------------------- */
#SearchResults {
	list-style: none;
	margin: 0;
}
.typography h4.searchResultHeader {
	border-top: 1px solid #436689;
	padding-top: 0.5em;
	margin-top: 1.5em;
	margin-bottom: 0;
}

/* Photo Gallery
---------------------------------------------------------- */


#PhotoGallery {

}
.photoContainer {
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #e7e7e7;
	float: left;
}
a.photoPreview {
	cursor: url(mysite/images/magnify.cur), url(../images/magnify.cur),default;
}
.photoPreviewButton,
.photoDownloadButton {
	width: 49px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/icons/magnifier.gif) no-repeat top left;
	display: block;
	float: left;
}
.photoDownloadButton {
	background: url(../images/icons/download.gif) no-repeat top right;
}


#Footer {
	font-size: 0.9em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#Footer a {
	font-weight: bold;
}