/*	This file and the HTML/XHTML/JavaScript/ASP/CSS code contained herein are copyright (c) Timothy Arkley 2009	*/
/*	Author:		Timothy Arkley	*/
/*	Date:		20-Sep-09		*/
/*	Updated:	27-Mar-26		*/
/*	Version:	1.1				*/

html, body {
	margin: 0;
	padding: 0;
	height:100%;
	background-image: url(../pics/headbg02.jpg);
	background-position: top;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	color: #464646;
}
form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
input, textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	border: dotted #3e912a 1px;
	padding: 3px;
	color: #464646;
	background-color: #bdddb8;
	margin-bottom: 5px;
	border-right: solid #999999 1px;
	border-bottom: solid #999999 1px;
}
#formbuttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15;
	font-weight: 600;
}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #697489;
	float: right;
	border-top: dotted #94a3bf 1px;
	border-bottom: dotted #94a3bf 1px;
	margin: 20px 5% 20px 25%;
	padding: 5px 0 5px 0;
	display: block;
}
h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0px;
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
}
h3 {
	letter-spacing: 1px;
	font-size: 21px;
	font-weight: 500;
	padding: 5px 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: dotted #3e912a 1px;
}
h4 {
	font-size: 19px;
	font-style: italic;
	padding: 0 0 3px 0;
	margin: 0 0 0 27px;
	border-bottom: dotted #3e912a 1px;
	
}
h5 {
	font-size: 17px;
	color: #464646;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: dotted #3e912a 1px;
}
a {
	border: none;
	color: #697489;
	text-decoration: underline;
}
a:hover {
	color: #0000ff;
}
img {
	border: none;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #464646;
	list-style-type: disc;
}
input {
	margin-bottom: 10px;
}
#container {
	min-height: 100%;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
#topstrip {
	padding-top: 0px;
	background-color: #464646;
	border-bottom: 1px;
	border-bottom-color: #2a2a2a; 
	height: 5px;
}
#headcontainer {
	margin: auto;
	width: 854px;
	padding-left: 0px;
	padding-right: 0px;
}
#header {
	width: 854px;
	height: 137px;
	background-image: url(../pics/headbg01_01.jpg);
}

#bodycontainer {
	margin: auto;
	width: 854px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

#addressbox {
	float: right;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
ul#addressbox {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#addressbox li {
	margin: 0;
	padding: 0;
}
ul#addressbox li #title {
	margin: 0;
	padding: 24px 0 0 0;	
}
ul#addressbox li #address {
	margin: 0;
	padding: 17px 0 0 111px;
}
ul#addressbox li #emailtel {
	position: relative;
	top: -3px;
	margin: 0;
	padding: 0;
}
ul#contactinfo li a {
	text-decoration: none;
	color:#ffffff;
	display: block;
}
#logo01 {
	padding-left: 80px;
}
#mainhomeimg {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
#navigation {
	width: 100%;
	height: 40px;
	background-image: url(../pics/nb_bckgrnd01.gif);
	background-repeat: repeat-x;
}
ul#navbar  {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	overflow: hidden;
}
ul#navbar li {
	text-decoration: none;
	float: left;
	font-size: 14px;
	line-height: 22px;
	display: block;
}
ul#navbar li a {
	text-decoration: none;
	display: block;
	height: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #464646;
	padding-top: 9px;
	padding-bottom: 7px;
}
ul#navbar li a:hover {
	border-top-color: #ecf20c;
	background-image: url(../pics/nb_bckgrnd_over.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
ul#navbar li a.current {
	border-top-color: #ecf20c;
	background-image: url(../pics/nb_bckgrnd_over.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
ul#navbar #divider {
	width: 1px;
	height: 25px;
	background-color: #6b6b6b;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #383838;
	margin-top: 5px;
}
#body {
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 125px;	/* Height of the footer */
	border-top: solid 1px #3e912a;
}
#content {
	padding: 0;
	margin: 0;
	width: 550px;
	display: block;
}
#dottedline {
	width: 550px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	border-bottom: dotted #3e912a 1px;
}
#bulletlistitem {
	padding: 3px;
	margin: 3px;
}
#twocol1 #content {
	width: 510px;
	padding-right: 80px;
}
#twocol2 #content {
	width: 365px;
	padding-right: 20px;
}
#quotebox {
	width: 550px;
	margin: 15px 0 0 0;
	border: 0;
	padding: 5px 0 0 0;
	background: #ffffff url(../pics/quote_start.gif) no-repeat left top;
	position: relative;
	left: 300px;
}
#quotebox #qbbg {
	background: transparent url(../pics/quote_end.gif) no-repeat right bottom;
	padding: 0 0 5px 0;
}
#quotetxt {
	margin: 0 50px 0 50px;
	padding: 5px;
	border: dotted #3e912a 1px;
}
#quotetxt p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #464646;
	padding: 5px;
	margin: 0;
	background: #ecf20c;
}

#navlinkbox {
	float: right;
	width: 275px;
	margin: 0;
	border: 0;
	padding: 5px;
	background-color: #ecf20c;
}
ul#navlinks {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}
ul#navlinks  li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
	text-align: right;
}
ul#navlinks li a {
	text-decoration: none;
	color: #28323c;
	display: block;
	padding: 0 30px 7px 0;
	margin: 0 0 7px 0;
	text-align: right;
	background: url(../pics/button01.gif) no-repeat right top;
	border-bottom: dotted #94a3bf 1px;
}
ul#navlinks li a:hover {
	background: url(../pics/button01_over.gif) no-repeat right top;
	text-decoration: underline;
}
#bodyfoot {
	margin-top: 15px;
	width: 854px;
	height: 50px;
	margin-bottom: 25px;
	border-top: solid 1px #3e912a;
	padding-top: 10px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	background-image: url(../pics/footbg01.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #464646;
}
#footcontainer {
	margin: auto;
	width: 854px;
	padding-left: 0px;
	padding-right: 0px;
}
#footer p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ecf20c;
	padding-top: 13px;
	padding-bottom: 13px;
	margin: 0;
}
#ciw {
    padding-top: 30px;
    display: flex;
    justify-content: flex-start;
}
#scwlink {
    padding-top: 10px;
    font-size: 16px;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
a#scwlink:link {
    color: #464646;
    text-decoration: none;
}
a#scwlink:hover {
    color: #206A54;
    text-decoration: underline;
}
a#scwlink:visited {
    color: #464646;
    text-decoration: none;
}
.column {
  float: left;
}

.left, .right {
  width: 42%;
}

.middle {
  width: 16%;
  padding-right: 15px;  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}