﻿/* ELEMENT SELECTORS */

a 
{ 
    color: #749F30;
    background-color: #FFFFFF; 
}

body
{
    height: 100%;
    width: 100%;
    text-align: center;  
    margin: 0px auto 0px auto;  
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    color: #749F30;
}

div
{
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;   
}

form
{
    width: 737px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

img 
{
    border-style: none;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/* ID SELECTORS */

#content
{
    width: 737px;
    overflow: visible;
}

#footer 
{
    clear: both;
    width: 100%;
    padding: 8px 0px 10px 0px;
}

#footerheading 
{
    clear: both;
    width: 100%;
    margin-top: -2px;
}

#leftcolumn 
{
    width: 393px;
    float: left;
}

#logoadbar
{
    position: relative;
    width: 737px;
    height:  100px;
    background-image: url(../images/HeaderSlice.gif);
    background-repeat: repeat-x;
}

#navheader
{
    width: 737px; 
    text-align: center;
    margin: 0px auto 0px auto;         
}

#tribar
{      
    padding-bottom: 1px;
    text-align: center;
    width: 737px;
}

#tribarleft
{
    width: 205px;
    margin-left: -3px;
}

#rightcolumn 
{
    width: 337px;
    float: right;    
}

/* CLASS SELECTORS */

.bullets
{
    color: #000000;
    font-size: 8pt;    
}

.fullheight
{
    height: 100%;   
}

.fullwidth
{
    width: 100%;
}

.grayborder
{
    border: solid 1px #CACACA;
}

.graybordernotop 
{        
    border-top-style: none;
    border-right: solid 1px #CACACA;
    border-bottom: solid 1px #CACACA;
    border-left: solid 1px #CACACA;
}

.GreenBox
{
 background-image: url(../images/MidGreenBox.gif);
 background-repeat: repeat-x;
 border-top: solid 1px #A7CB58;
 height: 27px;
 color: #FAFAFA;
 font-family: Verdana, Tahoma, Arial, Sans-Serif;   
}

/* adjust width of left column by manipulating widths in left, leftcolumn, and leftcolumnheading */
.left 
{
    width: 393px;
    overflow: hidden;
}

/* Note: leftcolumnheading is 2px narrower than leftcolumn or left to compensate for border */
.leftcolumnheading 
{
    width: 391px;
    height: 27px;
}

.container_panel
{
    margin: 0px 0px 4px 0px;
}

.price
{
    font-size: 1.3em;
    font-weight: 700;       
}

/* adjust width of right column by manipulating widths in right, rightcolumn, and rightcolumnheading */
.right 
{
    right: 1px;
    width: 337px;
}

/* Note: rightcolumnheading is 2px narrower than rightcolumn or right to compensate for border */
.rightcolumnheading 
{
    width: 335px;
    height: 27px;
}

table.noborder
{
    border-style: none;  
}

td.noborder
{
    border-style: none;  
}

.tribarouter
{
    width: 205px;   
}

.tribarmid
{
    width: 260px;
}

.validate
{
    color:Red;
    font-size:.8em;
}

/* ################################## */
/* ####  SECTION HEADER CONTROL   ### */
/* ################################## */

.headerText
{
    font-weight:bold;
    color:White;
    font-size:14px;
    font-family:Verdana, Sans-Serif;
    padding-left:15px;
    line-height:27px;
}

.sectionHeadMain
{
    height:27px;
    background:#9AC14A url(../Images/SectionHeadings/SectionHead_bkgr.gif) repeat-x center;
    text-align:left;
    position:relative;
    border: solid 1px #CACACA;
}

.sectionHeadLeft
{
    top:0px; 
    left:0px; 
    width:3px; 
    height:27px; 
    position:absolute;
    background:url(../Images/SectionHeadings/SectionHead_left.gif) no-repeat center;
}

.sectionHeadRight
{
    top:0px; 
    right:0px; 
    width:3px; 
    height:27px; 
    position:absolute;
    background:url(../Images/SectionHeadings/SectionHead_right.gif) no-repeat center;

}
