@charset "utf-8";
body {
	background-color: #d6d1be;
	background-image: url(Images/bkg.jpg);
	background-repeat: repeat-x;
	font: 12px 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: #666666;
}
body,td,th {
	color: #666666;
}
.style3 {
	font-size: 70%;
}
	
.style4 {
	font-size: 80%;
	text-align: left;
}
	
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
body,td,th {
	color: #666666;
	font-size: 12px;
}
.contact {
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 14px;
	padding-left: 15px;
}

.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;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #832f2f;
	border-bottom-style: solid;
	border-bottom-color: #2b68ac;
	line-height: 16px;
	background-image: url(Images/sidebrbkg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
h1 {
	font-size: 22px;
	color: #832f2f;
	text-indent: 20px;
}
h3 {
	font-size:18px;
	color: #832f2f;
	text-indent: 12px;
}
.oneColFixCtrHdr #container #mainContent ul {
	list-style-position: inside;
	list-style-type: circle;
}

.oneColFixCtrHdr #container #mainContent li {
	line-height: 130%;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 30px;
}


.sidebar {
	overflow: auto;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
}
.oneColFixCtrHdr #sidebar {
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}


.oneColFixCtrHdr #container  p {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.oneColFixCtrHdr #header {
	height: 120px;
	margin-bottom: 5px;
	background-image: url(Images/header3.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.imgfloatleft {
	float: left;
	padding-right: 5px;
}
.imgfloatrt {
	float: right;
	border:medium groove #a6a285;
	padding: 2px;
	margin-right: 10px;
	margin-left: 5px;
	}

.imgcontact {
	float: right;
	border:medium groove #a6a285;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 12px;
	}
	
.servicesp {
	margin-left: 10px;
}

.oneColFixCtrHdr #wrapper {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #0d466b;
	background-image: url(Images/wrapbkg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-variant: small-caps;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}
html>body #onenavbar ul li a {
width: auto;
}


.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 {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 780px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size:18px;
	color: #832f2f;
	text-indent: 22px;
}
.oneColFixCtrHdr #imggal {
	padding-left: 20px;
}

#leftcontent {
	float: left;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
}
#leftcontent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	line-height: 18px;
}
#leftcontent a:link {
	color: #0c5684;
	text-decoration: underline;
}
#leftcontent a:hover {
	color: #7c202b;
}

#mainContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
}

.oneColFixCtrHdr #footer {
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(Images/footerbkg.gif);
	border-top-width: 5px;
	border-top-style: ridge;
	border-top-color: #a6a285;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #footer a:link {
	color: #0c5684;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #7c202b;
}
.oneColFixCtrHdr #container #footer a:visited {
	text-decoration: none;
	color: #7c202b;
}

.footerright {
	background-image: url(Images/sidebrbkg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 5px;
	padding-left: 400px;
	font-weight: bold;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	font-weight: bolder;
	color: #0d466b;
	font-size: 10px;
}

table#foot {
background-image: url(Images/footerbkg.gif);
background-repeat: repeat-x;
}

.contactform td {
	font-size:90%;
	border-bottom:thin;
	border-bottom-color:#3366CC;
	color: #666666;
	font-weight: bold;
}
 
#contactform {
	border:#0066FF;
	border-style:solid;
	border-width:thin;
	font-size: 90%;
	color: #333333;
} 
 

/****** Navigation ******/

#navsite {
	background-image: url(Images/nav_ltblue1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	white-space: nowrap;
}

#navsite ul {
	padding: 3px 0;
	margin-left:0;
	border-bottom: 1px solid #7c202b;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7c202b;
	color: #FFFFFF;
}
#navsite ul  li {
	list-style: none;
	margin:0;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0c5684;
	padding-right: 3px;
	width: 130px;
}

#navsite ul li a {
	text-decoration: none;
	
}


#navsite ul li a:link {
	color:  #FFFFFF;
}
#navsite ul li a:hover {
	background: url(Images/nav_ov.jpg) repeat-x center top;
	color: #FFFFFF;
}
#currentpg {
	background-image: url(Images/current.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}

#navsite a:visited {
	font-weight: bold;
	color: #FFFFFF;
}


   
.currentpage a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ddd;
	background-image: url(Images/current.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-variant: normal;
}
#footerright {
	background-image: url(Images/sidebrbkg.jpg);
	background-repeat: repeat-x;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	width: 550px;
	background-position: right;
}
.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;
}

div.img
  {
	height: auto;
	width: 220px;
	float: left;
	text-align: center;
	border: 2px groove #a6a285;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
  }
div.img img
  {
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
	width: 200px;
  }
div.img a:hover img
  {
	border: 1px solid #832f2f;
  }
div.desc
  {
	text-align: center;
	font-weight: normal;
	width: 200px;
	margin: 2px;
	font-size: 80%;
  }

