@charset "UTF-8";
@import url("css/lightbox.css");
/* CSS Document */

body {
	background-color: #111111; /** Website BG colour (matches canvas colour in Step 1) **/
}
#content {
	background: url(images/drop-shadow.gif) top;
	background-position: center; 
	background-repeat: repeat-y;
	background-color: #111111;
}
#footer {
	background: url(images/footer-shadow.gif) bottom;
	background-position: center; 
	background-repeat: no-repeat;
}
#header {
	background: url(images/header-shadow.gif) bottom;
	background-position: center; 
	background-repeat: no-repeat;
}
#belowfooter {
	background: url(images/below-footer.gif) bottom;
	background-position: center; 
	background-repeat: repeat-y;
}
.recent {
	background: url(images/clients_bg.gif) top;
	background-position: top; 
	background-repeat: no-repeat;
	background-color: #464646;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-left: 15px;
	margin-right: 7px;
	background-color:464646;
}
.bodytextblackbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-left: 15px;
	margin-right: 7px;
	background-color:000000;
}
.bodytextrightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-left: 40px;
	margin-right: 7px;
	background-color:464646;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	border-bottom: 1px solid #a8bc27;
}
a.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a8bc27;
	border-bottom: 1px solid #a8bc27;
}
.whitenounderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
}
a.whitenounderline:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a8bc27;
}
.whiteprevwork {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	background-color:464646;
}
.welcomeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 15px;
	background-color:464646;
	border-bottom: 1px solid #a8bc27;
}
.welcomeheadingleftmargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 40px;
}
.recentteams {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-left: 40px;
	margin-right: 7px;
}
.whitegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	background-color:464646;
}
a.whitegreen:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a8bc27;
	background-color:464646;
	text-decoration: underline;
}
.bulletpoints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin-left: 40px;
	margin-right: 7px;
	background-color:464646;
}
.bulletpointsgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a8bc27;
	margin-right: 7px;
	background-color:464646;
}
.contactlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #a8bc27;
}
a.contactlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a8bc27;
	text-decoration: underline;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #a8bc27;
	margin-right: 7px;
	background-color:464646;
}
a.textlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a8bc27;
	margin-right: 7px;
	background-color:464646;
	text-decoration: underline;
}

