/* COLCHESTER THEME CSS */
p { line-height: 18px; }

#header {
 	background: #fff none !important;
}
	#header .holder {
 		background: url(/img/Colchester-Header.png) no-repeat !important;
		height: 130px !important;
	}
		#header .holder #logo {
			text-indent: -9999px !important;
			height: 90px !important;
			width: 550px !important;
		}

#content { border-top: 3px solid #791e7e; background: none !important; }
#footer  { border-top: 3px solid #a9bf1c; }

	#content .side-column strong span, p.goal strong span {
		color: #a9bf1c !important;
	}

#content .main-column h3.intro, #content .main-column h3.intro a {
	color: #791e7e !important;
	background: #f2f2f2 !important;
}

#header #menu li,#header #menu li:hover,#header #menu li.on:hover {
	background: none !important;
	padding-left: 0 !important;
	margin-right: 4px !important;
}
	#header #menu li a {
		background: #791e7e !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	}
		#header #menu li a:hover {
			background: #96269c !important;
		}
		#header #menu li.on a {
			background: #FFF !important;
			font-weight: bold;
			color: #791e7e;
		}
		#header #menu li.green {
			background: none !important;
		}
			#header #menu li.green a {
				background: #a9bf1c !important;
			}
				#header #menu li.green a:hover {
					background: #c1d82f !important;
				}
				
#content .side-column h3 {
	background: #791e7e !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#content .side-column h3.personal {
		background: #a9bf1c !important;
	}
