
/* DEFAULTS
----------------------------------------------------------*/

html, body, form
{
  height:100%;
}



body
{
    background: #fff;
    font-size: 14px;
    font-family: Trebuchet MS;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.tblCanvas
{
    width:100%;
    height:100%;
}

a:link, a:visited
{
    color: #00aeef;
    text-decoration:none;
}
a:hover
{
    color: #000;
    text-decoration: underline;
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

hr {border:none; border-top: 1px solid #bdd1ee;}

a img
{border: none;}

p img
{margin: 20px;}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/media/325/BebasNeue-webfont.eot');
    src: url('/media/325/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/334/BebasNeue-webfont.woff') format('woff'),
         url('/media/331/BebasNeue-webfont.ttf') format('truetype'),
         url('/media/328/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 30px;
    color: #e9f7fe;
    font-weight: normal;
    margin: 0px;
  font-family: 'BebasNeueRegular';
}

h1
{
    font-size: 36px;
     color: #696969;
}

h2
{
    font-size: 24px;
    color: #696969;
}

h3
{
    font-size: 20px;
     color: #666;
}

h4
{
    font-size: 18px;
    color: #666;
}

h5
{
    font-size: 16px;
    color: #666;
}

h6
{
    font-size: 14px;
    color: #bdd1ee;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.head
{
 background-color:#3e3e3e; 
 height:15px; 

 }
 
.site_width, .content_width, .mainTable
{
    width: 950px;
    margin: 0px auto;
    padding: 0px;
}
.site_width
{
min-height:400px;
}
.head_bg
{
    height: 100px;
    background: #fff url(images/gradient.jpg) repeat-x top;
}

.top_site
{
    background: #000;
    height: 5px;
}

.banner
{
    background: #000;
    height: 200px;

}
.banner_txt
{
    color: #fff;
    font-size: 18px;
}
.banner_with
{
    width: 850px;
    margin: 0px auto;
}

td.newsCol ul {margin:0px; padding:0px; text-indent:0px;}
td.newsCol ul li{list-style:none; text-indent:0px;}
td.newsCol h4{ font-size:22px; text-transform:uppercase;margin:2px 0px;}
td.newsCol h4 a{color:#000}
td.newsCol p{margin:2px 0px;}


td.footer
{
border-top: 5px solid #666;
  font-size:11px;
  padding-top:10px;
}


/* MENU
----------------------------------------------------------*/

.mainMenu
{
  font-size: 20px;
  color: #000;
  padding-top:15px; padding-bottom:15px; padding-left:0px;
  text-align:left;
  margin:0px;
  margin-top:5px;
  font-family: 'BebasNeueRegular';

}
.mainMenu li
{  
  display: inline-block;
    
}
.mainMenu a
{  
  text-transform:uppercase;
 text-decoration:none;
 color: #fff;
 padding:15px;
 background:#00aeef;
}

.mainMenu a:hover, .mainMenu_Sel a
{  
 text-decoration:none;
 color: #000;
 background:#e2f0f5;
}

.submenu
{
  font-size: 15px;
  color: #000;
  margin:0px;
  padding:0px;
  margin-top:25px;
  font-family: 'BebasNeueRegular';
}
.submenu li
{  
  list-style: none;
  margin-bottom:15px;  
}

.submenu a
{  
  text-transform:uppercase;
 text-decoration:none;
 color: #000;
  padding:5px 10px;
}

.submenu a:hover
{  
 text-decoration:none;
 color: #000;
 background:#e9f7fe;
  padding:5px 10px;
}

/* Contact Form*/

#cultivContact fieldset
{
    width: 425px;
    border: none;
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
}
.formLabel
{
    float: left;
    width: 100px;
}
.inputRow
{
    clear: left;
    vertical-align:top;
    margin-bottom:10px;
}
.inputRowWide
{
    clear: left;
    padding-left: 94px;
}
.inputRowwide span
{
    padding-left: 3px;
}
.errorMessage
{
    color: Red;
    margin-left: 100px;
    clear: left;
}
.errorMessageWide
{
    color: Red;
}
.inputString, .inputArea
{
    border: 1px solid #cdcdcd;
    height: 20px;
    width: 300px;
    padding: 5px;
    font-size: 14px;
    color: #696969;
  }

.inputString,
{

}
.inputArea
{
    height: 200px;
}
.submit
{
    float: right;
}

.formRow, .checkBoxRow, .buttonRow
{
 padding-bottom:10px;
  text-align: right;
}

.formRow input
{
    border: 1px solid #cdcdcd;
    height: 20px;
    width: 200px;
    padding: 5px;
    margin-left: 4px;
    font-size: 14px;
    color: #696969;
}



.tboxForm, .tboxForm_area
{
    border: 1px solid #cdcdcd;
    height: 20px;
    width: 200px;
    padding: 5px;
    margin-left: 4px;
    font-size: 14px;
    color: #696969;
}

/* PRINT  
----------------------------------------------------------*/
.print
{
    display: none;
}


@media print
{

    .print
    {
        display: block;
    }

    .noprint, .footer
    {
        display: none;
    }

    body
    {
        width: 630px;
    }
































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
