@charset "utf-8";

/*-----------Nivo Slider Caption-----------*/
.nivo-caption {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(95, 163, 210);
	/* RGBa with 0.6 opacity */
	background: rgba(95, 163, 210, .6);
}
.nivo-caption p {
	color:#ffffff;
}
/*-----------Tip-----------*/
.tip {
	color: #ffffff;
	background-color:#447da4;	
}
/*-----------Call Out-----------*/
.callouttext, .callouttext a {
	color:#ffffff;
}
/*-----------Hover-----------*/
.callouttext span,ul#twitter_update_list li a,.blogpost h5 a,p a,.details h5 a,#container span, a:link, :link, a:visited, :visited{
	color:#447da4;
}
/*-----------Social Callout-----------*/
.social li a strong {
	background-color:#447da4;
}
/*-----------Navigation-----------*/
#menu ul ul a:hover{
	background-color:#447da4;
}
#menu ul .current ul a:hover{
	background-color:#447da4;
}
/*-----------Highlight Button-----------*/
.highlight.button{
	color: #ffffff;
	text-shadow:0 0 0 transparent, 0px 1px 0px #000000;
	background-color:#447da4;	
}