@charset "utf-8";
/* CSS Document */

/* colours*/

/* end colours*/

* {
	font-family: Verdana, Geneva, sans-serif;
}
.ballast {
	visibility:hidden;
	clear:both;
	width:0px;
	height:0px;
	overflow:hidden;
}
.Hidden {
	display: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
body {
	background-color: #666666;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Wrapper {
	background-color: #CCCCCC;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#Logo {
	margin-top: 22px;
	margin-left: 18px;
	float: left;
}

/* Top Nav */
#TopNav {
	float: left;
	height: 30px;
	width: 762px;
	background-image: url(../media/top_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 18px;
}
#Menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Menu li {
	float: left;
}
#Menu a {
	font-size: 11px;
	padding-top: 9px;
	padding-right: 30px;
	display: block;
	text-decoration: none;
}
#Menu a:hover {
	text-decoration: underline;
}
.aboutus {
	color: #F03;
}
.print {
	color: #09C;
}
.digital {
	color: #603;
}
.support {
	color: #F60;
}
/*  End Top Nav */

/* Login Menu */
#LoginNav {
	text-align: right;
	float: right;
	width: 200px;
	clear: none;
	padding-right: 17px;
	padding-top: 20px;
}
#LoginMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#LoginMenu a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
}
#LoginMenu a:hover {
	text-decoration: underline;
}
/* End Login Menu */

/* Side Menu */
#LeftNav {
	float: left;
	width: 200px;
}
#LeftMenu {
	margin: 0px;
	padding: 0px;
	display: inline-block;

	list-style-type: none;
}
#LeftMenu li {
	padding:0px;
	margin:0px;
	background-color: #999999;
	height: 100%;
}
#LeftMenu a {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 18px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 30px;
	width: 182px;
	line-height: 30px;
}

#Lsub {
	font-size: 10px;
	color: #666666;
	list-style-type: none;
	line-height: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 18px;
	margin: 0px;
	display: block;
	background-color: #CCCCCC;
	width: 182px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#Lsub li {
	background-color: #CCCCCC;
}
#Lsub a {
	color: #666666;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	background-color: #CCCCCC;
	font-size: 10px;
	line-height: 13px;
}
#Lsub a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: none;
}
#LeftMenu .Tsub {
	background-color: #999999;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
	list-style-type: none;
	font-size: 10px;
	line-height: 11px;
	display: inline-block;
	width: 164px;

}
#LeftMenu .Tsub li {
	padding-bottom:8px;
}
#LeftMenu .Tsub a {
	color: #FFFFFF;
	background-image: none;
	height: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	background-color: #999999;
	font-size: 10px;
	text-decoration: underline;
	line-height: 12px;
}
#LeftMenu .Tsub a:hover {
	color: #FFFFFF;
	background-color: #999999;
	background-image: none;
	text-decoration: none;
}
#LeftMenu .Tsub a.twitlink {
	text-decoration: none;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	position: relative;
	top: -10px;
}
#LeftMenu .Tsub a.twitlink:hover {
	text-decoration: underline;
}
#twitter_div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#twitter_update_list {
	list-style-type: none;
}
/* End Side Menu */


#Content {
	float: right;
	width: 520px;
	display: block;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
	padding-top: 24px;
	padding-bottom: 22px;
}

#MainImage {
	float: left;
}
h1 {
	font-size: 15px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #666666;
}
h2 {
	font-size: 15px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #666666;
}
#Content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
#Content ul {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	color: #666666;
}
#Content li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* Case study stuff */
.caseStudy {
	display: block;
	float: right;
	width: 550px;
	padding-left: 30px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
}
.caseStudy h2 {
	font-size: 15px;
	line-height: 20px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #666666;
	width: 200px;
	float: left;
}
.caseStudy p {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	width: 200px;
}
.caseStudy img {
	float: right;
}
/* Case study stuff */
/*
.LsubCont {
	background-color: #CCCCCC; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF;
}

#LeftMenu .TsubCont {
	background-color:#999999;
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF;
}*/
/* Footer */
#Footer .legals {
	font-size: 8px;
	color: #FFFFFF;
	float: left;
	width: 500px;
	padding-top: 16px;
	padding-left: 18px;
}
#logos {
	float: right;
	margin-top: 11px;
	margin-right: 14px;
	width: 123px;
	height: 30px;
}

#Footer .legals a {
	color: #FFFFFF;
	text-decoration: none;
}
#Footer .legals a:hover {
	text-decoration: underline;
}
