.container {
	width: 1000px;
}

.header {
	background-image: none;
}

.header, .header_grad {
	height: 313px;
}

.header .sidebarContainer {
	height: 145px;
}

#header_shadow {
	height: 150px;
}

.header_border {
	height: 144px;
}

.header_custom {
	height: 134px;
}

.header_custom {
	background: url(images/editable_images/header1.jpg) center no-repeat;
}

.header .sidebarContainer {
	float: right;
}

#header_shadow {
	margin: 0 280px 0 0;
}

.subHeader {
	background: url(images/bg_subheader.png) repeat-x;
}

.content_bg .sidebarContainer {
	float: right;
}

.content_bg .contentContainer {
	margin: 0 240px 0 0;
}

.bottomContainer {
	background: url(images/bg_subheader.png) repeat-x;
}

body {
	font-size: 75%;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}


		/* @goup Colours (general) */
body {
	color: #666666;
	background: #FFFFFF;
}

/*global links*/
a:link, a:visited, code {
	color: #EF9000;
}

a:hover, a:active {
	color: #80B500;
}

/*headings and accents*/
h1, h2, h3, h4, h5, h6,
sub, sup, s {
	color: #444444;
}

/*pre and form fields*/
pre, .form-input-field {
	background: #FFFFFF;
	color: #333333;
}

/*global borders*/
.bottomContainer,
.blog-entry,
#blog-categories,
#blog-archives,
ul.blog-tag-cloud,
#blog-rss-feeds,
.filesharing-item-description,
.filesharing-item-title,
.form-input-field,
pre,
.thumbnail-frame img,
.photo-frame,
.movie-thumbnail-frame img,
.movie-frame object {
	border-color: #660099;
}

/* @end */

/* @group Colours (header) */

.header {
	background-color: #003399;
}
/*site title*/
.title_block .title {
	color: #FFFFFF;
}

/*site slogan*/
.title_block .slogan {
	color: #D2FC6F;
}

.header .sidebarContainer a:link, .header a:visited, .header code {
	color: #99FF00;
}

.header .sidebarContainer a:hover, .header .sidebarContainer a:active {
	color: #D2FB6F;
}

/*.header headings and accents*/
.header .sidebarContainer h1,
.header .sidebarContainer h2,
.header .sidebarContainer h3,
.header .sidebarContainer h4,
.header .sidebarContainer h5,
.header .sidebarContainer h6,
.header .sidebarContainer sub,
.header .sidebarContainer sup,
.header .sidebarContainer s {
	color: #FFEEC5;
}

/*sidebar in the header*/
.header .sidebarContainer .title {
	color: #FFEEC7;
}

.header .sidebarContainer .content {
	color: #FFEEC6;
}

#header_shadow .sb-shadow {
	background: #000000;
}

.header_border {
	background-color: #FFFFFF;
}

/* @end */

/* @goup Colours (Sub-header) */

.subHeader {
	background-color: #FF9900;
	color: #000033;
}

/*Sub-header links*/
.subHeader a:link, .subHeader a:visited, .subHeader code {
	color: #F3FE00;
}

.subHeader a:hover, .subHeader a:active {
	color: #FFE022;
}

/*Sub-header headings and accents*/
.subHeader h1,
.subHeader h2,
.subHeader h3,
.subHeader h4,
.subHeader h5,
.subHeader h6,
.subHeader sub,
.subHeader sup,
.subHeader s {
	color: #FFFFFF;
}

/* @end */

/* @goup Colours (Sub-footer) */

.bottomContainer {
	background-color: #003399;
	color: #FFEEC5;
}

/*Sub-header links*/
.bottomContainer a:link, .bottomContainer a:visited, .bottomContainer code {
	color: #ADFD00;
}

.bottomContainer a:hover, .bottomContainer a:active {
	color: #D2FB6F;
}

/*Sub-header headings and accents*/
.bottomContainer h1,
.bottomContainer h2,
.bottomContainer h3,
.bottomContainer h4,
.bottomContainer h5,
.bottomContainer h6,
.bottomContainer sub,
.bottomContainer sup,
.bottomContainer s {
	color: #FFEEC4;
}

/* @end */

/* @group Colors (top nav) */
#toolbar_horizontal ul li.current a:link,
#toolbar_horizontal ul li.current a:visited {
	color: #FF9900;
}

#toolbar_horizontal ul li a:hover,
#toolbar_horizontal ul li a:active {
	color: #ADFD00;
}

#toolbar_horizontal ul li.currentAncestor a:link,
#toolbar_horizontal ul li.currentAncestor a:visited {
	color: #80B500;
}

#toolbar_horizontal ul li.currentAncestor a:hover,
#toolbar_horizontal ul li.currentAncestor a:active {
	color: #ACFC02;
}

#toolbar_horizontal ul li.normal a:link,
#toolbar_horizontal ul li.normal a:visited {
	color: #FFEEC3;
}

#toolbar_horizontal ul li.normal a:hover,
#toolbar_horizontal ul li.normal a:active {
	color: #ADFD00;
}

/* @end */

/* @group Colors (side nav) */
#toolbar_vertical .currentAncestor a:link,
#toolbar_vertical .currentAncestor a:visited {
	color: #547700;
}

#toolbar_vertical .currentAncestor a:hover,
#toolbar_vertical .currentAncestor a:active {
	color: #7EB400;
}

#toolbar_vertical .current a:link,
#toolbar_vertical .current a:visited {
	color: #FF9900;
}

#toolbar_vertical .current a:hover,
#toolbar_vertical .current a:active {
	color: #EE8E00;
}

#toolbar_vertical .normal a:link,
#toolbar_vertical .normal a:visited {
	color: #003399;
}

#toolbar_vertical .normal a:hover,
#toolbar_vertical .normal a:active {
	color: #660099;
}

#toolbar_vertical ul ul li a {
	border-color: #FF9900;
}

/* @end */


		