@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F9F9F9;
	background-image: url(../images/layout-images/BackgroundRed.png);
	background-position: 50% top;
	background-repeat: no-repeat;
	font-size: 11px;
}

.links a:link {
	color: #000000;
}
.links a:visited {
	color: #333333;
}
.links a:hover {
	color: #9E1F63;
}
.links a:active {
	color: #000000;
}
#SlidingNav, #SlidingNavDarkBlue, #SlidingNavAqua, #SlidingNavBlue, #SlidingNavDarkPurple, #SlidingNavDarkMagenta, #SlidingNavDarkOrange, #SlidingNavYellow {
	height: 22px;
	width: 533px;
	background-color: #4D7134;
	clear: right;
	margin-left: 426px;
}
#SlidingNavDarkPurple {
	background-color: #9A2163;
}
#SlidingNavDarkOrange {
	background-color: #EB5C2F;
}
#SlidingNavDarkMagenta {
	background-color: #D4215D;
}
#SlidingNavDarkBlue {
	background-color: #206187;
}
#SlidingNavAqua {
	background-color: #1FA69C;
}
#SlidingNavBlue {
	background-color: #2774BA;
}
#SlidingNavYellow {
	background-color: #FBCC21;
}
#container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/layout-images/BackgroundRed.png);
	background-position: 50% top;
	background-repeat: no-repeat;
}
#header {
	height: 90px;
	padding-left: 22px;
	background-position: 50% top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background-image: url(../images/layout-images/BackgroundRed.png);
	background-repeat: no-repeat;
	background-position: 50% -90px;
}
#footer {
	padding: 0 10px;
	background-image: url(../images/layout-images/footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-color: #F9F9F9;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#copyright {
	height: 40px;
	background-color: #F9F9F9;
	font-size: 10px;
	padding-left: 38px;
}
.jigsawRed {
	background-image: url(../images/layout-images/Jigsaw-Red.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 75px;
	height: 200px;
}
.mainParagraph {
	width: 408px;
	margin-left: 10px;
	clear: left;
}
#mainParagraphRight {
	float: right;
	width: 474px;
	padding-right: 95px;
	padding-top: 15px;
	margin: 0 0px 10px 0px;
}
.topMenu {
	background-color: #FFFFFF;
	height: 45px;
	width: 879px;
	background-image: url(../images/layout-images/middle.jpg);
	float: left;
	padding-left: 24px;
}
.HomeLinkIMG {
	float: right;
}
.slidingPanelHolder {
 clear:right;
 height: 60px;
 width: 995px;
}
.servicesHolder {
	width: 957px;
	float: left;
	background-image: url(../images/layout-images/middle-white.gif);
	padding: 8px 0 10px 39px;
}
.mainPicture {
	float: right;
	height: 265px;
	width: 486px;
}
.news {
	float: left;
	width: 230px;
	background-color: #FFFFFF;
	display: inline-block;
	margin: 0px 0 10px 0;
}
.NewsHeading a, .NewsHeadingNoLink {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9E1F63;
	display: block;
	padding: 2px 0px 2px 10px;
	background-image: url(../images/button-images/newsButton.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	border-right: solid #FFFFFF 1px;
	text-decoration: none;
	background-position: right top;
}
.NewsHeadingNoLink {
	background-position: right bottom;
}
.floatLeft {
	float: left;
}
.NewsHeading a:hover {
	background-image: url(../images/button-images/newsButton-over.gif);
}
.NewsHeading a:active {
	background-image: url(../images/button-images/newsButton.gif);
}
.TopMenu a {
	font-size: 12px;
	color: #000000;
	display: block;
	padding: 8px 0px 10px 14px;
	background-image: url(../images/button-images/topButton.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 150px;
	float: left;
	margin-top: 8px;
}
.TopMenu a:hover {
	color: #FFFFFF;
	background-image: url(../images/button-images/topButton-over.gif);
}
.TopMenu a:active {
	background-image: url(../images/button-images/topButton.gif);
}
p {
	margin: 0px;
}
.newsImage {
	margin-bottom: 6px;
}
.NewsText {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 4px;
	line-height: 14px;
}
.NewsTextBold {
	font-size: 11px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 4px;
}
.floatRight {
	float: right;
}
.floatRightIMG {
	float: right;
	padding-bottom: 10px;
	margin-right: 85px;
}
.telephone {
	background-image: url(../images/layout-images/middle.jpg);
	font-family: "Arial Black", "Verdana Bold", "Arial Bold";
	font-size: 15px;
	display: block;
	padding-left: 38px;
	padding-top: 6px;
	color: #333333;
}
.ScreencraftName {
	font-family: "Arial Black", "Verdana Bold", "Arial Bold";
	font-size: 14px;
	padding-top: 40px;
	color: #333333;
	padding-left: 16px;
}
.ServiceHeading {
	float: left;
	height: 46px;
	width: 380px;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	padding: 12px 0px 2px 26px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: "Arial Black", "Verdana Bold", "Arial Bold";
	background-position: right top;
	margin-bottom: 6px;
}
.ServiceHeading01 {
	background-image: url(../images/button-images/service-dark-green.gif);
	background-color: #4D7134;
}
.ServiceHeading02 {
	background-image: url(../images/button-images/service-green.gif);
	background-color: #00A79D;
}
.ServiceHeading03 {
	background-image: url(../images/button-images/service-blue.gif);
	background-color: #1B75BC;
}
.ServiceHeading04 {
	background-image: url(../images/button-images/service-dark-blue.gif);
	background-color: #206187;
}
.ServiceHeading05 {
	background-image: url(../images/button-images/service-purple.gif);
	background-color: #9E1F63;
}
.ServiceHeading06 {
	background-image: url(../images/button-images/service-magenta.gif);
	background-color: #D91C5C;
}
.ServiceHeading07 {
	background-image: url(../images/button-images/service-orange.gif);
	background-color: #F15A29;
}
.ServiceHeading08 {
	background-image: url(../images/button-images/service-yellow.gif);
	background-color: #FFCB05;
}
.ScreencraftStrapline {
	font-size: 13px;
	margin-top: 0px;
	color: #9E1F63;
	padding-left: 16px;
}
.Heading {
	font-family: "Arial Black", "Verdana Bold", "Arial Bold";
	font-size: 14px;
	padding-top: 10px;
	color: #9E1F63;
	padding-left: 28px;
}
.SubHeading {
	font-size: 14px;
	color: #666666;
	padding-left: 28px;
	display: block;
	margin-bottom: 4px;
}
.green {
	color: #4D7134;
}
.aqua {
	color: #1FA69C;
}
.blue {
	color: #2774BA;
}
.DarkBlue {
	color: #276086;
}
.purple {
	color: #9A2163;
}
.magenta {
	color: #D4215D;
}
.orange {
	color: #E55E34;
}
.yellow {
	color: #E0B31D;
}
.DarkBlue, .green, .aqua, .purple, .blue, .magenta, .orange, .yellow {
	padding-left: 0px;
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
}
.BodyBold, .BodyRoman {
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	padding: 0 10px 10px 28px;
}
.BodyRoman {
	font-weight: normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px;
}
h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}
.BodyBold1 {
	font-size: 11px;
	padding-left: 26px;
	font-weight: bold;
	margin-bottom: 4px;
}
#ScreencraftLogo {
	float: right;
	height: 90px;
	width: 269px;
	padding-right: 85px;
}
.navNumbers a, .navNumbers a:hover {
	float: left;
	height: 18px;
	width: 22px;
	text-align: center;
	color: #FFFFFF;
	border-right: solid #FFFFFF 1px;
	padding-top: 4px;
	text-decoration: none;
}
.navNumbers a:hover {
	background-color: #747578;
}
.navArrows a, .navArrows a:hover, .navArrowsLeft a, .navArrowsLeft a:hover {
	float: right;
	height: 18px;
	width: 44px;
	text-align: center;
	color: #FFFFFF;
	border-left: solid #FFFFFF 1px;
	padding-top: 4px;
}
.navArrows a {
	background-image: url(../images/button-images/navRight.png);
}
.navArrowsLeft a {
	background-image: url(../images/button-images/navLeft.png);
}
.navArrows a:hover {
	background-image: url(../images/button-images/navRight-over.gif);
	background-color: #747578;
}
.navArrowsLeft a:hover {
	background-image: url(../images/button-images/navLeft-over.gif);
}
#SlidingNav {
	height: 22px;
	width: 531px;
	background-color: #4D7134;
	clear: right;
	margin-left: 428px;
}
.bold {
	font-weight: bold;
}
.ServiceLink a {
	font-size: 10px;
	color: #000000;
	display: block;
	padding: 3px 0px 3px 10px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	border-right: solid #FFFFFF 1px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/button-images/newsButton-grey.gif);
	background-position: right top;
}
.ServiceLink a:hover {
	background-image: url(../images/button-images/newsButton.gif);
	color: #FFFFFF;
}
.ServiceLink a:active {
	background-image: url(../images/button-images/newsButton-over.gif);
}
.GoogleMapWrapper {
	float: right;
	margin-bottom: 10px;
	display: block;
	padding-right: 80px;
}
.form1  {
	float: right;
	width: 575px;
	padding-right: 0px;
	padding-top: 15px;
	font-size: 10px;
}
.form2  {
	float: left;
	width: 310px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-top: 15px;
}
.Captcha {
	font-size: 14px;
}
input, select, textarea {
	background-color: #C3C5C7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Roman {
	line-height: 18px;
	margin-bottom: 6px;
	font-size: 11px;
}
.FormLeft {
	float: left;
	margin: 0 10px 20px 0;
}
.PlantList {
	float: left;
	width: 420px;
	padding-left: 39px;
}
.PlantListWrapper {
	float: left;
	background-image: url(../images/layout-images/Background-Middle.png);
	width: 996px;
	background-position: 50% top;
}
.PlantList p {
	line-height: 15px;
	font-weight: bold;
	background-image: url(../images/button-images/Purple.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-bottom: 8px;
	background-position: 0px 3px;
}
a img{
	border: 0;
}
.floatLeftImg {
	float: left;
	padding-left: 28px;
}
.floatRightLink a, .floatRightLink a:hover {
	color: #000;
	text-decoration: none;
	margin-right: 20px;
	float: right;
}
.floatRightLink a:hover {
	color: #9F1F63;
}
.SlidingNavText {
	float: right;
	color: #FFF;
	padding: 4px 10px 0 0;
	text-align: right;
}
.BodyBold a {
	color: #000;
}
