html,body {
	padding:0;
	height:100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:small;
	color:#666666;
	background-color: #F8F8F8;
	background-image: url(../images/graph/body_bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	margin: 0;
}

html a:active { outline:none; }

:focus {-moz-outline-style: none;}

a img { border: none; }

/* @group Container */

.clear {
	clear: both;
}

#content {
	padding: 20px;
}

/* Main container */
#container {
	position:relative;
	width:800px;
	height:auto !important;
	height:100%;
	min-height:100%;
	background-color: #FAF9F8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#content_left {
	background-color: #FFFFFF;
	width: 430px;
	float: left;
	padding: 30px;
	border: 1px solid #E5E5E5;
	margin: 0 20px 20px 0;
	min-height: 350px;
}

.content_right {
	background-color: #FFFFFF;
	padding: 30px;
	float: left;
	width: 185px;
	border: 1px solid #E5E5E5;
	margin: 0 0 20px;
}

#content_wide {
	background-color: #FFFFFF;
	width: 697px;
	float: left;
	padding: 30px;
	border: 1px solid #E5E5E5;
	margin: 0 0 20px;
	min-height: 350px;
}

#content_left, .content_right, #content_wide{
	background: #FFFFFF url(../images/graph/frame_bg.gif) repeat-x;
} 

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/main/header-bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #FFF;
}

/*#header p {
	float: right;
	background: #FFFFFF url(../images/graph/frame_bg.gif) repeat-x;
	border: 1px solid #E5E5E5;
	margin: 10px;
	padding: 12px 30px;
	width: 185px;
	font-size: 12px;
	text-align: center;
}*/

#header p {
	float: right;
	margin-top: 37px;
	width: 400px;
	font-size: 21px;
	text-align: left;
}

#logo {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 10px;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0;
	border-top: 1px solid #FFFFFF;
}

#Address {
	background-color: #FFF;
	margin-top: 20px;
	padding: 30px 50px;
	text-align: center;
	font-size: 12px;
	text-align: center;
}

#Address ul { margin-bottom: 12px; }

#Address ul li { list-style: none; display: inline; padding: 0 12px; }

#Breadcrumbs { border: 1px solid #CCC; padding: 3px 20px; margin: 0 0 12px 0; }

#Breadcrumbs p { line-height: 20px; margin: 0; padding: 0; }

/* @end */

/* @group Text */

/* Main heading */
h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0 10px;
}

/* Secondary heading */
h2 {
	font-size: 18px;
	border-top: 1px dotted #CCCCCC;
	margin: 0 0 10px;
	padding: 20px 0 0;
}

/* Heading for right column */
h3 {
	font-size: 18px;
	margin: 0 0 15px;
}

/* Colours for heading and links */
h1, .content_right h3 { color: #666; }

h2, h3, a {
	color:#3366FF; 
}

h1, h2, h3 { clear: both; }

p { 
	line-height:1.5; 
	margin: 0 0 10px;
}

#footer p {
	padding:2em;
	margin:0;
}

table { border-collapse: collapse; }

table th{
	font-weight: bold;
	background: #3366FF;
	color: #FFF;
	padding: 5px;
	border: 1px solid #ccc;
}

table td {
	padding: 5px;
	border: 1px solid #ccc;
}

dd { margin-top: 6px; }

dt { padding-left: 15px; }

blockquote { margin-left: 15px; padding: 5px; border-left: 1px solid #ccc; }

fieldset {
	padding: 30px;
}

div.field { margin-bottom: 12px; }

fieldset ul { list-style: none; }

/* @end */

/* @group Navigation */

li {
	text-indent: 0px;
	list-style-type: square;
	padding: 0px;
	margin: 1px 0px 5px;
}

ul {
	text-indent: 0px;
	padding: 0px;
	margin: 1px 0px 0px 15px;
}

#navcontainer {
	margin-top: 15px;
	margin-left: 20px;
	position: relative;
	z-index: 500;
	height: 30px;
}

/* General Menu*/
#navlist { position: absolute; z-index: 500; }
#navlist, #navlist ul, #navlist li { list-style: none; }
#navlist, #navlist * { padding: 0; margin: 0; }

/* Head links */
#navlist li.headlink { width: 151px; float: left; margin-left: -1px; border: 1px solid #E5E5E5; background-color: #e9e9e9; text-align: center; }
#navlist li.headlink a { display: block; padding: 5px; }

/* Child lists and links */
#navlist li.headlink ul { display: none; border: 1px solid #E5E5E5; text-align: left; }
#navlist li.headlink:hover ul { display: block; }
#navlist li.headlink ul li a { line-height: 14px; height: 14px; }
#navlist li.headlink ul li a:hover { background-color: #656565; color: #FFF; }

/* Pretty styling */
#navlist a { color: #656565; font-weight: bold; font-size: 13px; } #navlist li a:hover, #navlist ul li a:hover { text-decoration: none; color: #3366FF; }
#navlist ul a { font-weight: bold; font-size: 11px; }
#navlist li.headlink { background: transparent url(../images/graph/frame_bg.gif) repeat-x; }
#navlist li.headlink ul { background: #E5E5E5; padding-bottom: 10px; }

#navlist li.current a, #navlist li.section a { color: #3366FF; }
#navlist li.current ul li a, #navlist li.section ul li a { color: #656565; }

/* Submenu */

#Menu2 a { color: #656565; }

#Menu2 a:hover { text-decoration: none; color: #3366FF; }

#Menu2 li.current a { color: #3366FF; }

#Menu2 li.current ul li a { color: #656565; }

#Menu2 li.current ul li a:hover { color: #3366FF; }

#Menu2 em { font-style: normal; }

.levela { font-weight: bold; }

ul.sub li { list-style: none; }

ul.sub li ul { margin: 0; padding: 0; }

ul.sub li ul li { list-style: disc; }



/* @end */

/* @group Objects */

.main_img {
	margin: 20px 20px 0;
}

/* @end */

/* @group A */

a:link, a:active, a:visited { 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.1em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}


/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position: relative;
	overflow: hidden;	 	
	width: 758px;	
	height: 189px;
	margin: 20px 20px 10px 20px;	
	
	
	/* custom decorations */
	padding: 0;	
	border: 1px solid #ccc;
	background-color: #e9e9e9;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width: 20000em;	
	position: absolute;
	clear: both;		
	
	/* decoration */
	padding: 16px 0 0 0;
}

/* single scrollable item */
div.scrollable div.items div {
	float: left;
	
	/* custom decoration */
	text-align: center;
	width: 230px;
	height: 153px;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #ddd;
	margin-right: 0px;
	margin-left: 16px;
}

/* active item */
div.scrollable div.items div.active {
	border: 1px solid #3366FF;		
	background-color: #fff;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
	margin-bottom: 1em;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
		margin-right: 20px;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
.typography a img { border: 2px solid #CCC; }

.typography a:hover img { border: 2px solid #3366FF; }
	
/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	font-size: 1em;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

.Actions { padding-left: 30px; }

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
	font-size: 1em;
}

label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
	width: 105px;
}
	input#Search_Form_SearchForm_Search {
		width: 110px;
		padding: 3px;
		margin-left: -4px;
		font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}

.brochures { margin: 16px 0; padding: .5em 1em; background-color: #F8F8F8; clear: both; }

/* CHECKBOX 
---------------------------------------- */
form ul.optionset li{
	list-style:none !important;
	margin:0;
	padding:0;
	display: block;
	clear: both;
	position: relative;
	height: 24px;
}

.typography form ul.optionset label{
	margin: 0;
	position: absolute;
	top: -3px;
	left: 20px;
}

.message { background-color: #FFFFCC; padding: 3px; }

/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}
	.typography a.noicon { padding: 0; background: none; }