﻿

@import 'Reset.css';
@import 'Typography.css';
@import 'IE.css';

/*IE6 PNG Fix*/

img, .Logo
{
    behavior: url(/Scripts/iepngfix.htc);
}

/*///FF Jump Fix///*/

html
{
    min-height: 100% !important;
    margin-bottom: 1px !important;
}



/*Fixes yellow field caused by the Google tool bar.  FireFox only*/

input[type="text"] /* To keep form fields consistent */
{
    background: #f0f0f0 !important;
}



body
{
    background-color: #4d4c3a;
}



.ClearFix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* Hides from IE-mac \*/

* html .ClearFix
{
    height: 1%;
}

/* End hide from IE-mac */



.Clear
{
    clear: both;
    font-size: 1px;
}



*:focus
{
    outline: none;
}



.Bold
{
    font-weight: bold;
}



.Italic
{
    font-style: italic;
}


.Center
{
    text-align: center !important;
    margin: 0 auto !important;
}


.AlignLeft
{
    text-align: left !important;
}



.AlignRight
{
    text-align: right !important;
}



/* float an Image Right*/

.ImageRight
{
    float: right;
    padding-left: 7px;
}



/* float an Image Left*/

.ImageLeft
{
    float: left;
    padding-right: 7px;
}


/*///Layout/////*/

.Wrapper
{
    width: 960px;
    margin: 10px auto 20px auto;
    border: solid 8px #6b695a;
    background-color: #fff;
}

.Header
{
    background: url(Images/HeaderBg.jpg) top left no-repeat;
    width: 960px;
    height: 118px;
    text-align: left;
}

.Logo
{
    background: url(Images/Logo.png) top left no-repeat;
    width: 119px;
    height: 118px;
    display: block;
    cursor: pointer;
}


.MainNav
{
    width: 960px;
    height: 33px;
    background: url(Images/MainNavBg.png) top left no-repeat;
}


.LeftNav
{
    width: 630px;
    height: 33px;
    float: left;
}

.RightNav
{
    width: 320px;
    height: 33px;
    float: Right;
}

.Content
{
    width: 940px;
    margin: 20px auto;
}

.PageTitle
{
    margin: 0px;
}


.PageTitle h2
{
    border-bottom: solid 1px #ccc;
    padding-bottom: 2px;
    font-size: 1.6em;
    margin: 0 0 8px 0;
}


.HomeLeftCon
{
    width: 625px;
    float: left;
}

.LeftCon
{
    width: 595px;
    float: left;
    padding: 0px 10px;
    text-align: left;
}


.LeftCon p
{
    margin: 0 12px 10px 0px;
    padding-right: 10px;
}

.LeftCon ul
{
    margin-left: 50px;
}

.LeftCon ol
{
    margin-left: 30px;
}

.LeftCon li
{
    margin-bottom: 10px;
}

.LeftCon h3
{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #4E731E;
}


.RightCon
{
    width: 304px;
    float: right;
}

.OneColumn
{
    width: 900px;
    margin: 0 auto;
}

.Footer
{
    width: 960px;
    margin: 0 auto;
    color: #ccc;
}

.EventDate
{
    background: url(Images/CCGInfo.png) top left no-repeat;
    width: 304px;
    height: 98px;
}

.EventDate h2 span
{
    display: none;
}


.SideSeparator
{
    background: url(Images/SideSeparator.png) top left no-repeat;
    width: 304px;
    height: 19px;
}

/*////// Newsletter Container////// */
.NewsLetterCon
{
    width: 304px;
    background-color: #dedbcb;
}

.NewsLetterCon h2
{
    width: 304px;
    height: 29px;
    background: url(Images/NewsLetterHeader.png) top left no-repeat;
    font-size: 12px;
}

.NewsLetterCon h2 span
{
    display: none;
}

.NewsLetterTable
{
    width: 290px;
    margin: 10px auto 10px auto;
}

.NewsLetterTable td
{
    height: 20px;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}

.NewsLetterTextBox
{
    font-size: 11px;
    height: 11px;
    width:75%;
}


/*
.NewsLetterCon table
{
    width:260px;
    margin:0 auto 20px auto;
}


.NewsLetterCon td
{
    height:30px;
}
*/

.BtnSignUp
{
    background: url(Images/BtnSignUp.png) top left no-repeat;
    width: 111px;
    height: 31px;
    border: solid transparent 1px;
}


table.NewsRotatorBg
{
    background: url(Images/NewsRotatorBg.png) top left no-repeat;
    width: 393px;
    height: 59px;
    position: relative;
    top: 240px;
    left: 220px;
}

table.NewsRotatorBg td
{
    vertical-align: middle;
    padding: 0 0 5px 5px;
}


.NewsRotatorBg h2
{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #fff;
}

/*/////Live Validation Styles///////*/
.LV_validation_message
{
    font-weight: bold;
    margin: 0 0 0 5px;
}

.LV_valid
{
    color: #00CC00;
}

.LV_invalid
{
    color: #CC0000;
}

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active
{
    border: 1px solid #00CC00;
}

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active
{
    border: 1px solid #CC0000;
}


.VoucherProcessHeader
{
    text-align: left;
}

.VoucherProcessHeader h3
{
    border-bottom: solid 1px #ccc;
    padding-bottom: 3px;
}


.CustomerTable
{
    width: 275px;
    margin: 0 auto;
}

.CustomerTable td
{
    height: 25px;
}


.ThanksGivingBg
{
    background: url(Images/ThanksGivingBg.png) top left no-repeat;
    width: 306px;
    height: 282px;
    margin-top: 10px;
    float: left;
}


.ThanksGivingBg p
{
    text-align: left;
    line-height: 18px;
    padding: 0 10px;
}


.SorensonBg
{
    background: url(Images/SorensonBg.png) top left no-repeat;
    width: 306px;
    height: 282px;
    margin-top: 10px;
    float: right;
}

/*
.SorensonBg h2
{
    margin-top: 60px;
    font-size: 16px;
    padding: 10px 10px 0 10px;
    text-align: left;
    font-weight: bold;
}*/

.SorensonBg p
{
    text-align: left;
    line-height: 18px;
    padding: 0 10px;
}


.FeaturedSponsor
{
    width: 625px;
    height: 82px;
    margin-top: 10px;
}


.FeaturedPhoto
{
    background: url(Images/FeaturedPhoto.gif) top left no-repeat;
    width: 304px;
    height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.FeaturedPhotoCaption
{
    background-color: #f0f0f0;
    width: 304px;
    height: 20px;
}

.SorensonTable td
{
    vertical-align: top;
    padding: 5px;
}

.HoleInOneBanner
{
    background:url(Images/HoleInOne2.jpg) top left no-repeat;
    width:820px;
}


.HoleInOneTable
{
    margin: 0 auto;
    position: relative;
    top: 410px;
}

.HoleInOneTable td
{
    padding: 3px;
}

.TicketTable
{
    border: solid 1px #000;
    position: absolute;
    top: -792px;
}

.TicketTable td
{
    border: solid 1px #000;
}

.SectionTitleBg
{
    background:url(Images/SectionTitleBg.gif) top left no-repeat;
    width:595px;
    height:27px;
    margin-bottom:10px;
    margin-top:8px;
}

.SectionTitleBg h3
{
    padding:5px 0 0 2px;
    margin:0px;
    color:#842100;
}

.PlayerTable
{
    background:url(Images/PlayerGrad.gif) top left no-repeat;
    width: 100%; /* 595px; */
    border-collapse:collapse;
    
}

.PlayerTable td
{
   padding:5px 5px 5px 10px;
   vertical-align:top;
}

.PlayerTable td h2
{
    font-size:18px;
    font-weight:bold;
}

.PastResultsTable
{
    border:solid 1px #ccc;
    border-collapse:collapse;
}

.PastResultsTable th
{
    background-color:#88a168;
    color:#fff;
    text-align:center;
    font-weight:bold;
}

.PastResultsTable td
{
    border:solid 1px #ccc;
    padding:3px;
    text-align:center;
}

/*//////Drop Shadow//////////*/

.DropShadow
{
    float: left;
    clear: left;
    background: url(Images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
    width: 160px;
    padding: 0px;
}
.InnerBox
{
    position: relative;
    bottom: 6px;
    right: 6px;
    border: 1px solid #999999;
    padding: 4px;
    margin: 0px 0px 0px 0px;
}
/*
.innerbox{*/
/* IE5 hack */
/*\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}*/

/*
.InnerBox p
{
    font-size: 14px;
    margin: 3px;
}*/

