@charset "utf-8";
.LOGlayout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px; /* was 12 pt */
	/*background: #FFFFFF; */
	background-color:#2F3A22;   /* #003300; */
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}
.LOGlayout #container {
	position:relative;
	margin: 5px auto 5px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	top:0px;
	padding:0;
	border-top: 3px solid #000;
	border-bottom:3px solid #000;
	width: 800px;
	/*  height:740px; */
	background-color:white;
	background-image:url(../graphics/bg.jpg);
	background-repeat:repeat-y;
/*    background-image: url("../creative/img/bckgrnd2.jpg");
	background-repeat: repeat;
	*/
}
.LOGlayout #clear{
 width:100%;
 height:0px; 
 clear:both;
}
.LOGlayout #contentpos {
  padding-top:100px;
  padding-left:140px;
  padding-right:10px;
  border:black thin solid;
 }
.LOGlayout #contents {
	float: right;
	width: 650px;
	display:inline;
	padding-top: 60px;
	padding-right: 5px;
}
.LOGlayout #navbar {
	float:left;
	top: 0px;
	margin:0;
	z-index:1;
	width: 129px;
	padding-left: 5px;
	padding-top:150px;
	left: 0px;
	display:inline;
}
.LOGlayout #header {
	background: #61A466;
	padding: 0 0px 0 0px;  /* 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. */
	background-image: url(../v2007graphics/bg.gif);
	color:white;
	border-width: medium;
	border-style: solid;
	border-color: black;
	z-index: 3;
	background-repeat: repeat-x;
	background-color: #61A466;
	height: 41px;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:29px; /* was 22 pt */
	font-weight: bold;
	text-align:center;
	display:block;
	position: absolute;
	left: 100px;
	top: 5px;
} 

.LOGlayout #footer {
	background: #1F618C;
	padding: 0 0px;
	background-image: url(../v2007graphics/bg2.gif);
	width: 640px;
	height: 35px;
	border-width: medium;
	border-style: solid;
	border-color: black;
	position: relative;
	clear:both;
	left: 105px;
	margin: 0 0px;
	background-repeat: repeat;
	clear: both;
	text-align: center;
	z-index: 2;
	color: #FFFFFF;
	font-family: Garamond, Arial, sans-serif;
	font-size: 16px; /* was 12 pt */
	font-weight: bold;
} 

.sidebartableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; /* was 12 pt */
	color: #FFFFFF;
	font-weight: bold;
}

.LOGlayout #topleftlogo {
	float: left;
	position: absolute;
	background: #ECB549;
	text-align:center;
	width: 130px;
	height: 110px;
	border-color:black;
	border-width:medium;
	border-style:solid;
	/*
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	*/
	z-index: 4;
	margin: 20px;
	left: 0px;
	top: 0px;
	background-color: #ECB549;
} 

.LOGlayout #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: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: both;
}

/* Miscellaneous classes for reuse */
.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;
}
.copyright {
  color: #000000;
  font-size:12px;
  }
.topmenu {
	color: #000000;
	font-size:16px; /* was 12pt */
	font-family:Garamond, Arial, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	margin: 0 45px 0 0px;
	line-height: 16px; /* was 12pt */
	height: 20px;
	vertical-align: top;
	text-align:right;
  }
.topmenu A, 
A.topmenu {
	font-weight:bold;
	text-decoration:none;
} 

.leftmenu {
	font-family: Garamond, Arial, sans-serif;
	font-size: 16px; /* was 12pt */
	font-style: normal;
	font-weight: bold;
}
.leftlink {
  color:#000000; 
  background-color: #B62271;
}

.leftmenu A, 
A.leftmenu {
    color:#000000; 
	font-weight:bold;
	text-decoration:none;
} 

.footerlinks {
    color:#FFFFFF; 
	font-weight:bold;
	text-decoration:none;
}
.footerlinks A, 
A.footerlinks {
    color:#FFFFFF; 
	font-weight:bold;
	text-decoration:none;
} 

.topmenu A:hover,
.leftmenu A:hover, 
.footerlinks A:hover {
  color:#FFFFFF; 
  text-decoration:none;
  background-color: #276B38;
  font-weight:bold;
}
.nohover {
 text-decoration:none;
}
.nohover A, 
A.nohover {    
	font-weight:bold;
} 
a.nohover:hover{
	font-weight:bold;
	text-decoration:none;
	background:none;
}

.pagetitle {
  color:#000000;
  text-decoration:none;
  font-family:"Times New Roman", Times, serif;
  font-size:20px;
  font-weight:bold;
  }
div.date{
   font-family: Garamond, Arial, sans-serif;
   font-size:16px; /* was 12pt */
   float:left;
   width: 4em;
   padding: 5px 0;
   background: #DDDDB3;
   color:#B0001E;
   text-align:center;
   margin: 0 4px 4px 0;
   font-size: 80%;
   line-height:0.9
   }
div.date span{
   display:block;
   font-size: 150%;
   font-weight:bold
  }
  
.smallitalic {font-size: 13px; /*was 10pt */ font-style: italic; }
.small {font-size: 13px; } /*was 10pt */
.smallbolditalic {font-size: 13px; /*was 10pt */ font-style: italic; font-weight: bold; }
.bigbold{
	font-size: 19px; /*was 14pt */
	font-weight: bold;
}
.arialbig {
	color: #000000;
	font-size: 24px; /*was 18pt;*/
	font-family: Arial, Helvetica, sans-serif;
}
.ordernow {
	background: #ECB549;
	padding: 0 0px 0 0px;  
	border-bottom-width: medium;
	border-color: #000000;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	background-color: #ECB549;
}
.hoverbut:hover{
cursor: pointer;
}

#mainslideshow {
	position:relative;	
	display:block;
	background:#FFFFCC;
	text-align:center;
	height:375px;
	margin: 5px 20px 0px 20px;
	border: 2px solid #73682c;
    margin:5px 0 0 13px;
}

