/* 

	Main Color: 		#678e11  - fcc662
	Secondary Color:	#b6c77f

*/

body
{
	background-image: url(../img/background.jpg);
	background-color: #fcc662 !important;

}

#dynamic-content ul li
{
	background-image: url(../img/listElement.gif);
}

div#reiter ul li a:link,
div#reiter ul li a:visited,
div#reiter ul li a:active
{
	color: #c5a200;
}

div#reiter ul li a:hover,
div#reiter ul li a.selected
{
	background-image: url(../img/reiter_hover.gif);
}

/* Form errors */

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

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

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #fc9200 !important;
}

/* Content */

div#menu-container
{
	background-color: rgb(250, 230, 181);
	border-right: 1px solid rgb(250, 213, 161);
}

div#overall-container 
{
	background-color: #ffefc4;
}

dd.csc-textpic-caption
{
	color: rgb(189, 62, 0);
}
