@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:#ffffff;
	background-image: url(images/cust_bgshadow.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #ffffff; /** Website BG colour (matches canvas colour in Step 1) **/

}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	font-variant: small-caps;
	text-transform: uppercase; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #navigation {
	background: #ffffff; 
		padding:0;
 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	float:left;
	/*padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	width:inherit;
	font-size:10px;	
}

#topnav a:link{
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#030;
} 
#topnav a:visited{
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
		color:#030;
	}
#topnav a:active{
	text-decoration:underline;
	text-shadow:#FC0;
	font-weight:bold;
	font-size:10px;
	color:#D3E1F0;
} 
#topnav a:hover {
	text-decoration:underline;
	font-weight:bold;
	text-shadow:#FC0;
	font-size:10px;
	color:#D3E1F0;
}

#topnav {
	position:absolute;
	top: 7px;
	right: 322px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:11px;
	text-decoration:none;
	color:#157a42;
	}
.callus{
	background:url(images/calltoday.gif) no-repeat top;
	position: absolute;
	top:31px;
	right: -2px;
	width: 300px;
	height: 71px;
	}
.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 */
}
.col1{
	align: left;
	margin: 0px;
	margin-top:4px;
	margin-right:2px;
	padding-bottom:6px;
	width:228px;
	height:270px;
	border: solid #999 1px;
	float:left;
	background-color:#ffffff;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;"
}

.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:16px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:14px;
}

.oneColFixCtrHdr #container #mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:13px;	
	}


.large_box5963465 {
  font-family: Arial;
  width: 520px;
  height:auto;
  }
.large_box5963465 .large_boxtop {
  background: url(images/large_boxtop.jpg) no-repeat top;
  margin: 0;
  text-align: center;
  padding: 9px 9px 5px 9px;
  color: #ffffff;
  font-size: 16px;
  }
.large_box5963465 .large_boxtext {
  margin: 0 0 -6px 0;  
  text-align: left;
  padding: 5px 9px 2px 9px;
  color: #000000;
  font-size: 13px;
  background: url(images/large_boxmid.jpg) repeat-y top;
  height:400px;
  }
.large_box5963465 .large_boxbot {
  margin: 0;
  height: 28px;
  background: url(images/large_boxbot.jpg) no-repeat bottom;
  }
  
.box5963465 {
  font-family: Arial;
  width: 260px;
  height:auto;
  }
.box5963465 .boxtop {
  background: url(images/boxtop.jpg) no-repeat top;
  margin: 0;
  text-align: center;
  padding: 9px 9px 5px 9px;
  color: #ffffff;
  font-size: 16px;
  }
.box5963465 .boxtext {
  margin: 0 0 -6px 0;  
  text-align: left;
  padding: 5px 9px 2px 9px;
  color: #000000;
  font-size: 13px;
  background: url(images/boxmid.jpg) repeat-y top;
  height: 400px;
  }
.box5963465 .boxbot {
  margin: 0;
  height: 28px;
  background: url(images/boxbot.jpg) no-repeat bottom;
  }
  
#container {
    width: 780px;
    margin: 0 auto;
    text-align: center;
}

	
.navigation_sublinks {
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
	background-color: 157a42;
}


/* ----------- NAVIGATION----------- */
#navigation{
	background:url(img/nav-bg.gif) repeat-x; 
	height:12px; 
	margin:0 auto;
	width:auto; 
	}
	#navigation ul{
	 height:22px;
	 line-height:22px;	
	}
	#navigation ul li{
		display:inline;
	}
	#navigation ul li a,
	#navigation ul li a:visited {
		background:url(img/line-a.gif) right no-repeat;
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#0d4d1c;
		font-family:Tahoma, Geneva, sans-serif;
		font-variant:small-caps;
		font-weight:bold;
		/*text-shadow: #ffffff 2px 2px 2px;*/
	}
	#navigation ul li a:hover,
	#navigation ul li a:active{
		color:#D3E1F0;
		background:url(img/nav-bg.gif) repeat-x; 
		font-family:Tahoma, Geneva, sans-serif;
		font-variant:small-caps;
	}
/* ----------- SUBLINKS ----------- */
#sublinks{
	width:auto;
	margin:0 auto;
	background:#888888 url(img/sublink.gif);
	height:20px;
	font-size:11px;
}	
	#sublinks ul{
	 height:22px;
	 line-height:21px;	
	}
	#sublinks ul li{
		display:inline;
	}
	#sublinks ul li a,
	#sublinks ul li a:visited {
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#FFFFFF;
	}
	#sublinks ul li a:hover{
		text-decoration:underline;
	}
/* ----------- SUBMENU ----------- */
#s2, #s3, #s4, #s5, #s6{display:none;}

