@charset "utf-8";
/* CSS Document */

/* set heading colors */


h1 			{color: #000000; font-size: 24px; }
h2 			{color: #008800; font-size: 24px; }
h3			{font-size: 24px; }
h4,h6 		{color: #008800;}
h5 			{color: #444444;} 


/*  set paragraph color and line height  */
p {
	color: #1F1F1F;
	line-height: 1.25;
	}

/* reset links to generic defaults: blue, purple */

a:link { 
	color: #0000FF;
	text-decoration: none;}
a:visited { 
	color: #800080;
	text-decoration: none;
	}
a:hover { 
	color: #0000FF;
	text-decoration: underline;}
	}
a:active { 
	color: #008800;
	text-decoration: none;
	}

a[href^="mailto:"]:link  {
	color: #0000FF;
	text-decoration: none;
	}	

a[href^="mailto:"]:hover  {
	color: #0000FF;
	text-decoration: underline;
	}	


/* Change the footer background and text color */ 

#footer {
margin-bottom: 0;
background-color: #008800;
background-image: -moz-linear-gradient(top, #008800, #004400);
background-image: -ms-linear-gradient(top, #008800, #004400);
background-image: -webkit-gradient(linear, center top ,center bottom, from(#008800), to(#004400));
background-image: -webkit-linear-gradient(top, #008800, #004400);
background-image: -o-linear-gradient(top, #008800, #004400);
background-image: linear-gradient(top, #008800, #004400);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008800', endColorstr='#004400', GradientType=0);
*background-color: #008800;
color: #008800;}


#footer .footer-content {
color: #E6F3E6; 
text-align: center;
text-shadow: none ;
}

/*
#footer .footer-content, p {
color: #E6F3E6; 
text-align: center;
text-shadow: none ;
}
*/

/* side bar module links */

.module .nav li > a [class^="icon-"], .module .nav li > a [class*=" icon-"] {
    color: #008800;
}

.module .nav li > a {
    color: #008800;
}

/* *******************  Customize the header and navbar areas  *************************** */
/* *******************  CODE SNIPPET BELOW PROVIDED BY JOOMLASHACK *********************** */

/* add the following to fix menu color */

#menu a{
background:#008800;
}

#menu {
background:#004400;
}
#menu a:hover{
background:#4DAC42;
color:#E6F3E6;
}
.dropdown-menu {
    background-color: #008800;
}
.module .nav>li.active>a, .module .nav.nav-list>li.active>a, .module .nav.nav-tabs>li.active>a, .module .nav.nav-pills>li.active>a, .module .nav.nav-stacked>li.active>a {
    background-color: #333;
    color: #fff;
}
/************ Header *************************************************************/
#header{
margin-bottom: 0;
background-color: #008800;
background-image: -moz-linear-gradient(top, #004400, #008800);
background-image: -ms-linear-gradient(top, #004400, #008800);
background-image: -webkit-gradient(linear, center top ,center bottom, from(#004400), to(#008800));
background-image: -webkit-linear-gradient(top, #004400, #008800);
background-image: -o-linear-gradient(top, #004400, #008800);
background-image: linear-gradient(top, #004400, #008800);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004400', endColorstr='#008800', GradientType=0);
*background-color: #008800;
color: #008800;
text-shadow: 1px 1px 0 #008800;
}
/*************NAvbar******************************************************/

/* This is the actual Navbar area - but not the menue itself */

/* reverse these */
.navbar-inner
{
background-color: #008800;
background-image: -moz-linear-gradient(top, #008800, #007A00);
background-image: -ms-linear-gradient(top, #008800, #007A00);
background-image: -webkit-gradient(linear, center top ,center bottom, from(#008800), to(#007A00));
background-image: -webkit-linear-gradient(top, #008800, #007A00);
background-image: -o-linear-gradient(top, #008800, #007A00);
background-image: linear-gradient(top, #008800, #007A00);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008800', endColorstr='#007A00', GradientType=0);
*background-color: #008800;
color: #008800;
}

/* Outside the menu Navbar - right ant left */
.wrapper-menu
{
background-color:#008800;
background-image:-moz-linear-gradient(top, #008800, #007A00);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#008800), to(#007A00));
background-image:-webkit-linear-gradient(top, #008800, #007A00);
background-image:-o-linear-gradient(top, #008800, #007A00);background-image:linear-gradient(to bottom, #008800, #007A00);
background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008800', endColorstr='#007A00', GradientType=0);top:0;left:0;
}

/* *******************  CODE SNIPPET PROVIDED BY JOOMLASHACK ***************************** */


