/*
	Sussex Internet
	
	Screen Styles for East Brighton Golf Course
	
	Created by Neil Kelsey
	on: 03.04.2007

*/

/* Start of tag styles */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	margin:0;
	padding:0;
	color:#444444;
	background:
		url(/images/container_bg.gif)
		top
		repeat-y;
	}
	
img
	{
	border:none
	}
	
p
	{
	text-align:justify;
	}	
	
h1
	{
	font-weight:normal;
	color:#444444;
	padding:0;
	margin:0;
	}
	
h2
	{
	font-weight:normal;
	color:#015A01;
	padding:0;
	margin:0;
	}
	
h3
	{
	font-weight:normal;
	color:#015A01;
	padding:10px 10px 5px 0;
	margin:0;
	}

h4
	{
	margin:0;
	padding-top:10px;
	padding-bottom:0;
	}
	
td
	{
	padding:10px;
	vertical-align:top;
	}

a
	{
	color:#000000;
	}

/* End of tag styles */

/* Start of universal styles */

.bold
	{
	font-weight:bold
	}
	
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left td tr table
	{
	text-align:left
	}
	
.center
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}
	
.padding
	{
	padding:10px;
	vertical-align:top;
	}
	
.clear
	{
	clear:both
	}
	
.green
	{
	color:#339933;
	}
	
.diary
	{
	float:left;
	width:275px;
	margin-left:10px;
	}

.diary p
	{
	text-align:left;
	}

/* End of universal styles */

/* Start of site structure */

#container	
	{
	width:901px;
	margin-left:auto;
	margin-right:auto;
	padding-left:6px;
	padding-right:5px;
	}
	
#top
	{
	float:left;
	width:901px;
	height:15px;
	background:
		url(/images/top_bg.gif)
		top
		left
		repeat-x
		#9e9e9e;
	}
	
#header
	{
	float:left;
	width:901px;
	height:102px;
	background:
		url(/images/header_bg.jpg)
		top
		no-repeat;
	}
	
#buttons
	{
	float:left;
	width:901px;
	height:31px;
	font-size:12px;
	color:#000000;
	background:
		url(/images/buttons_bg.gif)
		top
		left
		repeat-x
		#9e9e9e;
	}

#buttons ul
	{
	list-style:none;
	padding:0;
	margin:0;
	}

#buttons li
	{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	}
	
#top_content
	{
	float:left;
	width:901px;
	height:385px;
	}
	
#top_content_left
	{
	float:left;
	width:564px;
	height:385px;
	}
	
#top_content_right
	{
	float:left;
	width:321px;
	padding:8px;
	height:228px;
	}
	
.column
	{
	float:left;
	text-align:justify;
	width:284px;
	padding:8px;
	}
	
.more
	{
	color:#015A01;
	font-weight:bold;
	text-align:right;
	}
	
#main
	{
	float:left;
	width:869px;
	padding:16px;
	}
	
.half_column
	{
	float:left;
	width:430px;
	}
	
#footer
	{
	float:left;
	width:881px;
	text-align:right;
	padding:20px 10px 10px 10px;
	}
	
#footer a
	{
	color:#333333;
	text-decoration:underline;
	}
	
#footer a:hover
	{
	text-decoration:none;
	}
	
#image_rotator_large
	{
	width:550px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	}

#calendar {
  border-left:solid #999999 1px;
  border-right:solid #999999 1px;
  border-bottom:solid #999999 1px
}

.calendar_day {
  border-bottom:solid #999999 1px;;
  background-color:#FFFFCC
}

.calendar_day .header {
  font-weight:bold;
  text-align:right;
  float:left;
  padding:5px;
  width:20px;
}
.calendar_day .content {
  float:left;
  padding:5px;
  border-left:solid #999999 1px;
}



/* START OF MENU */
	
.suckertreemenu ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.suckertreemenu ul li
	{
	position: relative;
	display: inline;
	float: left;
	}

.suckertreemenu ul li a
	{
	display: block;
	width: auto;
_width:80px;
	padding: 8px;
	text-decoration: none;
	font-weight:bold;
	}
	
.suckertreemenu ul li ul
	{
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	left: 0;
	position: absolute;
	top: 1em; 
	background:#D6D6D6;
	display: block;
	visibility: hidden;
	}

.suckertreemenu ul li ul li
	{
	display: list-item;
	float: none;
	}


.suckertreemenu ul li ul li ul
	{ 
	left: 159px; 
	top: 0;
	}

.suckertreemenu ul li ul li a
	{
	display: block;
	width: 185px; /* width of sub menu levels */
	text-decoration: none;
	padding: 1px 10px;
	padding-bottom:5px;
	font-weight:normal;
	}

.suckertreemenu ul li a:hover
	{
	color:#027402;
	}

* html p#iepara
	{
	padding-top: 1em;
	}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li 
	{
	float: left;
	height: 1%; 

	}

* html .suckertreemenu ul li a 
	{ 
	height: 1%; 
	}

/* END OF MENU */

/* Start of Page styles */

.history_one
	{
	width:344px;
	}

/* End of Page styles */

/* Start of form styles */

#display_general, #display_delivery, #display_contact_fotter, #alert
	{
	display:none;
	}
	
#main_cell 
	{
	vertical-align:top
	}

.form_error 
	{
  	color:#CC0000;
  	font-weight:bold;
  	margin-left:10px
	}

.form_field 
	{

  	font-size:10px
	}
	
.form_element 
	{
  	margin-bottom:20px;
	}
	
textarea 
	{
  	width:400px;
  	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
input 
	{
	width:400px;
  	font-size:12px
	}
input.button {
	width:auto
}

/* End of form styles */

/* End of site structure */

/* End of document */