/*---------------------------------------------------------------------------------

CREATOR DETAILS

Author: Matt Davies & Dan Clarke
Company: Attitude Design Ltd
Web Address: www.attitudedesign.co.uk
Date: June 09

---------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:130%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:120%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:2em 0 0.3em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin: 0 0 0 20px;
	padding:0 0 5px 6px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	padding: 0 0 5px 6px;
	margin: 0 0 0 20px;
}
ul dl {
	margin: 0 0 0 20px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
	line-height: 1.3em;
	color: #808080;
}

a:link		{ color: #00ADEE; text-decoration: none;}
a:visited	{ color: #00ADEE; text-decoration: none;}
a:hover		{ color: #C8DB14; text-decoration: none;}
a:active	{ color: #00ADEE; text-decoration: none;}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: 'Trebuchet MS', Verdana, Arial, Lucida Grande, Helvetica, sans-serif;
    background-color: #FFF;
	min-height: 600px;
}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.page_width {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 910px;
/*	width: 80%; change this value to make this a liquid layout.*/
}

.large {
	font-size: 135%;
}

.endlink {
	margin: 0;
	padding: 0;
}

.hr {
	width: 100%;
	float: left;
	display: block;
	height: 1px;
	padding: 1px 0 1px 0;
	margin: 5px 0;
	background:transparent url(../images/bg_message_h1.gif) no-repeat scroll left bottom;
}

.noformat_anchor a:hover {
	color: #00ADEE; text-decoration: none;
}
/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/



/*--Header--*/
#header_container {
	background: url('../images/bg_header.gif') #0A9DED bottom left repeat-x;
	float: left;
	width: 100%;
	border-top:5px solid #C9DB13;
	padding: 0 0 5px 0;
}
.logocontainer {
	padding-top:19px;
	padding-bottom:5px;
	float:left;
	width: 40%;
}
.schoollink {
	padding-top:10px;
	float:right;
	width: 40%;
	color:#FFFFFF;
	font-size:8pt;
	font-family: Verdana;
	text-align:right;
}
.schoollink img {
	margin: 0 0 0 10px;
	float: right;
}

.calluscontainer {
	padding-top:19px;
	padding-bottom:5px;
	float:right;
	width: 40%;
	
}

.calluscontainer img {
	float:right;
}



/*--Navigation--*/
#navigation_container {
	background:URL('../images/bg_nav.gif') left top;
	background-repeat:repeat-x;
	width: 100%;
	float:left;
	padding-top:2px;
	padding-bottom:10px;
}
#navigation_container ul {
	float:left;
	margin:0px;
	padding:1px 4px 0px 0px;
	width:600px;
}
#navigation_container ul li {
	float:left;
	background: url('../images/navright.gif') right top no-repeat;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 3px;
	display: block;
}
#navigation_container ul li a {
	background: url('../images/navleft.gif') left top  no-repeat ;
	padding: 10px 10px 15px 10px;
	margin-bottom:1px;
	font-size: 120%;
	color:#FFFFFF;
	float:left;
	display: block;
}
#navigation_container ul li a:hover {
	color:#004e6b;
}
.selectedlink {
	 margin:0px !important ;
	 border-bottom:10px solid #FFFFFF !important ;
	 padding-bottom:10px !important;
	 color: #0b9ced !important;
	 background:URL('../images/navleft_w.gif') left top  no-repeat  !important;
}
.selectedli {
	background:URL('../images/navright_w.gif') right top no-repeat #FFFFFF !important;
	padding-bottom:0px !important ;
}
.logged_container {
	float:right;
	padding-top:10px;
	color:#FFFFFF;
}




/*--Sub navigation Area --*/
#subnavigation_container ul {
	margin:0 0px 0px 0px;
	padding:0px 0px 10px 5px;
	background: URL('../images/bg_message_h1.gif') bottom right no-repeat;
	float:left;
}
#subnavigation_container li {
	list-style-type:none;
	float:left;
	font-weight:bold;
	font-size:130%;
	color: #01ADED;
	margin: 0;
	padding: 0 4px 0 0;
}
#subnavigation_container a, #subnavigation_container a:link, #subnavigation_container a:visited{
	color: #01ADED;
	font-weight:bold;
	float:left;
	padding: 0 4px 0 0;
}
#subnavigation_container a:hover{
	color: #C8DB14;
}

.selectedsublink {
	color: #C8DB14 !important;
}



/*--Messager Area--*/
#messagearea_container {
	float:left;
	margin: 0 auto;
	width:100%;
}

#messagearea_container img{
	float:right;
}

.message_header {
	background:URL('../images/large_arrow.gif') 0px 5px no-repeat ;
	margin-top:30px;
	padding-left:50px;
	width: 500px;
	float: left;
}
/*
.message_header h2.keymessage1{
	
	float:left;
	margin:0;
	padding:0;
	text-indent:-10000px;
	width:318px;
	height:47px;
}
*/
#message_header_worksmarter {
	background:URL('../images/tkm_worksmarter.png') 0px 0px no-repeat ;
	float:left;
	margin:0;
	padding:0;
	text-indent:-10000px;
	width:318px;
	height:47px;
	
}

.message_header img{
	float: right;
}
.message_header p{
	color: #b8b8b8;
	font-size: 140%;
	padding:0;
	margin: 0;
	float: left;
}
#messagearea_container a, #messagearea_container a:link, #messagearea_container a:visited {
	display:block;
	color: #01ADED;
	text-decoration:none;
	float:left;
	padding:10px;
	padding-left:0px;
	font-size: 130%;
	font-weight:bold;
}
#messagearea_container a:hover {
	text-decoration:underline;
	color: #C8DB14;
}



/*--Page Body--*/
#page_container {
	background:URL('../images/bg_page.gif') repeat-x top left;
	float:left;
	color:#6b6b6b;
	padding-top:30px;
	width: 100%;
}



/*--Page Body Content--*/
#page_content_container {
	float: left;
	width: 660px;
	padding: 0 0 30px 0;
}
#page_content_container img {
	margin: 20px;
}
#page_content_container img.centered{ /* Give this class to images to be centered*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#page_content_container img.left{ /* Give this class to images floating left*/
	float: left;
	margin: 20px 20px 20px 0;
}
#page_content_container img.right{ /* Give this class to images floating right*/
	float: right;
	margin: 20px 0 20px 20px;
}
#page_content_container h1 {
	padding:0px;margin:0px;
	margin-top:20px;
	padding-bottom:10px;
	margin-bottom:5px;
	display:block;
	font-size:200%;
	color:#525252;
	font-weight:normal;
	background: URL('../images/bg_message_h1.gif') bottom left no-repeat;
}
#page_content_container a {
	text-decoration: underline;
}
#page_content_container table {
	border: #FFF solid 2px;
	float: left;
	margin: 20px 0 20px 0;
}
#page_content_container table img{
	padding: 0;
	margin: 0;
}
#page_content_container table.wide{
	width: 100%;
}
#page_content_container table tr{
	border: none;
	padding: 0;
	margin: 0;
}
#page_content_container table td{
	border: none;
	border-right: #FFF solid 2px;
	padding: 5px 10px;
	margin: 0;
}
#page_content_container table th{
	border: none;
	border-right: #FFF solid 2px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #FFF;
	background: #00ADEE;
}
#page_content_container table th{
	padding: 15px 5px 5px 10px;
	font-size: 120%;
	border-bottom: #FFF solid 1px;
}

#page_content_container table .header_row th{
	padding: 25px 10px 10px 10px;
	font-size: 120%;
}

#page_content_container table .table_blue_row {
	background: #E8F8FD;
}
#page_content_container table th.table_header_top_left {
	background:URL('../images/table_corner_left.gif') top left no-repeat #00ADEE;
}
#page_content_container table th.table_header_top_right {
	background:URL('../images/table_corner_right.gif') top right no-repeat #00ADEE;
}
#page_content_container table th.table_header_bottom_left {
	background:URL('../images/table_corner_botleft.gif') bottom left no-repeat #00ADEE;
}

ol{
	color: #AFB711;
}
ol li span{
	color: #808080;
}
ul.arrow_list {
	padding: 0;
	margin: 10px 0;
}
ul.arrow_list li{
	list-style-type: none;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	padding: 0 0 5px 25px;
	margin: 0 0 0 15px;
}
ul.tick_list {
	padding: 0;
	margin: 10px 0;
}
ul.tick_list li{
	list-style-type: none;
	background-image: url('../images/tick.gif');
	background-repeat: no-repeat;
	padding: 0 0 5px 25px;
	margin: 0 0 0 15px;
}




/*--Page Body Sidebar--*/
#sidebar_container {
	float: right;
	width: 219px;
	margin: 0 0 0 20px;
}

#sidebar_container h2{
	padding: 0;
	margin: 0;
	color: #808080;
	font-size: 180%;
	font-weight: normal;
}

.sidebar_lightbluebox {
	background:URL('../images/lightblue_bottom.gif') bottom left no-repeat #e8f8fe;
	margin: 10px 0 10px;
}
.sidebar_lightbluebox_container {
	background:URL('../images/lightblue_top.gif') top left no-repeat !important;
	padding: 10px;
}
.sidebar_lightbluebox_container img{
	padding: 0;
	margin:0 0 0 5px;
	float: right;
}
.sidebar_lightbluebox ul, .sidebar_darkbluebox ul {
	float:left;
}
.sidebar_darkbluebox {
	background:URL('../images/darkblue_bottom.gif') bottom left no-repeat #00adef;
	margin: 10px 0 10px;
}
.sidebar_darkbluebox_container {
	background:URL('../images/darkblue_top.gif') top left no-repeat !important;
	padding: 10px;
}
#sidebar_container .sidebar_darkbluebox_container p, #sidebar_container .sidebar_darkbluebox_container a, #sidebar_container .sidebar_darkbluebox_container h2{
	color: #FFF;
}
#sidebar_container .sidebar_darkbluebox_container a:hover {
	color:#C8DB14;
}
.sidebar_darkbluebox_container h2.sidebar_keymessage1{
	background:URL('../images/side_keymessage1.gif') 0px 0px no-repeat;
	float:left;
	margin:0;
	padding:0;
	text-indent:-10000px;
	width:198px;
	height:34px;
}


/*--Call to action Area--*/
#cta_area {
	background:URL('../images/cta_area_top.gif') top left no-repeat;
	float: left;
	width: 100%;
	display: block;
}
#cta_area_container {
	background:URL('../images/cta_area_bottom.gif') bottom left no-repeat;
	float: left;
	display: block;
	width: 100%;
}
#cta_area_container .half_left {
	float: left;
	width: 47%;
	padding: 1%;
}
#cta_area_container .half_right { 
	float: right;
	width: 47%;
	padding: 1%;
}
/*
#cta_area_container h4.ctamessage{
	color: #FFF;
	background:transparent URL('../images/keymessage3.gif') no-repeat scroll 0 0;
	float:left;
	height:53px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	width:255px;
}
*/
#ctamessage_products {
	color: #FFF;
	background:transparent URL('../images/looking_for_something.png') no-repeat scroll 0 0;
	float:left;
	height:53px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	width:420px;
}

#ctamessage_services {
	color: #FFF;
	background:transparent URL('../images/great_idea.png') no-repeat scroll 0 0;
	float:left;
	height:53px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	width:420px;
}

#cta_area_container a{
	color: #FFF;
}
#cta_area_container a:hover{
	color: #C8DB14;
}

/*--Footer Area--*/

#footer_container {
	background:transparent url('../images/bg_page.gif') repeat-x scroll left top;
	color:#6B6B6B;
	float:left;
	padding: 40px 0 80px 0;
	width: 100%;
	margin: 20px 0 0 0;
}

.half_left {
	float: left;
	width: 49%;
}

.half_right { 
	float: right;
	width: 49%;
}

#footer_container .half_right img{
	float: right;
}

#footer_container .half_left p{
	padding: 0;
	margin: 0;
}

#footer_container .half_right p{
	float: left;
	padding: 0;
	margin: 0;
}

.copyright p {
	margin-bottom: -2px;
	text-align: center;
	color:#00ADEE;
	font-size: 75%;
}

