html { font-family: Arial, Helvetica, Tahoma, sans-serif; }  /* Change this to fit the site */ 
body { color: #000; margin: 0px; font-size: 62.5%; background: #fff;}
img { border: 0; }

/* --- These are used to markup required field asterisks --- */
abbr { border: 0; }

/* --- Levels out differences between browsers --- */
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.4em; }
form { margin: 0; padding: 0; }
input,select,textarea { font-size: 1.1em; }
p { font-size:1.2em; margin: 4px 0px 10px 0px; padding: 0px 0px 0px 0px; }
small { font-size: 1.1em; }
h2,h3,h4,h5,h6 { margin: 25px 0 0px 0px; }
h1 span, h2 span, h3 span { display: none; }
table, p,ul { font-size: 1.2em; }

/* --- Some useful tools/classes --- */
.border { border: 1px solid #000 !important; }
.clrb { clear: both; }
.clrb_thin { clear: both; line-height: 0px; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.hidden { visibility: hidden; }
.size10 { font-size: 1.0em; }
.size11 { font-size: 1.1em; }
.size12 { font-size: 1.2em; }
.size13 { font-size: 1.3em; }
.size14 { font-size: 1.4em; }
.none { display: none; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.red { color: #FF0000; }
.message { color: #FF0000; font-size: 1.3em; font-weight: bold; letter-spacing: -1px;}
.point { cursor: pointer; }
.no_marg { margin: 0!important; }

/* ---  Main link styles --- */
a:link, a:active, a:visited { 
	text-decoration: none; 
	font-weight: normal;
	color:#FF7700;
}
a:visited {
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
/* --- Error message ul --- */
.error_ul {
	margin: 5px 0 5px 0;
	padding: 0 0 4px 0;
	color: #FF0000; 
	font-size: 1.2em; 
	font-weight: bold; 
	letter-spacing: -1px;
	list-style: circle;
}
.error_ul li { margin: 0 0 0 25px; }

/* --- Basic site stuff --- */
form label {
	display: block;
	text-align: right;
}
/* --- Home build --- */ 
div#home_main_rail {
	margin-top:10px;
}

div#home_content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

a#home_logo {
	float:left;
	width:165px;
	height:165px;
}

div#home_left_col{
	width:172px;
	float:left;
}

div.home_right_col {
	width:768px;
	float:left;
}

.homepage_h1 {
	margin:0;
}

div#home_left_col p {
	padding:3px 5px 5px 3px;
}

.orange_arrow_bg {
	background:url(/images/arrow_home.png) top left no-repeat;
	padding-top:50px!important;
	margin-top:90px;
}

ul.yellow_arrow_bg {
	background:url(/images/yellow_arrow_home.png) bottom left no-repeat;
	padding:0 0 60px 0;
	margin:0;
	width:165px;
}

ul.yellow_arrow_bg li {
	padding-left:0;
	margin-left:15px;
}

#header_content {
	width:768px;
	float:left;
	background:url(/images/home_head_bg.jpg) top left no-repeat;
	height:149px;
}

.home_button_cols {
	float:left;
	width:147px;
	margin:0 8px 8px 0;
}

.home_left_button_col {
	float:left;
	width:147px;
	margin:0 8px 8px 0;
	background:url(/images/home_leftcol_bg.jpg) top left no-repeat;
}

.home_right_button_col {
	float:left;
	width:147px;
	margin:0 0 8px 0;
}

ul.clean {
	padding:0!important;
	margin:0!important;
	float:left;
	list-style:none;
}

ul.clean li {
	padding:0!important;
	margin:0!important;
	float:left;
	font-size:1em;
}

a.home_buttons, a.home_buttons:visited {
	display:block;
	width:137px;
	float:left;
	min-height:137px;
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
	padding:5px;
	text-transform:uppercase;
	margin:8px 0 0 0;
}

a.home_buttons:hover {
	color:#E83A00;
}


a.business_bt, a.business_bt:visited {
	background:url(/images/business.png) bottom right no-repeat #ffffff;
}
a.business_bt:hover {
	background:url(/images/business_on.png) bottom right no-repeat #ffffff;
}

a.construction_bt, a.construction_bt:visited {
	background:url(/images/construction.png) bottom right no-repeat #FFF9EA;
}
a.construction_bt:hover {
	background:url(/images/construction_on.png) bottom right no-repeat #FFF9EA;
}

a.creative_bt, a.creative_bt:visited {
	background:url(/images/creative.png) bottom right no-repeat #FFF5E8;
}
a.creative_bt:hover {
	background:url(/images/creative_on.png) bottom right no-repeat #FFF5E8;
}

a.engineering_bt, a.engineering_bt:visited {
	background:url(/images/engineering.png) bottom right no-repeat #FFF1DD;
}
a.engineering_bt:hover {
	background:url(/images/engineering_on.png) bottom right no-repeat #FFF1DD;
}

a.beauty_bt, a.beauty_bt:visited {
	background:url(/images/beauty.png) bottom right no-repeat #FFD18C;
	margin-top:163px;
}
a.beauty_bt:hover {
	background:url(/images/beauty_on.png) bottom right no-repeat #FFD18C;
}

a.hospitality_bt, a.hospitality_bt:visited {
	background:url(/images/hospitality.png) bottom right no-repeat #FFDBA4;
}
a.hospitality_bt:hover {
	background:url(/images/hospitality_on.png) bottom right no-repeat #FFDBA4;
}

a.computing_bt, a.computing_bt:visited {
	background:url(/images/computing.png) bottom left no-repeat #FFE3B9;
}
a.computing_bt:hover {
	background:url(/images/computing_on.png) bottom left no-repeat #FFE3B9;
}

a.environment_bt, a.environment_bt:visited {
	background:url(/images/environment.png) bottom right no-repeat #FFE8C4;
}
a.environment_bt:hover {
	background:url(/images/environment_on.png) bottom right no-repeat #FFE8C4;
}

a.manufacturing_bt, a.manufacturing_bt:visited {
	background:url(/images/manufacturing.png) bottom right no-repeat #FFEED5;
}
a.manufacturing_bt:hover {
	background:url(/images/manufacturing_on.png) bottom right no-repeat #FFEED5;
}

a.security_bt, a.security_bt:visited {
	background:url(/images/security.png) bottom right no-repeat #FFBE5E;
}
a.security_bt:hover {
	background:url(/images/security_on.png) bottom right no-repeat #FFBE5E;
}

a.retail_bt, a.retail_bt:visited {
	background:url(/images/retail.png) bottom right no-repeat #FFC875;
}
a.retail_bt:hover {
	background:url(/images/retail_on.png) bottom right no-repeat #FFC875;
}

a.health_bt, a.health_bt:visited {
	background:url(/images/health.png) bottom right no-repeat #FFB340;
}
a.health_bt:hover {
	background:url(/images/health_on.png) bottom right no-repeat #FFB340;
}

a.sport_bt, a.sport_bt:visited {
	background:url(/images/sport.png) bottom right no-repeat #FFA317;
}
a.sport_bt:hover {
	background:url(/images/sport_on.png) bottom right no-repeat #FFA317;
}

a.travel_bt, a.travel_bt:visited {
	background:url(/images/travel.png) bottom right no-repeat #FF9900;
}
a.travel_bt:hover {
	background:url(/images/travel_on.png) bottom right no-repeat #FF9900;
}


div#footer_content {
	display:none;
} 

.addthis_button_foot {
	float:right;
}

a.focusnewmedia_link, a.focusnewmedia_link:visited {
	display:block;
	float:right;
	margin:30px 0 0 0;
	font-size:1.1em;
	color:#666666;
}

ul.footer_nav {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

ul.footer_nav li {
	float:left;
	margin:0;
	padding:0 5px 2px 5px;
	border-right:1px solid #999999;
}

ul.footer_nav li.last {
	border-right:none;
}

ul.footer_nav li a, ul.footer_nav li a:visited {
	color:#666666;
}

/* --- Internal build ---*/

#internal_header_content {
	width:940px;
	margin:10px auto 5px auto;
	height:150px;
	background:url(/images/internal_header_bg.jpg) top right no-repeat;
}

#internal_content {
	width:940px;
	margin:0 auto 0 auto;
}

a#internal_logo {
	float:left;
	width:150px;
	height:150px;
}

#search_wrap {
	display:none;
}

#text_controls {
	display:none;
}


#left_int_col {
	display:none;
}

#breadcrumbs {
	display:none;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color:#FF7700;
}

#right_int_col {
	float:left;
	width:882px;
	padding-top: 5px;
	border-top:3px solid #9737A2;
}

#main_nav ul {
	list-style:none;
	margin:5px 0 5px 0;
	padding:0;
}

#main_nav ul li {
	margin:0 0 3px 0;
	padding:0;
}

#main_nav ul li a, #main_nav ul li a:visited {
	display:block;
	padding:8px;
	width:134px;
	color:#333333;
	text-transform:uppercase;

}

#main_nav ul li a:hover, #main_nav ul li a.nav_on {
	color:#ffffff;
	background-color:#9737A2;
}

.business_int {
	background:#ffffff;
}
.construction_int {
	background:#FFF9EA;
}
.creative_int {
	background:#FFF5E8;
}
.engineering_int {
	background:#FFF1DD;
}
.beauty_int {
	background:#FFEED5;
}
.hospitality_int {
	background:#FFE8C4;
}
.computing_int {
	background:#FFE3B9;
}
.environment_int {
	background:#FFDBA4;
}
.manufacturing_int {
	background:#FFD18C;
}
.security_int {
	background:#FFBE5E;
}
.retail_int {
	background:#FFC875;
}
.health_int {
	background:#FFB340;
}
.sport_int {
	background:#FFA317;
}
.travel_int {
	background:#FF9900;
}

#page_content_col h1 { 
	margin:5px 5px 10px 10px;
} 

#page_content_col h2, #page_content_col h3 {
	margin:25px 5px 10px 10px;
}

#page_content_col p {
	margin:5px 5px 10px 10px;
	line-height:1.3em;
}

#page_content_col table {
	width:537px;
	border:1px solid #999999;
	border-collapse:collapse;
	margin-bottom:10px;
}

#page_content_col table caption {
	background-color:#9737A2;
	width:537px;
	text-align:left;
	color:#ffffff;
	font-size:1.8em;
	padding:5px 5px 5px 10px;
	margin-top:10px;
}

#page_content_col table tr td, #page_content_col table tr th {
	padding:5px 5px 5px 10px;
	border-left:1px solid #dddddd;
	text-align:left;
	width:50%;
}

#page_content_col table tr.alternate_tr {
	background-color:#e9e9e9;
}

.foot_notes {
	font-size:1.1em;
	margin-top:0!important;
}

/* Right signposts */

#page_content_col, #nontable_content_col {
	float:left;
	width:652px;
	margin-bottom:15px;
}

#signpost_col {
	float:left;
	width:228px;
}

.black_box_head {
	float:right;
	width:213px;
	background-color:#333333;
	padding:5px 5px 5px 10px;
	color:#ffffff;
	font-weight:normal!important;
	margin:5px 0 0 0;
	font-size:1.3em;
}

.dark_grey_box_head {
	float:right;
	width:213px;
	background-color:#666666;
	padding:5px 5px 5px 10px;
	color:#ffffff;
	font-weight:normal!important;
	margin:5px 0 0 0;
	font-size:1.3em;
}

.light_grey_box_head {
	float:right;
	width:213px;
	background-color:#999999;
	padding:5px 5px 5px 10px;
	color:#ffffff;
	font-weight:normal!important;
	margin:5px 0 0 0;
	font-size:1.3em;
}

.grey_box_wrap {
	float:right;
	width:211px;
	padding:5px 10px 5px 5px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-bottom:5px;
	font-size:1.2em;
}

.grey_box_wrap p, .grey_box_wrap ul {
	margin:0;
	padding:0;
	font-size:1.2em;
}

.grey_box {
	float:right;
	width:216px;
	padding:5px 5px 5px 5px;
	border:1px solid #999999;
	margin:5px 0 5px 0;
}

#signpost_col ul li {
	padding-left:12px;
	margin-left:12px;
	background:url(/images/purple_arrow.png) 0 0.35em no-repeat;
	list-style:none;
	margin-bottom: 0.5em;
	font-size:0.9em;
}

ul.orange_list_arrows li {
	background:url(/images/orange_arrow.png) 0 0.35em no-repeat!important;
}

#signpost_col ul li a, #signpost_col ul li a:visited {
	color:#9737A2;
	text-decoration:underline;
}

ul.orange_list_arrows li a, ul.orange_list_arrows li a:visited {
	color:#FF7700!important;
}

.col_pie_charts {
	float:left;
	width:50%;
	margin:20px 0 20px 0;
}

.col_pie_charts ul {
	list-style:none;
	padding:0;
	margin:0;
}

.col_pie_charts ul li {
	font-size:1.2em;
	font-weight:normal;
}

.percentages {
	font-size:1em;
	font-weight:bold;
	color:#9737A2;
}

