html { height: 100%; }

body
{
   margin: 0px;
   font: 11pt/14pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

p 
{ 
	font: 11pt/14pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1
{
   margin-top: 0px;
   color: #000;
   font: 2.1em/1em Arial, Helvetica, sans-serif;
   font-weight: bold; 
   margin-bottom: 12px;
}

h2
{
   margin-bottom: 12px;
   margin-top: 0px;
   color: #000;
   font: 1.75em/1em Arial, Helvetica, sans-serif;
   font-weight: bold; 
}

h3
{
   margin-bottom: 0px;
   margin-top: 0px;
   color: #000;
   font-size: 1.25em;
}


ul
{
    font: 11pt/14pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}

td
{
   vertical-align: top;
}

td.fieldname
{
   text-align: right;
   font: 11pt/14pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   margin-right: 5px;
   padding 5px 5px 5px 5px;
}

tr
{
   vertical-align: top;
   /*border: 1px solid black;*/
}


hr
{
   color: #b45d16;
}

#container
{
   /*background-color: #818689;*/
}

#container2
{
   /*background-color: #bcbfc0;*/
   margin-right: 175px;
}

#header
{
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 160px;
   background-image: url(Images/HeaderSlice.jpg);
}

#header2
{
   padding: 0px;
   margin: 0px;
   width: 600px;
   height: 160px;
   background-image: url(Images/Header.jpg);
}

#headermenu
{
   position: relative;
   top: 135px;
   left: 200px;
   width: 675px;
   padding: 2px 2px 2px 2px;
}

#breadcrumb
{
   background-color: #202020;
   color: White;
   padding: 3px;
   font-size: 10px;	
   padding-left: 5px;
}

#breadcrumb a
{
   color: Yellow;
}

#footermenu
{
   text-align: center;
   padding-top: 10px;            
}

#footertext
{
   text-align: center;
   padding-top: 3px;
   color: #FFF          
}

#bannerbox
{
   /*border: solid 1px #c35308;
   background-color: #e1e1e1;*/
   margin-top: 10px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 5px;
   text-align: center;
   background-image: url(Images/LogoBanner.gif);
   width: 92px;
   height: 120px;
}

#bannerbox a
{
   font-size: 0px;
   text-decoration: none;
   color: black; 
}

#loginbox
{
   position: absolute;
   top: 16px;
   right: 10px;
   width: 165px;
   height: 80px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
}

#loginbox input
{
   /*color: black;
   border-color: white;
   background-color: #CCC;*/
   font-size: 10px;
}

#themeselector
{
   position: absolute;
   text-align: right;
   top: 100px;
   right: 10px;
   width: 175px;
   height: 100px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
}

#themeselector select
{
   color: white;
   background-color: #535643;
   font-size: 16px;
} /* #fff e67451 */

.themeselectorlabel
{
   color: #fff;
   font-family: Arial, Serif;
   font-size: 16px;
   font-weight: bold;        
}/* 7f462c */

#welcomebox
{
   font-size: 12px;
   text-align: right;
}

#footer
{
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 50px;
   background-image: url(Images/FooterSlice.jpg);   
} 
/*visibility: hidden;*/

#leftcol {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 200px;
	background-color: #BBCCAA;
	font-size: 10px;
}

#leftcol div.text
{
   padding: 6px 6px 6px 6px;
   text-align: justify;
}

#leftcol div.alternatetext
{
   padding: 6px 6px 6px 6px;
   background-color: #e1e1e1;
   text-align: justify;
}

#leftcol div.sectiontitle, #leftcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

#centercol
{
   position: relative;
   margin-left: 200px;
   padding: 0px;
   background-color: #e4e3c4;
   overflow: auto;  
   min-height: 600px; 
}

/*height: 100%;
    min-height: 600px;
   max-height: 2000px;*/
   /*min-height: 500px; took out 1/13/15*/

#centercolcontent
{
   padding: 15px 6px 15px 6px;
}

#centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span
{
   font-weight: bold;
   font-size: larger;
   color: #b45d16;
}

#centercolcontent div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

#rightcol
{
   position: absolute;
   top: 160px;
   right: 0px;            
   width: 175px;
   color: White;
   background-color: #BBCCAA;
   font-size: 10px;
   text-align: left;
}

#profilesbox
{
   padding-left: 5px;
   padding-top: 2px;
}

a.profiles
{
   padding-left: 15px;
   font: 1.12em/1.65em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/*606060*/
#profilesbox h1
{
   margin-bottom: 5px;
   color: #003300;
   font-size: 1.35em;
   font-weight: bold;
   padding-top: 0px
}


#rightcol div.text
{
   padding: 6px 6px 6px 6px;
}

#rightcol div.sectiontitle, #rightcol .sectiontitle span
{
   padding: 0px 6px 6px 3px;
   background-color: #706a6a;
   color: #f7b76b;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

.footermenulink
{
   font-family: Arial, Serif;
   font-size: 13px;
   font-weight: bold;
   text-transform: uppercase;        
}

.footermenulink a
{
   text-decoration: none;
   color: black; 
}

.footermenulink a:hover
{
   color: white; 
}

.headermenulink
{
   font-family: Impact;
   font-size: 18px;
   text-transform: uppercase;        
}

.headermenulink a
{
   text-decoration: none;
   color: black; 
}

.headermenulink a:hover
{
   text-decoration: underline overline;
   color: white; 
}

.highlight
{
   background-color: #fefbd2;
   color: #000080;
}

.highlightcity
{
   background-color: #df2e05;
}

.highlightstate
{
   background-color: #f4c977;
}

.highlightcountry
{
   background-color: #818689;
}

.articlebox
{
   background-color: #BBCCAA;
   color: #334433;
   border: solid 1px #334433;
   padding: 6px 6px 6px 6px;
   font-size: 1em;
}

.articletitle
{
   font-size: 18px;
   font-weight: bold;
   color: #554433;
   text-decoration: none;
}

.articleabstract
{
   padding-top: 8px;
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}

.pollbox
{
   font-size: 11px;
}

.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color: red;
   font-size: 4px;   
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}

.newsletterbox
{
   font-size: 11px;
}

.newsletterboxcontent
{
   padding: 6px;
}

.postinfo
{
   background-color: #f9eaa6;
   font-weight: bold;
   text-align: center;
}

.posttitle
{
   padding: 3px;
   margin-bottom: 10px;
   background-color: #f09d35;
   color: black;
   font-weight: bold;
}

.postbody
{
   padding: 3px;
}

.shoppingcartbox
{
   font-size: 11px;
}

.shoppingcartboxcontent
{
   padding: 6px;
}

