/* CSS Document */

@import "fonts.css";
@import "adv.css";
@import "lightbox.css";

body {
	margin: 0 auto;
	background: #080708 url(../images/background.jpg) no-repeat top fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: 0;
}

/*banner
--------*/ 

#banner {
	display: block;
	width: 940px;
	height: 145px;
	/*height: 120px;*/
	margin: 0 auto;
	background: #FFFFFF url(../images/bannerBackground.jpg) repeat-y right top;
	border-bottom: dashed #C1D72D 1px;
}

#banner img {
	display: block;
	position: relative;
	top: 27px;
	left: 10px;
	/*float: left;*/
	width: 438px;
	height: 90px;
	/*padding: 15px 0 0 10px;*/
}

/*navigation
------------*/

#banner ul {
	display: block;
	position: relative;
	top: -90px;
	left: 690px;
	/*float: right;*/
	padding-right: 10px;
	margin-top: 0;
	text-align: right;
	list-style: none;
	width: 200px;
}

#banner ul li {
	display: block;
	width: 200px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
	background: transparent url(../images/navline-on.gif) repeat-x bottom left;
	border: 0;
}

#banner ul li a {
	display: block;
	height: 20px;
	background: transparent url(../images/navline.gif) repeat-x bottom left;
	text-decoration: none;
	color: #C1D72D;
	font-weight: normal;
	border-bottom: 0;
}

#banner li a:hover {
	background: transparent url(../images/navline-on.gif) repeat-x bottom left;
	text-decoration: none;
	color: #FFFFFF;
}

body#home #n1 a, body#committeedirectory #n2 a, body#comingevents #n3 a, body#photgallery #n4 a, body#discountpartners #n5 a,body#equipmentforhire #n6 a, body#contactus #n7 a {
	background: transparent url(../images/navline-on.gif) repeat-x bottom left;
	text-decoration: none;
	color: #FFFFFF;
	cursor: default;
}

/*content container
-------------------*/

#pageContainer {
	margin: 0 auto;
	width: 940px;
	height: 100%;
	background: #FFFFFF;
}

#pageContainerContentTop {
	display: block;
	width: 940px;
	height: 20px;
	margin: 0 auto;
	background: url(../images/pageBackgroundTop.png) no-repeat;
}

#pageContainerContentMiddle {
	display: block;
	width: 900px;
	height: 100%;
	min-height: 350px;
	margin: 0 auto;
	background: url(../images/pageBackgroundMiddle.png) repeat-y;
	padding: 0 20px 10px 20px;
}

#pageContainerContentBottom {
	display: block;
	width: 940px;
	height: 20px;
	margin: 0 auto;
	background: url(../images/pageBackgroundBottom.png) no-repeat;
}

/*footer
--------*/

#footer {
	margin:0 auto;
	width: 950px;
	padding: 10px 10px 0 0;
	background: transparent;
	text-align: right;
}

#footer ul{
  float: right;
  width: 940px;
  padding: 0 10px 10px 0;
  margin: 0;
  list-style: none;
}

#footer li{
  float: right;
  margin: 0;
  padding: 0;
}

#footer li a {
  margin: 0;
  padding: 0 10px 0 10px;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
  text-decoration: none;
	border-bottom: 0;
}

#footer a:hover {
	color: #C1D72D;
	text-decoration: none;
	border-bottom: 1px dotted;
}