/*
############################################################################################ 
 # default colors #
 
 dark gray: 	#4c4c4c;
 lighter gray:  #7f7f7f;
 light gray:    #b2b2b2;
 
 orange:		#ff9933;
 darker orange:	#ff9900;
 
 dark red:		#cc0000;
 ############################################################################################*/ 


/* div tagsī style */

#divContainerLeft
{
float:left;
width:385px;
margin-top:5px;
}

#mainNav
{
width:375px;
height:195px;
margin-top:5px;
}

#slideShow
{
width:375px;
height:250px;
margin-top:15px;
}

#logo
{
width:375px;
height:70px;
margin-left:2px;
margin-top:5px;
}

#genNav
{
width:375px;
height:60px;
margin-top:5px;
}


#divContainerRight
{
float:left;
width:570px;
margin-top:5px;
margin-left:3px;
}

#subNav
{
width:560px;
height:50px;
margin-top:20px;
}

#banner
{
width:560px;
height:75px;
margin-top:30px;
}

#content
{
width:560px;
margin-top:35px;
}

#bottomNav
{
clear:both;
width:935px;
margin-top:35px;
}


/* general style */

body,td,th {
	color:#4C4C4C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	text-align:justify;
}

body img {
	border:none;
}

body a, body p {
	text-decoration:none;
	color:#4c4c4c;
}


a:visited, a:link {
	color:#FF9933;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
	color:#FF9933;
}

h1 {
	color:#FF9933;
	font-size:14px;
	font-weight:none;
	
}

h2 {
	font-size:12px;
	font-weight:bold;
	color:#FF9933;
}

h3 {
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
}

h4 {
/* hotel name */
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
}

em, em:link {
	color:#CC0000;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}

.current {
	font-weight: bold;
	text-decoration: none;
}

.bold {
	font-weight: bold;
	text-decoration: none;
}
.redsmallcaps {
	color:#CC0000;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	padding-top:10px;
}


.top {
	text-align:right;
}

td.bottomBorder{
	border-bottom-color:#B2B2B2;
	border-bottom-style:dotted;
	border-bottom-width:thin;	
}


/* golf style */

h1.golf {
font: Verdana, Arial, Helvetica, sans-serif;
color:#3366cc;
font-size:14px;
font-variant:small-caps;
padding: 0 0 0 0;
}

h2.golf {
font: Verdana, Arial, Helvetica, sans-serif;
color:#66cc33;
font-size:14px;
padding: 0 0 0 0;
}

p {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

p.address {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-variant:small-caps;
}

p.description {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
}

ul {
padding-left:15px;
padding-top:5px;
}



/* mainNav style */

#mainNav {
	display: block;
	font-size: 12px;
}
#mainNav ul {
	list-style-type: none;
}
#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	font-weight: bold;
}

/* genNav style */

#genNav {
	text-align:right;
}

#genNav a:link, #genNav a:visited {
	color:#7F7F7F;
	text-decoration:none;
}

#genNav a:hover, #genNav a:active {
	text-decoration:underline;
}

/* bottomNav style */

#bottomNav {
	font-size: 10px;
	text-align:center;
}

#bottomNav a:link, #bottomNav a:visited {
	color:#7F7F7F;
	text-decoration:none;
}

#bottomNav a:hover, #bottomNav a:active {
	color:#7f7f7f;
	text-decoration:underline;
}

/* subNav style */

#subNav {
	text-decoration: none;
}

#subNav a:link, #subNav a:visited {
	color:#FF9933;
	text-decoration:none;
}

#subNav a:hover, #subNav a:active {
	color:#FF9933;
	text-decoration:underline;
}


