﻿body
{
    background-position: center top;
    background-attachment: fixed;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial, Helvetica;
     line-height: normal;
}

	A {
		text-decoration: none;
		color: #0000FF;
		border:none;
			}

	A:Hover {
		text-decoration: none;
		color: red;
		/*color: #B5975B;*/
	}
	a:visited { 

	}
	a img {border:none;}
table
{
       font-size: 12px;
    color: black;
    font-family: Verdana, Arial, Helvetica;
}
#layoutCenterDiv{   margin:0 auto;
    width: 772px;

    padding-left: 6px;
}
.welcomeText{
    color: white;
    padding-left: 10px;
    float:left;
}
.topPhoneNumber{
    color: White;
    padding-right: 10px;
    float:right;
}
#topMessageContainer{
 width: 569px;
 float:right;
 margin-bottom: 5px;   
}

#secondLevelLayout{
    background-color: white;
    width: 772px;
}
#topLogoDiv{
    float: left; 
    width: 203px;
}
#layoutLowerHeaderLeft{ 
    width: 528px;
    float: left;
}
#layoutLowerHeaderRight{ 
    width: 235px;
    float: right;
    margin-right:4px;
    text-align:right;
}


div#left {
    float: left;
    width: 522px;
    padding: 4px;
    border-right:  2px solid #77B1F1;

}

div#right {
    float: right;
    width: 227px;
    margin-top: 4px;
    margin-right: 6px;
    
    
   
}

div#subRight {
    float: right;
    width: 227px;
    margin-top: 4px;
    margin-right: 6px;
    
   
}

#moreSearchOptions
{
    padding-bottom:6px;
    font-size: 10px;
}

.resForm
{
    
}
.t {Clear: both; background: url(images/dot.gif) 0 0 repeat-x; width: 224px; }
.t2 {Clear: both; background: url(images/dot.gif) 0 0 repeat-x; width: 500px; }
.t3 {Clear: both; background: url(images/dot.gif) 0 0 repeat-x; width: 100%; }
.b {background: url(images/dot.gif) 0 100% repeat-x }
.l {background: url(images/dot.gif) 0 0 repeat-y; }
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat;}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px} 


.resFormDropDownSleeps
{
    font-size: 11px;
    border: 1px solid #008080;
    width:98px;
}  

.commnetFormDropDown
{
    font-size: 11px;
    border: 1px solid #008080;
    width:160px;
}  
.resFormDropDownLocation
{
    font-size: 11px;
    border: 1px solid #008080;
    width:98px;
}
.resFormDropDowns
{
    font-size: 10px;
    background-image: url(http://www.sugsands.com/images/textBoxBgImage.gif);
    border: 1px solid #008080;
    width:120px;
    
}

.resFormTextbox
{
	background-image: url(http://www.sugsands.com/images/textBoxBgImage.gif);
	border: solid 1px #7F9DB9;
	padding: 2px;
	width:92px;
	font-size: 11px;
}
.commnetFormTextbox
{
	background-image: url(http://www.sugsands.com/images/textBoxBgImage.gif);
	border: solid 1px #7F9DB9;
	padding: 2px;
	font-size: 11px;
	width:154px;
}
.resFormDComplexDropdown
{
    font-size: 11px;
    width:204px;
    margin-top: 4px;
    font-weight:normal
}

div#commentForm 
{
    margin: 0px 0px 0px 0px;  
    display: none;
    }
.checkboxStyle
{
   font-size: 10px;
   margin-left: -6px;
    
}

.input
{
    background-color:Red;
}

.resFormSort
{
    font-size: 11px;
    border: 1px solid #008080;
}

#moreOptionsSpacer
{
    display: none;
   
}
.ListResults{
cursor: pointer; 
border: 1px solid white;
background-color:#ECF2FD;
}
.ListResultsOver
{
    border: 1px solid black;
    cursor: pointer;
background-color: #E4EBF1;
}

.specialOffersDates
{
    font-size: 10px;
    float:right;
}
.specialOffersSeeAll
{
    float:right;
}

#subLeftPanel
{
   padding-left:6px;
   padding-right:6px;
}
.golfImages
{
    padding-right:6px;
}
.specialOffersDatesVertical
{
    font-size: 10px;
    }

.HighlighText
{
    font-size: 15px;
    font-weight:bold;
    font-family:Arial;
    color:#344A8D
}
.HighlighTextVP
{
    font-size: 15px;
    font-weight:bold;
    font-family:Arial;
    color:#344A8D;
    width:150px;
    float:left;
}

.HighlightSmall
{
    font-size: 13px;
    font-weight:bold;
    color:#344A8D
}
.Cold
{
    font-size: 9px;
}
.Warm
{
    font-size: 9px;
}
.Normal
{
    font-size: 12px;
}


/* Photo-Caption PZ3 CSS (The Good Stuff) */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #000000;
margin: 0 5px 5px 0;
padding: 4px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img
{

padding: 4px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;

top: -264px;
left: 1px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


/* End Photo-Caption Zoom CSS */ 

.rateTable
{
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    border: solid 1px #77B1F1;
  border-collapse: collapse;
      }
.rateTD
{
  border: solid 1px #77B1F1;

      }
.associationList 
{
/*  list-style-image: url('http://www.sugsands.com/images/arrow.gif');*/
}
#contentPlaceholder2
{
    margin-left: 4px;
    
}

#subRightGolf {
    float: right;
    width: 227px;
    margin-right: 6px;
    
   
}
h8{ height:40px; font-size:20px; margin-top:10px; margin-bottom:10px; font-weight:bold; font-size:22px;   text-align:center;} 
h8 a{ display:block; line-height:40px; border:solid 1px #ffffff;}
h8 a:hover{text-decoration: none;  border:solid 1px #007ed2;}

.menuClass
{
    border: none;
    text-decoration:none;
    }
