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


body {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #BDE4F7;
}

#header {
	background-image: url(images/lwl-header-bg.jpg);
	background-repeat: no-repeat;
	height: 153px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 770px;
	text-align: right;
	padding-right: 30px;
}
ul.nav {
	list-style-type: none;
	color: #FFFFFF;
	height: 27px;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	background-color: #172983;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: -30px;
}
#contentWrap {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
}
ul.nav a {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 15px;
}
ul.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
ul.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul.nav a:hover {
	color: #E2007A;
	text-decoration: none;
}
ul.nav a:active {
	color: #009EE0;
	text-decoration: none;
}
ul.nav li {
	display: inline;
}
#mainContent {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #172983;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 100px;  /* must be same height as the footer */
}
#mainContentNonStick {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #172983;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer {
	background-color: #172983;
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
}
#footerNonStick {
	background-color: #172983;
	height: 100px;
	clear:both;
}
#wrapNonStick {
	background-image: url(images/wrap-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#footerText {
	padding-top: 20px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}
#footerText a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerText a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerText a:hover {
	color: #E2007A;
	text-decoration: underline;
}
#footerText a:active {
	color: #009EE0;
	text-decoration: underline;
}
/* Sticky Footer rules*/

html, body, #wrap {height: 100%;}

body > #wrap {
	height: auto;
	min-height: 100%;
	background-image: url(images/wrap-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.leftColumn {
	width: 256px;
	float: left;
	font-size: 10px;
	font-style: italic;
}
.rightColumn {
	float: right;
	width: 146px;
}
.highlightBoxMagenta {
	font-style: italic;
	color: #660033;
	background-color: #FADCE9;
	border: 4px double #FFFFFF;
	padding: 8px;
	margin: 0px;
}
.highlightBoxMagenta a:link {
	color: #E2007A;
	text-decoration: none;
	font-weight: bold;
}
.highlightBoxMagenta a:visited {
	color: #E2007A;
	text-decoration: none;
	font-weight: bold;
}
.highlightBoxMagenta a:hover {
	color: #E2007A;
	text-decoration: underline;
	font-weight: bold;
}
.highlightBoxMagenta a:active {
	color: #E2007A;
	text-decoration: underline;
	font-weight: bold;
}
.highlightBoxCyan {
	font-style: italic;
	background-color: #D5EDFA;
	border: 4px double #FFFFFF;
	padding: 8px;
	margin: 0px;
}
.highlightBoxCyan a:link {
	color: #009EE0;
	text-decoration: none;
	font-weight: bold;
}
.highlightBoxCyan a:visited {
	color: #009EE0;
	text-decoration: none;
	font-weight: bold;
}
.highlightBoxCyan a:hover {
	color: #009EE0;
	text-decoration: underline;
	font-weight: bold;
}
.highlightBoxCyan a:active {
	color: #009EE0;
	text-decoration: underline;
	font-weight: bold;
}

.centreColumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-right: 176px;
	padding-left: 286px;
}
.centreColumn a {
	color: #E2007A;
	text-decoration: none;
}
.centreColumn a:link {
	color: #E2007A;
	text-decoration: none;
}
.centreColumn a:visited {
	color: #E2007A;
	text-decoration: none;
}
.centreColumn a:hover {
	color: #009EE0;
	text-decoration: underline;
}
.centreColumn a:active {
	color: #009EE0;
	text-decoration: underline;
}
.centreColumn h1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #E2007A;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: Helvetica, sans-serif, Arial;
	margin-top: 0px;
}
.clearFloat {
	clear: both;
}
.brandlogoWrap {
	height: 40px;
	padding-top: 30px;
}
.whatWeSellText {
	font-style: italic;
	padding-top: 20px;
	text-align: center;
}
.centreColumn h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #172983;
}
.addressIndent {
	padding-left: 10px;
}
.border1px {
	border: 1px solid #999999;
}
.commentBoxWrapLeft {
	width: 355px;
	margin-bottom: 30px;
}
.commentBoxMid {
	background-image: url(images/round-corners-bg-mid.gif);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
}
.commentLogo {
	margin-right: 10px;
	margin-top: 4px;
}
.commentBoxMid p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.commentBoxWrapRight {
	width: 355px;
	float: right;
}
/*You are here links rules*/
body#home a#homeLink,
body#aboutus a#aboutusLink,
body#products a#productsLink,
body#schools a#schoolsLink,
body#comments a#commentsLink,
body#contactus a#contactusLink,
body#services a#servicesLink {
	color: #009EE0;
}
body#home a#homeLink:hover,
body#aboutus a#aboutusLink:hover,
body#products a#productsLink:hover,
body#schools a#schoolsLink:hover,
body#comments a#commentsLink:hover,
body#contactus a#contactusLink:hover, 
body#services a#servicesLink:hover {
	color: #E2007A;
}
.schoolsList {
	font-family: Helvetica, sans-serif, Arial;
	font-style: italic;
}
