/*Azzurro Blu Template by PerreLink 2004*/



/*sets left edge background of outer table*/
/*sets right side background of outer table*/
/*main content area*/
#content-table {    
    float:left;
    padding: 3px; /*gives a bit of breathing space between the edge and text*/
    text-align: left; /*re-aligns the text for IE5+*/
    /*font: 11.5pt Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

/*declares the styles for cells paragraphs and lists*/
/*main content area*/
#content-table td,
#content-table p, 
#content-table ul,
#content-table ol {
    /*font: 11.5pt Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    
}

/*styles the content area links*/
#content-table a:link {
    color: #75809E;
    font-size: 12px;
    text-decoration: underline;
}

#content-table a:visited {
    color: #000066;
    font-size: 11.5pt;
    text-decoration: none;
}

#content-table a:hover { color: #146734; font-size: 12px; text-decoration: none }

#content-table a:active {
    color: #636D90;
    font-size: 12px;
    text-decoration: underline;
}

/*heading styles*/
.reviews h1 {
    color: #404174;
    font-size: 14px;
    margin-bottom: -1px;
}

.reviews h2 { color: #146734; font-size: 13px }

.reviews h3{
    color: #75809E;
    font-size: 12px;
}

/*styles for the contact form*/
.reviews form { margin: 0;}

.reviews label, .reviews span.spacer {width:140px;}
/*styles the form fields*/
label { color: #146734; font-weight: bold }
.reviews fieldset{
    padding:10px;
    border : 1px solid #000066;
    margin-bottom : 15px;
    padding : 10px;
}
/*styles the 'contact form' text at top of contact form*/
.reviews legend { color: #146734; font-size: 14px; padding: 10px }
/*This styles a bulleted list*/
.reviews li { color: #146734; list-style-type: circle }

.reviews ol {
    color: #000066;
}

.reviews ul {
    color: #660000;
    list-style-type: square;
}


.review-section{margin-bottom:30px; }

/*IMAGE SECTIONS*/
.review-img-section
{ float:left;
  width:inherit;  
  margin-top:15px;
  margin-bottom:30px;  
}

.review-img-small
{ /*width:118px;*/
    /*height:178px;   */ 
}



/*SECTION 1*/
#img-section1
{ padding-left:20px;
  padding-right:40px;
  margin-left:45px;  
}
#img-section1-table 
{ width:inherit;       
}

.section1-cell
{  width: 150px;      
}


/*SECTION 2*/
#img-section2{}
#img-section2-table{}
.section2-cell
{ width: 300px;      
}          

/*SECTION 3*/
#img-section3{}
#img-section3-table{}
.section3-cell
{ width: 300px;      
}          

/*SECRET OF GOLF*/

#secret-of-golf-section
{  float:left;   
}

#secret-of-golf-img
{  float:left; 
   width:auto;    
   margin-right:10px;
}

#secret-of-golf-text
{  float:right; 
   width:82%;    
   text-align:justify;
}

/*DOUBLE DAY*/
#double-day-img
{  float:left; 
   width:auto;    
   margin-right:10px;
}

#double-day-text
{  float:right; 
   width:69%;    
   text-align:justify;
   padding-top:40px;
}


