﻿/******************************************************
                         Normalize 
*******************************************************/


h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0 }

h1,h2,h3,h4,h5,h6,pre,code 
{ font-size: 100% }

/*ul,ol 
{ list-style: none }*/

address, caption, cite, code, dn, em, strong, th, var
{ font-style: normal; font-weight: normal }

table
{ border-collapse: collapse; border-spacing: 0;}

fieldset, img
{ border: none; }

captions, th
{ text-align: left;}

q:before, q:after
{ content: '';}

/******************************************************
                  General Format Settings
*******************************************************/

A
{
    color: #ff9933;
    text-decoration: underline;
}
A:hover
{
    color: Red;
    text-decoration: underline, overline;
}

/******************************************************
                  Main Container Settings
*******************************************************/
html
{
    text-align: center; 
     background-color: ThreeDDarkShadow;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Arial;
    font-size: 12px;
}
H1
{
   color: #ffffff;
   font-size: x-large;
   font-weight: bold;
   text-align: center;
   padding-bottom: 5px;
}
H2
{
    color: #ff9933;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
}
H3
{
    color: #666666;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    padding-top: 5px;
}

H6
{
    color: #999999;
    font-size: small;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    padding-top: 5px;
}

#ctl00_containerDiv
{ 

  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 1000px;
  background: #000000 url(/img/background_top.jpg) no-repeat 0 0;
  

}



/******************************************************
                Specific Styles
*******************************************************/

#brandingCSS
{
    width: 1000px;
    height: 165px;
}
#brandingCSS .logoCSS
{
    position: absolute;
    height: 150px;
    width: 305px;
    left: 10px;
    top: 10px;
    background: url(/img/logo.png) no-repeat 0 0;
    
}


#brandingCSS .coffeeCSS
{
    position: absolute;
    width: 150px;
    height: 110px;
    top: 30px;
    right: 50px;
    margin: 0 auto;
    background: url(/img/to-order-coffee.gif) no-repeat 0 0;
}

#brandingCSS .coffeeCSS img
{
    position: absolute;
    width: 150px;
    height: 110px;
    top: 0px;
    right: 0px;
    margin: 0 auto;
}


/*******************************************************
 --- MAIN NAV --- MAIN NAV --- MAIN NAV --- MAIN NAV ---
********************************************************/

#mainNavCSS
{
    width: 100%;
    height: 45px;
    left: 0px;
    margin:0 auto;
    text-align: center;
    
}

#mainNavCSS UL
{
    margin:0 auto;
padding:0;
margin:0;
list-style-type:none;
       
}

#mainNavCSS LI
{
    float: left;
    width: 194px;
    height: 45px;
    margin-left: 5px;
    background: url(/img/button_off.gif) no-repeat 0 0;
    
    text-align: center;
    text-decoration: none;
}

#mainNavCSS A
{
    color: White;
    font: Arial;
    text-decoration: none;
    font-size:  medium;
    font-weight: bold;
    text-align:center;
}



#mainNavCSS A:HOVER
{
   color: #ff9933;
   
}

.mainImageSmall
{
    height: 16px;
    width: 1000px;
    background: url(/img/main_image_small.png) no-repeat 0 0;
    
}

.mainImage
{
    height: 251px;
    width: 1000px;
    background: url(/img/main_image.jpg) no-repeat 0 0;
    
}



/*******************************************************
 --- COMPANY INFO --- COMPANY INFO --- COMPANY INFO --- 
********************************************************/
#companyInfoCSS
{
    clear: both;
    width: 100%;
    height: 55px;
    background: #000000 url(/img/bottom_bar_background.gif) repeat-x 0 0;
    
}

#companyInfoCSS UL
{
    color: #ff9933;
    font: Arial;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    list-style: none;
padding:0;
margin:0;
list-style-type:none;
}

#companyInfoCSS LI
{
    float: left;
    width: 20%;
    margin-top: 3px;

}



#CopyrightInfoCSS
{
    font-size: xx-small;
    text-align: center;
    width: 100%;
    color: #666666;
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000000;
}
#CopyrightInfoCSS A
{
    color: #666666;
}



/******************************************************
                Main Page Areas
*******************************************************/


#pageBlurbs
{
    z-index: 1;
    width: 100%;
    height: 195px;
    left: 0px;
    margin:0 auto;
    text-align: center;
    margin-top: 20px;

}

#pageBlurbs UL
{
margin:0 auto;
padding:0;
margin:0;
list-style-type:none;
}

#pageBlurbs LI
{
    float: left;
    width: 293px;
    height: 195px;

    margin-left: 28px;
    background: url(/img/rounded_black_background.png) no-repeat 0 0;
    text-align: center;
    text-decoration: none;

}

#pageBlurbs A
{
    color: red;
    font: Arial;
    text-decoration: none;
    font-size:  x-small;
    float: right;
    text-align:right;
    margin-right: 15px;
}

#pageBlurbs img
{
    float: left;
    border: 0px;
}

#pageBlurbs H1
{
    color: #ff9933;
    font-size: large;
    font-weight: normal;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

#pageBlurbs H3
{
    color: #666666;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
}









#pageContentCSS
{
    margin:0 auto;
    width: 900px;
    height: 100%;
    margin-top: auto;
    margin-bottom: 35px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffcc;
    
}


#Updating
{
    Position: absolute;
    z-index: 10;
    width:98%;
    height:98%;
    left: 1%;
    top: 1%;
    background-color:Gray;
    /*filter:alpha(opacity=90);
    opacity:0.9;*/
    font-size: xx-large;
    text-align: center;
    vertical-align: middle;

}



/*******************************************************
 --- Columns --- Columns --- Columns --- Columns ---
********************************************************/

.singleCol
{
    margin-top: 0px;
    margin-bottom: 10px;
    width: 30%;
    float: left;
    margin-right: 1.4%;
    padding-left: 5px;
    padding-right: 5px;

    border: 1px solid black;
    height: 200px;
}


.doubleCol
{
    background-color: red;
    width: 64.2%;
    margin-top: 10px;
    float: left;
    margin-right: 2.4%;
}

.tripleCol
{
    background-color: red;
    width: 97.6%;
    margin-top: 10px;
    float: left;
    margin-right: 2.4%;
}


/*******************************************************
 --- Control Classes (basic applied to all)
********************************************************/

.btn {
  color:#000000;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#FFFFFF;
  border: 1px solid;
  border-color: #000000;
  padding-left: 1px;
  padding-right: 1px;
  height: 18px;
}
.txt {
  color:#000000;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#FFFFFF;
  border: 1px solid;
  border-color: #000000;
    padding-left: 1px;
  padding-right: 1px;
  height: 16px;
}



