/*
    Main Color:         #728263;728263
    Secondary Color:    #a5b793;a5b793
*/

h1
{
	color: #728263;
}

h2
{
	color: #728263;
}

h3
{
	color: #728263;
}

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

.corner-link-container
{
	background-image: url(../img/corner-bg.jpg);
}

div#top-navigation-home
{	
	position: absolute;
	top: 60px;
	right: 14px;
	background-image: url(../img/home-button.png);
	background-repeat: no-repeat;
	width: 208px;
	height: 101px;
}

div#header-image
{
	/*background-image: url(../img/header-image.png) !important;*/
	background-position: 0% 0% !important;
}

.sf-menu .menu-active a:link,
.sf-menu .menu-active a:active,
.sf-menu .menu-active a:visited,
.sf-menu .menu-active a:hover
{
	color: #728263 !important;	
}



/* Error validation */

input.error, textarea.error, select.error, checkbox.error {
	background-color: #a5b793 !important;
}

#errMsg,
div.errMsg
{
	color: #728263 !important;
}

.sidenav-container ul li.menu-active,
.sidenav-container ul li .menu-active
{
	background: none;
	color: #728263 !important;	
}


/* news */

.news-list-container H3, /* News */
.news-list-container H3 A,
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER,
.news-list-morelink a:hover,
.news-single-item H2,
.sidenav-container .menu-active /* Menu */,
#errMsg /* Error Msg */
{
	color: #728263 !important;
}

