/* ------------------------ IMPORT MORE STYLESHEETS ------------------------------ */	


body
{
	padding: 0 20px 20px 20px;	
}

#header

{
	display: none;	
}

html {
	font-size: 80%; /* This controls the main site font size */
	font-family: gil sans, trebuchet ms, georgia, courier new, lucida sans unicode, verdana, arial, sans-serif; /* This controls the main site font family */
	color: #362f2d; /* This controls the main site font color */
	display: block;
	line-height: normal;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	display: block;
	line-height: 130%;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
}

A:link, A:visited, A:active {
	color: #362f2d; /* This controls the default link and visited link color */
}

A:hover {
	color: #362f2d; /* This controls the default hover link color */
	text-decoration: none; /* This controls the default hover link decoration */
	background-color: #a3b692; /* This controls the default hover link background color */
}

A:link img, A:visited img, A:active img {
	text-decoration: none; /* This controls the default hover link decoration */
	background-color: transparent; /* This controls the default hover link background color */
}

A:hover img {
	text-decoration: none; /* This controls the default hover link decoration */
	background-color: transparent; /* This controls the default hover link background color */
}

h1, .h1, h2, .h2 {
	color: #889b75;
	font-family: Georgia, courier new, lucida sans unicode, verdana, arial, sans-serif; /* This controls the main site font family */
}

h1 {
	color: #889b75;
	font-size: 130%;
	font-family: Georgia, courier new, lucida sans unicode, verdana, arial, sans-serif; /* This controls the main site font family */
	float: right;
}
#message
{
	float: right;
	clear: right;
	margin-top: -10px;
}

h3, .h3 {
	color: #889b75;
	font-size: 140%;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0 10px 0;
	padding: 0px;
	letter-spacing: 0em;
	font-family: Georgia, courier new, lucida sans unicode, verdana, arial, sans-serif; /* This controls the main site font family */
}

h4, .h4 {
	color: #889b75;
	font-size: 100%;
	font-weight: 800;
	line-height: normal;
	margin: 0px 0x 10px 0;
	padding: 0px;
	letter-spacing: 0em;
	font-family: Georgia, courier new, lucida sans unicode, verdana, arial, sans-serif; /* This controls the main site font family */
}

hr
{
	color: #889b75;
	border: 1px dotted #889b75;
	margin: 10px 0 15px 0;
}


.hide, .printHide, #thumbBox, #thumbLoading
{
	display: none;
}
.main_menu {
	color: #f3f1e9;  /* This controls the color one font color and links */
	text-decoration: none; /* This controls the default hover link decoration */
}

.box a:hover {
	background-color: #889b75; /* This controls the default hover link background color */
}

#home a:hover {
	background-color: transparent;	
}

.sm_c1, .md_c1, .lg_c1, .xl_c1, .sm_c1 a:link, .sm_c1 a:visited, .sm_c1 a:hover, .sm_c1 a:active, .md_c1 a:link, .md_c1 a:visited, .md_c1 a:hover, .md_c1 a:active {
	color: #889b75;  /* This controls the color one font color and links */
}

.sm_c3, .md_c3, .lg_c3, .xl_c3, .sm_c3 a:link, .sm_c3 a:visited, .sm_c3 a:hover, .sm_c3 a:active, .md_c3 a:link, .md_c3 a:visited, .md_c3 a:hover, .md_c3 a:active {
	color: #a3b692;  /* This controls the color two font color and links */
}

.sm_c3 a:hover, .md_c3 a:hover {
	color: #f3f1e9;  /* This controls the color one font color and links */
	background-color: #a3b692; /* This controls the default hover link background color */
}

.about, .ourwork, .events, .resources, .shop, .connect, .staff, .faq, .index {
	padding: 4px 0px 9px 0px;
}

p.sm_c1, p.sm_c2, p.sm_c3, p.sm_c4, .moduletable form#mod_loginform /*.mainlevel */ {
	font-size: 90%;  /* This controls the small font size for all colors - add more colors as needed */
}

/* There are no selectors for the medium size bc this is the site default */

p.lg_c1, p.lg_c2 p.lg_c3, p.lg_c4 {
	font-size: 140%;  /* This controls the large font size for all colors - add more colors as needed */
}

p.xl_c1, p.xl_c2, p.xl_c3, p.xl_c4 {
	font-size: 180%;  /* This controls the xlarge font size for all colors - add more colors as needed */
}

p.sm_cl
{
	display: none;	
}
.code {
    color: Black;
    font-family: Courier;
    font-size: 75%;
	overflow: scroll;
}

#content img
{
	margin: 10px;	
}