/********************************************************/

/*	PRINT STYLES	*/

/********************************************************/

 body {
	width: 99%;
	background: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;	
	padding: 0;
	color: #000000;
	font-size: 10pt;
	}

html, h1, h2, h3, h4, h5, table, tr, td, form, code, pre, fieldset, legend, dl, dt, dd {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background: #ffffff;
	margin:0; padding:0; border: none;
	color: #333;
	position: relative;	
	}


table, tr, td { font-size: 11px; }

a:link, a:visited, a:active, a:hover {
	color:#0033FF;
	text-decoration: none;	}

div.clearer {
	width: 98%;
	height: 5px;
	font-size: 1px;
	clear: left;
	}


/****************************************/

/* 	PRINT HEADER						*/

/****************************************/

#pub_newcastle {
	font-size: 18px;
	text-align: center;
	display: block;
	float: none;
	width: 98%;
	clear: both;
	margin: 0 auto;
	}

#pub_newcastle img {
	border: none;
	clear: both;
	float: none;
	
}


/* HEADER AREA */

#hotel {
	width: 100%;
	height: 24px;
	padding: 0;
	margin: 0 auto;
	border: none;
	clear: both;
	background-color: #FFF;
	position: relative;
	}
	
	#hotel_newcastle {
	width: 100%;
	height: 19px;
	margin: 0 auto;
	padding: 0;
	background-image: none;
	position: relative;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	text-align: center;
	padding: 5px;
	}
	
	#hotel_newcastle a:link, #hotel_newcastle a:visited {
	color: #888;
	text-decoration: none;
	}
	
	
	
/****************************************/

/* 	LOGO SECTION, TOP		 			*/

/****************************************/

/* dark background, 100% wide */
#newcastle {
	width: 100%;
}

/* container for 992 width */
#adamstown {
	width: 100%;
	margin: 0 auto;	
	padding: 0;
	position: relative;
	}

/* BEER GLASS */
#bar, 
#restaurant img.nagshead,
#bistro, #bistro img,
live_bands {
	display: none;
	float: none;	}
	
	
		
/* MID CONTAINER */	
#restaurant {
	width: 460px;
	height: 100px;
	float: none;
	clear: both;
	margin: 15px auto 0 auto;
	padding: 0;
	}

	/* NAV CONTAINER */

	/* TOP ROW */
	#restaurant ul {
	width: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	}

	#restaurant ul li { 
	display: inline;
	text-align: center;	
	margin: 0 auto;
	padding: 0;
	width: auto;
	}
	
	#restaurant ul li a:link, #restaurant ul li a:visited {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	background-image: none;
	list-style-type: none;
	width: 105px;
	height: 22px;
	margin: 0 3px 8px 3px;	
	padding: 4px 0 0 0; 
	border: 1px solid #ccc;		}

	#restaurant ul li a:hover, #restaurant ul li a:active {
	background-position: left bottom;
	height: 21px;
	padding: 5px 0 0 0;	
	color: #FFFFFF;		
	}
		




/****************************************/

/*	CONTENT CONTAINER					*/

/****************************************/	
 
#restaurant_newcastle {
	width: 98%;
	min-height: auto;
	height: auto;	
	background-color: #fff;
	background-image: none;
	margin: 0;
	border-top: 2px solid #ccc;
	position: relative;
	z-index: 1;
	float: none;
	/* fix problem in FF1 */
	padding-bottom: 1px; 
	margin-bottom: -1px; 
	}

	
	#accommodation {
	width: 100%;
    min-height: 540px;
	min-height: auto;
	height: auto;
	padding: 1px 0 0 0;
	margin: 0 auto;
	background-color: #fff;
	background-image: none;
	border-right: none;
	position: relative;
	z-index: 1;
	float: none;	
	/* fix problem in FF1 */
	padding-bottom: 1px; 
	margin-bottom: -1px; 
	}
	
	/* required for FF2+ */
	#accommodation:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #accommodation { height:1px;	}	
	
	
	/* GIG GUIDE BACKGROUND GRADIENT */
	#live {
	width: 35%;
	height: 546px;
	background-image: none; 
	position: absolute;
	bottom: 0;
	right: 0;
	/* fix for IE bug if odd number of pixels for bottom align */	
	_bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);		
	}	
		
	#content {
	/*	width: 586px */
	width: 60%;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	text-align: left;
	position: relative;
	float: left;
	border-right: 1px solid #ccc;
	}


	/* CONTENT VERTICAL STRETCH */
	#live_music {
	width: 1px;
	height: 546px; 
	float: left;
	position: relative;	
	}
	
	/* RIGHT COL CONTAINER */
	#gig_guide {
	width: 35%;
	height: auto;
	padding: 20px 0 0 0;
	margin: 0; 
	position: relative;	
	z-index: 3;
	float: right;
	}
	
	
/****************************************/

/*	CONTENT STYLES						*/

/****************************************/	

#content p	{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 170%;
	text-align: left;
	padding: 0 3px 12px 0;
	margin: 0;	
	}	

.pub_accommodation {
	color: #000; }
	
#content p a:link, #content p a:visited { 	color: #0000FF; text-decoration: none; }
#content p a:hover, #content p a:active {	color: #0000FF; text-decoration: underline; }

#content ul {
	padding: 0;
	margin: 0 0 5px 5px; }
	
#content ul li {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 170%;
	text-align: left;
	padding: 0 3px 3px 12px;
	margin: 0;	
	list-style-type: none;
	background-image: none;
}


#content h1 {
	font-family: Arial, Tahoma, Century Gothic, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	padding: 0;
	margin: 18px 0 16px 0;
	}
	
#content h2 {
	font-family: Arial, Helvetica, Century Gothic, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #597BA6;
	padding: 8px 0 0 0;
	margin: 8px 0 5px 0;
	}	
	
#content h3 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #6F85AA;
	padding: 4px 5px 4px 5px;
	margin: 5px -4px 2px -4px;
	clear: both;
	}	


#content h4 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #597BA6;
	padding: 5px 2px 5px 2px;
	margin: 10px 0 1px 0;
	border-bottom: 1px dotted #597BA6;
	}	

/* staff */	
#content h5 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #597BA6;
	padding: 5px 0 5px 6px;
	margin: 20px 0 2px 0;
	border-top: 1px dotted #597BA6;
	border-bottom: 1px dotted #597BA6;
	background-color: #ECEFF9;
	}	
	
#content h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Century Gothic, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 5px 10px 20px;
	background-color: #9DC098;
	text-transform: uppercase;
	}		

/* PHOTO CONTAINER - to right align 2 x photos in-line */	
#content div.photo {
	width: auto;
	float: right;
	margin: 0 0 10px 20px;
	}
	
/* ITEMS PHOTOS */	
#content img.photo {
	float: left;
	padding: 1px;
	border: 4px solid #F0EFEE;
	margin: 10px 0 0 10px;
	}	
	
/* CATEGORY/TOP PHOTOS - left aligned */		
#content img.photo2 {
	float: left;
	padding: 1px;
	margin: 0 20px 10px 0;
	border: 4px solid #F0EFEE;	
	}			

/* CATEGORY/TOP PHOTOS - right aligned */	
#content img.photo3 {
	float: right;
	padding: 1px;
	border: 4px solid #F0EFEE;
	margin: 5px 0 5px 18px;
	}
	
/* PHOTO GALLERY THUMBNAILS - photos.asp */	
#content img.photos {
	border: 3px solid #D8E0E3;
	padding: 2px;
	margin: 1px 15px 15px 1px;
	}	

/*  */
#content img.linkspics {
	border: none;
	padding: 0;
	margin: 10px 10px 15px 60px;
	float: right;
	clear: right;
	}	
	
.textsmall {
	font-family: Tahoma, Verdana, Arial, Helvetica, Arial Narrow, sans-serif;
	font-size: 100%;
	color: #999999;
	padding: 4px 0 0 0;	}	
		
.errorhd, .errortxt {
	font-family: Verdana, Arial, Tahoma, Helvetica, Arial Narrow, sans-serif;
	color: #CC0000;
	margin: 0 0 0 0;
	padding: 5px 0 3px 0;}

.errorhd {
	font-weight: bold;
	margin: 10px 0 0 0;}	
	
ul.errortxt  {
	margin: 5px 0 10px 24px;
	padding: 5px;	}

ul.errortxt li {
	padding: 2px 0 2px 5px;
	margin: 0 0 0 0;
}

.line {
	margin: 4px 0 5px 0;
	border-top: 1px dotted #ccc;
	height: 10px;
	width: 98%;
	clear: both; }

.goodMSG {
	background-color: #E9DE8F;
	color: #B92D00;
	text-align: center;
	padding: 3px;
	}	
	
/****************************************/

/*	 SPECIAL FORMATTED TEXT				*/

/****************************************/

/* NOTE: ITEM HEADER - refer to h3 under content - line 270 */

.itemtxt1, .itemtxt2 {
	color: #447855;
	margin: 0 0 5px 0;
	padding: 0; }

.itemtxt1 {
	padding: 10px 0 0 0;
	font-weight: normal;
	color: #333333	}

.itemtxt2 {
	color: #888888;
	padding: 3px 0 5px 0;	}	

.itemtxt3 {
	color: #597BA6;
	margin: 0 0 0 0;
	padding: 3px 0 10px 2px;
	}

/* link to more info */
div.item a:link, div.item a:visited {
	font-size: 11px;
	color: #FFCC00;
	margin: 0 0 2px 0;
	text-decoration: none; }	
	
div.item a:hover, div.item a:active {
	color: #FFCC00;
	margin: 0 0 2px 0;
	text-decoration: underline; }

.gourmet { color: #777; font-weight: bold;}



/****************************************/

/*  PDF DOCUMENT LINK				 	*/

/****************************************/

/* PDF link & image */
a.pdflink:link, a.pdflink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	width: auto;
	height: 51px;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	background-image: none;
	display: block;
	text-decoration: none;
	line-height: 130%; }

a.pdflink:hover, a.pdflink:active {	
	color: #555;
	}
	
a.pdflink:link span.doctitle, a.pdflink:visited span.doctitle { 
	color: #C70101;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: none; 
	display: block;
	padding: 5px 0 0 0;}
	
a.pdflink:hover span.doctitle, a.pdflink:active span.doctitle { 
	color: #D20005;	font-weight: bold;
}




/*********************************************/

/*	RIGHT COL STYLING - GIG GUIDE/SUBSCRIBE	 */

/*********************************************/	


/* right col header */
	#gig_guide img.live_bands {
	display: none;
	}
	
	
/* GIG GUIDE (LEFT FEATURES) STYLING */	
	table.gigs {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	float: none;
	}
	
	table.gigs th {
	width: 1%;
	text-align: left;
	vertical-align: top;
	padding-bottom: 0;	}
	
	table.gigs th img {
	border: 2px solid #ccc;
	margin: 0 10px 20px 0;
	
	}
	
	table.gigs td {
	width: 98%;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A7AEA3;
	vertical-align: top;
	padding-bottom: 20px;	
	}
	
	table.gigs td h1 {	
	color: #FFCC33;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 0;
	}	
	
	table.gigs td h1 a:link, table.gigs td h1 a:visited {
	color: #FFCC33;
	text-decoration: none;	}
	
	table.gigs td h1 a:hover, table.gigs td h1 a:active {
	font-weight: bold;
	text-decoration: none;	}	

	table.gigs td p {	
	text-align: left;
	margin: 3px 0 3px 0;
	padding: 0;
	color: #B4B7B0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	
	}
		table.gigs td p a:link, table.gigs td p a:visited {	
		text-decoration: none;
		color: #B4B7B0;	 	}	
		table.gigs td p a:hover, table.gigs td p a:active {	
		color: #fff; 	}

	table.gigs td img.day {	
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	display: none;
	}	

	table.gigs td span.day {	
	float: right;
	padding: 2px 0 0 0;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #949D8E;	
	text-align: right;

	}
	
	div.line_green {
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	clear: none;
	display: none;
	}
	
	table.gigs td div.menu a:link, table.gigs td div.menu a:visited{	
	padding: 2px 0 0 0;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;	
	}	
	table.gigs td div.menu a:hover, table.gigs td div.menu a:active{		
	text-decoration: underline;
	}
	
/****************************************/

/*  SUBSCRIBER FORM - RIGHT COL		 	*/

/****************************************/

/* top curve of box */
#entertainment { display: none; }

	/* subscribe box / container */
	div.music {
		width: 90%;
		background-image: none;
		margin: 0 auto 2px auto;
		text-align: center;	
		padding: 0 30px 15px 30px;
		}
		div.music:after {
		content:"";
		display:block;
		clear:both; 	}
		* html div.music { height:1px;	}	
		
	div.music h1 {
		font-family: Trebuchet MS, Century Gothic, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #336666;
		text-align: left;
		}
	
	div.music h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;	
		color: #8E958E;
		text-align: left;
		font-weight: normal;
		margin: 0 0 4px 0
		}
		
		div.unsubscribe {
		text-align: center;
		margin: 0 auto 20px auto;
		color: #81917B;
		}
		div.unsubscribe a:link, div.unsubscribe a:visited {
		color: #81917B;
		text-decoration: underline;
		}
		
	/* SUBSCRIBE FORM STYLING */
	form#subscribe {
		width: 280px;
		background-color: transparent;
	}
	
	form#subscribe input {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #fff;
		width: 125px;	
		border: 1px solid #34392E;
		margin: 4px 6px 0 0;
		padding: 3px 2px 3px 4px;
		background-color: transparent;
		float: left;
	}
	
	form#subscribe input#subEmail {
		width: 188px; }
	
	form#subscribe input#subsubmit {
		width: 70px;
		height: 21px;
		float: left; 
		border: none;
		margin: 4px 0 0 0;
		padding: 0;
		}
			
	div.subError {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-size: 11px;
		color: #FF0000;
		text-align: left;}
	
	
	.faded { color: #ccc;}
	
	.structural { 
		position:absolute; 
		left:-9999px; 
	} 
	
	form#subscribe input.subfielderror {
		border: 1px dotted #ff0000;
		color: #fff;	
		}	
		
/****************************************/

/*	HOME PAGE FEEDBACK EXTRACT			*/

/****************************************/	

/* HOME PAGE FEATURE */
#newcastle_hotel {
	margin: 20px 0 10px 0;
	width: 400px;
	height: 105px;
	padding: 20px 110px 0 10px;
	background-image: url(../newcastle/newcastle_hotels.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	position: relative;		
}

#newcastle_hotel p {
	padding: 0;
	line-height: 140%;
	color: #465062;
	}

/* COMMENT BY AND 'READ ALL' LINK */
#newcastle_hotel div.comments_more {
	margin: 5px 0 0 0;
	color: #888E97; }
	
.comments_more a:link, .comments_more a:visited  {
	color: #888E97; 
	text-decoration: none;
}

.comments_more a:hover, .comments_more a:active  {
	color: #465062; 
	text-decoration: underline;
}

/* OPENING SPEACH BRACKETS */
#newcastle_hotel img.newcastle_pubs {
	float: left;
	padding: 2px 3px 0 2px;}

/* CLOSING SPEACH BRACKETS */
#newcastle_hotel img.adamstown {
}

#newcastle_hotel img.menu {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}


/****************************************/

/*	FEEDBACK - notepad background		*/

/****************************************/

/* holding div with repeat backgrond to fill if longer */
div.feedback {
	width: 464px;
	overflow: visible;
	background-image: url(../newcastle/hunter.jpg);
	background-position: 0 169px;
	clear: both;
	z-index: 11;
	position: relative;
	margin: 10px 0 10px 0;
	padding: 0;
	}

	div.feedback:after {
	content:"";
	display:block;
	clear:both; 	}
	* html div.feedback { height:1px;	}	


/* top of notepad */
div.feedback_top {
	width: 464px;
	height: 169px;
	margin: 0;
	padding: 0;	
	background-image: url(../newcastle/newcastle.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;	}	

/* bottom of notepad */
div.feedback_bottom {
	width: 464px;
	height: 176px;
	margin: 0;
	padding: 0;	
	background-image: url(../newcastle/bistro.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	right: 0;	
	z-index: 12;
	/* fix for IE bug if odd number of pixels for bottom align */	
	_bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);		
	}

/* text container */
div.feedback_content {
	/* width: 465px; */
	width: 385px;
	color: #000000;
	position: relative;
	background-image: none;
	background-color: transparent;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 40px 59px 40px;	
	z-index: 99;	}
	
	div.feedback_content:after {
	content:"";
	display:block;
	clear:both; 	}
	* html div.feedback_content { height:1px;	}	


/* content stretch for notpad */
div.feedback_stretch {
	height: 390px;
	width: 1px;
	float: right;
	position: relative;
	margin: 80px 0 0 0;
	padding: 0;
	display: none;
/*	background-color: #00CC00;	*/
	}

/***** CONTENT / FONT STYLES FOR FEEDBACK *****/

	
div.feedback_content p {
	color: #336699;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	}	

div.feedback_content .header {
	width: 260px;
	height: 22px;
	color: #336699;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 80px 0 0 0;
	float: left;
/*	background-color: #993399;	*/	
	}
div.feedback_content div.subheader {
	width: 384px;
	height: 22px;
	color: #336699;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 23px 0;
	clear: left;
/*	background-color: #993399;	*/	
	}
	
/* if no sub header leave space */	
div.feedback_content div.spacer {
	display: block;
	clear: left;
	width: 384px;
	height: 22px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	}
	
div.feedback_content div.date {
	width: 123px;
	height: 19px;
	text-align: right;
	color: #AFB3A6;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0 0 0;
	margin: 80px 0 0 0;
	float: left;
/*	background-color: red;	*/
	}


/****************************************/

/*  WEB LINKS + events links 			*/

/****************************************/

div.weblink {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 18px 0 10px 0;
	}
	
div.weblink a:link, div.weblink a:visited {	
	color: #AF0A54;
	text-decoration: none;
}

div.weblink a:hover, div.weblink a:active {	
	color: #000;
	text-decoration: none;
}


div.weblink img {
	border: 0;
	margin: -3px 8px 0 4px;
	padding: 0;
	float: left;

}







/****************************************/

/*  GOOGLE MAP						 	*/

/****************************************/

#mapdiv { position: relative; z-index:100; }

#map	{
	width: 500px;
	height: 360px;
	z-index: 4;
	margin: 10px 0 30px 0;
	border: 3px solid #ccc;
	padding: 2px;
	text-align: left;
	position: relative;
	z-index: 100;
	}
	 		

/****************************************/

/*  FOOTER SECTION - below gallery	 	*/

/****************************************/	

/* FOOTER CONTAINER */
#nightclub {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
	clear: both;
	border-top: 3px solid #ccc;
	}

	#wireless_internet_newcastle {
	font-size: 11px;
	height: 30px;
	width: 300px;
	margin: 15px auto 0 auto;
	padding: 10px 0 0 30px;
	text-align: left;
	color: #fff;
	background-image: none;
	}
	
	#wireless_internet_newcastle img {
	alignn: bottom;
	}
	
	#wireless_internet_newcastle strong {
	color: #FFFFFF;
	font-weight: bold;
	}
	
	
	#nags_hotel_newcastle {
	font-size: 12px;
	width: 992px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0 4px 0;
	color: #9A9480;
	position: relative;
	clear: both;
	}
	
	#nags_hotel_newcastle a:link, #nags_hotel_newcastle a:visited { color: #999; text-decoration: none; }
	#nags_hotel_newcastle a:hover, #nags_hotel_newcastle a:active { color: #fff; }		
	
	/* Web Sharp Designs link */
	#web_site_design_newcastle {
	font-size: 10px;
	width: 992px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 20px 0;
	color: #9A9480;
	position: relative;
	clear: both;	}	
	
	#web_site_design_newcastle a:link, #web_site_design_newcastle a:visited { color: #777; text-decoration: none; }
	#web_site_design_newcastle a:hover, #web_site_design_newcastle a:active { color: #999;  }	
	
	#web_site_links {
	display: none;
	width: 992px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0 0;
	color: #333333;		}

	#web_site_links a:link, #web_site_links a:visited {
	color: #555;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 1px 0 1px;
	}	
	
	#web_site_links a:hover, #web_site_links a:active {
	color: #FFCC00;
	color: #CCCC99;
	}
	
	div.w3c {
	text-align: center;
	margin: 0 auto 10px auto;
	}
	
	div.w3c a:link img, div.w3c a:visited img {
	border: none;
	display: none;

	}
	
	
/****************************************/

/*  CONTACT INFO, BRANCH DETAILS	 	*/

/****************************************/

table.branch, table.branch2 {
	width: 310px;
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 0;
}

table.branch th, table.branch2 th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #939393;
	width: 80px;
	padding: 8px 0 2px 0;
	white-space: nowrap;
	vertical-align: top;
	}

table.branch td, table.branch2 td {
	font-family: Arial, Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	padding: 8px 0 2px 10px;
	width: auto;
	vertical-align: top;	
	}	

/* removes line space between tables/cells */
table.branch2 th { padding: 0 0 0 0; 	}
table.branch2 td { padding: 0 10px 0 5px; 	}

table.branch a:link, table.branch a:visited, 
table.branch2 a:link, table.branch2 a:visited {
	text-decoration: none;
	color: #3366CC;
}

table.branch a:hover, table.branch a:active, 
table.branch2 a:hover, table.branch2 a:active {
	text-decoration: underline;
}



/****************************************/

/*  CONTACT & FEEDBACK FORMS		 	*/

/****************************************/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 510px; 
  background-color: #fff; }

/* container for each fieldset */
form fieldset {
	/ * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	width: auto;
	display: block;
	position: relative;
	padding: 10px 10px 15px 10px;   /* padding in fieldset support spotty in IE */
	margin: 20px 0 10px 0;
	border: 2px solid #eaeaea;
	background-image: url(../newcastle/quality.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	z-index: 0;
}

/* Legend for each fieldset */
form legend {
	color: #597BA6;
	color:#678BC7;
	font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	margin: 0 0 0 14px;
	padding: 0 1px 0 2px;
	position: absolute;
	top: -7px;
	left: 0;
	}

.formspacer {
	width: 95%;
	height: 10px;
	margin: 0;
	padding: 0;
	clear: both; 
	}

/* Labels for each field */
form label {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	color: #777; 
	margin: 4px 0 0 0;
	padding: 13px 0 0 0;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	text-align: right; 	
}
form label.photos {
	text-align: left;
	font-size: 12px;
	width: 100px;
	padding: 13px 0 0 5px;
	}

/* GENERIC STYLES FOR TEXT FIELDS, CHECK BOX, SELECT MENU, SUBMIT, ETC */
form input, form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 290px;	
	border: 1px solid #ccc;
	margin: 13px 0 0 10px;
	padding: 4px 2px 4px 4px;
	background-color: #fff;
	float: left;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	}	

/* SMALL TEXT FIELD */	
form input.sml { width: 60px; }		

form select { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 295px;
	border: 1px solid #ccc;
	margin: 14px 0 0 10px;
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	float: left;
	}

/* SELECT FOR PHOTO GALLERY CATEGORIES */
form select.photos {
	}

/* SMALL SELECT MENU */	
form select.sml { width: 60px; }		

/* MEDIUM SELECT MENU */	
form select.med { width: 120px; }		

form textarea {
	width: 292px;
	height: 100px;	}	
	textarea { overflow: auto; }

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
	
form small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 0 126px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 0 3px;
	font-size: 88%;
	color: #aeaeae;	}

#content .checkbox {
	border: 0;
	clear: left;
	width: 14px;
	height: 14px;
	float: left;
	margin: 9px 0 0 3px;	}

form fieldset .text {
	font-family: Arial, Helvetica, sans-serif;
	color: #787878;
	float: left;
	padding: 9px 0 0 5px; 
	margin: 0 0 0 0;
	}
	
form input#submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	width: 110px;
	height: 40px;
	margin:0 0 0 0;
	padding:0 0 16px 0;
	background-image:url(../newcastle/submit.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: none; 
	display: inline; 
	border: none;

	}	

form input#submit:hover {
	background-position: 0 -40px;
	cursor: hand;	
	width: 110px;
	height: 40px;
	margin:0 0 0 0;
	padding:0 0 14px 0;
	}


form .scodefield { 	width: 100px; }	
	
img.scode {
	margin: 0 0 0 4px;
	padding: 12px 0 0 0;
	float: left;
	}	

div.formError {
	width: 20px;
	height: 35px;
	float: left;
	margin: 0;
	background-image: url(../newcastle/formError.gif);
	background-repeat: no-repeat;
	background-position: 5px 18px;	
	}
	
.fielderror {
	border: 1px dotted #CC0000;	
	}

/* HIDDEN FIELD to reduce spam */
.moreinfo {
	width:5px;
	visibility:hidden;
	display: none;
	}
