/*	
 * --------------------------------------------------------------------------
 * Core - All Media Types
 * --------------------------------------------------------------------------
 *
 * WARNING - You should not need to change styles within this stylesheet. You
 * may override styles in the provided theme.all.css.
 */

/* Reset */
/* See http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Core begins */
body {
	padding:0;
	font-family:Arial, Helvetica, Sans-Serif;
	}

h1 {
	font-size:2em;
	}

h2 {
	font-size:1.5em;
	}

h3 {
	font-size:1.25em;
	}
	
h4 {
	font-size:1em;
	font-weight:bold;
	}
	
h5 {
	font-size:1em;
	font-weight:bold;
	}

hr {
	height: 1px;
	border-width: 0;
	margin: 2em 10px;
	background-color: navy;
	}

abbr, acronym {
	border-bottom: 1px dashed #ccc;
	cursor: help;
	font-style: normal;
	}

/* Rich-text area styles */
.gz_left,
#gz_maincontent .leftalign,
#gz_maincontent .gz_left,
#gz_supportingcontent .leftalign,
#gz_supportingcontent .gz_left {
	text-align: left;
	}

.gz_center,
#gz_maincontent .centeralign,
#gz_maincontent .gz_center,
#gz_supportingcontent .centeralign,
#gz_supportingcontent .gz_center {
	text-align: center;
	}

.gz_right,
#gz_maincontent .rightalign,
#gz_maincontent .gz_right,
#gz_supportingcontent .rightalign,
#gz_supportingcontent .gz_right {
	text-align: right;
	}

.gz_justify,
#gz_maincontent .justifyalign,
#gz_maincontent .gz_justify,
#gz_supportingcontent .justifyalign,
#gz_supportingcontent .gz_justify {
	text-align:justify;
	}

img.imgright,
#gz_maincontent img.imgright,
#gz_supportingcontent img.imgright {
	float:right;
	}
	
img.imgleft,
#gz_maincontent img.imgleft,
#gz_supportingcontent img.imgleft {
	float:left;
	}

#gz_maincontent table,
#gz_supportingcontent table {
	border:1px solid black;
	}
	
#gz_maincontent table td {
	border:1px solid black;
	}
	
#gz_maincontent ul,
#gz_supportingcontent ul{
	padding-left:0;
	list-style-type:disc;
	list-style-position:inside;
	}

#gz_maincontent ol {
	padding-left:0;
	list-style-type:decimal;
	list-style-position:inside;
	}

#gz_maincontent ul li,
#gz_supportingcontent ul li{
	padding-bottom:.5em;
	line-height:1.5em;
	}

#gz_maincontent ul ul,
#gz_supportingcontent ul ul {
	padding-left:2em;
	}
	
#gz_maincontent ul.gz_newslist,
#gz_maincontent ul.gz_eventlist {
	list-style-type:none;
	}

#gz_maincontent ul.gz_newslist li,
#gz_maincontent ul.gz_eventlist li {
	clear:both;
	overflow:hidden;
	}

#gz_maincontent ul.gz_newslist h3,
#gz_maincontent ul.gz_eventlist h3 {
	clear:right;
	}

#gz_maincontent ul.gz_newslist h3 span.gz_newsdate,
#gz_maincontent ul.gz_eventlist h3 span.gz_eventdate {
	display:block;
	}

/* Membership plugin stuff - use these styles for showing locked icons */
#gz_mainnav li a.locked,
ul.gz_navlist li a.locked,
ul#gz_quicklinks li a.locked,
ul#gz_footerlinks li a.locked {
	padding-left: 20px;
	background: transparent url(/images/bg-nav-locked.png) no-repeat 5px 6px;
	}

#gz_mainnav li a.unlocked,
ul.gz_navlist li a.unlocked,
ul#gz_quicklinks li a.unlocked,
ul#gz_footerlinks li a.unlocked {
	padding-left: 20px;
	background: transparent url(/images/bg-nav-unlocked.png) no-repeat 5px 6px;
	}
/* CSS Constants Processed. */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small; 
	line-height: 1.3;
	background-color: #fff;
	color: #036;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, h2 {
	margin: 8px 0;
	}

h1.pagetitle {
}

h1 {
	font: bold 167% /1 Verdana, sans-serif;
	color: #036;
	}

h2 {
	font: bold 97% /1 Verdana, sans-serif;
	color: #036;
	margin-top: 22px;
	}

h3 {
	font: bold 93% /1 Verdana, sans-serif;
	color: #036;
	margin-top: 12px;
	}

h4 {
	font: bold 86% /1 Verdana, sans-serif;
	color: #036;
	margin-top: 12px;
	}

p, ul, ol, pre, blockquote, table {
	font-size: 86%;
	line-height: 1.2;
	}

td, th {
	padding: 2px 3px;
	margin: 0;
	}

td, td p, th {
	font-size: 100%;
	}

th {
	text-align: left;
	}
	
td img {
	margin-left: auto;
	margin-right: auto;
	}

blockquote {
	margin: 8px 0 8px 24px;
	}

blockquote p {
	font-size: 100%;
	}

ul, ol {
	margin-top: 8px;
	margin-bottom: 8px;
	}

ul li ul, ul li  {
	font-size: 100%;
	}

li {
	margin-bottom: 6px;
	list-style-type: circle;
	}

a:link {
	color: #039;
	}

a:visited {
	color: #036;
	}

a:hover {
	color: #c93!important;
	}

a img {
	border: 0 none;
	}

abbr, acronym {
	border-bottom: 1px dashed #ccc;
	cursor: help;
	font-style: normal;
	}

hr {
	height: 1px;
	background-color: #c93;
	border-width: 0;
	margin: 2em 10px;
	}




/* -----------------------------  Styles for the cms user ----------------------------- */

p.more {
	text-align: right;
	}

.border, table.border td, table.border th {
	border: 1px solid #c93;
	}

table.border {
	border-collapse: collapse;
	}

.tablefullwidth {
	width: 100%;
	}
	
.tablefullwidth td {
	width: 50%;
	vertical-align: top;
	}

.highlighted {
	color: #933;
	}

.leftalign {
	text-align: left;
	}

.centeralign {
	text-align: center;
	display: block;
	}

.rightalign {
	text-align: right;
	}

img.imgleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
	}

img.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}




/** Custom tags for TinyMCE **/

div.gazetteSubnav {
	display: inline;
	width: 180px;
	float: right;
	border: 1px solid #8597C5;
	background-color: #D9E1EE;
	padding: 10px;
	margin: 10px 5px;
}

h3.gazetteSubnavTitle {
	display: block;
	font: bold 97% Verdana;
	margin: 0;
}
h4.gazetteSubnavSubTitle {
	display: block;
	font: italic normal 86% Verdana;
	margin: 4px 0;
}
ul.gazetteSubnavList {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 80%;
}
li.gazetteSubnavListItem {
}

/** Document Downloads **/
div.document {
	background: #EEE;
	padding-left: 20px;
	float: left;
	clear: both;
}

div.document a.view,
div.document a.add {
	float: left;
	clear: left;
	display: inline;
	font-size: 10px;
}

div.document a.add {
	clear: right;
	margin-left: 2em;
}
