/*TOP NAVIGATION CSS*/
#topnavcentrebar
{
	position:	absolute; 
	left:		272px; 
	top:		182px;
}

#topnavtopbar
{
	position:			absolute; 
	left:				100px; 
	top:				0px;
	width:				900px;
	height:				20px;
	background-image:	url(../images/nav/topbar.gif);
}



/*SIDE NAVIGATION CSS*/
#cnclogo
{
	position:	absolute; 
	left:		100px; 
	top:		60px;
}

#sidenavmidbar
{
	position:	absolute; 
	left:		100px; 
	top:		160px;
}

#sidenavleftbar
{
	position:	absolute; 
	left:		100px; 
	top:		182px;
}

#sidenavaddbar
{
	position:	absolute; 
	left:		100px; 
	top:		600px;
}

#plasterimage
{
	position:	absolute; 
	left:		812px; 
	top:		21px;
}

#sidenavholder
{
	position:	absolute; 
	left:		105px; 
	top:		200px;
}

#clockdiv
{
	position:	absolute; 
	left:		730px; 
	top:		163px;
	text-align:	right;
}



/*COPYRIGHT CSS */
#copyright
{
	position:	absolute; 
	left:		425px; 
	top:		620px; 
	width:		200px;
	text-align:	center;
}



/*PAGES' CSS */
#indexgallery
{
	position:	absolute; 
	left:		720px; 
	top:		310px;
}

#indextext
{
	position: 	absolute; 
	left: 		280px; 
	top: 		200px; 
	width:		400px;
}

#indexgd
{
	position:	absolute; 
	left:		699px; 
	top:		188px;
}

#newstext
{
	position: 	absolute; 
	left: 		280px; 
	top: 		200px; 
	width:		250px;
}

#latestnews
{
	position:	absolute; 
	left:		580px; 
	top:		197px;
	width:		400px;
	height:		385px;
}

#sendingfilestext
{
	position: 	absolute; 
	left: 		280px; 
	top: 		200px; 
	width:		700px;
}

#locationtext
{
	position: 	absolute; 
	left: 		280px; 
	top: 		200px; 
	width:		400px;
}

#locationmap
{
	position:	absolute; 
	left:		695px; 
	top:		240px;
	text-align:	center;
}

#contactmap
{
	position:	absolute; 
	left:		440px; 
	top:		190px;
	text-align:	center;
}

#termsiframe
{
	position:	absolute; 
	left:		285px; 
	top:		197px;
}

#termstext
{
	width:		670px;
}

#pagegallery
{
	position:	absolute; 
	left:		480px; 
	top:		195px;
}

#pagetext
{
	position: 	absolute; 
	left: 		280px; 
	top: 		200px; 
	width:		205px;
}

#emailform
{
	position:	absolute; 
	left:		302px; 
	top:		182px;
}




.admininfodiv
{
	position:		relative;
	top:			10px;
	left:			101px;
	width:			900px;
	overflow:		visible;
	z-index:		10;
	visibility:		visible;
	border:			thin;
	border-color:	#203270;
	border-style:	solid;
	background:		#CDDEF0;
	padding-top: 	10px;
	padding-left: 	15px;
	padding-bottom: 0px;
	padding-right: 	15px;
	font-family:	Tahoma;
	font-size:		12px;
}

.printdiv
{
	position:		relative;
	top:			10px;
	left:			10px;
	width:			800px;
	overflow:		visible;
	z-index:		10;
	visibility:		visible;
	background:		#FFFFFF;
	padding-top: 	10px;
	padding-left: 	15px;
	padding-bottom: 0px;
	padding-right: 	15px;
	font-family:	Tahoma;
	font-size:		12px;
}

#actionDiv
{
	position:			absolute;
	visibilty:			hidden;
	background:			#FFFF66;
	z-index:			99999999;
	border:				1px;
	border-color:		#203270;
	border-style:		solid;
	padding-top: 		10px;
	padding-left: 		15px;
	padding-bottom: 	10px;
	padding-right: 		15px;
	top:				-100px;
}