﻿* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
html {
   height: 100%;
   margin-bottom: 1px;
   background: #4d2e09 url('images/backbar.jpg') repeat-x;}

body {
   font: normal 76% Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   text-align: center;
   margin: 0;
   padding: 0;}

img {
	border: none;
}
   
/*  This sets the link colors for the content area of the pages  */

a {
	text-decoration: none;
   }

a:hover {
	color: #3C240A;
	}
a:active, a:focus{
	outline:0;
} /* to avoid link borders on new browsers */  
/*  The items below set the properties for the fonts, sizes and
colors used for headings 1 through 6. */

h1 {
	color: #683E0E;
	font: normal 20px "Trebuchet MS", Georgia, Georgia, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
}

h2 {
	color: #6f410d;
	font: normal 20px Verdana, Arial, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h3 {
	color: #6f410d;
	font: normal 20px Verdana, Arial, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

h4 {
	color: #683E0E;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
	font-family: "Trebuchet MS", "Comic Sans MS", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h5 {
	color: #6f410d;
	font: normal 16px "Trebuchet MS", "Comic Sans MS", sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h6 {
	color: #000000;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0px;
}
   
   h7 {
	color: #6f410d;
	font-family: "Trebuchet MS", "Comic Sans MS", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

hr {
	background-color: #6f410d;
	color: #6f410d;
	height: 1px;
	width: 80%;
	margin-bottom: 2px;
}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	line-height: 1.5em;
}

#wrapper {
   background-image: url('images/wrapper.jpg'); /* Wrapper 2 columns position */
   text-align: left;
   width: 900px;
   margin: 0 auto;}

#wrapper2 {
   background-image: url('images/wrapper2.jpg'); /* Wrapper 1 column position */
   text-align: left;
   width: 900px;
   margin: 0 auto;}

#header {
	position: relative; /* Header 2 columns position */
	background-image: url(images/header3.jpg);
	height: 282px;
}

#header2 {
   position: relative; /* Header 1 column position */
   background-image: url('images/header2.jpg');
   height: 282px;}
   
/* This sets the Dynamic Block Menu position, colors, list type definitions */   
#nav {position:absolute;
top: 3px;
left: 12px;
z-index: 1;
width: 860px;
height: 1%;
}

#nav ul { /* all lists */
	list-style: none;
	line-height: 1.5;
	width: 860px;	
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	
}

#nav a {
	display: block;
	width: 170px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 170px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #4d2e09;
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav ul a:hover {
	display: block;
	background: #6b400d;
	width: 170px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4d2e09;
	border-left-color: #4d2e09;
	color: #AE7600;
	font-weight: bold;
	text-decoration: none;
}


/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */ 
/* This sets the position for where the top three images will appear */

#mainleft {
	position: absolute;
	left: 314px;
	top: 125px;
	text-align: left;
	z-index: 2;
	width: 173px;
	height: 138px;
}

#maincenter {
	position: absolute;
	left: 508px;
	top: 125px;
	text-align: left;
	color: #6f410d;
	font-weight: bold;
	z-index: 3;
	width: 173px;
	height: 138px;
}

#mainright {
	position: absolute;
	left: 702px;
	top: 147px;
	text-align: center;
	color: #6f410d;
	font-weight: bold;
	z-index: 4;
	width: 173px;
	height: 107px;
}
   
/* This sets the position for where the page name will appear */

#pagename {
   position: absolute;
   left: 18px;
   top: 231px;
   text-align: center;
   color: #6f410d;
   font: normal 22px Georgia, Georgia, serif;
   z-index: 5;
   width: 275px;}
   
/* This sets the position and text formatting for where the main content of your web will appear. */

#content {
	width: 560px;
	float: right;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 35px;
}

#contentwide {
   padding: 5px 30px;}
   
/* This sets the position, text formatting and link colors for the sidebar */
   
#sidebar {
	width: 245px;
	float: left;
	color: #404040;
	font-size: 85%;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 30px;
}

#sidebar a {
   color: #6f410d;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   }

#sidebar a:hover {
   color: #6f410d;
   text-decoration: underline;
   font-weight: bold;
  }
   
/* This sets the position for where the slideshow images will appear */

#slideshowframe {
   position:relative;}   

#slideshow {
   position: absolute;
   z-index: 6;
   left: 14px;
   top: 12px;
   text-align: center;
   width: 232px;
   height: 189px;}
   
/* This sets the position, text formatting and link colors for the footer */

#footer {
   clear: both;
   height: 40px;
   color: #ffffff;
   background: #6f410d url('images/footer.jpg') no-repeat;
   text-align: right;
   letter-spacing: 2px;
   font-size: 75%;
   line-height: 2em;
   padding: 20px 20px 20px 0;}

#footer p {
   padding: 0;
   margin: 0;}

#footer a {
   color: #ffffff;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
  }

#footer a:hover {
   color: #e0e0e0;
   text-decoration: underline;
   font-weight: bold;
   }

.clear {
   clear: both;}
   
/* This centers text and images */

.center {
   text-align: center;}
   #contactform {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}
	
/* This sets the position, text formatting and link colors for the contact form */

#contactform label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

#contactform input {
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform .button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}
   
/* This sets the position and borders for images */

.imageleft {
   margin: 0 10px 0 0;
   float: left;
   border: 3px double #c0c0c0;}
.imagecenter {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	border: 3px double #c0c0c0;
}
.imageright {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	float: right;
	border: 3px double #c0c0c0;
}
   
/* This sets the position without borders for images */

.imageleft-noborder {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.imageright-noborder {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 12px;
	float: right;
}

/* 	MAIN CONTENT / MIDDLE CONTAINERS   (id=CONTENT)
**********************************************************/
.contmodule02{
	background:url(images/sprite.gif) left -37px no-repeat;
	display:block;
	padding-left:10px;
	padding-top: 0px;
}
.contmodule02 span{
	background:url(images/sprite.gif) right -37px no-repeat;
	display:block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.midlethree{
	background:#e8e8e8;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 210px;
}
.midlethree2{
	background:#e8e8e8;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.endmodule03{background:url(images/sprite.gif) left -45px no-repeat; display:block; padding-left:9px}
.endmodule03 span{
	background:url(images/sprite.gif) right -45px no-repeat;
	display:block;
	overflow:hidden;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.secondstages{
	width:490px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
}
.secondstages2{
	width:240px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.midlethree img {
	float: left;
	border: 3px double #c0c0c0;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.heading {
	color: #6f410d;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
}
/* 	MISCELLANEOUS (id=MISC)
**********************************************************/
.clr{clear:both; margin:0px !important; overflow:hidden; height:0}

#wrapper #header #mainright #tdenewsletter {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3D2406;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0px;
	z-index: 6;
}
/************************************************table.css************************************/
div.float {
	float: left;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
  }
  
div.float p {
   text-align: center;
   }
div.thumbnails {
	width: 230px;
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 0px;
	line-height: 2em;
	float: left;
	z-index: 5;
}
div.float img {
	height: 160px;
	width: 230px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.imagealign {
	padding: 2px;
	margin-top: 7px;
	margin-bottom: 7px;
}
/*************************************button.css*********************************************/
.button {
	background-color: #746751;
	border: 1px inset #77521D;
	color: #CCCCCC;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
     }	 
.button2 {
	background-color: #77521D;
	border: 1px inset #996633;
	color: #E9E6E1;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
     }
	 .formbutton {
	background-color: #808102;
	border: 1px inset #6f410d;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 50px;
	padding: 1px;
     }
#content p {
	margin-bottom: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 8px;
	line-height: 1.45em;
	margin-left: 5px;
}
#pagename p {
	margin-top: 20px;
}
#sidebar p {
	margin-top: 10px;
}
#mainleft p {
	font-size: 16px;
	margin-top: 2px;
	line-height: 1.7em;
	margin-left: 8px;
	font-weight: bold;
}
.form {
	margin-left: 10px;
	overflow: hidden;
	z-index: 1;
	width: 100px;
}
.marginTop {
	margin-top: 9px;
}
#maincenter p {
	margin-top: 109px;
	margin-left: 33px;
	font-size: 14px;
}
.marginleft {
	margin-left: 5px;
}

#sidebar ul li {
	list-style-image: url(images/checkmark.jpg);
	padding-top: 2px;
	padding-bottom: 4px;
}
.style1 {
	color: #6f410d;
	font-weight: bold;
}
