/********************************************************/

/*	PRINT ONLY STYLES				*/

/********************************************************/

body {
	width: 99%;
	background: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;	
	padding: 0;
	color: #777;
	font-size: 9pt;
	}	
	
	
html {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	background: white;
	color: #000000;
	}		


p, h1, h2, h3, h4, h5, h6, table, form, code, pre, fieldset, legend, dl, dt, dd {
	font-family: Arial, Tahoma, sans-serif;
	margin:0; padding:0; border: none;
	color: #333;
	z-index: 99;
	position: relative;
	}

table, tr, td {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	color: #333;	
	}

a:link, a:visited, a:active, a:hover {
	color:#0033FF;
	text-decoration: none;	}

div.clearer {
	width: 98%;
	height: 1px;
	font-size: 1px;
	clear: both;
	}

.line {
	border-top: 1px dotted #ccc;
	height: 2px;
	margin: 30px 0 5px 0;
	clear: both;
	}
	


/*==================================*/

/*	MAIN HOLDING CONTAINERS			*/

/*==================================*/

#architect {
	width: 99%;
	background-image: none;
	position: relative;
	overflow: visible;
	text-align: center;
	}

	#architect:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.newcastle {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	position:relative;
	}
	

/*==================================*/

/*	LOGO							*/

/*==================================*/
img.architects { 
	position: relative;
	border: none;
	cler: both;
}


/*==================================*/

/*	NAVIGATION						*/

/*==================================*/
	
.home_design {
	width: 100%; 
	height: 35px;
	padding: 0;
	margin: 20px auto 20px auto;
	text-align: center;
	}	
	
.home_design ul {	
	width: 100%;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	padding: 0;	
	margin: 0 auto;
	text-align: center;
	height: 35px;
	text-align: center;
	position: relative;
}

.home_design ul li { 
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	display: inline;
	}

.home_design ul li a {
	display: inline-block;
	display: -moz-inline-box; /* similar to display: inline-block in Mozilla */
	*display: inline-block;
	width: auto;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 10px 10px 0 10px; 
	color: #AEAEAE;
	text-shadow: 0 0 0 #000;
	border: 1px solid #ccc;
 	}
	
.dropmenudiv { display: none; }

/*==================================*/

/*	CONTENT - DEFAULT STYLES		*/

/*==================================*/

#content {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	height:auto; 
	}

	#content:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	

#content p	{
	line-height: 190%;
	text-align: left;
	margin: 8px 10px 9px 0;
	padding: 0 0 0 0;
	text-align: justify;	}
	
	#content strong, #content b {
	color: #555;
	font-weight: bold;
	}

	
#content p a:link, #content p a:visited { 	color: #7EA8C9; text-decoration: none; }
#content p a:hover, #content p a:active {	color: #6699CC; text-decoration: underline; }


/* page/main header */
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #333;
	padding: 7px 0 10px 0;
	margin: 0 0 7px 0;
	}

/* content sub-header */	
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A2AFBA;
	padding: 0 0 0 0;
	margin: 16px 0 5px 0;
	}
	#content h2 a:link, #content h2 a:visited {
	color: #A2AFBA;
	text-decoration: none;		} 
	#content h2 a:hover, #content h2 a:active {
	text-decoration: underline;		} 


#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #7EA8C9;
	padding: 0 0 0 0;
	margin: 18px 0 5px 0;
	}
	#content h3 a:link, #content h3 a:visited {
	color: #7EA8C9;
	text-decoration: none;		} 
	#content h3 a:hover, #content h3 a:active {
	text-decoration: underline;		} 	


#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Normal;
	color: #aaa;
	padding: 10px 0 8px 0;
	}	

#content h5 {
	font-size: 16px;
	font-weight: normal;
	color: #777;
	letter-spacing: 3px;
	padding: 7px 0 5px 0;
	margin: 0 0 6px 4px;
	}	
	#content h5 a { color: #aaa; text-decoration: none; }
	#content h5 a:hover { color: #F90; text-decoration: none; }	
	

#content h6 {
	font-size: 11px;
	color: #fff;
	letter-spacing: 3px;	
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 5px 3px 6px;
	margin: 0;
	background-color:#ccc;
	}

/*==================================*/

/*	LIST STYLE						*/

/*==================================*/

#content ul {
	list-style-type: none;
	position: relative;
	margin: 3px 0 20px 10px;
	padding: 0;
	overflow:hidden;	
}

#content li {
	color: #888;
	background-image: url(../newcastle/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 14px;
	margin: 5px 0 6px 4px;
	overflow:hidden;
	line-height: 120%;
	}

#content ol {
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	}
#content ol li {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 1px 0 4px 0;	
	margin: 2px 0 4px 26px;	
	}

/* TABLE, default style */
table {
	width: auto;
	color: #e2e2e2;
	margin-left: 0;
	}

table th {	
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #aaa;
	padding: 3px 12px 8px 0;
	vertical-align: top;
	width: auto;
	white-space:nowrap;
 }

table td {	
	font-weight: normal;
	color: #777;
	padding: 2px 0 8px 3px;
	vertical-align: top; }
	
	table td a:link, table td a:visited {	
	color: #999933;
	text-decoration: none;
	}
	
	table td a:hover, table td a:active {	
	text-decoration: underline;
	}	

/*================================*/

/*  CONTACT INFO, BRANCH DETAILS	 	*/

/*================================*/

table.profiles, table.locations {
	width: 420px;
	font-size: 11px;
	margin: 12px 0 2px 0;
	padding: 0;
}

table.profiles {
	margin: 10px 0 0 0;
	padding: 0;
}

table.locations {
	margin: 10px 0 0 0;
	padding: 0;
}

table.profiles th, table.locations th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #aaa;
	width: 80px;
	padding: 4px 5px 4px 0;
	white-space: nowrap;
	vertical-align: top;
	text-transform: uppercase;
	}

table.profiles td, table.locations td {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	padding: 2px 0 8px 0;
	width: auto;
	vertical-align: top;	
	}	

	table.profiles td p, table.locations td p { padding: 0 0 5px 0; margin: 0; }


	table.profiles a:link, table.profiles a:visited, 
	table.locations a:link, table.locations a:visited {
	text-decoration: none;
	color: #777;
	}

	table.profiles a:hover, table.profiles a:active, 
	table.locations a:hover, table.locations a:active {
	text-decoration: underline;
	}


.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #AAA;	
	padding: 0 0 0 0;
	margin: 0 0 14px 0;
	}


.eventdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Normal;
	color: #aaa;	
	padding: 0 0 0 0;
	margin: 0 0 14px 0;
	}


.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 4px 0 0 0;	}	
		

.errorhd, .errortxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6996CC;
	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;
}


/*==================================================*/

/*	CATEGORY SUMMARY PAGE - LINKS TO EACH CATEGORY	*/

/*==================================================*/

.catlink {
	padding: 3px 0 3px 3px;
	color: #CCC;	}

.catlink a:link, .catlink a:visited { color: #7EA8C9; text-decoration: none; }
.catlink a:hover, .catlink a:active { font-weight: bold; }




/*==================================*/

/*	PIC - remove round border		*/

/*==================================*/	


.photo_tl,
.photo_tr,
.photo_bl,
.photo_br {
	display: none;
	}
.photodiv {
	float: left; 
	clear: left;
	margin: 3px 22px 20px 7px;
	border: none;
	}


img.photo { 
	border: 2px solid #ccc;
	padding: 2px;
	}
	
.left { 
	float: left;
	margin: 0 22px 0 0;
	clear: left;	}

.right { 
	float: right;
	margin: 0 0 0 36px;
	clear: right;
}	







/*==================================*/

/*	FOOTER, TEMPLATE				*/

/*==================================*/



#architect_nsw_australia {
	width: 100%;
	margin: 30px auto 20px auto;
	padding: 10px 0 0 0;
	overflow: visible;
	clear: both;
	border-top: 3px solid #ccc;
}

	#architect_nsw_australia:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.helen_stronach_architects {
	font-size: 22px;
	color: #B4B4B4;
	margin-bottom: 5px;
	}
	.hsd { color: #8E8E8E;}
	
.architecture {
	font-size: 11px;
	padding: 0;
	margin: 0;
	width: 200px;
	height: 30px;
	float: left;
	}
	.architecture a:link, .architecture a:visited { color: #999; text-decoration: none; }
	.architecture a:hover, .architecture a:active { color: #B4B4B4; text-decoration: underline;}


.building {
	width: 150px;
	background-image: url(../newcastle/building.gif);
	background-position: 130px 2px;
	background-repeat: no-repeat;
}

	
/* COPYRIGHT ETC */
.stronach {
	font-size: 11px;
	width: 940px;
	margin: 0 auto;
	padding: 5px 0 20px 0;
	text-align: left;
	color: #ccc;
	position: relative;
	clear: both;
}	

.terms { position: absolute; top: 20px; left: 46%; text-align: center;	}

.stronach a:link, .stronach a:visited { color: #B5B5B5; text-decoration: none; }
.stronach a:hover, .stronach a:active { color: #CC9966;  }	

	
	/* Web Sharp Designs link - NOT IN USE */
	.web_site_design_newcastle {
	font-size: 11px;
	width: 320px;
	margin: 0;
	text-align: right;
	padding: 0 0 0 0;
	color: #666;
	position: relative;
	float: right;
	}	
	
	.web_site_design_newcastle a:link, .web_site_design_newcastle a:visited { color: #666; text-decoration: none; }
	.web_site_design_newcastle a:hover, .web_site_design_newcastle a:active { color: #999;  }	

