/* logo */

.header_left a, .logo
{
	font-family: 'PT Sans';
	font-size: 25px;
}
.header_right a:hover
{
	text-decoration: none;
}

/* links */
a
{
	border-bottom: 1px dotted #08827c;
	color: #08827c;
}

/* misc ui */

.home_box.light_blue
{
	background-color: #61b0ab;
}
.home_box.blue
{
	background-color: #0b9792;
}
.home_box.dark_blue
{
	background-color: #08827c;
}

.comment_box .date .value
{
	background-color: #08827c;
}

.comment_box .comments_number a
{
	background-color: #61b0ab;
}

.accordion .ui-accordion-header.ui-state-active
{
	border-bottom: 1px solid #3156A3;
	background: #08827c;
}

/* underline */

.box_header:after
{
	background: #08827c;
}

/* more */

.more
{
	color: #08827c;
}
.more.dark_blue,
.more.blue:hover
{
	background-color: #08827c;
	border: 1px solid #08827c;
}
.more.dark_blue:hover
{
	background-color: #08827c;
	border-color: #08827c;
}
.more.blue
{
	border-color: #0b9792;
	background-color: #0b9792;
}

/* footer */

.footer_banner_box.super_light_blue
{
	background-color: #61b0ab;
}
.footer_banner_box.light_blue
{
	background-color: #0b9792;
}
.footer_banner_box.blue
{
	background-color: #08827c;
}

/* superfish */

.sf-menu li:hover a, .sf-menu li.selected a
{
	color: #FFF;
	background: #08827c;
}
.sf-menu li.submenu:hover a
{
	color: #000;
	background: #FFF;
	border-color: #E8E8E8;
	border-bottom-color: #FFF;
}

/* footer */
.footer_container
{
	background-color: #e3e5e6;
}
.footer .box_header
{
	color: #333;
}
.footer a
{
	color: #08827c;
}

.footer_banner_box_container a
{
	color: #fff;
}

.footer .header_right a.scrolling_list_control_left, 
.footer .header_right a.scrolling_list_control_right
{
	border-color: silver;
}
.footer .header_right a.scrolling_list_control_left:hover, 
.footer .header_right a.scrolling_list_control_right:hover
{
	border-color: #08827c;
	color: gray;
}


@media screen and (max-width:1009px)
{
	.header_left a img { width: 180px; }

}

@media screen and (max-width:480px)
{
	.header_left a img { width: 300px; }

}