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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/******** END RESET **********/

/*********  COLOURS ************
GREEN: #1f882b
GREY: #393939
RED: #880606
********************************/

/****** GENERAL LAYOUT **********/

body
{
	background: #393939;
}

#wrap
{
	width: 960px;
	background: url(assets/fauxcolbkg.png) repeat-y;
	
}

.wraper
{
	float:left;
}

#header
{
	width: 100%;
	height: 75px;
	background: #fff;
}

#french
{
	background: #fff;
	float: right;
	margin: 50px 20px 0 0;
	
}

#gmhsclogo
{
	margin: 5px 20px;
	float: left;
	width: 245px;
}
/***************************************** Banner Images *********************************************/
#banner
{
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939;
} 

#index #banner
{
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939 url(images/index.png) no-repeat;	
}  

#priority #banner
{                                                                    
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939 url(images/dumpstergirl.png) no-repeat;	
}   
   
#history #banner
{                                                                    
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939 url(images/history.png) no-repeat;	
}

#mission #banner                                                                  
{                                                                    
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939 url(images/sleepingbench.png) no-repeat;	
}      

#members #banner                                                                  
{                                                                    
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939 url(images/members.png) no-repeat;	
}

#whatsnew #banner
{                                                                    
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939 url(images/whatsnew.png) no-repeat;	
}   

#research #banner
{                                                                    
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939 url(images/research.png) no-repeat;	
}        

#partners #banner
{                                                                    
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939 url(images/partners.png) no-repeat;	
}  

#contact #banner
{                                                                    
	width: 100%;
	height: 150px;
	color: #fff;
	clear: both; 
	background: #393939 url(images/contact.png) no-repeat;	
}

#banner h2
{
	padding: 35px 0 0 20px;
	float: left;
}

#banner img
{
	float: right;
	height: 151px;

}

#menu
{
	width: 100%;
	background: #fff;	
	height: 50px;
	background: url(assets/menubkg.png) repeat-x;
	padding: 0;
}

#insidewrap
{
	width: 100%;
	background: url(assets/fauxcolbkg.png) repeat-y;
}

#leftcolumn /*** MAIN COLUMN FOR TEXT ***/
{
	position: relative;
	float: left;
	width: 600px;
	padding: 20px;
}

#rightcolumn /*** SIDEBAR ***/
{
	position: relative;
	float: left;
	padding: 60px 20px 0 20px;
	width: 260px;
}




/***************************************** MENU STYLES *********************************************/

#menuinside
{
	padding-top: 15px;
	height: 50px;
}

#menu ul
{
	display: inline;
}

#menu ul li
{
	display: inline;
	padding: 0 20px !important;
}

#menu ul li a:link
{
	font: bold 1.1em/1.5em Helvetica, Arial, sans-serif !important;
	color: #393939;
	text-decoration: none;
}

#menu ul li a:visited
{
	font: bold 1.1em/1.5em Helvetica, Arial, sans-serif !important;
	color: #393939;
	text-decoration: none;
}
          
#menu ul li a:active
{
	font: bold 1.1em/1.5em Helvetica, Arial, sans-serif !important;
	color: #1f882b;
	text-decoration: none;
}

#menu ul li a:hover
{
	font: bold 1.1em/1.5em Helvetica, Arial, sans-serif !important;
	color: #1f882b;
	text-decoration: none;
}



#menu ul li a.current
{
	font: bold 1.1em/1.5em Helvetica, Arial, sans-serif !important;
	color: #1f882b;
	text-decoration: none;
}


/************************************** TYPOGRAPGY ***********************************/

body
{
	font: .9em/1.3em Helvetica, Arial, sans-serif;
}

#insidewrap
{
	font: .9em/1.3em Helvetica, Arial, sans-serif;
}

h1
{
	font: bold 2em/1.3em Helvetica, Arial, sans-serif;
	color: #1f882b;
	padding: 20px 0 5px 0;
}

h2
{
	font: 1.5em/1.3em Helvetica, Arial, sans-serif;
}

p
{
	color: #393939;
	margin: 0 0 .7em 0;
}
  
h4
{
	padding-top: 10px;  
	margin: 0;
	font: bold 1.1em/1.3em Helvetica, Arial, sans-serif;
}

#french a:link, a:active, a:visited
{
	text-decoration: none;
	color: #393939
}

#french a:hover
{
	color: #1f882b;
}


.indented
{
   padding-left: 20pt;
   padding-right: 40pt;
}



ul
{
	color: #393939;
	margin: -.5em 0 .2em 0;	
}


ul.linklist
{
	padding: 1em;
}

ul.linklist li a:link, a:active, a:visited
{
	text-decoration: none;
	color: #393939;
}

ul.linklist li a:hover
{
	color: #1f882b;
	text-decoration: underline;
}

a:link, a:active, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #393939
}

a:hover
{
	color: #1f882b;
	font-weight: bold;
	text-decoration: underline;
}

p a:link, a:active, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #393939
}

p a:hover
{
	color: #1f882b;
	font-weight: bold;
	text-decoration: underline;
}

h4 a:link, a:active, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #393939
}

h4 a:hover
{
	color: #1f882b;
	font-weight: bold;
	text-decoration: underline;
}

.green
{
	color: #1f882b;
	font-size: 1.4em;
}

#pullquote
{
	background: url(assets/openquote.png) top left no-repeat;
	padding: 10px 0 20px 35px !important;
	margin-top: 10px;                                  
	width: auto;
} 

#pullquote_home
{
	background: url(assets/openquote.png) top left no-repeat;
	padding: 20px !important;
	width: 230px;   
	float: right;
}

#pullquote_contact
{
	background: url(assets/openquote.png) top left no-repeat;
	padding: 10px 0 20px 35px !important;
	margin-top: 10px;                                  
	width: 350px;
}     

#pullquote_history
{
	background: url(assets/openquote.png) top left no-repeat;
	padding: 10px 0 20px 40px !important;
	float: right;
	margin-top: 10px;                                  
	width: 300px;
}

#pullquote p, #pullquote_home p, #pullquote_contact p, #pullquote_history p
{
	background: url(assets/closequote.png) bottom right no-repeat !important;	
	font: italic 1.1em/1.3em Helvetica, Arial, sans-serif;
}

#rightcolumn h3    /** Right Side Titles **/
{
	font: bold 1.3em Helvetica, Arial, sans-serif;
	color: #1f882b;
	width: 180px;
	padding: 20px 0 5px 0;
	border-bottom: 3px solid #393939;
	margin-bottom: 10px;
}

#rightcolumn ul 
{
	padding-top: .3em;
}


ul.dyk
{
	margin-top: 0em;  
	margin-left: 1em;
	list-style: disc;
	
}

ul.dyk a:link, a:active, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #393939
}

ul.dyk a:hover
{
	color: #1f882b;
	font-weight: bold;
	text-decoration: underline;
}    

ul.dyk li a.current
{
	color: #1f882b;
	text-decoration: none;
}
  
ul.priorities
{
	list-style: disc;
	margin: .2em 1em;
}
                         
ul.priorities li
{
	padding: 3px 0 3px 0;
}   

ul.submenu
{
	margin: 0; 
	list-style: none;
}

ul.submenu li
{
	text-decoration: none;
	font-weight: bold;
	color: #393939;
	width: 175px;
	height: 20px; 
	padding: 5px 0 0 5px;   
}

ul.submenu li:hover, ul.submenu li:hover a 
{                  
	width: 175px;
	height: 20px;
	background-color: #1f882b;
	color: #fff;
	font-weight: bold;
}

ul.submenu li a:link, a:active, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #393939;
	width: 180px;
	height: 20px;	
}

ul.submenu li a:hover
{                  
	width: 180px;
	height: 20px;
	background-color: #1f882b;
	color: #fff;
	font-weight: bold;
}    

ul.submenu li a.current
{
	color: #1f882b;
	text-decoration: none;
}
/************************************** FOOTER ***********************************/

#footer 
{
	width: 100%;
	clear: both;
	background: #ebede6;
}

#disclaimer
{
	padding: 8px 0 3px 20px;
	font: .75em Helvetica, Arial, sans-serif;
}

#footerjd
{
	padding: 0 0 5px 20px;
	font: .7em georgia, serif;
	
}


#footerjd a:hover
{
	color: #44abe0;
}

/************************************** IMAGES ***********************************/
 
#leftcolumn img
{
	border: 2px solid #393939;
	padding: 2px;
	margin-right: 8px;

}

img.left
{
	float: left;
	border: 2px solid #393939;
	padding: 2px;
	margin-right: 8px;
	width: 300px;

}

img.center
{
	float: center;
	border: 2px solid #393939;
	padding: 2px;
	margin-right: 8px;
	width: 600px;

}


img.right
{
	float: right;
	border: 2px solid #393939;
	padding: 2px;
	margin-left: 10px;     
	margin-bottom: 10px;
	width: 300px;

}                    


img.right_f-logo
{
	float: right;
	border: 2px solid #393939;
	padding: 2px;
	margin-left: 10px; 
	margin-bottom: 50px;
	width: 34px;

}

#imagebreak
{
      margin: 20px 0px 250px 0;
}

#imagebreak img
{
     width: 300px;
     float: left;
    clear: left;
}