html {
    height: 100%;
    margin-bottom: 1px;
}
body{
    height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
}
#main{
	margin: auto;
	text-align: left;
	width: 784px;	
}
#header{
	background-image: url(/images/frontend/headerBg.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;

}
#header img{
	float: left;
	margin-left:14px;
	display: inline;
}
.rss{}
.rss A{
	float: right;
	font-size: 9px;
	margin-top: 5px;
	background-color: #00CC00;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}
.rss A:HOVER{
	text-decoration:none;
	background-color: #00EE00;
}
.rss A:VISITED{
	text-decoration:none;
	color: #FFFFFF;
}
#header h1{
	float: left;
	margin-left:15px;
	margin-top:70px;
	display: inline;
	letter-spacing: -0.04em;
	font-size: 24px;
	border-bottom: 4px solid #DDDDDD;
	padding-right: 2px;
}
#header h1 a{
	color: #000;
}
#header h1 a:hover{
	text-decoration: none;
}
#searchForm{
	display: inline;
	font-weight: bold;
	margin-top:76px;
	float: right;
	color: #666666;
	font-size: 12px;
	margin-right: 5px;
	padding:0px;
	height:21px;
}
#searchForm INPUT{
	vertical-align: middle;
	border: 0px;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin:-1px;
	display:inline;
	padding-bottom:6px;
}
html>body #searchForm input {
	margin:0px;
}


.clear{
	clear: both;
}
#colA{
	display: inline;
	float: left;
	width: 116px;
	padding-left: 23px;
	font-size: 12px;
	color: #CCCCCC;
}

#colA ul{
	background-image: url(/images/frontend/page_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 35px;
}
#colA li{
	padding-left: 3px;
	padding-top:    1px;
	padding-bottom: 1px;
	margin-right: 5px;

}
A{
	text-decoration: none;
}
A:hover{
	text-decoration: underline;
}
A:visited{
	color: #6666FF;
}
#colA a{
	font-size: 16px;
	font-weight: bold;
	padding-right: 3px;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
}
#colA a:hover{
	color: #333333;
}
#colAfooter{
	padding-top:15px;
	height: 185px;
	background-image: url(/images/frontend/page_bottom.gif);
}
#colB{
	position: relative;
	background-image: url(/images/frontend/page_shad2.gif);
	background-repeat: repeat-y;
	display: inline;
	float: left;
	width: 395px;
	padding-right: 15px;
	padding-left: 55px;
	padding-bottom: 30px;
	min-height: 490px;
	padding-top: 8px;
	font-size: 14px;
}
* html #colB{
	height: 490px;
}
#colB p{
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}
#colB HR{
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
}
#colB h1{
	margin-top: 0px;
	font-size: 22px;
}
#colB h2{
	margin-top: 0px;
	font-size: 20px;
}
#colB h3{
	margin-top: 0px;
	font-size: 18px;
}
#colB h4{
	margin-top: 0px;
	font-size: 16px;
}
#colB .contact{
	margin-top:10px;
}
#colB .subtitle{
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 10px;
	background-image: url(/images/frontend/subtitleLine.png);
	padding-left:5px;
}
#colB .event img{
	margin-right: 6px;
	border: 4px solid #CCCCCC;
}
#pageTop{
	background-image: url(/images/frontend/page_top2.gif);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 50px;
}
#pageBottom{
	background-image: url(/images/frontend/page_bottom2.gif);
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 25px;
	height: 100px;
}
#colC{
	display: inline;
	float: left;
	width: 155px;
	padding: 8px 0px 10px 25px;
	color: #999999;
	font-size: 11px;
	overflow:hidden;
}
#colC h1{
	margin: 0px;
	font-size: 16px;
	color: #666666;
	border-bottom: 3px solid red;
}
#colC img{
	margin-bottom: 5px;
}
#colC ul{
	margin: 0px;
	margin-top: 14px;
	margin-left: 20px;
	list-style: square;
	padding: 0px;
}
#colC LI{
	margin-bottom:3px;
}

#colC h4{
	margin: 0px;
	font-size: 14px;
}
#colC .button{
	font-size: 14px;
}
#colBig{
	position: relative;
	background-image: url(/images/frontend/page_shad2.gif);
	background-repeat: repeat-y;
	display: inline;
	float: left;
	width: 580px;
	padding-right: 10px;
	padding-left: 55px;
	padding-bottom: 30px;
	min-height: 490px;
	padding-top: 15px;
	font-size: 14px;
}
#footer{
	clear: both;
	display: block;
	height: 40px;
}
#intro{
	padding-bottom: 30px;
}
#intro strong{
	color: blue;
}
#intro a{
	font-weight: normal;
	font-size: 10px;
	color: red;
	text-decoration: none;
}
#intro a:hover{
	text-decoration: underline;
}
.eventDate{
	float: left;
	width: 90px;
	font-size: 12px;
	color: #999999;
}
.eventDetails{
	float: left;
	width: 300px;
	padding-bottom:10px;
	
}
.event h4{
	margin: 0px;
	
}
A IMG{
	border: 0px;
}
#nextEvent{
	background-image: url(/images/frontend/sub_title_next_event.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 35px;
	padding-bottom: 40px;
}
#nextEvent a{
	font-weight: normal;
	font-size: 10px;
	color: red;
	text-decoration: none;
}
#nextEvent a:hover{
	text-decoration: underline;
}
#nextEvent img{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 4px solid #CCCCCC;
}
#laterEvents{
	background-image: url(/images/frontend/sub_title_later_events.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 30px;
	font-size: 11px;
}
#laterEvents .row{
	clear: both;
}
#laterEvents .colA{
	width: 120px;
	float: left;
}
#laterEvents .colB{
	float: left;
}
#showreel{
	padding-bottom: 20px
}
#showreel h1 a{
	color: #666666;
}
#showreel h1 a:hover{
	color: #000000;
	text-decoration: none;
}
#news{
	padding-bottom: 20px
}
#news h1 a{
	color: #666666;
}
#news h1 a:hover{
	color: #000000;
	text-decoration: none;
}
#loginForm{
	display: none;
	color: #666666;
	padding: 4px;
	width: 98px;
	padding-left:14px;
}
#loginForm form{
	display: inline;
}
#loginForm.colA{
	float: left;
	width: 40px;
}
INPUT{
	border: 1px solid #CCCCCC;
}
TEXTAREA {
	border: 1px solid #CCCCCC;
}
.contact .row{
	padding-top: 2px;
	margin-bottom: 4px;
}
.contact LABEL {
  display: block;
  width: 70px ;
  float: left ;
}
.contactDetails{
  margin-top:10px;
}
.contactDetails LABEL{
  display: block;
  width: 20px ;
  float: left ;
}
.contact FORM{
  margin-top: 10px;
}
.apply{
}
.apply .stepImg{
	position: relative;
	left: -9px;
	top: 1px;
	margin-right: -8px;
	margin-top: -2px;
}
.apply .row{
	padding: 2px;
	margin-bottom: 4px;
	clear: both;
}
.apply LABEL{
  display: block;
  width: 120px ;
  float: left ;
  margin-right: 10px;
}
.spacer{
  display: block;
  height: 20px ;
  clear: both;
}
.apply .input{
  float: left;
  width: 220px ;
  color:#666666;
  font-size:11px;
}
.apply SELECT{
}
.apply .steps{
  padding-bottom: 20px ;
}
.apply UL{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
.checkbox{
	border: 0px;
}
html>body .select{
	border: 0px;
}

.newsItem{
  padding-bottom: 10px;
}
.message{
  float: left;
  padding: 5px;
  background-color: #FFFF99;
  border: 1px solid #FFDD88;
  margin-bottom: 6px;
}
.lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 20%;
	left: 35%;
	width: 30%;
	padding: 1em;
	border: 1px solid #B8B8B8;
	text-align: center;
	z-index:1001;
	overflow: auto;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/frontend/white.png');
	
}
.lightbox[class] {
	background-image: url(/images/frontend/white.png);
}
.overlay{
	display: none;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1000;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/frontend/blk50.png');
	}
.overlay[class] {
	background-image: url(/images/frontend/blk50.png);
}
.homeTags a{
	color: inherit;
}
.imgBorder{
	border: 4px solid #CCCCCC;
}
.memberTitle{
	float: left;
	background-color: #00CC00;
	color: #FFFFFF;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.listingsTag{
	line-height: 1.5em;
}
.tagRow{
	color: #999999;
	clear: both;
}
.tagTitle{
	float: left;
	width: 240px;
	margin-right: 20px;
}

.row{
	padding: 2px;
	margin-bottom: 4px;
	clear: both;
}
.row LABEL{
	width: 70px;
	float: left;
}
.showreel{
	position:relative;
	float:left;
	width:192px;
	padding:1px;
	margin:1px;
	height:176px;
	background-color:#F0F0F0;
	text-align:center;
	margin-bottom:10px;
}
.showreel IMG{
	border:1px solid #CCC;
}
.showreel .name{
	position:absolute;
	bottom:1px;
	left:1px;
	width:192px;
	text-align:left;
	background-color:#FFF;
}
.showreel .name A{
	font-size:10px;
}
.showreel .delete{
	position:absolute;
	top:1px;
	right:1px;
	z-index:2;
	background-color:#FFFFFF;
}
/* admin */
.linkForm{
	display: none;
	clear:both;
	padding: 5px 0px 10px 0px;
}
.linkForm LABEL{
	width: 70px;
	float: left;
}
.linkForm .row{
	margin-bottom:2px;
}
#breadcrumbs{
	padding-bottom: 20px;
}
.buttonFloat{
	float:left;
	margin: 0px 0px 4px 0px;
	clear:both;
	color: #FFF;
	padding: 1px 4px 1px 4px;
	border: 1px solid #00AA00;
	background-color: #00CC00;
}
.button{
	margin: 0px 0px 4px 0px;
	color: #FFF;
	padding: 1px 4px 1px 4px;
	border: 1px solid #00AA00;
	background-color: #00CC00;
}
.button:hover{
	text-decoration: none;
	border: 1px solid #00CC00;
	background-color: #00EE00;
}
.button:visited{
  color: #FFF;
}
.buttonFloat:visited{
  color: #FFF;
}
#adminLinks{
}
#adminLinks .row{
	padding: 2px 0px 2px 0px;
}
#adminLinks .catDisplay{
	margin-bottom: 6px;
}
#adminLinks .linkDisplay{
	padding: 2px 0px 2px 20px;
}
#adminLinks .linkEdit{
	position:relative;
	padding: 4px 4px 4px 4px;
	margin: 2px -5px 2px -5px; 
	border: 1px solid #CCCCCC;
}
#adminLinks .linkDelete{
	position:absolute;
	top:4px;
	right:12px;
	border: 1px solid #CCCCCC;
	padding:2px 3px 2px 3px;
}
#adminLinks .linkName{
	float: left;
	width: 340px;
}
#adminLinks FORM{
	display:inline;
}
#adminLinks LABEL{
	float: left;
	width: 80px;
}
#tabs{
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 3px;
}
#tabs .selected{
	padding: 3px 5px 3px 5px;
	margin: 0px 1px 0px 1px;
	border: 1px #CCCCCC solid;
	border-bottom: 1px #FFFFFF solid;
}
#tabs .tab {
	padding: 3px 5px 3px 5px;
	margin: 0px 1px 0px 1px;
	border: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background-color:#EEEEEE;
}
