body 
{
    font-family:Calibri;
    font-size:12px;
    color:#444444;
    text-align:center;
    background:#fff url("GiddyUpBG.jpg") repeat-x;
    height:100%;
}

    a:link, a:visited              
    { 
      color:#666666;
      text-decoration:underline;
    }
    a:hover, a:active           
    { 
       color:#666666;
      text-decoration:none;
    }
    .white:link, .white:visited              
    { font-size:12px;
      color:#FFFFFF;
      text-decoration:none;
    }
    .white:hover, .white:active           
    { font-size:12px;
      color:#FFFFFF;
      text-decoration:underline;
    }
    
    .giddyup-green:link, .giddyup-green:visited
    {
        color:#669933;
        text-decoration: none;
        
    }
    .giddyup-green:hover, .giddyup-green:active
    {
        color:#669933;
        text-decoration:underline;
        
    }
    .button-orange
    {
        display:block;
        width:165px; 
        height:33px;
        color:#FFFFFF;
        font-size:15px;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        border:0px;
        padding-top:2px;
        background-image:url("button-orange-gloss.png");
        background-repeat: no-repeat;  
    }
    .button-orange:hover
    {
        width:165px; 
        height:33px;
        background-image:url("button-grey-gloss.png");
        background-repeat:no-repeat;
    }
        .button-green
    {
        display: block;
        width:165px; 
        height:33px;
        color:#FFFFFF;
        font-size:15px;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        border:0px;
        padding-top:2px;
        background-image:url("button-green-gloss.png");
        background-repeat: no-repeat;  
    }
    .button-green:hover
    {
        width:165px; 
        height:33px;
        background-image:url("button-grey-gloss.png");
        background-repeat:no-repeat;
    }
    
    .white-header
    {
        color:#FFFFFF;
        font-size:15px;
        font-weight:bold;
    }
    .green-block-container
    {
        float:left;
        width:30%;
        margin-left:auto;
        margin-right: auto;
        
    }
    .green-block
    {
        width:281px;
        background-image:url("green-block.png");
        background-repeat: no-repeat;  
        height:192px;
        padding-top:3px;
        margin-left:auto;
        margin-right:auto;
    }
    .green-block-inner-left
    {
        float:left;
        padding-left:10px;
    }
    .green-block-inner-right
    {
        float:left;
        padding-top:10px;
        width:200px;
    }
    .verticalPadding
    {
        padding: 40px 0px 0px 0px;
    }
    .skinheader, .skinwrapper, .skinfooter 
    {
        margin-left:auto;
        margin-right:auto;
        padding: 0px 0px 0px 0px; 
        text-align: left;
        width:960px; 
    }
    .skinheader
    {
        background-image: url("RoundedTop.png");
        background-repeat: no-repeat; 
        height:29px; 
        line-height: 29px;
        width:960px; 
        display:block;
    }
    .skinfooter
    {
        text-align:-moz-center;
    background-image: url("RoundedBottom.png");
    background-repeat: no-repeat;
    height:29px;
    width:960px; 
    }
    .skinwrapper
    {
      background: url('ContentBG.png') repeat-y;
    }
    .greentext
    {
        font-family:Calibri;
        color:#74903a;
        font-size:12px;
    }
    .container-head
    {
        height: 76px;
    }
    .container-navi
    {
        text-align:center;
        margin-left: auto; 
        margin-right: auto;
        width:100%;
        height:25px;
    }
    .searchtext
    {
        font-weight:bold;
        font-family:Calibri;
        color:#8aa959;
        font-size:14px;
        font-weight:bold;
    }
    .searchbutton
    {
        border:solid 1px #000000;
        background-color:#8aa959;
        font-family:Calibri;
        color:#FFFFFF;
        font-size:12px;
        font-weight:bold;
    }
    .orangetext
    {
        color:#F87217; 
        font-size:15pt; 
        font-weight:bold;
    }
    .greytext
    {
        font-family:Calibri;
        font-size:12px;
        color:#444444;
    }
    .greytext-underline
    {
        font-family:Calibri;
        font-size:12px;
        color:#666666;
        text-decoration:underline;
    }
    .picture-gallery-container
    {
        width:475px;
        clear:both;
    }
    .picture-gallery
    {

        width:106px;
        height:106px;
        float:left;
        border:solid 1px #666;
        margin:2px;
        background-color:#ededed;
    }
    .picture-gallery img
    {
	    padding-top:23px;
    }


