@charset "UTF-8";

/* Page Styles */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#page-wrapper {
	position: absolute;
	width: 100%;
	min-height: 100%;
	display: block;
}
/* Header */

#header {
	height: 123px;
	width: 100%;
	background: url('images/header-gradient-background.png') repeat-x;
	border-bottom: 4px solid #CC6600;
}

#header-container {
	width: 950px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 20px;
	display: block;
	position: relative;
}

#header-logo {
	height: 45px;
	width: 245px;
	background: url('images/header-logo.png') no-repeat bottom center transparent;
	padding: 20px 0px 0px 2px;
}

/* Main Menu */

#main-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	position: absolute;
	bottom: 0px;
}

#main-menu li {
	float: left;
	margin: 0px 2px;
	background-color: #333333;
}

#main-menu li.current, #main-menu li:hover {
		background: url('images/main-menu-background-hover.png') repeat-x;
		border: 0px;
}

#main-menu li a {
	display: block;
	padding: 7px 15px 7px 15px;
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
}

/* T&C Menu */

#tc-menu-left {
	background: url('images/tc-menu-left.png') no-repeat;
	height: 38px;
	width: 15px;
	float: right;
}

#tc-menu-background {
	background: url('images/tc-menu-background.png') repeat-x;
	height: 38px;
	float: right;	
}

#tc-menu-right {
	background: url('images/tc-menu-right.png') no-repeat;
	height: 38px;
	width: 15px;
	float: right;
}

#tc-menu {
	list-style: none;
	padding: 8px 1px 0px 1px;
	margin: 0px 0px 0px 0px;
}

#tc-menu li, #tc-menu li a {
	display: inline;
	color: #000000;
	text-decoration: none;
}

.seperator {
	padding: 8px 3px 0px 3px;
}

#tc-menu li a:hover {
	color: #FF6600;
}

/* Body */

#body-container {
	background: url('images/body-background-gradient.png') repeat-x;
	width: 100%;
	min-width: 990px;
}

#body-left-top, #body-right-top {
	min-height: 204px;
	width: 9px;
	background: url('images/body-shadow-left-top.png') no-repeat;
	float: left;	
}

#body-right-top {
	background: url('images/body-shadow-right-top.png') no-repeat;	
	float: right;
}

#body-main-left {
	width: 962px;
	background: #FFFFFF url('images/body-shadow-left.png') repeat-y left;
	margin: 0px auto;
	padding: 0px;
}

#body-main-right {
	width: 946px;
	background: #FFFFFF url('images/body-shadow-right.png') repeat-y right;
	margin: 0px 0px 0px auto;
	padding: 0px;
}

#body-content {
	width: 935px;
	margin: 0px auto;
	padding: 0px;
}

#body-content-container{
	float: left;
	width: 615px;
	padding: 16px 0px 16px 16px;
	font-size: 14px;
}

#body-bottom {
	width: 962px;
	height: 24px;
	margin: 0px auto 70px auto;
	clear: both;
}

#body-bottom-shadow {
	background: url('images/body-shadow-bottom.png') repeat-x;
	height: 24px;
	width: 916px;
	margin: 0px auto 0px auto;
	float: left;
}

#body-bottom-left, #body-bottom-right {
	width: 23px;
	height: 24px;
	background: url('images/body-shadow-bottom-left.png');
	float: left;
}

#body-bottom-right {
	background: url('images/body-shadow-bottom-right.png');
	float: right;
}

#body-clear, .span-clear {
	clear: both;
	width: 100%;
	height: 0px;
}

/* Side Bar */

#sidebar-container {
	width: 260px;
	margin: 20px 20px 7px 20px;
	float: right;
}

#sidebar-top {
	background: #3B3B3B url('images/sidebar-top-background.png') repeat-x;
	width: 100%;
}

#sidebar-top-container {
	padding: 16px 16px 16px 16px;
	color: #FFFFFF;
}

#sidebar-top-left, #sidebar-top-right, #sidebar-middle-left, #sidebar-middle-right, #sidebar-bottom-left, #sidebar-bottom-right {
	background: url('images/sidebar-top-left.png') no-repeat;
	height: 16px;
	width: 16px;
	float: left;
}

#sidebar-top-right {
	background: url('images/sidebar-top-right.png') no-repeat;
	float: right;
}

#sidebar-middle-container, #sidebar-bottom-edge-container {
	height: 16px;
}

#sidebar-middle-left {
	background: url('images/sidebar-middle-left.png') no-repeat;
}

#sidebar-middle-right {
	background: url('images/sidebar-middle-right.png') no-repeat;
}

#sidebar-transition {
	background: #5085BB;
	width: 228px;
	height: 16px;
	float: left;
}

#sidebar-bottom {
	background: #356AA0 url('images/sidebar-bottom-background.png') repeat-x;
	width: 100%;
}

#sidebar-bottom-container {
	padding: 0px 16px;
	color: #FFFFFF;
}

#sidebar-bottom-left {
	background: url('images/sidebar-bottom-left.png') no-repeat;
}

#sidebar-bottom-right {
	background: url('images/sidebar-bottom-right.png') no-repeat;
	float: right;
}

/* Side Bar Menu */

#sidebar-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidebar-menu li {
	border: 2px solid #FFFFFF;
	margin: 0px 0px 4px 0px;
	background: #3F4C6B;
}

#sidebar-menu li:hover, #sidebar-menu li.current {
	background: #85B2D3 url('images/sidebar-menu-hover.png') repeat-x;
}

#sidebar-menu li a, #sidebar-menu li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	display: block;
	border-bottom: none;
}

#sidebar-menu li a {
	padding: 5px 0px 5px 10px;
}

.sidebar-menu-title {
	height: 68px;
	width: 140px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float: right;
}

/* Footer */

#footer {
	height: 47px;
	width: 100%;
	background: url('images/footer-gradient-background.png') repeat-x;
	border-top: 4px solid #CC6600;
	min-width: 962px;
	position: absolute;
	bottom: 0px;
	display: block;
	clear: both;	
}

#footer-body-div {
	float: left;
	padding: 14px 0px 0px 14px;
}

#footer-body a {
	text-decoration: none;
}

#footer-body a:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #FF6600;
}

/* Standards Menu */

#standards-menu {
	list-style: none;
	padding: 14px 14px 0px 0px;
	margin: 0px;
	float: right;
}

#standards-menu li {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.standards-seperator {
	padding: 0px 3px 0px 0px;
}

#standards-menu li a {
	color: #FFFFFF;
	text-decoration: none;
}

#standards-menu li a:hover {
	color: #FF6600;
}

/* Universal Text Styles */

h4 {
	color: #999999;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 12px;
}

.logo-alasdair, .logo-alasdair-grey, .logo-thomason {
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.logo-alasdair-grey {
	color: #555555;
}

.logo-thomason {
	color: #FF6600;
}

h3 {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #FF9933;
}

a:hover {
	border-bottom: 2px solid #FF9933;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 25px;
}
