/* @override http://enjoycadizgolf.com/css/layout.css */

/* @override http://enjoycadizgolf.com/css/layout.css */

/* @override http://enjoycadizgolf.com/css/layout.css */

/* @override http://www.enjoycadizgolf.com/css/layout.css */

/* @override http://enjoycadizgolf.com/css/layout.css */

/* @override http://enjoycadizgolf.com/css/layout.css */

/* @override http://www.enjoycadizgolf.com/css/layout.css */



/*----------------------------------------------

stylesheet for enjoycadizgolf.com
built and designed by Dan Winer - www.vidamedia.es




STYLE NOTES
-----------
rounded corner radius= 15px
default font colour= 0e1b2b


*/






body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #0e1b2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #186091;
	letter-spacing: 1px;
}

#outer {
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 0;
		background-color: #186091;

}

#container {
	width: 950px;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	background-position: left top;	
} 








/*  = META Navigation - site search, change languages, site map etc. 
------------------------------------------------------------------------*/

.metadiv {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
}
.metainfo {

	text-align: center;
}

.metapagetitle {
	color: #0365a4;
	padding-top: 58px;
	padding-left: 5px;
}




/* 
= HEADER stuff
--------------------------------------------------------------*/

#topheader {
	background-image: url(../images/topheader_rounded2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 950px;
}
#header {
	padding: 0;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#headerimg {
	float: right;
	padding-right: 30px;
	padding-bottom: 20px;
}

#headerimg img {
width:700px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/* = LANG LINKS 
############*/

.langlinks {
	float: left;
	}

#sitesearch ul {
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sitesearch li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sitesearch li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#sitesearch li a.active, #sitesearch li a:hover {
	color: #636363;
}



/* = LEFT
------------------------------------------------------*/
#left {
float:left;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}





/* = NAVIGATION
----------------------------------------------------------*/
/*
.nav, .topnav, .bottomnav {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #194466;
} 


.topnav {
	margin-top: 20px;
}
*/

.navcontainer {
	width: 220px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.navcontainer img {
padding:0px;
}


.topnav, .bottomnav {
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: 28px;
}

.bottomnav {
}

.nav {
	width:200px;
	background-color: #76c4e0;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.nav ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav li a {
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 1.2px;
	display: block;
	color: #fff;
	width: 163px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0365a4;/*
	background-image: url(../images/nav_link.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	*/
	border-left-width: 8px;
	border-left-style: none;
	border-left-color: #186091;
	background-image: url(../images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	margin: 0px 0px 4px 2px;
	padding: 8px 0px 1px 15px;
}

.nav li a:hover {
	color: #0e1b2b;
	background-color: #8bcfe8;/*
	background-image: url(../images/nav_link_hover.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	*/
	background-image: url(../images/menuarrow-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.nav li li a {
	font-size: 13px;
	width: 158px;
	padding-left: 20px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
text-align: left;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: normal;
	padding-top: 0;
	padding-bottom: 4px;
	margin: 0 0 5px;
	color: #efefef;
}

.nav li li a:hover {
}

.nav li li li a {
	font-size: 13px;
	background-image: url(../images/menuarrow_sub.gif);
	background-position: left center;
	text-align: right;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	padding-bottom: 10px;
}


/*---------------------------------------------------------*/

/* 
Sign up for the newsletter
-------------------------------------
*/

.newsletter {
	margin-top: 20px;
}

.newsletter h3 {
	text-align: left;
	padding-right: 5px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}







/*---------------------------------------------------------------
= CONTENT
---------------------------------------------------------------*/

#content {
	width: 950px;
	margin: 0px;
	padding: 0px;
		}

#mainContent {
	margin-left: 230px;
	padding: 0px 0 0px 0px;
}
#mainContent p {
}


a {
color:#186091;
}

a:hover {
color:#59a5c9;
}
 

#footer {
	padding: 0;
	margin: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 104px;
	overflow: hidden;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer_inner {
	padding-top: 70px;
	padding-left: 20px;
}

.footer_inner, .footer_inner a {
	font-size: 9px;
}

/*
= NEWS
----------------------------------------------------------------*/

.newscontainer {
	float: left;
	width: 700px;
	background-image: url(../images/news_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 30px;
}


.newscontainer a {
color: #186091;
}


.newscontainer h2 {
	background-color: #77c4e0;
	padding-top: 2px;
	padding-left: 3px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.newscontainer h2 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}


.newscontainer h2 a:hover {
	background-color: #6eccee;
}


.newspadding {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.news_title {
	background-image: url(../images/newstitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 67px;
	width: 695px;
	padding-top: 10px;
}

.news_summary {
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.summaryimg {
	float: right;
	
}

.summaryimg img {
	width:170px;
	padding: 10px;
}

.newslinkcontainer {
	height: 15px;
	margin-bottom: 10px;
	clear: left;
}

.newslink {
	height:14;
}

.news-link a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1px;
	padding-left: 3px;
	font-size: 12px;
	float: left;
	padding-bottom: 1px;
	background-color: #6e7c8b;
	height: 12px;
}



.arrow {
	float: left;
	height: 12px;
}

.arrow a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.arrow a img {
border:none;
background:none;
}


.news_bottom {
	height: 41px;
	width: 695px;
	background-image: url(../images/news_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
News Sidebar
------------------------
*/

.news_sidebar_container h3 {
	text-decoration: underline;
}

.news_sidebar_container h4 a {
	font-size:14px;
	color:#ffffff;
	font-weight: normal;
}

.news_sidebar_container h4 a:hover {
	color: #CCCCCC;
}


/* 
= SPECIAL OFFERS
#################  */

/* book now 
--------------*/




/* homepage mini offer
---------------------------*/

.miniOffer img {
	margin: 0;
	padding: 0;
}

.miniOffer, .miniOfferContainer {
	width: 224px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0;
}

.miniOfferContainer h1 {
	text-align: center;
	color: #76c4e0;
	border-bottom: thin solid #76c4e0;
	margin: 0;
	padding: 0;
}

.miniOfferTop {
	height: 39px;
	background-image: url(../images/miniOfferTop.jpg);
	background-repeat: no-repeat;
}

.miniOfferMiddle {
	background-image: url(../images/miniOfferMiddle.jpg);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-bottom: 12px;
}

.miniOfferMiddle h2 {
	padding: 4px;
	background-color: #186091;
	color: #fff;
	margin: 0 19px 0 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}



.miniOfferTxt {
	padding-right: 10px;
	margin-left: 5px;
}


.miniOfferTxt h3 {
	margin: 0;
	padding: 0;
	text-align: right;
}

.miniOfferBottom {
	background-image: url(../images/miniOfferBottom.jpg);
	height: 39px;
}

.offerArrow {
	padding-bottom: 5px;
	padding-right: 20px;
}

/* end homepage offers 
------------------------------
----------------------------*/



.offer_container {
	width:700px;
	background-image: url(../images/offer2.jpg);
	background-repeat: repeat;
	background-position: left top;
	overflow: auto;
	margin-top: 30px;
}

.offer_container ul li {
	list-style-type: none;
}


.offer_img {
	float:right;
	width:220px;
	padding-right: 30px;
	padding-left: 10px;
	margin: 0px;
}

.offer_img img {
	width:220px;
	padding-bottom: 20px;
}


.offer_title {
	width:700px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/offer_top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	margin: 0px;
}

.offer_title h3 {
	padding-top: 35px;
	padding-bottom: 0px;
	margin-left: 45px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #186091;
}




.offer_longtitle {
	margin-left: 45px;
	margin-bottom:10px;
	color: #186091;
}

.offer_info {
float:none;
}

.offer_left {
	width:220px;
	float:left;
}

.offer_left li {
	background-color: #eaf4fe;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.offer_mid {
	width:210px;
	float:left;
}

.offer_mid ul {
	margin-left: 10px;
	padding: 0px;
}

.offer_mid li {
	background-color: #eaf4fe;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.priceinfo {
	font-size: 11px;
	font-style: italic;
	color: #186091;
	margin-left:39px;
	margin-bottom: 5px;
}


.booknow {
	overflow: hidden;
	text-align: center;
	width: 390px;
margin-left:39px;
	}

.booknow a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	background-color: #2b75a8;
	display: block;
}
	
	
	
		.booknow a:hover {
	background-color: #3a81b2;
		}



/*
= SEARCH FORM 
##########*/

#sitesearch {
	padding: 0px;
	float: left;
	width: auto;
	margin: 0px;
}

       #ajaxSearch_form {
	color: #444;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	float: left;
       }
       #ajaxSearch_input {
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #fff url(images/input-bg.gif) repeat-x top left;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
           vertical-align: top;
       }
       #ajaxSearch_submit {
        
       }
       #ajaxSearch_output {
	border: 1px none #444;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
	width: 930px;
	padding: 0px;
       }
       .ajaxSearch_paging {
   
       }
       .AS_ajax_result {
	color: #444;
	margin-bottom: 20px;
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 50px;
	padding-top: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
       }
	   
	         .AS_ajax_result p {
	width: 500px;
			 }

       .AS_ajax_resultLink {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #be1313;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
       }

       .AS_ajax_resultLink:hover {
	background-color: #d71818;
}

       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }




/* = FORM STYLE
#############*/


#contactform {
	font-size: 12px;
}


fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label {
	margin-top: 10px;
	color: #333333;
	font-size: 13px;
}

legend {
	font-weight: bold;
}



.required {
	font-weight: bold;
	color: #333333;
}

.padding {
	padding-left: 10px;
}


.wrapper #outer #outertop #container .inner #mainContent #contactform #EmailForm #cfName {
	width: 354px;
}
.wrapper #outer #outertop #container .inner #mainContent #contactform #EmailForm #cfEmail {
	width: 354px;
}

input, textarea {
	background-color: #ffffff;
	padding: 3px;
}

textarea {
	width: 588px;
}
.wrapper #outer #outertop #container .inner #mainContent #contactform #EmailForm #cfContact {
	float: right;
}

textarea:hover, input:hover {
	background-color: #e9f8fe;	
}

/* = MORE NEWS 
------------------*/
#morenewscontainer {
	margin-top: 30px;
	/*width:720px;*/
}

#morenewscontainer h3 {
/*width:720px;*/
}

.morenews {
	width: 698px;
	height: 74px;
	background: url(../images/morenews.jpg) repeat-x;
	float: left;
	padding: 0;
	margin: 0 0 10px;
}

.morenews:hover {
	background: url(../images/morenews_h.jpg) repeat-y right;
}


.morenews img {
	float: left;
}

.morenews img:hover {
	background-image: url(../images/morenewsarrow_h.jpg);
}

.morenews h2 a {
	margin: 0;
	text-decoration: none;
	display: block;
	color: #06314f;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
#morenewscontainer .morenews h2  {
	padding: 5px 0 0;
}

#morenewscontainer .morenews h3 {
	margin: 0;
	padding: 0;
}

#morenewscontainer .morenews h3 a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
		color: #06314f;
	line-height: 3px;
	font-weight: normal;
	font-style: normal;
}

/* SITE LINKS */

#sitelinks_outer {
	background: #011f33 url(../images/sitelinks_outer.jpg) repeat-x left top;
}

#sitelinks_container {
width:950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.sitelinks {
width:20%;
float:left;
	text-align: left;
}

.sitelinks a {
	color: silver;
	font-size: 8px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.sitelinks a:hover {
	color: #ffffff;
	text-decoration: none;
}

.sitelinks ul {
	margin-top: 5px;
}

.sitelinks li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitelinks li ul {
	padding: 0 0 0 5px;
	margin: 0;
}

.sitelinks ul li ul li a {
	padding: 0;
	margin: 0;
}

.sitelinks h1 {
	font-size: 11px;
	color: silver;
	border-style: none;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 0;
	padding: 0;
}

/* = TABLE STYLE
#################*/

.table {
	font-weight: bold;
}

.table form, .table fieldset, .table h1, .table h2, .table h3, .table h4, .table h5, .table h6, .table p, .table pre, .table blockquote, .table ul, .table ol, .table dl, .table address {
	margin:0;
	padding:0;
		}

.table p {
	text-align:center;
	}	
.table a:link {
	color:#d42945;
	text-decoration:none;
	border-bottom:1px dotted #ffbac8;
	}	
.table a:visited {
	color:#d42945;
	border-bottom:none;
	text-decoration:none;
	}		
.table a:hover,
.table a:focus {
	color:#f03b58;
	border-bottom:1px solid #f03b58;
	text-decoration:none;
	}
.table table a,
.table table a:link,
.table table a:visited {
	border:none;
	}							
	
	
.table table {
	width:90%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
		border-collapse:collapse;
	}
.table caption {
	color: #9ba9b4;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	
.table tr.odd td	{
	background:#f7fbff
	}
.table tr.odd .column1	{
	background:#f4f9fe;
	}	
.table .column1	{
	background:#f9fcfe;
	}
.table td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}				
.table th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
.table thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
.table tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
.table tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
.table tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
	
	
/* CLIENT COMMENTS */

.quotationmarks {
font-family:"Trebuchet MS", Arial, Verdana;
font-size:110px;
	padding-right: 20px;
}


/* OVERVIEW LINKS 
-------------------*/

.overviewLinks ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin: 0;
}

.overviewLinks li  {
	float: left;
	width: 30%;
	list-style: none;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 2px;
}


/*BOOK GREEN FEES
---------------------*/

td.golfname {
		background-color: #f6f6f6;
	font-size: 13px;
}

table.prices {
	font-size: 12px;
	color: #144265;
}

/*public prices*/
tr.publicPrice {
		background:#fff;
}

tr.publicPrice td.hi {
	padding: 2px;
}

tr.publicPrice td.lo {
	padding: 2px;
}


/*our price*/
tr.ourPrice {
	font-weight: bold;
	background-color: #dff4fc;
}

tr.ourPrice td.hi {
	padding: 2px;
}

tr.ourPrice td.hi {
	padding: 2px;
}

td.golfname .toggler {
	cursor: pointer;
	font-size: 11px;
	margin-top: 0;
	line-height: 7px;
	text-decoration: underline;
	background: url(../images/toggleDown.jpg) no-repeat right;
}

td.golfname .toggler:hover, td.golfname .toggler.active {
	color: #63aece;
}

td.golfname .toggler.active {
	background: url(../images/toggleUp.jpg) no-repeat right bottom;
}

/* =CLASSES 
-------------------------------------------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.padding10 {
	padding: 10px;
}

.white {
background-color:#FFFFFF;
}

a img {border:0;}

.topmargin {
	margin-top: 15px;
}

.f6f6f6 {
	background-color: #f6f6f6;
}

.354wide {
width:354px;
}

.navblue {
background-color:#5ba6c1;
}



.contentpadding {
	padding-right: 20px;
}


/*
= FONTS
-------------------------------------------------------*/

h1{
	font-size: 18px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0e1b2b;
	color: #0e1b2b;
	margin-right: 10px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-weight: bold;
	text-transform: capitalize;
	color: #144265;
	font-size: 15px;
	line-height: 15px;
}

h4 {
}

h5 {
}

strong {
}

.bigbolddark {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.mediumboldblue {
	font-size: 14px;
	font-weight: bold;
	color: #0e1b2b;
}

.navblueText {
	color:#5ba6c1;

}

