
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background-color: #fff;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #002b6b;
}

p, h2 {
	margin: 1em 0;
	}

#maincontent h1 {
	display: none;		/*	users will enter it themselves	*/
}

#maincontent h1.pagetitle {	/*	rescue these ones	*/
	display: block;
}

h1 {
	font: 2em /2em Tahoma,sans-serif;
	margin-top: 0;
	padding-top: 0.5em;
}

h2 {
	font: bold 1.4em /2em Tahoma,sans-serif;
	margin-top: 0.8em;
}

h3 {
	font: bold 1.3em /2em Tahoma,sans-serif;
	margin-top: 1em;
}


h4 {
	font: bold 1.2em /2em Tahoma,sans-serif;
	margin-top: 0.5em;
}

h5 {
	font-size: 1.2em;
	padding: 10px 10px 0 10px;
	margin-bottom: 0.1em;
	font-weight: normal;
}

h6 {
	font-size: 1.2em;
	padding: 10px 10px 0 10px;
	margin-bottom: 0.1em;
}

p, li, pre, blockquote, table {
	font: 1.1em Verdana;
	}

li li, li p, li h4, table p, blockquote p {
	font-size: 100%;
	}

blockquote {
	margin: 8px 0 8px 24px;
	}

blockquote p {
	font-size: 100%;
	}

ul, ol {
	margin-top: 8px;
	margin-bottom: 8px;
	}

li {
	margin-bottom: 6px;
	list-style-type: circle;
	}

a img {
	border: 0 none;
	}

abbr, acronym {
	border-bottom: 1px dashed #ccc;
	cursor: help;
	font-style: normal;
	}

hr {
	height: 1px;
	border-width: 0;
	margin: 2em 10px;
	background-color: navy;
	}

/* -----------------------------  Styles for tinyMCE ----------------------------- */


.gz_left, .leftalign  {
	text-align: left;
	}

.gz_center,.centeralign {
	text-align: center;
	}

.gz_right,.rightalign {
	text-align: right;
	}


.gz_justify {
	text-align: justify;
	}

img.imgleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
	}

img.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}


/* -----------------------------  Styles for contact form ----------------------------- */

form.contactus span.label,
form.contactus label {
	display: block;
	width: 13em;
	float: left;
	clear: left;
}

form.contactus input.text,
form.contactus textarea {
	width: 20em;
}

#errorbox label {
	display: inline;
	float: none;
	width: auto;
	clear: none;
	border-bottom: 1px dotted #C00;
	color: #666;
	font-weight: bold;
}



/* -----------------------------  Styles for contact form ----------------------------- */

/* use this for hiding it all together	*/
/*
#mainnav li a.locked {
	display: none;
	}
*/

#mainnav li a.locked {
	padding-left: 20px;
	background: transparent url(/images/bg-nav-locked.png) no-repeat 5px 6px;
	}

#mainnav li a.unlocked {
	padding-left: 20px;
	background: transparent url(/images/bg-nav-unlocked.png) no-repeat 5px 6px;
	}


@server url(/plugins/gallery/statics/css/all.css);
