body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", sans-serif;
	line-height: 1.3;
	background-color: #fff;
	color: #300;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, h2 {
	margin: 0.5em 0;
	}

h1 {
	font-size: 2em;
	color: #630;
	margin-top: 0.5em;
}

h2 {
	font-size: 1.7em;
	color: #630;
	margin-top: 0.8em;
}

h3 {
	font-size: 1.5em;
	color: #630;
	margin-top: 1em;
}


h4 {
	font-size: 1.4em;
	color: #630;
	margin-top: 0.5em;
}

h5 {
	font-size: 1.4em;
	padding: 10px 10px 0 10px;
	margin-bottom: 0.1em;
	font-weight: normal;
}

h6 {
	font-size: 1.3em;
	padding: 10px 10px 0 10px;
	margin-bottom: 0.1em;
}

p, li, pre, blockquote, table {
	font-size: 1.3em;
	}

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: 8px 0 8px 30px;
	}

li {
	margin-bottom: 6px;
	}

td, th {
	padding: 0 0.5em;
	}

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: #630;
	}

a:link {
	color: #036;
}
a:visited {
	color: #033;
}
a:hover {
	color: #c00;
}


/* -----------------------------  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;
	}

.imgleft, .floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}

.imgright, .floatright {
	float: right;
	margin: 0 0 10px 10px;
	}

.border {
	border: 1px solid #ccc;
}

table.border {
	border-collapse: collapse;
}

table.border, table.border th, table.border td {
	border: 1px solid #ccc;
}



/* -----------------------------  Styles for contact form ----------------------------- */

form.contactus span.label,
form.contactus label,
form.gz_form label
{
	display: block;
	width: 14em;
	float: left;
	clear: left;
}

form.contactus input.text,
form.contactus textarea,
form.gz_form input.text,
form.gz_form textarea {
	width: 22em;
}

form.gz_form select {
	padding: 4px;
}

form.gz_form p.submit {
	padding-left: 14em;
}

#errorbox label {
	display: inline;
	float: none;
	width: auto;
	clear: none;
	border-bottom: 1px dotted #C00;
	color: #666;
	font-weight: bold;
}



/* -----------------------------  Styles for members only ----------------------------- */


/* use this style for hiding it all together */
/*
#mainnav li a.locked,
#ul.navlist li a.locked,
#quicklinks li a.locked,
#footerlinks li a.locked {
	display: none;
	}
*/

/* use these styles for showing locked icons */
#mainnav li a.locked,
ul.navlist li a.locked,
ul#quicklinks li a.locked,
ul#footerlinks li a.locked {
	padding-left: 20px;
	background: transparent url(/images/bg-nav-locked.png) no-repeat 5px 6px;
	}

#mainnav li a.unlocked,
ul.navlist li a.unlocked,
ul#quicklinks li a.unlocked,
ul#footerlinks li a.unlocked {
	padding-left: 20px;
	background: transparent url(/images/bg-nav-unlocked.png) no-repeat 5px 6px;
	}



/* -----------------------------  Temporary Gallery Styles ----------------------------- */

#maincontent div.gallery ul li {
	width: 162px;
	height: 178px;
	padding: 0px;
	border: 10px solid white;
	margin: -10px 0 0 -10px;
}

#maincontent div.gallery ul li h4 {
	display: none;
}

#maincontent div.gallery ul li span {
	text-align: center;
	padding: 0;
}

#maincontent div.gallery div.pagination {
	font-size: 1.3em;
}


