/* GENERAL
*******************************************************************************/

a {
	color: #1275d3;
}
a:hover {
	color: red;
	text-decoration: none;
} 
body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 77%;
	/* Hide from IE Mac \*/
	font-size: 76%;
	/* */
	position: relative;
}

/* LAYOUT
*******************************************************************************/

#bodyWrapper {
	position: relative;
}
#header {
	background: #fff url(../images/bg_head.gif) repeat-x;
	clear: both;
	height: 107px;
	font-size: .9em;
	margin: 0;
	padding: 0;
	position: relative;
}
#contentWrapper {
	/*background: url(../images/bg_contentwrapper.gif) repeat-y 198px 0;*/
	margin: 0;
	padding: 0;
	position: relative;
	width: 741px;
}
#content {
	border-left: 1px solid #eee;
	font-size: 1.1em;
	line-height: 1.5em;
	float: right;
	display: inline;
	margin: 0 0 0 -1px;
	padding: 15px 0 15px 25px;
	width: 516px !important;
	width /**/: 542px; /* IE5.x */
}
* html #content {
	/* Hide from IE Mac \*/
	overflow: hidden;
	/* */
}
#globalMenu {
	clear: left;
	display: inline;
	float: left;
	font-size: .9em;
	line-height: 1.5em;
	margin: 0 -1px 0 0;
	padding: 20px 0 15px;
	width: 197px !important;
	width /**/: 198px; /* IE5.x */
	position: relative;
	left: 1px;
}

/* BRANDING
*******************************************************************************/

h1 {
	background: url(../images/logo1.gif) no-repeat 15px 14px;
	font-size: 1em;
	height: 88px;
	margin: 0;
	padding: 0;
	width: 198px;
	position: relative;
}
h1 a {
	display: block;
	height: 88px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

/* PAGE ELEMENTS
*******************************************************************************/

.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	margin: 0;
}
* html .clear {
	font-size: 0; /* IE */
}
hr {
	display: none;
}
h2, h3, h4 {
	clear: both;
	color: purple;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.6em;
	line-height: 1.25em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.2em;
	margin: 1.3em 0 0;
}
img {
	border: none;
    float: right;
    padding: 1px;
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 15px;
}
p {
	margin: 0 0 1em 0;
}

ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* MAIN MENU
*******************************************************************************/

#globalMenu ul {
	margin: 0 25px 0 18px;
	width: 153px;
}
#globalMenu li {
	background: url(../images/bl1.gif) no-repeat 0 .6em;
	clear: left;
	float: left;
	display: inline;
	width: 99%;
}
#globalMenu li li {
	background: url(../images/bl2.gif) no-repeat 10px .6em;
}
#globalMenu ul ul {
	margin: 0;
}
#globalMenu a {
	border-bottom: 1px solid #eee;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0 0 0 13px;
	padding: 3px;
	text-decoration: none;
}
* html #globalMenu a {
	/* Hide from IE Mac but not PC \*/
	height: 1px;
	/* */
}
#globalMenu a:hover,
#globalMenu a:active,
#globalMenu a:focus {
	background: #F7F0F7;
	border-bottom: 1px solid #c9c;
	color: purple;
}
#globalMenu ul ul a {
	margin: 0 0 0 24px;
	color: #999;
	font-weight: normal;
}
#globalMenu ul ul a:hover,
#globalMenu ul ul a:active,
#globalMenu ul ul a:focus {
	background: #fafff4;
	border-color: #b7eeac;
	color: #40bf27;
}

/* MAIN MENU CONTROL
*******************************************************************************/

#globalMenu ul li ul {
	display: none;
}
#sectAbout #gmAbout ul,
#sectYouthPrograms #gmYouthPrograms ul,
#sectAdultPrograms #gmAdultPrograms ul,
#sectPublications #gmPublications ul,
#sectRegularActivities #gmRegularActivities ul,
#sectCalendar #gmCalendar ul,
#sectGala #gmGala ul,
#sectSupport #gmSupport ul,
#sectBusinessSupport #gmBusinessSupport ul,
#sectMembership #gmMembership ul,
#sectResources #gmResources ul,
#sectContact #gmContact ul {
	display: block;
}

/* QUICK MENU
*******************************************************************************/

#quickMenu {
	font-size: .9em;
	height: 50px;
	left: 215px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 56px; 
	width: 515px;
}
#quickMenu li {
	display: block;
	float: left;
	height: 50px;
}
#quickMenu #emPrism {
	background: url(../images/em_blue.gif) no-repeat;
	width: 98px;
}
#quickMenu #emSpectrum {
	background: url(../images/em_green.gif) no-repeat;
	width: 98px;
}
#quickMenu #emALAS {
	background: url(../images/em_yellow.gif) no-repeat;
	width: 98px;
}
#quickMenu #emTGIQ {
	background: url(../images/em_orange.gif) no-repeat;
	width: 98px;
}
#quickMenu #emRED {
	background: url(../images/em_red.gif) no-repeat;
	width: 98px;
}
#quickMenu a,
#quickMenu a:link,
#quickMenu a:visited {
	display: block;
	color: #000;
	font-weight: bold;
	height: 15px;
	margin: 0;
	padding: 35px 0 0 2px;
	text-decoration: none;
	text-align: center;
}
#quickMenu a:hover,
#quickMenu a:active {
	text-decoration: underline;
}

/* QUICK MENU CONTROL
*******************************************************************************/

#sectPrism #emPrism a,
#sectSpectrum #emSpectrum a,
#sectALAS #emALAS a,
#sectRED #emRED a,
#sectTGIQ #emTGIQ a {
	color: #aaa;
	text-decoration: underline;
}

/* MINOR MENU
*******************************************************************************/

#minorMenu {
	left: 225px;
	position: absolute;
	top: 55px;
	width: 530px;
}
#minorMenu ul {
	position: absolute;
	right: 0;
}
#minorMenu li {
	display: inline;
	line-height: 1.65em;
}
#minorMenu a {
	display: inline;
	color: #fff;
	font-size: .9em;

	margin: 0;
	text-decoration: none;
}
#minorMenu a:hover {
	color: #fff;
	text-decoration: underline;
}


/* DONATION BOX
*******************************************************************************/

#donate {
	background: url(../images/bg_signup.gif) no-repeat 0 20px;
	clear: both;
	margin: 0 24px 0 18px;
	padding: 20px 0 0 0;
	position: relative;
}
#donate p {
	background: url(../images/bg_signup2.gif) no-repeat bottom left;
	padding: 0 12px 12px 12px;
	margin: 0;
}
#donate h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 12px 12px 0 12px;
}
#donate a:link,
#donate a:visited,
#donate a:hover,
#donate a:active {
	background: none;
	border: none;
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#donate h4 a:link,
#donate h4 a:visited,
#donate h4 a:hover,
#donate h4 a:active {
	font-weight: bold;
}


/* NEWSLETTER FORM
*******************************************************************************/

#signup {
	background: url(../images/bg_signup.gif) no-repeat 0 15px;
	clear: both;
	margin: 0 24px 0 18px;
	padding: 20px 0 0 0;
	position: relative;
}
#signup p {
	margin: 0;
}
#signup form {
	background: url(../images/bg_signup2.gif) no-repeat bottom left;
	padding: 12px;
}
#signup h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	margin: 0;
	padding: 0 0 3px 0;
}
#signup label {
	background: url(../images/bl1.gif) no-repeat 0 .5em;
	display: block;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}
#signup #frmSubName,
#signup #frmSubEmail {
	font-size: 1em;
	width: 124px;
}
#signup #frmSubscribe {
	font-size: 1em;
	margin: 5px 0 0 0;
}

/* FOOTER
*******************************************************************************/

#footer {
	background: #fff url(../images/bg_foot.gif) repeat-x;
	color: #666;
	clear: both;
	font-size: .9em;
	line-height: 1.4em;
	position: relative;
}
#footer address {
	background: url(../images/bg_foot_puzzle.gif) no-repeat 0 0;
	font-style: normal;
	margin: 0;
	padding: 75px 0  40px 200px;
}
#footer strong {
	color: #666;
}
#footer span {
	color: #666;
}
#footer address a {
	color: #666;
	text-decoration: none;
}
#footer address a:hover {
	text-decoration: underline;
}

/* CONTENT
*******************************************************************************/

#content em,
#content i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#content ol {
	margin: 0 0 0 25px;
}
#content ol li {
	list-style: decimal;
	color: red;
	font-weight: bold;
	margin: 2px 0;
}
#content ol li p {
	color: #666;
	font-weight: normal;
}
#content ul li {
	background: transparent url(../images/bl1.gif) no-repeat 0 .5em;
	margin: 2px 0;
	padding: 0 15px;
}
.posted {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
    font-weight: bold;
	color: black;
	line-height: 1.25em;
}
.postedcomment {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
    font-weight: bold;
	color: black;
	line-height: 1.25em;
	margin: -.5em 0 2em 0;
}

/* FEATURED SECTIONS - MAIN PAGES
*******************************************************************************/

.intro {
	background: url(../images/bg_intro.gif) repeat-x bottom left;
	border-color: #eee;
	border-style: solid solid solid solid;
	border-width: 1px 1px 5px 1px;
	padding: 10px 20px;
}
.introtext {
	color: #777;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
}
.introimg {
	float: right;
	margin: 10px 0 10px 15px;
	padding: 0;
}
.sectionimg {
	color: #aaa;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.2em;
	margin: 0 0 10px 10px;
	padding: 0;
	text-align: center;
	width: 82px;
}

/* FEATURED SECTIONS CONTROL
*******************************************************************************/

#sectPrism h2,
#sectPrism .introtext {
	color: #1275d3;
}
#sectSpectrum h2,
#sectSpectrum .introtext {
	color: green;
}
#sectALAS h2,
#sectALAS .introtext {
	color: yellow;
}
#sectRED h2,
#sectRED .introtext {
	color: red;
}
#sectTGIQ h2,
#sectTGIQ .introtext {
	color: orange;
}