/*	
 * --------------------------------------------------------------------------
 * 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:0;
	background-color: navy;
	}

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

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

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

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

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

#gz_maincontent table,
#gz_supportingcontent table {
	border:1px solid black;
	margin-bottom:10px;
	}
	
#gz_maincontent table td,
#gz_maincontent table th {
	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;
	}
/*	
 * --------------------------------------------------------------------------
 * Theme - All Media Types
 * --------------------------------------------------------------------------
 * N.B This file is also used in the administration area to determine how
 * the text looks there
 * As this style sheet is applicable to all media types, it should really only
 * deal with font sizes and colors.
 *
 */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:78%;
	}

h1 {
	font-family:Futura, Trebuchet MS, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:.5em;
	line-height:2em;
	}

h2,
h3,
h4,
h5 {
	margin-top:10px;
	font-family:Futura, Trebuchet MS, Helvetica, sans-serif;
	font-weight:normal;
	}

p {
	margin-bottom:10px;
	}
	
hr {
	margin:0 0 10px 0;
	background-color:#a7a9ac;
	}
	
h1.gz_pagetitle {
	border-bottom:1px solid #a7a9ac;
	padding:0 0 10px 0;
	margin-bottom:10px;
	font-size:2.75em;
	font-weight:normal;
	}

/* JDMacdonald colors */
.jd_architectural-specifier {
	color:#D93931 !important;
	}

.jd_builder {
	color:#52B49E !important;
	}

.jd_industry-disabled-compliant {
	color:#737ACE !important;
	}
	
.jd_education {
	color:#9044C7 !important;
	}

.jd_healthcare {
	color:#F7C600 !important;
	}

.jd_residential {
	color:#FF6600 !important;
	}

.jd_retail-and-hospitality {
	color:#2AC8DD !important;
	}

.jd_wholesaler {
	color:#64C93C !important;
	}

.jd_disclaimer {
        font-size:.75em;
        line-height:1;
	}
