﻿/*////////// GENERAL RULES //////////*/

html {
   height: 100%;
   margin-bottom: 1px;}

body {
   background: #000000 url('images/background.jpg') repeat-x;
   color: #000000;
   text-align: left;
   font: normal 80% Verdana, Verdana, Geneva, sans-serif;
   padding: 0;
   height: 100%;
   margin: 0 auto;}

hr {
   background-color: #288086;
   color: #288086;
   border: none;
   height: 1px;}

ul {
  list-style-image: url('images/bullet.png');}

table {
  padding: 0;
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;}

#wrapper {/* -- The wrapper holds the header, content, sidebar areas --*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
   width: 960px;
   margin: 0 auto -100px;
   text-align: left;}

.push {/* -- This div is what makes the footer stick to the bottom of the page -- */
   height: 100px;
   clear: both;}

/*////////// TYPOGRAPHY //////////*/

a {
   color: #52d2db;
   text-decoration: underline;
   outline: none;
   font-weight: bold;}

a:hover {
   color: #a0a0a0;
   text-decoration: underline;
   font-weight: bold;}

h1 {
   color: #288086;
   font: normal 28px Georgia, Georgia, serif;
   letter-spacing: 2px;
   margin: 0 0 .8em 0;}

h2 {
   color: #288086;
   font: normal 22px Arial, Arial, sans-serif;
   letter-spacing: 2px;
   text-align: left;}
   

h3 {
   color: #288086;
   font: bold 16px Georgia, Georgia, serif;
   letter-spacing: 3px;
   line-height: 25px;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: left;}

h4 {
   color: #288086;
   font: bold 14px Arial, Arial, sans-serif;
   letter-spacing: 1px;
   line-height: 25px;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: left;}

h5 {
   color: #808080;
   font: bold 14px Georgia, Georgia, serif;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: left;}

h6 {
   color: #288086;
   background: transparent url('images/endcap2.png') no-repeat; 
   padding: 5px 25px;
   margin: .8em 0 0 0;
   font: bold 12px Arial, Helvetica, sans-serif;}
   
.textboxh4 {
	color: #FFFFFF;
	font: bold 14px Arial, Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 25px;
	margin: .8em 0;
	text-transform: uppercase;
	text-align: left;
}
   
.arrowh2 {
   background: url('images/endcap.png') no-repeat; 
   color: #288086;
   font: normal 22px Arial, Arial, sans-serif;
   letter-spacing: 2px;
   margin: .8em 0;
   padding-left: 30px;
   text-align: left;}
   

/*////////// HEADER AREA //////////*/

#header {
   position: relative;
   width: 960px;
   height: 300px;}

/*////////// SLIDESHOW //////////*/

#slideshow {
   position: absolute;
   top: 40px;
   left: 40px;
   z-index: 1;
   width: 370px;}

/*////////// MAIN NAVIGATION //////////*/

/* ---- Menu Formatting ----*/

#menu {
   position: absolute;
   top: 10px;
   left: 435px;
   width: 525px;
   text-align: right;
   z-index: 2;
   line-height: 1.3em;
   height: 1%;}

#menu dl { /*Begins the Definition List*/
   float: right;
   text-align: left;
   margin: 0;
   padding: 0 0 0 10px;}

#menu dt { /*Begins Properties for the Definition Topic*/
   color: #063f42;
   text-transform: uppercase;
   font-weight: bold;
   letter-spacing: 1px;
   margin: 0 0 5px 0;
   padding: 0;}

#menu dt a {
   color: #063f42;
   text-decoration: none;
   margin: 0; padding: 0;}
   
#menu dt a:hover {
	color: #ffffff;
	text-decoration: none;}

#menu dt a:focus {
   background: none;}

#menu dd { /*Begins Settings for Definition Description*/
   margin: 0; 
   padding: 0;}

#menu dd li a {
	font-size: 85%;
	color: #ffffff;
   list-style-image: none;
   list-style-type: none;
   font-weight: bold;
   text-decoration: none;}

#menu dd li a:hover {
   color: #063f42;}

#menu ul {
   list-style-image: none;
   list-style-type: none;
   margin: 0; 
   padding: 0;}
   
#menu li a:focus  {
   background: none;}

#menu li a:hover  {
   background: none;}

/*////////// CONTENT AREA //////////*/

#content {
   float: left;
   width: 620px;
   margin: 10px;
   padding: 0;
   line-height: 1.6em;}

.blocktable {
  padding: 0;
  margin-top: 20px;
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;}

.blockcontent {/* -- sets the table cell properties for the three-column table --*/
   padding: 10px;
   font-size: 90%;
   text-align: left;
   vertical-align: top;
   width: 33%;}

.blockcontent h3, .blockcontent h4 {
   font: bold 16px Arial, Arial, sans-serif;
   text-transform: none;
   font-variant: small-caps;
   letter-spacing: 3px;
   margin-top: 0;
   text-align: center;}

.blockcontent2 {/* -- sets the table cell properties for the two-column table --*/
   padding: 10px;
   font-size: 90%;
   text-align: left;
   vertical-align: top;
   width: 50%;}

.blockcontent2 h3, .blockcontent2 h4 {
   font: bold 16px Arial, Arial, sans-serif;
   text-transform: none;
   font-variant: small-caps;
   letter-spacing: 3px;
   margin-top: 0;
   text-align: center;}

#contentwide {/* -- used on the one-column page layout --*/
   padding: 10px;
   width: 940px;}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
   float: right;
   margin: 10px 5px;
   padding: 0;
   font-size: 85%;
   width: 308px;}

.textbox {/* -- used for the text box that sits inside of the sidebar area --*/
   background-color: #202020;
   color: #ffffff;
   padding: 5px;
   margin: 10px 0;
   border: 1px #808080 solid;}
   
.textbox h4 {
   background-color: #101010;
   border-bottom: 1px #288086 solid;
	padding-left: 3px;
   margin-top: 0;}

#sidebar ul {
  list-style: square;  
  list-style-image: none;}


/*////////// FOOTER //////////*/

#footer {
   background-color: #063f42;
   clear: both;
   text-align: center;
   letter-spacing: 2px;
   color: #ffffff;
   height: 150px;
   font-size: 85%;
   padding: 10px 0 0 0;
   line-height: 1.9em;}

#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #ffffff;
   font-weight: normal;
   text-decoration: none;}

#footer li a:hover {
   color: #ffffff;
   font-weight: normal;
   text-decoration: underline;}

#footer p {
   margin: 0;
   padding: 0;}

/*////////// CONTACT FORM //////////*/

#contactform {
   padding: 5px;
   text-align: left;
   margin: 20px 10px 5px 10px;}

.Label {
   width: 150px;
   float: left;
   text-align: right;
   margin: 3px 5px 5px 5px;
   clear: both;}

#contactform Input {
   margin: 3px 5px 5px 5px;
   background-color: #202020;
   color: #ffffff;
   border: 1px solid #c2c2c2;
	width: 213px;
}

#contactform textarea {
   font: normal 12px Verdana, sans-serif;
   margin: 3px 5px 5px 5px;
   background-color: #202020;
   color: #ffffff;
   border: 1px solid #c2c2c2;
	width: 385px;
	height: 183px;
}
#contactform select{
	font: normal 12px Verdana, sans-serif;
	background-color: #202020;
	color: #ffffff;
   border: 1px solid #c2c2c2;
	
}

#contactform .button {
   background: url('images/buttons/button-submit.png') no-repeat;
   border-style: none;
	border-color: inherit;
	border-width: medium;
	background-color: transparent;
   	text-align: center;
   	margin: 5px 0 0 170px;
   	clear: both;
	height: 35px;
	width: 110px;
}

/*////////// PRODUCT CATALOG //////////*/

.catalog {
   padding: 5px;
   line-height: 1em;
   text-align: center;
   vertical-align: top;
   width: 33%;}

/*////////// IMAGES //////////*/

img {
   border: none;}

.mainimage {
   margin: 0 10px 20px 0;
   padding: 5px;
   float: left;
   border: 3px #818181 double;}

.imageleft-noborder {
   margin: 0 10px 0 0;
   float: left;}

.imageright-noborder {
   margin: 0 0 0 10px;
   float: right;}

.imageleft-border {
   margin: 0 10px 0 0;
   padding: 5px;
   float: left;
   border: 3px #818181 double;}

.imageright-border {
   margin: 0 0 0 10px;
   padding: 5px;
   float: right;
   border: 3px #818181 double;}

/*////////// MISC. CLASSES //////////*/

.center {
   text-align: center;}

.clear {
   clear: both;
   font-size: 0;
   line-height: 0;
   height: 1px;}

.calendar {
   text-align: center;
   line-height: 1.2em;
   margin: 0 20px 20px 20px;}
   
/* If you want to highlight a section of text, you can place it within
a div with the box class applied. This will put the contents within
a block with a light gray background and a thin dashed line around it. */

.box {
	background: url('images/quotes.png') no-repeat;
	padding: 0 20px 0 60px;
	margin: 0 40px;}
   
.textboxart {
	/* -- used for the text box that sits inside of the sidebar area --*/
   	background-color: #202020;
	color: #000000;
	padding: 5px;
	margin: 10px 0;
	border: 1px #808080 solid;
	background-image: url('images/wheat.png');
	font-weight: bold;
	font-size: small;
	background-repeat: no-repeat;
}
.sidebarh3white {
	color: #FFFFFF;
	font: bold 16px Georgia, Georgia, serif;
	letter-spacing: 1px;
	line-height: 20px;
	margin: .8em 0;
	text-transform: none;
	text-align: left;
}
.sidebarh3black {
	color: #000000;
	font: bold 16px Georgia, Georgia, serif;
	letter-spacing: 1px;
	line-height: 20px;
	margin: .8em 0;
	text-transform: none;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.sidebarh3teal {
	color: #288086;
	font: bold 16px Georgia, Georgia, serif;
	letter-spacing: 1px;
	line-height: 20px;
	margin: .8em 0;
	text-transform: none;
	text-align: left;
}
.justify {
	text-align: justify;
}
