@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: images/woodback.jpg;
	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-image: url(images/woodback.jpg);
}
.twoColFixLtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(images/side-back.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #fff;  /* 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. */
	height: 140px;
	margin-top: 0px;
	padding-top: 6px;
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	background-image: url(images/side-back.gif);
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #C2A976;
	border-bottom-style: solid;
	border-bottom-color: #C2A976;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #c2a976;
} 
.twoColFixLtHdr #mainContent p, li, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
} 
.twoColFixLtHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #c2a976;
} 
.twoColFixLtHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #c2a976;
} 



.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 220px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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.desc
{
  text-align: center;
  font-weight: normal;
  width: 300px;
  margin: 1px;
  font: 0.7em Arial, Helvetica, sans-serif;
  
}
div.imgr
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: 250px;
	float: right;
	text-align: center;
	padding: 2px;
}	
div.imgr imgr
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.imgr a a:hover imgr {border: 1px solid #0000ff;}
div.descr
{
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 1px;
  font: 0.9em Arial, Helvetica, sans-serif;
}

div.imgl
{
	margin: 1px;
	border: 0px solid #0000ff;
	height: 130px;
	width: 250px;
	float: left;
	text-align: center;
	padding: 1px;
}	
div.imgl imgl
{
  display: inline;
  margin: 1px;
  border: 1px solid #000;
}
div.imgl a a:hover imgl {border: 1px solid #0000ff;}
div.descl
{
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 1px;
  font: 0.9em Arial, Helvetica, sans-serif;
}

/* NAVIGATION */
ul#sideNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	font-size: medium;
}

#sideNav a {
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	display: block;
	background-image: url(images/sideul.jpg);
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sideNav a:hover {
	font-size: 9pt;
	text-decoration:underline;
	font-weight: normal;
	background: #c2a976;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #000;
}

#sideNav a.sub {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #ffffff;
	text-decoration:none;
	font-size:10px;
	background-color: #10517b;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-align: left;
	border-bottom-color: #999;
}

#sideNav a.sub:hover {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #ffffff;
	text-decoration:underline;
	font-size:10px;
	background-color: #3aa0e2;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

/* IE Fixes */

/* remove annoying gaps */
#sideNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #sideNav a {
	height: 1px;
}
.red {
	color: #F00;
}
.darkblue {
	color: #006;
}
.purple {
	color: #C36;
}
.yellow {
	color: #FF0;
}
.green {
	color: #393;
}
.skyblue {
	color: #0CF;
}
orange {
	color: #F90;
}
.twoColFixLtHdr #container #mainContent p strong orange {
	color: #F90;
}
.orange {
	color: #F90;
}
div.img
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding: 2px;
}	
div.img img
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 170px;
  margin: 1px;
  font: 0.7em Arial, Helvetica, sans-serif;
}

.topimage {
	padding-top: 5px;
	padding-right: 200px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.h3 {
	font-size: 8pt;
}
div.half {
	width: 265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
}
div.halfr {
	width: 265px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.imgpad { padding: 2px; }
.image1 {
	border: 1px solid #000;
}

div.img2
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: 200px;
	float: left;
	text-align: center;
	padding: 2px;
}	
div.img2 img2
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.img2 a:hover img2 {border: 1px solid #0000ff;}
div.desc2
{
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin: 1px;
  font: 0.7em Arial, Helvetica, sans-serif;
}

