/* ------ MEDIA TAG ----- */

@media screen {

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #EDFCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C6897;
}

p {
	line-height: 150%;
}

h1 {
	font-size: 25px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #FFF;
}

h2 {
	font-size: 17px;
	letter-spacing: -1px;
}

h3 {
	font-size: 15px;
	letter-spacing: -1px;
}

h4 {
	font-size: 13px;
	letter-spacing: -1px;
}

a {
	color: #64A910;
}

a:hover {
	color: #56CDF0;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dotted #547223;
	width: 70%;
}

.Clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

* html .SiteContainer {
	height: 100%;
}

.SiteContainer {
	margin: 0px auto;
	width: 965px;
	min-height: 100%;
}

.Header {
	background-image: url(/images/template/header-bg.jpg);
	background-repeat: no-repeat;
	height: 74px;
}

#EssexFamiliesLogo {
	float: left;
	padding: 10px 0px 0px 25px;
}

#EssexCountyCouncilLogo {
	float: right;
	padding: 10px 25px 0px 0px;
}

.TopMenuL {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}

.TopMenuL li {
	float: left;
	padding-right: 2px;
}

.TopMenuL li a {
	display: block;
	background-repeat: no-repeat;
}

.TopMenuM {
	float: left;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	height: 40px;
	width: 232px;
	text-align: right;
	line-height: 40px;
}

.TopMenuM input, .TopMenuM img {
	vertical-align: middle;
}

.TopMenuR {
	float: right;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
}

.Main {
	clear: both;
	padding-top: 12px;
	display: inline-block;
}

.HomepageEvents {
	width: 285px;
	float: left;
	font-size: 1px;
	background: url(/images/template/feature-events-bg.gif) repeat-y #FFF;
}

.HomepageEvents .FeatureInner {
	height: 164px;
	font-size: 12px;
	background-image: url(/images/template/feature-events-bottom-bg.gif);
}

.HomepageBanner {
	float: left;
	margin-left: 15px;
	width: 665px;
	height: 206px;
	background: url(/images/template/banner-top-bg.gif) no-repeat top #000;
}

.HomepageBanner li {
	display: inline-block;
}

.BannerPlaceholder {
	width: 665px;
	height: 179px;
}

.HomepageContainer {
	width: 313px;
	font-size: 1px;
	float: left;
	margin-top: 14px;
	background: url(/images/template/feature-bg.gif) repeat-y #FFF;
}

.HomepageContainer .FeatureInner {
	height: 175px;
	font-size: 12px;
	background-image: url(/images/template/feature-bottom-bg.gif);
}

.FeatureInner {
	padding: 5px 10px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.FeatureInner h2 {
	color: #F64BA7;
	margin-top: 10px;
	margin-bottom: 5px;
}

.FeatureInner ul {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	line-height: 175%;
}

.FeatureInner li {
	list-style-type: none;
}

.FeatureInner li a {
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 2px 22px;
	color: #F64BA7;
	background-image: url(/images/template/bullet-off.gif);
}

.FeatureInner li a:hover {
	color: #56CDF0;
	background-image: url(/images/template/bullet-on.gif);
}

.FeatureInner form {
	margin: 5px;
	padding: 0px;
}

.Content {
	float: left;
	width: 700px;
	padding: 0px 15px;
	background: url(/images/template/content-bg.gif) repeat-y #FFF;
}

.Content .Green,
.Content .Yellow,
.Content .Blue,
.Content .Pink,
.Content .Red,
.Content .Orange,
.Content .Purple,
.Content .Aqua {
	width: 700px;
	min-height: 40px;
	position: relative;
	left: -15px;
	margin-top: 0px;
	margin-right: -30px;
	padding: 0px 15px;
}

.Content .Green {
	background: url(/images/template/green-header-bg.gif) no-repeat #ABE41B;
}

.Content .Yellow {
	background: url(/images/template/yellow-header-bg.gif) no-repeat #F6D200;
}

.Content .Blue {
	background: url(/images/template/blue-header-bg.gif) no-repeat #3596FE;
}

.Content .Pink {
	background: url(/images/template/pink-header-bg.gif) no-repeat #F76ACA;
}

.Content .Red {
	background: url(/images/template/red-header-bg.gif) no-repeat #F1774E;
}

.Content .Orange {
	background: url(/images/template/orange-header-bg.gif) no-repeat #FDAA40;
}

.Content .Purple {
	background: url(/images/template/purple-header-bg.gif) no-repeat #CB62F2;
}

.Content .Aqua {
	background: url(/images/template/aqua-header-bg.gif) no-repeat #25D8EE;
}

.Content h2 {
	color: #F64BA7;
}

.ContentFooter {
	width: 730px;
	background: url(/images/template/content-bottom-bg.gif) no-repeat #FFF;
	height: 13px;
	font-size: 10px;
	position: relative;
	left: -15px;
	margin-right: -30px;
	clear: both;
}

.MenuContainer {
	float: left;
	width: 235px;
}

.Menu {
	float: right;
	width: 200px;
	margin-bottom: 15px;
	padding: 0px 10px;
	background: url(/images/template/menu-bg.gif) repeat-y #FFF;
}

.Menu p {
	margin-top: 10px;
	margin-bottom: 5px;
}

.Menu .Green,
.Menu .Yellow,
.Menu .Blue,
.Menu .Pink,
.Menu .Red,
.Menu .Orange,
.Menu .Purple {
	width: 200px;
	color: #FFF;
	line-height: 29px;
	height: 30px;
	position: relative;
	left: -10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: -20px;
	padding: 0px 10px;
}

.Menu .Green {
	background: url(/images/template/green-menu-bg.gif) no-repeat #81DA10;
}

.Menu .Yellow {
	background: url(/images/template/yellow-menu-bg.gif) no-repeat #EFB402;
}

.Menu .Blue {
	background: url(/images/template/blue-menu-bg.gif) no-repeat #3467FE;
}

.Menu .Pink {
	background: url(/images/template/pink-menu-bg.gif) no-repeat #F34DA3;
}

.Menu .Red {
	background: url(/images/template/red-menu-bg.gif) no-repeat #F03D39;
}

.Menu .Orange {
	background: url(/images/template/orange-menu-bg.gif) no-repeat #F68E37;
}

.Menu .Purple {
	background: url(/images/template/purple-menu-bg.gif) no-repeat #AB1FE0;
}

.MenuFooter {
	width: 220px;
	background: url(/images/template/menu-bottom-bg.gif) no-repeat #FFF;
	height: 13px;
	font-size: 10px;
	position: relative;
	left: -10px;
	margin-right: -20px;
}

.Footer {
	width: 945px;
	clear: both;
	background-color: #FFF;
	border: 1px solid #56CDF0;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	color: #000;
	font-size: 11px;
	margin: -45px auto 0 auto;
}

.Footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.Footer li {
	float: left;
}

.Footer li a {
	padding: 0px 5px;
	border-left: 1px solid #56CDF0;
	text-decoration: none;
	color: #000;
}

.Footer li a:hover {
	color: #64A910;
}

.ClearFooter {
	height: 60px;
}


/* ------ NON LAYOUT STYLING ----- */

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ImgFloatRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.FormBG {
	background-color: #FFFEDF;
	border: 1px inset #999;
}

.HighlightBlue ul {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	line-height: 175%;
}

.HighlightBlue li {
	list-style-type: none;
}

.HighlightBlue li a {
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 22px;
	margin-left: 10px;
	margin-bottom: 1px;
	display: block;
	width: 231px;
	height: 21px;
	color: #FFF;
	text-decoration: none;
	background: url(/images/template/blue-link-bg-off.gif) no-repeat #39F;
}

.HighlightBlue li a:hover {
	color: #56CDF0;
	background-image: url(/images/template/blue-link-bg-on.gif);
}

.HighlightPink ul {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	line-height: 175%;
}

.HighlightPink li {
	list-style-type: none;
}

.HighlightPink li a {
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 22px;
	margin-left: 10px;
	margin-bottom: 1px;
	display: block;
	width: 231px;
	height: 21px;
	color: #FFF;
	text-decoration: none;
	background: url(/images/template/pink-link-bg-off.gif) no-repeat #F769C9;
}

.HighlightPink li a:hover {
	color: #FEE2F5;
	background-image: url(/images/template/pink-link-bg-on.gif);
}

.HighlightYellow ul {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	line-height: 175%;
}

.HighlightYellow li {
	list-style-type: none;
}

.HighlightYellow li a {
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 22px;
	margin-bottom: 1px;
	display: block;
	width: 105px;
	height: 21px;
	color: #000;
	text-decoration: none;
	background: url(/images/template/yellow-link-bg-off.gif) no-repeat #F6D200;
}

.HighlightYellow li a:hover {
	color: #FFF09D;
	background-image: url(/images/template/yellow-link-bg-on.gif);
}

.PopupBox p {
	margin: 2px auto;
}

.CalendarBox {
	width: 42px;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	padding-bottom: 2px;
}

.CalendarMonth {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #C00;
	padding: 1px;
	margin: 1px;
}

.CalendarDay {
	color: #000;
	font-size: 18px;
}

}

/* ------ END MEDIA TAG ----- */

.ui-tabs-hide {
	display: none;
}

.ui-tabs-nav, .ui-tabs-panel {
    font-size: 10px;
	background: url(/images/template/banner-bottom-bg.gif) no-repeat bottom #000;
}

.ui-tabs-nav {
    list-style: none;
    margin: 0px;
    padding: 5px 5px 5px 12px;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;
    margin: 0px 2px;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0px;
}

.ui-tabs-nav a {
    margin: 0px; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0px;
    color: #FFF;
    font-weight: bold;
    line-height: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    color: #FFF;
	background-color: #F00;
}

.ui-tabs-nav a span {
    width: 20px; /* IE 6 treats width as min-width */
    min-width: 20px;
    height: 14px; /* IE 6 treats height as min-height */
    min-height: 14px;
    padding-top: 3px;
    padding-right: 0;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

.ui-tabs-panel {
    padding: 0px;
    background: #000; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.ui-tabs-loading em {
    padding: 0 0 0 20px;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* Hide useless elements in print layouts... */
@media print {

.ui-tabs-nav {
	display: none;
}

}