@charset "utf-8";
/* Common CSS - Contains Base CSS Information*/
html, body, td, input, select, textarea{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
}

a{
color: #000000;
text-decoration: none;
}
a:hover{
color: #ff8c00;
}

h1,h2,h3,h4,h5,h6{
padding: 0px;
margin: 0.5em 0 0.5em 0;
}
h1{font-size: 1.7em;}
h2{font-size: 1.5em; font-weight: normal;}
h3{font-size: 16px;  color:#b5d12f;}
h4{font-size: 1.2em;}
h5{font-size: 1.2em; font-weight: normal; text-decoration: underline;}
h6{font-size: 1.2em; font-style: italic;}

p{
padding: 0px;
margin: 0.5em 0 1em 0;
line-height: 18px;
}
dt{
font-weight: bold;
margin: 1.5em 0 0.5em 0;
padding: 0px;
}
dd{
font-weight: normal;
margin: 0.5em 0 0.5em 0;
padding: 0px;
}

ul, ol{
padding: 0px;
margin: 0.5em 0 1.2em 3em;
}
li{
padding: 0px;
margin: 0.5em 0 0.5em 0em;
}

img{
border: 0px;
}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../img/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(../img/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(../img/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(../img/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(../img/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}<br />
<b>Warning</b>:  include(uploadify.css) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/withington/domains/withingtongolfclub.co.uk/public_html/css/styles.php</b> on line <b>12</b><br />
<br />
<b>Warning</b>:  include(uploadify.css) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/withington/domains/withingtongolfclub.co.uk/public_html/css/styles.php</b> on line <b>12</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening 'uploadify.css' for inclusion (include_path='/home/withington/public_html/inc/') in <b>/home/withington/domains/withingtongolfclub.co.uk/public_html/css/styles.php</b> on line <b>12</b><br />
html,body {
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:11px;
margin:0;
padding:0;
width:100%;
background:silver;
}

#container {
position:relative;
width:980px;
margin:0 auto 4px;
background:#FFF;
}

#header {
position:relative;
margin:4px;
background:url(../img/headerBg.jpg) repeat-x;
height:230px;
top:4px;
}

#header #logo {
display:block;
height:208px;
width:220px;
position:relative;
top:10px;
left:20px;
}

#headerContainer {
position:absolute;
top:0;
right:0;
width:702px;
height:230px;
}
#columns {
	position:relative;
width:974px!important;
width:972px;
margin:4px 4px 0 0;
background:url(../img/columnBg.gif) no-repeat bottom right;
}

#home #columns {
	background:none;}

#columns h3 {
	color: #ffffff; font-size:15px;
size:15px;
line-height:20px;
padding:0;
margin:0;
}

#columns h3 em{ font-style: normal; color: #ffb400;}
#columns h3 a{ font-style: normal; color: #ffffff; text-decoration: none;}
#columns h3 a em{ font-style: normal; color: #ffb400;}
#columns h1{ color: #070d65; font-size:22px;}
#columns h1 em{ font-style: normal; color: #ffffff;}

#rightCol a{
	color:#333;
	font-weight:bold;}
#rightCol a:hover{
	text-decoration:none;}
#columns ul{ list-style-type:none;
margin:0px;
padding:3px 0px 7px 0px;}

#columns li{
	background:url(../img/orangeBullet.png) no-repeat 0px 0px;
	padding-left:20px;
		font-size:13px;
	color:#333;}

#columns li.pdf{
	background:url(../img/pdf_icon.jpg) 0px 0px no-repeat;
	padding-left:35px;
	height:35px;}

#columns #rightCol li a{
	font-size:13px;
	color:#333;}
#columns #rightCol li a:hover{
	text-decoration:none;}
#columns p {
color:#333;
font-size:13px;
}

#columns h2{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 10px 0px;}
	
#leftCol {
position:relative;
width:270px;
float:left;
margin:0 0 0 4px!important;
margin:0 0 0 2px;
}

#rightCol {
width:649px!important;
width:647px;
position:relative;
float:left;
margin:4px 0 4px 4px;
background:none;
padding:15px 20px 5px 25px;

}

#home #rightCol{
	background:url(../img/rightColBg.gif) repeat-x bottom;
	padding:15px 20px 22px 25px;
	}

#homeCol {
width:693px;
position:relative;
bottom:0px;
float:left;
margin:0px;
background:none;
padding:0px;
padding-left: 5px!important;
padding-left:3px;
}

#homeCol img {
	padding:0px;
	margin:0px;}

#newsBox {
position:relative;
width:240px;
height:154px;
background:url(../img/divBoxGreen.jpg) no-repeat top left #FFF;
padding:10px 15px;
margin:4px 0;
}

#specialsBox {
position:relative;
width:272px;
height:142px;
background:url(../img/divBoxBlue.jpg) no-repeat top left #FFF;
margin:0;
}

#footer {
position:relative;
width:952px;
margin:4px;
clear:both;
background:#666;
padding:0 10px;
text-align:right;
color:#FFF;
height:20px;
border-bottom:4px solid #FFF;
}

#footer a {
color:#FFF;
line-height:20px;
}

#footer p {
float:left;
margin:0;
padding:0;
line-height:20px;
}

#footer div {
float:right;
}

table{ border:1px solid #070d65;
padding:1px;
margin:0px 0px 12px 0px;}

table .highlight{
	background:#8f92ba;
	color:#FFF;
	border-bottom:1px solid #FFF;

}

table tr{ border:0px;
font-size:13px;
color:#070d65;
text-align:left;
border-bottom:1px solid #FFF;}

 table td{
	 padding:4px 4px 4px 8px;
	 vertical-align:top;}
table th{
	background:#8f92ba;
	color:#FFF;
	font-size:13px;
	padding:4px;
	 border:0px;
	 	border-bottom:1px solid #FFF;}
		
		
	#calendar {
		float:right;
		width:240px;
		position:relative;}
	
	
#calendar h6{
	width: 236px;
	height: 27px;
	line-height: 27px;	
	margin: 0px 0px 1px 0px;
	font-size: 12px;
	color: #ffffff;
	background: url(../img/gradbg.gif) repeat-x;
	position: relative;
	text-align: center;
	font-style:normal;
	border: 1px solid #CACACA;
}

#calendar h6 .prev{
	position: absolute;
	left: 0px;
	top: 0px;
}

#calendar h6 .next{
	position: absolute;
	right: 0px;
	top: 0px;
}

#calendar #calbody{
	width: 238px;
	background: url(../img/inneroverlay.png);
	margin-bottom: 10px;
		border: 1px solid #CACACA;
}


#calendar #calbody th{
	border:none;
	text-align: center;
	font-size: 12px;
	width: 33px;
	height: 20px;
	color: #333333;
	padding:0px;
	margin:0px;
	background:#FFF;}
	
#calendar #calbody td{
	border: 1px solid #CACACA;	
	text-align: center;
	font-size: 12px;
	width: 33px;
	height: 20px;
	color: #333333;
	padding:0px;
	margin:0px;
	background:#F4F1EF;}

#calendar #calbody td.event{
	background: #4f80e1;
	background: url(../img/greenbg.gif) repeat-x;
	color: #333333;
}


#calendar #calbody td a{
	color: #333333;	
}

#calendar #calbody td a:hover{
	color: #000;
};


#calendar #calbody td.event{
	background: #4f80e1;
	background: url(../img/greenbg.gif) repeat-x;
	color: #ffffff;
}

#calendar #calbody td.event a:hover{
	color:#071b79;
	text-decoration:none;
}


#calendar #calbody td a{
	color: #ffffff;	
}

#calendar #calbody td a:hover{
	color: #000;
}

#rightCol a.moreBtn{
	background:url(../img/moreBtn.png) no-repeat;
	color:#070d65;
	font-size:13px;
	text-decoration:none;
	padding-right:15px;}

#rightCol a.backBtn{
	background:url(../img/backBtn.png) no-repeat;
	color:#070d65;
	font-size:13px;
	text-decoration:none;
	padding-right:15px;}
a.previousBtn{}
a.nextBtn{}




#rightCol div.hr {
height:1px;
background:url(../img/hr.gif) no-repeat top;
margin-bottom:7px;
clear:both;
width:100%;
padding:0px;
margin:0px 0px 12px 0px;
}

#rightCol  div.hr hr {
display:none
}

.result{
	float:left;
	width:395px;
	margin-bottom:10px;}
	
	
	div hr{
		border:2px solid #006;
		margin-bottom:13px;}
		
		
#gallery .thumb {
border:1px solid #CCCCCC;
margin:0 20px 15px 0;
padding:2px;
}

.lightboxgallery img {
border:1px solid #CCCCCC;
margin:0 20px 15px 0;
padding:2px;
}

#links .links{
	position:relative;
	width:300px;
	float:left;
	margin:0px 20px 0px 0px}
	
#links .links img{
	clear:both;
	float:left;}
hr.clear{
	margin-top:20px; 
	clear:both; 
	width:100%;
	border:none;}
	
#rightCol ul li a strong{ color:#FFB400; font-weight:normal;}
#rightCol ul li a{ color:#333333;}


form.forms{
	clear:both;
	float:left;
	width:100%;
	margin:5px 0px 20px 0px;}
.forms label{
	width:120px;
	float:left;
	clear:left;
	font-size:13px;
	color:#333333;
	margin-top:5px;}
	
.forms input{
	float:left;
	clear:right;
	width:250px;
	border:1px solid #333333;
	margin:5px 0px 5px 0px;}
	
.forms textarea{
	width:250px;
	border:1px solid #333333;
	margin:5px 0px 5px 0px;
	height:90px;
	float:left;
	clear:right;
		margin:5px 0px 5px 0px;}
label.error{
	color:#F00;
	margin-left:120px;
	width:250px;}
	
.forms .btn{
	clear:both;
	margin:5px 0px 0px 120px;}
	
	
.forms .radio{
	border:none;
	width:15px;
	height:15px;
	margin-right:5px;}
	
.floatLeft{
	float:left;
	margin:0px 15px 5px 0px;}
	

.floatRight{
	float:right;
	margin:5px 5px 5px 5px;}ul#nav{ /* all lists */
	margin: 0;
	padding: 0;
	width:auto;
	height:35px;
	position:relative;
	list-style:none;
	margin:0px 4px 0px 4px;
	background:url(../img/menubgbg.jpg) repeat-x top;
	top:4px;
	z-index:200;

}






/* first level */


ul#nav li {
	float: left;
	width:auto;/* width needed or else Opera goes nuts */
	margin:0px;
	padding:0px;
	background:url(../img/menuDivider.gif) no-repeat top right;

}
#nav a {
	display:block;
	line-height: 36px;
	padding:0px 16px 0px 16px;
	color: #ffffff;
	margin:0px;
	font-size: 13px;
	z-index:150;
	background:url(../img/menuitembg.jpg) top right;
}



#nav li a:hover, #nav li a.current{ 
background:url(../img/menuitemselectedbg.jpg) repeat-x;
}

#nav li.last a{
	padding:0px 15px 0px 16px;}

#nav li.orange a:hover, #nav li.orange a.current{ 
	color:#F90;}
	
	
/* second-level lists */


#nav li ul { 
	position: absolute;
	height:auto;
	width: 197px;
	left: -999em;
	padding:0px;
	margin:0px;
	z-index:200;
	padding:4px 0px 4px 0px;
	list-style-type:none;
	margin-top:-1px;
	background:none;
}

#nav li ul li{
	position:relative;
	float:none;
		padding:0px;
	margin:0px;
	z-index:200;
	background:none;
	}

#nav li ul li a{
	line-height:15px;
	position:relative;
	z-index:200;
	background:url(../img/subbg.png) bottom left;
	color:#000;
	padding:5px 0px 5px 10px;
	margin:0px;}

#nav li ul li a:hover, #nav li ul li a.current{
	background:url(../img/suboverbg.png) bottom left;
	color:#FFF;}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}