/********************************************************/

/*	GLOBAL PAGE SETUP - BODY, FONTS	*/

/********************************************************/

html, body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px; 
	color: #55636D;
	margin: 0; 
    padding:0;
	background-color:#EF4F91;
	position: relative;
	background-image: url(../images/photographer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}	
	

body, h1, h2, h3, h4, h5, table, form, code, pre, fieldset, legend, dl, dt, dd {
	margin:0; padding:0; border: none;
	color: #55636D;
	position: relative;	
	}

table, tr, td {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #7482A0;	
	}

a:link, a:visited, a:active, a:hover {
	color:#0000FF;	}

div.clearer {
	width: 98%;
	height: 1px;
	font-size: 1px;
	clear: both;
	}

/****************************************/

/* 	HIDE - for print css only 			*/

/****************************************/

#printHD {
	display: none;
	float: none;
}


/****************************************/

/* 	TOP SECTION - text, logo, clouds bg	*/

/****************************************/

#say_cheese {
	width: 992px;
	height: 155px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	position: relative;
	background-image: url(../images/SayCheese.jpg);
	background-position: left top;
	background-repeat: no-repeat; }

#logo {
	width: 840px;
	height: 100px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	float: left;
	}

/* 	width: 152px; height: 155px; */
#locations {
	float: right;
	width: 152px;
	height: 155px;
	margin: 0;
	padding: 0;
	background-image: url(../images/photographer_newcastle.jpg);
	background-repeat: no-repeat;
	background-position: 22px 97px;
	}	
	
	#photographer_newcastle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #FCDAED;
	font-weight: normal;
	height: auto;
	width: 130px;
	margin: 18px 10px 0 0; 
	padding: 4px 0 4px 0;
	text-align: left;
	background-image: url(../images/locations.gif);
	background-position: right top;
	background-repeat: repeat-y;	
	}



/****************************************/

/*	CONTENT CONTAINERS					*/

/****************************************/	

/* MID BG - WHITE 100% */
#midbg {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

/* MAIN/HOLDING MID CONTAINER */
#midhold {
	width: 992px;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 4px 0 4px 0;
}
	#midhold:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #midhold { height:1px; }


/****************************************/

/*	CONTENT CONTAINERS					*/

/****************************************/	

 
#contenthome {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#content {
	width: 600px;
	margin: 0;
	padding: 30px 38px 30px 30px;
	text-align: left;
	float: left;
	}


/* RIGHT PANE CONTAINER */
/* see line #612 for styles */
#rightcol {
	float: left;
	width: 295px;
	margin: 0;
	padding: 0 0 30px 0;	

}

	
/****************************************/

/*	CONTENT STYLES						*/

/****************************************/	


/* PHOTO HOME - default.asp */	
#contenthome img.photoshome {
	border: none;
	padding: 0;
	margin: 0 2px 0 2px;
	padding: 0;
	float: left;
	}
	
#content p, #contenthome p	{
	line-height: 190%;
	text-align: left;
	padding: 2px 3px 12px 0;
	margin: 0;	
	}	
	#contenthome p {
	margin: 0 0 16px 30px; }	


/*slightly lighter text */
.photos { color: #7E8C9C; color: #9FA8B3; }
	
#content p a:link, #content p a:visited 
{ 	color: #EC2978; text-decoration: none; }
#content p a:hover, #content p a:active {	color: #EC2978; text-decoration: underline; }


#content h1, #contenthome h1 {
	font-family: Arial, Helvetica, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #EF3B89;
	height: 30px;
	padding: 0;
	margin: 0 0 16px 0;
	background-image: url(../images/h1_line.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	}
	#contenthome h1 {
	margin: 33px 0 16px 30px; }	


/* BLUE/GREY HEADER */	
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EC2978;	
	color: #536177;
	color: 	#AAB6CA;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	}	
	
#content h3 {	}	

#content h4 {
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #97A6BD;
	color: #fff;
	padding: 4px 2px 5px 10px;
	margin: 20px 0 15px 0;
	background-image: url(../images/h4.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;	}		
	/* link to 'more', right aligned in header */
	#content h4 a:link, #content h4 a:visited  { 
	float: right;
	font-size: 10px;
	padding: 3px 8px 0 0;
	color: #A4B1C6;
	color: #F9B9D3;
	background-color: transparent;
	text-decoration: none;}
	#content h4 a:hover, #content h4 a:active  { 
	float: right;
	font-size: 10px;
	padding: 3px 8px 0 0;
	color: #EF3B89;
	color: #fff;
	background-color: transparent;	 }	
	
#content h5 {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8FA5B6;
	padding: 5px 0 5px 0;
	margin: 7px 0 2px 0;
	font-style: italic;
	}	
	
			

/*********************************************/

/*	PHOTO BORDER - ROUNDED CORNERS			 */

/*********************************************/	

div.photodiv, div.photodiv2 {
	text-align: center;
	padding: 0;
	border: none;
	position: relative;
	overflow: visible;
	height: auto;	
	}

/*	div.photodiv2 { width: 104px;} */
.floatleft { 
	float: left;
	margin: 3px 12px 5px 5px;  }

.floatright { 
	float: right;
	margin: 3px 7px 8px 10px; 
	 }

/* ADDITIONAL PHOTOS ON PACKAGES */
.floatgallery { 
	float: left;
	margin: 2px 0 6px 12px;  }		
	
/* FEATURED, RIGHT COL */
.featuredfloat { 
	float: right;
	margin: 3px 1px 6px 6px;  }				

img.noimage { 
	float: left;
	margin: 3px 12px 5px 5px;
	clear: none;  }

/* photo border/container */
div.photo {
	overflow: visible;
	text-align: center;
	border: 2px solid #E3E4E5; 
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}	

div.photo img {
	border: none;
	padding: 0;
	margin: 0; }
	div.photodiv2 div.photo img { width: 100px; }
		
/* corner -  top left*/
div.border_TL, div.border2_TL {
	position: absolute;
	width: 17px;
	height: 17px;
	width: auto;
	height: auto;
	z-index: 100;	
	left: 0;
	top: 0;
	border: none;	}
	div.border2_TL { width: 10px; height: 10px; }

/* corner - top right */
div.border_TR, div.border2_TR {
	position: absolute;
	width: 17px;
	height: 17px;
	width: auto;
	height: auto;	
	z-index: 100;
	right: 0;
	top: 0; }
	div.border2_TR { width: 10px height: 10px; }

/* corner - bottom left */
div.border_BL, div.border2_BL {
	position: absolute;
	width: 17px;
	height: 17px;
	width: auto;
	height: auto;	
	z-index: 100;
	left: 0;
	bottom: 0; 	}
	div.border2_BL { width: 10px; height: 10px; }

/* corner -  bottom right(also see ie6.css */
div.border_BR, div.border2_BR {
	right: 0;
	bottom: 0;
	position: absolute;
	width: 17px;
	height: 17px;
	width: auto;
	height: auto;	
	z-index: 100;	}
	div.border2_BR { width:10px; height: 10px;}

.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: Arial, Tahoma, Helvetica, "Arial Narrow", sans-serif;
	font-size: 12px;
	color: #EC2978;
	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; }
	
	#contenthome .errorhd, #contenthome .errortxt {
	margin: 10px 0 0 30px;
	} 

	
/****************************************/

/*	 SPECIAL FORMATTED TEXT				*/

/****************************************/

/* NOTE: ITEM HEADER - refer to h3 under content - line 270 */

.itemtxt1 {
	font-size: 11px;
	font-weight: normal;
	color: #99ACB7;
	text-align: center;
	width: 250px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	clear: both;
	}

/* news author/date */
.itemtxt2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #99ACB7;
	padding: 3px 0 5px 0;
	margin: 3px 0 3px 0;
	margin: 0;
	padding: 0;
	line-height: 120%;	}	



/*********************************************/

/*	RIGHT COL STYLING - FEATURES			 
	also see line #325 for container div

/*********************************************/	

/* 	width: 295px; height: 28px; */
#rightcol h1 {
	width: 295px;
	height: 23px;
	margin: 30px 0 0 0;
	padding: 5px 0 0 10px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/featureBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;}

/* container for contents */
div.featurediv {
	width: 275px;
	margin: 13px 10px 0 10px;
	clear: both;
	}

	#rightcol h2 {
	font-size: 11px;
	font-weight: normal;
	color: #B4BBC9;
	padding: 0;
	margin: 0;	
	}
	
	#rightcol p {
	padding: 3px 0 3px 0;
	margin: 0;	
	line-height: 150%;
	}	
	
	div.linkto {
	color: #A2A7B0;
	margin: 10px 0 5px 0;
	text-transform: lowercase;
	}

	div.linkto a:link, div.linkto a:visited {
	color: #A2A7B0;
	margin: 0 0 0 0;
	text-decoration: none;
	}


/****************************************/

/*  WEB LINKS + events links 			*/

/****************************************/

div.weblink {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 10px 0 10px 0;
	margin: 0 0 50px 0;
	}
	
div.weblink a:link, div.weblink a:visited {	
	color: #737886;
	text-decoration: none;
	font-weight: bold;
}

div.weblink a:hover, div.weblink a:active {	
	color: #EF3B89;
	text-decoration: none;
}

div.weblink img {
	border: 0;
	margin: -3px 8px 0 4px;
	padding: 0;
	float: left;
}

/****************************************/

/*  PDF DOCUMENT LINK				 	*/

/****************************************/

/* PDF link & image */
a.pdflink:link, a.pdflink:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737886;
	width: 450px;
	height: 32px;
	padding: 0 0 0 35px;
	margin: 5px 0 0 0;
	background-image:url(../images/download.jpg);
	background-position: 0 4px;
	background-repeat: no-repeat;
	display: block;
	clear: left;
	text-decoration: none;
	line-height: 130%; }

a.pdflink:hover, a.pdflink:active {	
	background-image:url(../images/download2.jpg);
	color: #EF3B89;
	}
	
a.pdflink:link div.doctitle, a.pdflink:visited div.doctitle { 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: none; 
	display: block;
	clear: both;
	padding: 0 0 0 0;}
	
a.pdflink:hover div.doctitle, a.pdflink:active div.doctitle { 
	color: #EF3B89;
}


/****************************************/

/*  SMOOTH SCROLL GALLERY - content  	*/

/****************************************/

#photogallery {
	/* total width inc back forward icons */
	width: 936px;
	height: 310px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	z-index: 2;
	}

/* Styles for scrolling layers  
Specify width and height in hold and wn, and in clip for wn */

div#hold	{ 
	position:relative; overflow:hidden;
	width:936px; height:310px; z-index:100; float: left;
	margin: 0 auto; text-align: center;
}
	
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:936px; height:310px; 
	clip:rect(0px, 936px, 310px, 0); 
	overflow:hidden;
	z-index:1; 
}
	
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
}

table#t1 td {
	padding: 5px;
}


/* PHOTO/IMAGE STYLES */
img.display {
	width: 140px;
	height: 140px;
	margin: 0;
	padding: 1px;
	border: 2px solid #E3E4E5;
	float: left;
}
	
/* BACK & NEXT icons */
img.back { float: left; border: none; padding: 6px 0 0 36px;}
img.next { float: right; border: none; padding: 6px 36px 0 0;}		


/****************************************/

/*  FOOTER SECTION - all pages		 	*/

/****************************************/	

/* FOOTER CONTAINER */
#footer {
	width: 992px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
	clear: both;
	overflow: visible;
	background-image: url(../images/bubbles.gif);
	background-position: 0 -66px;
	background-repeat: no-repeat;
	}

img.strapline {
	padding: 20px 0 0 0;
}

/* FOOTER CONTAINER */
#credit {
	width: 992px;
	height: 74px;
	margin: 32px auto 0 auto;
	text-align: center;
	padding: 20px 0 4px 0;
	color: #697B8B;
	position: relative;
	clear: both;
	overflow: visible;
	border-bottom: 1px solid #fff;
	}
	
	#credit a:link, #credit a:visited { color: #697B8B; text-decoration: none; }
	#credit a:hover, #credit a:active { color: #336699;  }		
	
	#credit .logocell {
	width: 630px;
	height: 64px;
	float: left;
	background-image: url(../images/mouse.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 0 70px; 
	margin: 0;	
	text-align: left;
	color: #FDE5EF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 150%;
	}
	
	#credit .logocell a:link, #credit .logocell a:visited { color: #FDE5EF; }
	#credit .logocell a:hover, #credit .logocell a:active { color: #B31152; }
	
	#credit img.amanda {
	float: right;
	border: none;
	padding: 15px 0 0 0;
	}
	
	div.title {
	width: 100%;
	height: 12px;
	margin: 10px 0 0 0;
	padding: 0;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: 890px 0;}
	
	
/* FOOTER CONTAINER */
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 530px;
	height: 68px;
	margin: 35px auto;
	text-align: center;
	padding: 0;
	position: relative;
	clear: both;
	overflow: visible;
	}
	#copyright h1, #copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0;
	margin: 0;	
	}
	
	#copyright h1 { padding: 15px 0 0 0;}
	#copyright p { color: #F7A7C8;}

			#copyright p a:link, #copyright p a:visited { color: #F7A7C8; text-decoration: none; }
			#copyright p a:hover, #copyright p a:active { color: #fff;  }	
	
	#copyright img.aipp {
	float: left;
	border: none;
	display: inline;
	padding: 5px 0 0 0;
	}

	#copyright img.abia {
	float: right;
	border: none;
	display: inline;	
	}

		
/****************************************/

/*  CONTACT INFO, BRANCH DETAILS	 	*/

/****************************************/

table.branch, table.branch2 {
	width: 310px;
	font-size: 11px;
	margin: 5px 0 5px 10px;
	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: #A2A7B0;
	width: 80px;
	padding: 4px 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;
	padding: 4px 0 2px 0;
	width: auto;
	vertical-align: top;
	text-align:left;	
	}	

/* removes line space between tables/cells 
table.branch2 th { padding: 0 0 0 0; 	}
table.branch2 td { padding: 0 0 0 0; 	}*/

table.branch a:link, table.branch a:visited, 
table.branch2 a:link, table.branch2 a:visited {
	text-decoration: none;
	color: #7482A0;
}

table.branch a:hover, table.branch a:active, 
table.branch2 a:hover, table.branch2 a:active {
	font-weight: bold;
}


/****************************************/

/*  CONTACT & FEEDBACK FORMS		 	*/

/****************************************/

/* set width in form, not fieldset (still takes up more room w/ fieldset width */
form {  
  margin: 0;
  padding: 0;
  width: 480px; 
  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: 500px;
	display: block;
	position: relative;
	padding: 10px 10px 15px 10px;   
	margin: 20px 0 10px 0;
	border: 2px solid #eaeaea;
	background-image: url(../images/quality.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	z-index: 0;
}

/* Legend for each fieldset */
form legend {
	color: #EF3B89;
	background-color: #FFFFFF;
	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; }

/* setting clear on inputs didn't work consistently, so brs added for degrade */
form br {
	clear:left; 
}
	
form small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 0 126px; 
	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, form input#reset {
	width: 75px;
	height: 24px;
	float: none; 
	display: inline; 
	border: none;
	margin:0 0 0 5px;
	padding: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(../images/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;
	}

div.goodMSG {
	color: #3399FF;
	font-weight: bold;
	padding: 5px 0 5px 0;}
	
	
.hide {
	display: none;
	float: none;}	