/*Rollo*/
/* Kill margin and padding on all elements - because different browsers have different defaults */
*{
	margin:0;
	padding:0;
}

html{
/* Fixes background nastiness when a sidebar is open in Firefox */
	min-width:820px;
}

body{
/* Use backgound image as opposed to colour so that site is still functional if images are off */
	background: #FEFEF8 url(../candy/blendbg.png);
background-repeat: repeat-x;
/* Shove all content to the center of the screen for Internet Explorer 5 */
	text-align:center;
}

/*=====[ Set up container divs and add background tiles ]=====*/

#pageheadContainer,
#contentContainer,
#footContainer{
/* 100% so we can create the fullscreen width backgrounds */
	width:100%;
}

#pageheadContainer{
	/*background:transparent url(../candy/pageheadBackground.jpg) 0 100% repeat-x;*/
}

#contentContainer{
	background: url(../candy/container.png) 50% 100% repeat-y;/*WAS 2 ====This #152E35 changes body background color*/
/* Float left to prevent floated child divs(#article & #subContent) overflowing . aka the FnE method http://www.orderedlist.com/articles/clearing_floats_fne */
	float:left;
}

#footContainer{
	/*background:transparent url(../candy/footer.png) 0 0 no-repeat;*/
	clear:both;
}

ul
{
list-style-type: none;
}

#pagehead,
#content,
#foot{
/* Set widths for "sub" container divs and center on the screen . fluid you say? I think not sir, you are quite mad! */
	width:820px;
	margin:0 auto;
/* Position relative so we can position children absolutley but keep them relative to their parents and not the document root - confused? Me too! */
	position:relative;
/* Shove the content back where it should be now we have convinced IE5 that center aligned websites are, infact, groovy (see body{}) */
	text-align:left;
}

#pagehead{
	height:130px;
}

#foot{
	height:96px;
}

/* More backgounds, we need more backgrounds! */
#pagehead{
	background:transparent url(../candy/header.png) 0 100% no-repeat;
}

#pageheadLink {
display:block;
	width: 550px;
	height: 80px;
position:absolute;
left: 140px;
top:25px;
      text-decoration: none;
color:#000000;
   border:0px solid #996;
}

#pageheadLink {
 font-family:Arial, Helvetica, sans-serif;
text-align:center;
width: 95%;
text-decoration: none;
font-size:13px;
font-weight:300;
}

#pagehead a{
	color:#539B17;/*81C507;/*636331;*//*8C7C1B;*/
	/*font-size: 1.1em;*/
}
#pagehead a:hover{
	/*font-size: 1.1em;*/
	color:#0000FF;
}
#pageheadLink1 {
display:block;
	width: 250px;
	height: 120px;
position:absolute;
left: -98px;
top:108px;
      text-decoration: none;
}

#pageheadLink1 {
 font-family:Georgia, Times New Roman, Times, serif;
text-align:center;
width: 95%;
text-decoration: none;
font-weight:700;
}

/*=============== Set up rightSide layout ===============*/
#rightSide {
	width: 200px;
	height: 1%;
padding:4px;
float:right;
/*position:absolute;
left: 600px;
top:10px;*/
margin: 10px 0 10px 10px;
      text-decoration: none;
border: 1px groove #009900;/*DCDEDD;*/
}

#rightSide h4{
	color:#ffffff;
	font-size:1.2em;
 font-family:Georgia, Times New Roman, Times, serif;
padding:4px;
text-align:center;
font-style:italic;
	margin:0 0 0 0;
background: #0099FF;/*1A1AD1; *//* green 22A350;*/
}

#rightContent {
padding:.5em;
	margin:.05px .05px .05px .05px;
	/*padding: 1em;*/
	list-style-type:square;
border: 1px  ridge #0099FF;/*DCDEDD;*/
background: #FFFFFF;/*E1F4FD;*/
}
#rightContent ul{
list-style-image: url(../images/listimager.gif);
	margin:0.2em 0 0.6em 1.25em;
line-height:1.35em;
}

/*=============== Set up leftSide layout ===============*/
#leftSide {
	width: 200px;
	height: 1%;
padding:4px;
float:left;
/*position:absolute;
left: 600px;
top:10px;*/
margin: 10px 10px 10px 0;
      text-decoration: none;
border: 1px groove #009900;/*DCDEDD;*/
}

#leftSide h4{
	color:#ffffff;
	font-size:1.3em;
 font-family:Georgia, Times New Roman, Times, serif;
 padding:5px;
text-align:center;
font-style:italic;
	margin:0 0 0 0;
background: #0099FF;/*1A1AD1; *//* green 22A350;*/
}

#leftContent {
padding:.5em;
	margin:.05px .05px .05px .05px;
	/*padding-left: 1em;*/
	list-style-type:square;
font-size:1.2em;
border: 1px  ridge #0099FF;/*DCDEDD;*/
background: #FFFFFF;/*E1F4FD;*/
}
#leftContent ul{
	margin:0.0em 0 0.6em 1.0em;
}
/*===== END leftSide layout =====*/
/*=============== Set up leftSide1 layout ===============*/
#leftSide1 {
	width: 200px;
	height: 1%;
padding:4px;
float:left;
/*position:absolute;
left: 600px;
top:10px;*/
margin: 10px 10px 10px 0;
      text-decoration: none;
border: 1px groove #009900;/*DCDEDD;*/
}

#leftSide1 h5{
	color:#ffffff;
	font-size:1.3em;
font-family:font-family: Verdana, Arial, Helvetica, sans-serif;
 padding:5px;
text-align:center;
font-style:bold;
	margin:0 0 0 0;
background: #FF0000;/*1A1AD1; *//* green 22A350;*/
}

#leftContent1 {
padding:.5em;
	margin:.05px .05px .05px .05px;
	/*padding-left: 1em;*/
	list-style-type:square;
font-size:1.2em;
border: 1px  ridge #0099FF;/*DCDEDD;*/
background: #FFFFFF;/*E1F4FD;*/
}
#leftContent1 ul{
	margin:0.0em 0 0.6em 0.5em;
}
/*===== END leftSide1 layout =====*/
#content{
/* Add drop shadow/fading backgound to top of content area . doesn't work on IE5/MAC . oh the shame! */
	/*background:transparent url(../candy/contentBackgrounda.jpg) 0 0 no-repeat; *//*--WAS  */
/* Ensure this background tile is never cut short, min-height for Firefox and pals, _height 'hack' for Internet Exploiter */
	/*min-height:150px;
	_height:150px;*/
}

#foot{
	background:transparent url(../candy/footer.png) 100% 0 no-repeat;
}

/*=====[ Set up two column layout for articles and subcontent ]=====*/

#article{
	width:570px;
	float:left;
	padding:0px 0 10px 0;
	margin-left:15px;/*was 50px*/
border: 0px groove #009900;
}

/*#art a{
	color:#3399FF;
	font-weight:normal;
line-height:16pt;
	/*text-decoration:none;*/
}*/
/*
#art a:hover{
	background:#3399FF;
}*/

#article ul{
/*padding:0px 0px 0 10px;*/
	margin-left:1.5em;
	list-style-type:square;
}

#subContent{
/* Fix double margin bug in IE on floats using display:inline */
	display:inline;
	width:210px;
	float:left;
	padding:0px 0 10px 0; /* was 40px 0 20px 0*/
	margin-left:13px;
	color:#8B725A;
	font-size:1.1em;
border: 0px groove #009900;
}

#subContent ul{
	color:#636331;/*636911;*/
	/*font-size: 1.1em;*/
}
#subContent li a{
	color:#3366FF;/*636911;*//*8C7C1B;*/
	/*font-size: 1.1em;*/
}
#subContent a:hover{
background-color:#3366FF;
	/*font-size: 1.1em;*/
	color:#ffffff;
}
/*==============================[ Navigations ]==========================*/

#pagehead h1 a{
/* Create blank hit area for logo/signature - PNG here would have been nice but hey, this is IE land we live in!  */
	display:block;
	text-indent:-9999px;
	width:230px;
	height:150px;
	text-decoration:none;
/* Float to make hit area work in... yup, you gussed it ayyyeee 5! */
	float:left;
}

#pagehead h1{
/* Position blank hit area over background logo/signature */
	position:absolute;
	top:0;
	left:0;
}

/* Main navigation list */

#pagehead h1 a{
/* Create blank hit area for logo/signature - PNG here would have been nice but hey, this is IE land we live in!  */
	display:block;
	text-indent:-999px
	width:300px;
	height:155px;
	text-decoration:none;
/* Float to make hit area work in... yup, you gussed it ayyyeee 5! */
	float:left;
}

#pagehead a:hover{
/* prevent background colour used on site wide anchors */
	background:transparent;
}


/* Main navigation list */

#pagehead ul{
	display:block;
	position:absolute;
	top:20px; 
	left:230px;/*was 258px with one less link*/

/*width:500px;
height:39px;*/
}

#pagehead li{
	display:block;
	float:left;
	width:90px;
	height:54px;
	margin-left:5px;
}

#pagehead li a{
	display:block;
	height:54px;
	text-align:center;
	color:#579441;
	font-size:1.2em;
	font-weight:300;
/* Line height same as height, which puts the text vertically centered, hooray! */
	line-height:86px;
	text-decoration:none;
	text-transform:lowercase;
}

#pagehead li.one a:hover{
	display:block;
	height:63px;
	text-align:center;
	color:#579441;
	font-size:1.2em;
	font-weight:300;
/* Line height same as height, which puts the text vertically centered, hooray! */
	line-height:86px;
	text-decoration:none;
	text-transform:lowercase;
}

#pagehead li.two a:hover{
	display:block;
	height:63px;
	text-align:center;
	color:#579441;
	font-size:1.2em;
	font-weight:300;
/* Line height same as height, which puts the text vertically centered, hooray! */
	line-height:86px;
	text-decoration:none;
	text-transform:lowercase;
}

#pagehead li.one a{
	color: #579441;
	text-decoration: none;
background: url(../candy/nav1u.png) no-repeat; 
}

#pagehead li.two a{
	color: #579441;/*579A48;*/
	text-decoration: none;
background: url(../candy/nav2u.png) no-repeat; 
}

#pagehead li.three a{
	color: #579441;
	text-decoration: none;
background: url(../candy/nav3u.png) no-repeat; 
}
#pagehead li.four a{
	color: #579441;
	text-decoration: none;
background: url(../candy/nav4u.png) no-repeat; 
}
#pagehead li.five a{
	color: #579441;
	text-decoration: none;
background: url(../candy/nav5u.png) no-repeat; 
}
#pagehead li.six a{
	color: #579441;
	text-decoration: none;
background: url(../candy/nav6u.png) no-repeat; 
}
#pagehead .currentone {
	display:block;
	float:left;
	width:90px;
	height:63px;
	/*margin-left:5px;*/
}
#pagehead .currentone a{
	height:63px;
background: transparent url(../candy/nav1o.png) no-repeat;
color: #000000; 
}
#pagehead .currenttwo {
	display:block;
	float:left;
	width:90px;
	height:63px;
	/*margin-left:5px;*/
}
#pagehead .currenttwo a{
	height:63px;
background: transparent url(../candy/nav2o.png) no-repeat;
color: #000000; 
}
#pagehead .currentthree {
	display:block;
	float:left;
	width:90px;
	height:63px;
	/*margin-left:5px;*/
}
#pagehead .currentthree a{
	height:63px;
background: transparent url(../candy/nav3o.png) no-repeat;
color: #000000; 
}
#pagehead .currentfour {
	display:block;
	float:left;
	width:90px;
	height:63px;
	/*margin-left:5px;*/
}
#pagehead .currentfour a{
	height:63px;
background: transparent url(../candy/nav4o.png) no-repeat;
color: #000000; 
}
#pagehead .currentfive {
	display:block;
	float:left;
	width:90px;
	height:63px;
	/*margin-left:5px;*/
}
#pagehead .currentfive a{
	height:63px;
background: transparent url(../candy/nav5o.png) no-repeat;
color: #000000; 
}
#pagehead .currentsix {
	display:block;
	float:left;
	width:90px;
	height:63px;
	/*margin-left:5px;*/
}
#pagehead .currentsix a{
	height:63px;
background: transparent url(../candy/nav6o.png) no-repeat;
color: #000000; 
}
#pagehead ul li.one a:hover, /*a:hover*/
#pagehead .active a {
	height:63px;
background: transparent url(../candy/nav1o.png) no-repeat;
color: #000000; 
}

#pagehead ul li.two a:hover, /*a:hover*/
#pagehead .active a, 
#pagehead ul li.two a.current {
	height:63px;
background: transparent url(../candy/nav2o.png) no-repeat;
color: #000000; 
}
#pagehead ul li.three a:hover, /*a:hover*/
#pagehead .active a,
#pagehead ul li.three a.current {
	height:63px;
background: transparent url(../candy/nav3o.png) no-repeat;
color: #000000; 
}
#pagehead ul li.four a:hover, /*a:hover*/
#pagehead .active a,
#pagehead ul li.four a.current {
	height:63px;
background: transparent url(../candy/nav4o.png) no-repeat;
color: #000000; 
}

#pagehead ul li.five a:hover, /*a:hover*/
#pagehead .active a,
#pagehead ul li.five a.current.one {
	height:63px;
background: transparent url(../candy/nav5o.png) no-repeat;
color: #000000; 
}
#pagehead ul li.six a:hover, /*a:hover*/
#pagehead .active a,
#pagehead ul li.six a.current.one {
	height:63px;
background: transparent url(../candy/nav6o.png) no-repeat;
color: #000000; 
}
/* Foot navigation and FIR */
#foot ul{
	position:absolute;
	top:12px;
}

#foot li a{
/* hide bullets */
	list-style-type:none;
color:#009900;
}

#foot li a:hover{ 
	background:#009900;
	color:#FFE;
}

#foot #foot1{
/* width to solve odd problem with Opera 7.5 */
	width:200px;
	position:absolute;
	left:310px;
	top:0px;
color: #000000;
	text-decoration: none;
}

#foot #foot2{
/* width to solve odd problem with Opera 7.5 */
	width:200px;
	position:absolute;
	left:510px;
top:-6px;
color: #000000;
}

/* This is the anchor top button at bottom of page */
#foot #pageTop{
	position:absolute;
/* This position worked out using a highly technical formula: left a bit, right a bit, no left a bit... bingo! */
	left:427px;
	top:-34px;
}

#foot #pageTop a{
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	text-decoration:none;
	/*background:transparent url(../candy/pageTop.png) 0 0 no-repeat;*/
/* Float to make hit area work in... yup, you guessed it again Internet Exploder 5 */
	float:left;
}

#copyright {
	margin: 0;
	font-size: 10px;
 color: #000000;
	padding: 0px 0;
	text-align: center;
}

#copyright a {
	font-size: 10px;/*x-small;*/
 color: #284D9B;
}

#copyright a:hover {
	font-size: 10px;/*x-small;*/
background:#B7CAF8;
 color: #000;
}

/*=====[ General params and typography ]=====*/

body{
/* relative font sizing to allowing scaling in Internet Exfoliator - http://www.clagnut.com/blog/348/*/
	font:normal 62.5%/1.8em Arial, Helvetica, sans-serif;
}

/* #content ul used to prevent main navigation, within #pagehead, list breaking */
#content ul{

	padding-left: 1em;
	list-style-type:square;
}

ol{
	margin:0.8em 0 0.6em 1.0em;
	padding-left:1em;
	list-style-type:lower-roman;
}

blockquote{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	font-style:italic;
	border-left:4px solid #E2D7CF;
}

hr {
	margin:1em 0 1em 0;
}

/* ------------------- Frame images ------------------- */
img{
	padding:2px;
	border:1px solid #F2F2F2;
}

span.small {
	font-size: x-small;
}

.main {
margin:0.8em 0 0.6em;
width:181px;
border: none;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:#00488B;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: #A9D6E7;
padding: 2px;
}

.days #today{
font-weight: bold;
color: #9e3309;
}




/*Set font size for content area */
#content{
	/*font-size:1.2em;*/
}

p{
	margin:0.3em 0 0.6em 0;
}

a{
	color:#3366FF;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	background:#3366FF;
	color:#FFF;
}

#article{
	line-height:1.7em;
	color:#000000;
font-size:1.2em;
}

/*--------------- Another UL ----------------*/
/* ============= Span ==============*/

span.blue {
font-size:12px;
font-style:oblique; /*italic;*/
color: #251C7A;
font-weight: 700;
line-height: 12px;
}

span.ltblue2 {
font-size:14px;
font-style:normal; /*italic;*/
color: #6D7038;/*0082C5;*/
font-weight: 300;
line-height: 17px;
}

span.ltblue {
font-size:12px;
font-style:oblique; /*italic;*/
color: #251C7A;
background-color:#ABE1FA;
font-weight: 700;
line-height: 15px;
}
span.redt {
	line-height:1.25em;
	font-size:2.0em;

font-family:Georgia, Times New Roman, Times, serif;
font-style:oblique; /*italic;*/
color: #FF0000;
background-color:#FFFF00;
font-weight: 700;

}

span.red {
font-size:13px;
font-style:oblique; /*italic;*/
color: #FF0000;
background-color:#FFFF00;
font-weight: 700;
line-height: 16px;
}

span.blues {
font-size:13px;
font-style:oblique; /*italic;*/
color: #FFFFFF;/*ABE1FA;*/
background-color:#0076CC;
font-weight: 700;
/*line-height: 14px;*/
}

span.side {
font-size:10px;
font-style:oblique; /*italic;*/
color: #AE0055;
background-color:#FFFF00;
font-weight: 700;
/*line-height: 14px;*/
}

span.small {
font-size:10px;
font-style:oblique; /*italic;*/
color: #005329;
font-weight: 300;
line-height: 12px;
}

span.small11 {
font-size:11px;
font-style:oblique; /*italic;*/
color: #005329;
font-weight: 300;
line-height: 14px;
}

span.small11a {
font-size:11px;
font-style:oblique; /*italic;*/
color: #005329;
font-weight: 300;
line-height: 12px;
}

span.medium {
font-size:14px;
font-style:oblique; /*italic;*/
color: #251C7A;/*F89F00;/*F3E3AB;*/
background-color:#ABE1FA;
font-weight: 700;
line-height: 14px;
}

span.yellow {
font-size:10px;
color: #FFFF00;
font-weight: 300;
line-height: 16px;
}

span.yellow1 {
font-size:13px;
color: #DDD24F;
font-weight: 300;
line-height: 16px;
}

span.yellow2 {
font-size:14px;
font-style:oblique;
color: #DDD24F;
font-weight: 300;
line-height: 18px;
}

span.green {
font-size:14px;
color: #999966;/*00CC66;/*FF9933;*/
font-weight: 700;
line-height: 12px;
}

span.ltorange{
font-size:14px;
color: #FF6600;/*FF9933;*/
font-weight: 700;
line-height: 18px;
}

span.orange1{
font-size:10px;
color: #FF6600;/*FF9933;*/
font-weight: 700;
line-height: 12px;
}

span.orange {
font-size:14px;
color: #EAE979;
font-weight: 700;
text-decoration:none;
}

#leftcolumn1 ul {
	margin-left: 15px;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	color: #8C7C1B;
}

#leftcolumn1 li {
	margin-bottom: 1px;
	color: #8C7C1B; /*524311; #F7EBBB;*/
	font-size: 1.1em;
}

#leftcolumn1 a:hover {
	background:#8C7C1B;
	color:#FFE;
}


#leftcolumn1 a  {
	color: #000000; /*E6DCC1;*/
	font-size: 1.1em;
	color: #8C7C1B;
}

/* --------------------- 2nd UL --------------------- */

#leftcolumn2 ul {
	margin-left: 15px;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	color: #8C7C1B;
}

#leftcolumn2 li {
	margin-bottom: 1px;
	color: #8C7C1B; /*524311; #F7EBBB;*/
	font-size: 1.1em;
}

#leftcolumn2 a:hover {
	background:#9D6141;
	color:#FFE;
}


#leftcolumn2 a  {
	color: #000000; /*E6DCC1;*/
	font-size: 1.1em;
	color: #8C7C1B;
}

/*--------------- END Another UL ----------------*/

h1,
h2,
h3,
h4
h5
h6{
 font-family:Georgia, Times New Roman, Times, serif;
}

h1{
 font-family:Georgia, Times New Roman, Times, serif;
	color:#3366FF;/*66CCFF;*/

	line-height:1.20em;
	font-size:2.0em;
}

h2{
	color:#335E08;
	margin-bottom:.0em;
	line-height:1.25em;
	font-size:1.75em;
}

h3{
	color:#33813E;
	font-size:1.5em;
font-style:oblique;
}

h4{
 font-family:Georgia, Times New Roman, Times, serif;
	color:#33813E;
	font-size:1.3em;
font-style:oblique;
}

}

h5{
	color:#ffffff;
	font-size:1.3em;
font-family:font-family: Verdana, Arial, Helvetica, sans-serif;
 padding:5px;
text-align:center;
font-style:bold;
	margin:0 0 0 0;
background: #FF0000;/*1A1AD1; *//* green 22A350;*/
}

h6{
	color:#000000;
	margin:0.8em 0 0.6em 0;
	font-size:0.8em;
}


.img170 {
   border:0px solid #996;
   margin:0 auto;
   padding:0px;
   margin-top:0px;
   margin-right:4px;
   margin-bottom:0px;
   margin-left:0px;
   width:180px;
   height:135px;
text-align:center;
}



.img195 {
		border:0px solid #996;
		margin:0 auto;
		padding:0px;
margin-top:7px;
margin-right:0px;
margin-bottom:16px;
margin-left:10px;
                           float:right;
		width:195px;
                           height:181px;
}

.img200 {
		border:0px solid #996;
		margin:0 auto;
		padding:2px;
margin-top:4px;
margin-right:0px;
margin-bottom:4px;
margin-left:8px;
                           float:right;
		width:200px;
                           height:150px;
}

.img190 {
		border:0px solid #996;
		margin:0 auto;
		padding:2px;
margin-top:4px;
margin-right:1px;
margin-bottom:4px;
margin-left:8px;
                           float:right;
		width:190px;
                           height:220px;
}

.img225 {
		border:0px solid #996;
		margin:0 auto;
		padding:2px;
margin-top:4px;
margin-right:0px;
margin-bottom:4px;
margin-left:8px;
                           float:right;
		width:225px;
                           height:150px;
}

.img7550 {
border:0px solid #996;
margin:0 auto;
padding:0px;
margin-top:0px;
margin-right:10px;
margin-bottom:10px;
margin-left:0px;
float:left;
width:75px;
height:50px;
}

.img150 {
		border:1px solid #996;
		margin:0 auto;
		padding:2px;
		width:150px;
}

/* Sub Content */

#subContent h2{
	font-size:1.4em;
}

#subContent h3{
	font-size:1.3em;
color: #335E08;
	margin:0em 0 0.6em 0em;
}
