/* SOMERSET THEME CSS */
* { font-family: Helvetica, Arial, sans-serif; }
/* body { font-size: 14px; } */
#header {
	background: #fff none;
	border-bottom: 3px solid #22bbfc;
}
	#header .holder {
		background: url(/img/header-somerset-moving-fwd.png) no-repeat 630px 30px !important;
		height: 140px !important;
	}
		#header .holder #logo {
			/*text-indent: -9999px !important;*/
			height: 100px !important;
			width: 800px !important;
		}
			#header .holder #logo h1 {
				color: #0099da !important;
				font-size: 36px !important;
				line-height: 38px;
			}
		#header .holder #our-logos {
			display: none;
		}
	
	#header #menu li,#header #menu li:hover,#header #menu li.on:hover {
		background: none !important;
		padding-left: 0 !important;
	}
		#header #menu li a {
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			background: #0099da !important;
			padding-left: 10px;
		}
			#header #menu li a:hover {
				background: #22bbfc !important;
			}
			#header #menu li.on a {
				background: #22bbfc !important;
				font-weight: bold;
				color: #fff;
			}
			#header #menu li.green { /* a6ce3a */
				background: none !important;
			}
				#header #menu li.green a {
					background: #8cc63f !important;
				}
					#header #menu li.green a:hover {
						background: #aee861 !important;
					}

#content .main-column h3.intro,#content .main-column h3.intro a {
	color: #8cc63f !important;
}

#content .side-column h3 {
	background: #0099da !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#content .side-column h3.personal {
		background: #8cc63f !important;
	}
	#content .side-column strong span,p.goal strong span {
		color: #8cc63f;
	}

