/*margins*/
BODY {
	font-size: 10pt; 
	color: #000000;
	font-weight: bold; 
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
        
}
.hiddenPic {
        display:none;
}


/*anchors*/
A {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

A:link {
	color: #0033cc;
    font-family: Arial, Helvetica, sans-serif;
}
A:visited {
	color: #0033cc;
}

A:active {
	color: #B6B6B6;
}

A:hover {
	color: #ffffff;
	text-decoration: none;
}


H2 {
	color: #000000;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
}

H3 {
	color: #750302;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}
HR {
    width: 90%;
    height: 1px;
    border: 0;
    background: black;    
}
.content {
	letter-spacing: 0pt;
	font-size: 12px;
	font-family:  Arial, Helvetica,sans-serif;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #ffffff;
}
.bcontent {
	letter-spacing: 0pt;
	font-size: 12px;
	font-family:  Arial, Helvetica,sans-serif;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000;
}
.small {
	letter-spacing: 0pt;
	font-size: 8pt;
	font-family:  Arial, Helvetica,sans-serif;
	font-style: italic; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #ffffff;
}
.wcontent_bigger {
	letter-spacing: 0pt;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #ffffff
}
.content_bigger {
	letter-spacing: 0pt;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000
}
.project_title {
	letter-spacing: 0pt;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #750302
}
.black {
	letter-spacing: 0pt;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000
}

.blue {
	letter-spacing: 0pt;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0000ff
}
.menu_footer {
	letter-spacing: 0pt;
	font-size: 8pt;
	font-family: verdana, arial, helvetica; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000
}

.title {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000
}
.footer {
	letter-spacing: 1pt; 
	font-size: 10pt;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: oblique; 
	line-height: normal; 
	font-weight: normal;
	font-variant: normal; 
	text-transform: none; 
	color: #000000}

/* ************** Side Links ************** */
.links {
	letter-spacing: 1pt;
	font-size: 10pt;
	font-family:  Arial, Helvetica,sans-serif;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #B6B6B6;
    background-color: #5C6B29;
    padding-left:5px;
    padding-top:10px;
}

.nav A:link, A:visited, A:active {
	color: #B6B6B6;
    font-family: Arial, Helvetica, sans-serif;    
}
.nav A:hover {
	color: #ffffff;	
}

/* ***************** Buttons ************** */
div.home {
    background-image:url("images/buttons/Home_hover.png");
    background-repeat:no-repeat;    
    float:left;
}
div.home a:hover img {
visibility:hidden;
}
div.home a {
display:inline-block;
outline: none;
}

div.about {
    background-image:url("images/buttons/About_hover.png");
    background-repeat:no-repeat;
    float:left;
}
div.about a:hover img {
visibility:hidden;
}
div.about a {
display:inline-block;
 outline: none;
}

div.news {
    background-image:url("images/buttons/News_hover.png");
    background-repeat:no-repeat;
    float:left;
}
div.news a:hover img {
visibility:hidden;
}
div.news a {
display:inline-block;
outline: none;
}

div.contact {
    background-image:url("images/buttons/Contact_hover.png");
    background-repeat:no-repeat;
    float:left;
}
div.contact a:hover img {
visibility:hidden;
}
div.contact a {
display:inline-block;
outline: none;
}

div.store {
    background-image:url("images/buttons/Store_hover.png");
    background-repeat:no-repeat;
    float:left;
}
div.store a:hover img {
visibility:hidden;
}
div.store a {
display:inline-block;
outline: none;
}

div.communities {
    background-image:url("images/buttons/Communities_hover.png");
    background-repeat:no-repeat;
    float:left;
}
div.communities a:hover img {
visibility:hidden;
}
div.communities a {
display:inline-block;
outline: none;
}
/* ***************** End Buttons ************** */


