/* Screen Stylesheet
-----------------------------------------------------------------------------
version:   1.0
date:      19/12/2009
author:    Chris Beale
website:   http://www.criterionit.co.uk
*/

/* Basic Elements
-----------------------------------------------------------------------------*/

body {
	background: #fff url("/img/background-body.jpg") repeat-x;
	color: #000;
	font: 100% Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content {
	padding: 20px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#clear, .clear {
	clear: both;
	margin: 0;
}

/* Typography
-----------------------------------------------------------------------------*/

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1, .h1 {
	color: #003366;
	font-size: 20pt;
	margin: 0 0 3px 0;
	max-width: 430px;
	overflow: hidden;
	padding: 0 0 3px 0;
}

h2, .h2 {color: #003366;}

#container h2 {
	font-size: 20pt;
	margin: 0 0 3px 0;
	max-width: 330px;
	overflow: hidden;
	padding: 0 0 3px 0;
}

h3, .h3 {color: #000;}

h4, .h4, .h6 {color: #003366;}

.h4 {font-size: 90%;}

.h5 {font-size: 85%;}

.h6 {
	font-size: 70%;
	font-style: italic;
}

h3#contact-tel {
	background: url("/img/contact-tel.png") center right no-repeat;
	color: #003366;
	font-size: 150%;
	padding: 0 40px 0 0;
	margin: 0;
}

h3#contact-email {
	background: url("/img/contact-email.png") center right no-repeat;
	font-size: 150%;
	padding: 0 40px 0 0;
	margin: 0;
}
h3#contact-email, h3#contact-email a, h3#contact-email a:visited, h3#contact-email a:hover {color: #66ccff;}

#navigation h3 {
	color: #999;
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}

#container h3, .h3 {
	color: #999;
	font-size: 125%;
	margin: 0 0 25px 0;
}

.bodyText h5 {
	color: #333;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
}

p {text-align: left;}

#container p, #container ul {
	color: #333;
	font-size: 80%
}

#container ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0 0 0 0px;
}

#container li {
	background-image: url("/img/indent.png");
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: 0;
	padding-left: 20px;	
}

a, a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#brand a, #brand a:visited, #brand a:hover,
#contact a, #contact a:visited, #contact a:hover,
#partners a, #partners a:visited, #partners a:hover,
#nav a, #nav a:visited, #nav a:hover {text-decoration: none;}

#nav a {color: #003366;}

.readon {
	background: url("/img/indent2.png") top left no-repeat;
	background-repeat: no-repeat;
	background-position: 0 .2em;
	color: #003366;
	display: block;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
	
}

.readon a, .readon a:visited, .download a, .download a:visited {
	color: #003366;
	text-decoration: none;
}

.readon a:hover, .download a:hover {
	color: #000;
	text-decoration: none;
}

.download {
	background: url("/img/indent3.png") top left no-repeat;
	background-repeat: no-repeat;
	background-position: 0 .2em;
	color: #003366;
	display: block;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
}

.highlighted {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}

.small {display: none;
	color: #666;
	font-size: 80%;
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	margin: 0;
	min-width: 960px;
	padding: 0;
	width: 100%;
}

#brand {
	float: left;
	width: 400px;	
}

#contact {
	margin: 0;
	padding: 0 40px 0 0;
	text-align: right;
}

/* Content
-----------------------------------------------------------------------------*/

#container {
	margin: 0;
	min-width: 875px;
	padding: 30px 40px 0 45px;
}

#ads {
	border: 0;
	float: right;
	margin-top: 70px;
	text-align: right;
	width: 160px;
}

#adsb {
	border: 0;
	float: right;
	text-align: right;
	width: 160px;
}

#adsc {
	border: 0;
	float: right;
	margin-top: 35px;
	text-align: right;
	width: 160px;
}

#newsletterSignup {
	background: url("/img/background-newssignup.jpg") top left no-repeat;
	font-size: 12px;
	height: 190px;
	margin: 0 0 10px 0;
	padding: 10px 5px 10px 8px;
	width: 145px;
}

#newsButton {
	left: -30px;
	position: relative;
}

#newsletterSignup input {
	max-width: 130px;
}
/*
.newsItem {
	font-size: 80%;
	max-width: 345px;
	padding: 0;
}

.newsItemFull {
	font-size: 80%;
	padding: 0;
}
*/
#container table, #colLeft, #colRight {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

#main{
	margin: 0 180px 0 0;	
}

#colLeft, #colRight {
	padding: 0 20px 0 0;
}

#colLeft {min-width: 380px;}

#colLeft img, #colRight img {max-width: 380px;}

#mainsubmenu {padding: 0 180px 0 200px;}

.pullquote {
	float: right;
	margin: 20px;
}

td .bodyText {padding-right: 30px;}

#contactTable {
	font-size: 80%;
	width: 100%;
}

.portfolio {
	text-align: left;
	width: 99%;
}

.portfolio-box{
	float: left;
	margin: 0 5px 15px 0;
	text-align: center;
}

.portfolio-pic {
	background: url("/img/portfolio/background.jpg") top left no-repeat/*#ccc*/;
	height: 120px;
	margin: 0 2px 7px 0;
	padding: 10px;
	text-align: center;
	width: 120px;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	background: #fff url("/img/background-footer.jpg") bottom repeat-x;
	margin: 0;
	min-height: 130px;
	min-width: 960px;
	padding: 0;
	position: absolute;  /* Needed for Safari */
	width: 100%;
}

#seperator {margin: 0 55px 0 65px;}

#seperatorline {
	min-width: 840px;
	width: 100%;
}

#footnotes {
	font-size: 75%;
	padding: 20px 20px 0 65px;
}

#footnotes img {
	left: 2px;
	position: relative;
	top: 4px;
}

#partners {
	clear: both;
	float: left;
	padding: 15px 0 0 65px;
	width: 585px;
}

#slogan {
	float: right;
	margin: 0 40px 0 0 ;
	padding: 0;
	position: relative;
	bottom: -30px;
}

/* Navigation
-----------------------------------------------------------------------------*/

#search {
	border: 0;
	float: right;
	margin: 0 40px 0 0;
	padding: 0;
}

#search input {border: 1px #ccc solid;}

.searchInput {
	height: 16px;
	position: relative;
	top:-5px;	
}

.searchButton{
	height: 18px;
	margin-left: 16px;
}

#submenu {
	background: url("/img/background-submenu.jpg") top left no-repeat;
	float: left;
	margin: 0;
	min-height: 300px;
	padding: 35px 8px 10px 10px;
	width: 180px;
}

#submenu ul {
	margin: 0;
	padding: 0;
}

#navigation {clear: both;}
	
#nav {
	background: url("/img/background-nav.png") bottom left no-repeat;
	font-size: 85%;
	margin: 40px 0 0 0;
	min-height: 30px;
	padding: 0;
}

#navmenu ul {
	background: url("/img/dot.png") center left no-repeat;
	margin: 0 0 0 42px;
	padding: 0;
}

#navmenu li {
	background: url("/img/dot.png") center right no-repeat;
	display: inline;
	list-style-type: none;
	padding: 0 25px 0 20px;
}

/* Font-Sizer
-----------------------------------------------------------------------------*/

#fontsizer {float: left;}

.fsizer a {
	border: 1px dotted #ccc;
	color: #5761a0;
	cursor: pointer;
	display: block;
	float: left;
	letter-spacing: 0;
	line-height: 100%;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
.fsizer a:hover {
	background: #ebebeb;
	text-decoration: none;
}
.fsizer a#fs_sml {font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med {font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg {font-size: 16px; height: 18px; padding-top: 2px; }
.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; }