
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background-color: #fff;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}


h1 {
	font: 2.8em /1 "Franklin Gothic Book","Franklin Gothic Medium","Trebuchet MS",Tahoma,Arial,sans-serif;
	padding-top: 0.7em;
}

h2 {
	font: 2em /1 "Trebuchet MS",Tahoma,Arial,sans-serif;
	padding-top: 1.3em;
}

h3 {
	font: bold 1.7em /1 "Trebuchet MS",Tahoma,Arial,sans-serif;
	padding-top: 1.7em;
}


h4 {
	font: bold 1.5em /1 "Trebuchet MS",Tahoma,Arial,sans-serif;
	padding-top: 2em;
}

h5 {
	font-size: 1.4em;
	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, ol, ul, pre, blockquote {
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 0em;
	}

li, ul ul, li li, li p, li h4, blockquote p {
	font-size: 100%;
	}

td {
	vertical-align: top;
}

blockquote {
	margin-left: 24px;
	}

li {
	margin-bottom: 6px;
	}

a:link {
	color: #c00;
}
a:visited {
	color: #933;
}
a:hover {

	color: #f00;
}

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: #c00;
	}

/* -----------------------------  Styles for tinyMCE ----------------------------- */


.leftalign, .gz_left {
	text-align: left;
	}

.centeralign, .gz_center {
	text-align: center;
	}

.justifyalign, .gz_justify {
	text-align: justify;
	}

.rightalign, .gz_right {
	text-align: right;
	}

.imgleft, .floatleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
	}

.imgright, .floatright {
	float: right;
	margin: 0 0 10px 10px;
	}

#supportingcontent h4 {
	background: #fff url(/images/bg-heading.png) top left no-repeat;
	padding: 20px 10px 16px;
}

/* -----------------------------  Gallery styles (overrides) ----------------------------- */

div#maincontent div.gallery ul li {
	height: 130px;
/*	margin: 0 1em 1.3em 0;
	padding: 0 10px 0;
*/	width: 119px;
}

div#maincontent div.gallery ul li h4 {
/*	padding-top: 10px;
*/	text-align: center;
}

div#maincontent div.gallery span {
/*	text-align: left;
	font-size: 0.8em; */
	display: none;
}

/* -----------------------------  News Section ----------------------------- */

ul.newslist {
	padding-left: 0;
}

ul.newslist li {
	list-style: none;
}

ul.newslist p.more {
	text-align: right;
}

/* -----------------------------  Latest News Widget (overrides) ----------------------------- */

div.latestnews h3, div.latestnews p.date {
	display: none;
}

div.latestnews ul {
	padding: 0;
	margin: 0 0 0 15px;
}


#supportingcontent div.latestnews h4 {
	margin: 0;
	padding-left: 0;
	background: 0 none;
	font-size: 100%;
	font-weight: normal;
}


/* -----------------------------  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 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;
	}
