@charset "utf-8";
/* CSS Document */

#header
{
	height: 49px;
	width: 100%;
	background-image: url(../images/logo-gr.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #B3B5B8;
	position: relative;
	border: 1px none #B3B5B8;
	background-color: #B3B5B8;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #B3B5B8;
	margin: 0;
	padding: 0;
}

#headercolor1
{
	background-color: #00AFD7;
	background-image:url(/images/grad-bl.gif);
	height: 50px;
	width: 100%;
	position: relative;
}
	
#headercolor2
{
	background-color: #8BC53E;
	height: 11px;
	width: 100%;
	position: relative;
}
	
#headercolor3
{
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 0px;
	width: 100%;
	position: relative;
}	

h2
{
	color:#666666;
}

.blogentry ul
{
	list-style-image: url("/images/bullet-gr.gif");
}

#container
{
	background-color: #FFF;
}

#sectionhead
{
	color:#FFF;
	font-weight: bold;
	font: 100% arial, helvetica, sans-serif;
	padding: 2px 10px 2px 10px;
	width:100%;
	background-color:#00AFD7;
}

#sectionbody
{
	background-color:#EBECF3;
	font: 100% arial, helvetica, sans-serif;
	width:100%;
	padding:10px;
}

#menu ul a:hover
{
	color:#8BC53E;
}

#menu a.selected
{
	color:#8BC53E; 
	font-weight:800;
}

#footer
{
	color: #666666;
}
