/*============ Elegant Catering ============*/
/* 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:800px;
}

body{
/* Use backgound image as opposed to colour so that site is still functional if images are off */
	background: transparent url(../candy/bg.jpg) 0 0 repeat;
/* Shove all content to the center of the screen for Internet Explorer 5 */
	text-align:center;
margin-top: 10px;
margin-bottom: 10px;
}
/* ++++++++++++ Type ++++++++++++ */
span.dkbluea {
font-size:16px;
color: #000080;
font-weight: 700;
/*background: #FFF788;*/
}

span.dkblueb {
font-size:12px;
color: #36596C;
font-weight: 600;
/*background: #FFF788;*/
}

span.limegreen {
font-size:12px;
font-style:italic;
color: #81812C;
font-weight: 700;
}



span.ltcream {
font-size:12px;
font-style:italic;
color: #D5B371;/*#FBB7BB;/*#CAAA5D;/*#EBDEAA;/*#FDF5CC;*/
font-weight: 700;
}

span.dkblueb {
font-size:12px;
color: #36596C;
font-weight: 600;
/*background: #FFF788;*/
}

span.maroon {
font-size:16px;
color: #A12F1F;
text-decoration:underline;
font-weight: 900;
}

span.black {
font-size:14px;
color: #000000;
font-weight: 900;
}

span.blacka {
font-size:12px;
color: #000000;
font-weight: 300;
}

.top{

}
/* ++++++++++++ Type ++++++++++++ */

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

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

#pageheadb{
background:transparent url(../candy/header2.jpg) 0 100% no-repeat;
}

#contentContainer{
	background: url(../candy/container.jpg) 50% 100% repeat-y;
/* 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(../images/tfooter.png) 0 0 repeat-x;*/
	clear:both;
}

ul.menu
{
list-style-type: none;
}

#pagehead,
#pageheadb,
#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:800px;
	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;
}

#pageheadContainer{
	height:290px;
}

#pagehead{
	height:290px;
}

#pageheadb{
	height:295px;
}

#foot{
	height:95px;
}

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

#pageheadb{
	position:absolute;
top:295px;
left:0px;
}*/

#pageheadb{
	background:transparent url(../candy/header2.jpg) 0 100% no-repeat;
}

#content1{
/* Add drop shadow/fading backgound to top of content area . doesn't work on IE5/MAC . oh the shame! */
	background:transparent url(../candy/header2.jpg) 0 0 no-repeat;
/* Ensure this background tile is never cut short, min-height for Firefox and pals, _height 'hack' for Internet Exploiter */
	min-height:295px;
	_height:295px;
}

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

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

#article{
	width:535px;
	float:left;
	padding: 10px 0 20px 0;
	margin-left:28px;
}
#article h3 {
	color:#CFD493;
	margin:0.8em 0 0.6em 0;
	font-size:1.1em;
font-weight:700;
}
span.top{
	font-size:.8em;
}


#subContent{
/* Fix double margin bug in IE on floats using display:inline */
	display:inline;
	width:181px;
	float:left;
	padding: 10px 0 10px 0;
	margin-left:24px;
	color:#A2CEFF;
	font-size:.9em;
}
#subContent h4{
 font-family:Georgia, Times New Roman, Times, serif;
	color:#ABE2FF;
	margin:0.8em 0 0.6em 0;
	font-size:1.2em;
	font-weight:700;
}

#subContent h4 a{
	color:#ABE2FF;/*E6E6C5;/*CDD5A4;*/
	font-weight:700;
	text-decoration:none;
}

#subContent h4 a:hover{
	background:#ABE2FF;
	color:#000000;
}

#subContent ul a{
	color:#A3D6FF;/*E6E6C5;/*CDD5A4;*/
	font-weight:700;
	text-decoration:none;
}

#subContent a:hover{
	background:#A3D6FF;
	color:#000000;
}


#graphic{
position:relative;
top:5px;
left:10px;
border:0px #000000;
/*background-image: url(images/chc.jpg);*/
display:block;
float:left;
display: inline;
height:75px;
width: 350px;
/*sets width of col*/
	text-decoration:none;
list-style-type: none;
}
/* ========== Textbox ========== */
#title{
position:relative;
top:40px;
right:130px;
border:0px #000000;
/*background-image: url(images/logo.jpg);*/
display:block;
float:right;
display: inline;
height:75px;
width: 350px;/*sets width of col*/
	text-decoration:none;
list-style-type: none;
}

#title {
color:#1F3042;
font-size:26px;
font-weight:700;
line-height:26px;
	text-decoration:none;
list-style-type: none;
}

#title p{
color:#1F3042;
font-size:14px;
line-height:14px;
	font-style:italic;
	text-decoration:none;
list-style-type: none;
}
#textbox a{
text-decoration:none;
color:#ffffff;
}
#textbox a:hover{
background:#ffffff;
color:#002929;
	text-decoration:none;
}
/* ========== END Textbox ========== */

/*=====[ 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 a:hover{
/* prevent background colour used on site wide anchors */
	background:transparent;
}

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

/* Main navigation list */

#pagehead ul{
	display:block;
	position:absolute;
	top:-2px;
	left:245px;
/*was  left:330px: */
}

#pagehead li{
	display:block;
	float:left;
	width:92px;
	margin-left:3px;/* was 3 with width*/
}

#pagehead li a{
	display:block;
	height:23px;
	text-align:center;
	color:#ffffff;
	font-size:1.2em;
	font-weight:normal;
/*background: url(../candy/navu.png) no-repeat; */
/* Line height same as height, which puts the text vertically centered, hooray! */
	line-height:23px;
	text-decoration:none;
	text-transform:lowercase;
}


#pagehead li.odd a{
	color: #F9F0E8;/*6C5533;/*6F6236;*/
	text-decoration: none;

}

#pagehead li.even a{
	color: #F9F0E8;
	text-decoration: none;

}

#pagehead ul li a:hover, /*a:hover*/
#pagehead .active a {
	color:#ffffff; 
/*background: transparent url(../candy/navd.png) no-repeat;*/
background-color:#000000;/*152D58;/*345172;/*58BBC;*/
 text-decoration: none;
}

#pagehead ul li a.current {
	color:#ffffff; 
/*background: transparent url(../candy/navd.png) no-repeat;*/
 text-decoration: none;
}

/* Foot navigation and FIR */

#foot ul{
	position:absolute;
	top:0;
}

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

#foot #foot3{
/* width to solve odd problem with Opera 7.5 */
	width:500px;
	position:absolute;
	left:373px;
	top:28px;
}

#foot3 a{
color:#7EA684;
text-decoration:none;
}

#foot3 a:hover{
background-color:#7EA684;
color:#000000;
}

#foot #foot1{
/* width to solve odd problem with Opera 7.5 */
	width:200px;
	position:absolute;
	left:345px;
	top:43px;
color:#7EA684;
}
#foot1 a{
color:#7EA684;
text-decoration:none;
}

#foot1 a:hover{
background-color:#7EA684;
color:#000000;
}

#foot #foot2{
/* width to solve odd problem with Opera 7.5 */
	width:200px;
	top:40px;
	position:absolute;
	left:515px;
color:#7EA684;
}

#foot2 a{
color:#7EA684;
text-decoration:none;
}

#foot2 a:hover{
background-color:#7EA684;
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:487px;
	top: 5px;
}

#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 Internot Exploder 5 */
	float:left;
}

/*=====[ 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{
	margin:0.8em 0 0.6em .8em;
	padding-left:.8em;
	list-style-type:square;
}

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

blockquote{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	font-style:italic;
	border-left:3px solid #D5B371;/*#FBB7BB;/*#CAAA5D;/*#EBDEAA;/*#FDF5CC;/*FFAD3D;*/
}

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


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




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

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

#content a{
	color:#A3D6FF;/*E6E6C5;/*CDD5A4;*/
	font-weight:normal;
	/*text-decoration:none;*/
}

#content a:hover{
	background:#A3D6FF;
	color:#000000;
}

#article{
	line-height:1.7em;
	color:#ffffff; /*A9D6E7;*/
}


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

h2{
	color:#F9F0E8;
	margin-bottom:.5em;
	line-height:1.5em;
	font-size:1.5em;
padding-left:5px;
background-color:#152D58;
}

h3{
	color:#6C5533;
	margin:0.8em 0 0.6em 0;
	font-size:1.1em;
}

h4{
	color:#7D1625;
	margin:0.8em 0 0.6em 0;
	font-size:1.0em;
text-decoration:italics;
}

h5{
	color:#036FC4;/*118CEF;*/
	margin:0.8em 0 0.6em 0;
	font-size:1.0em;
font-style:italic;
}

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

/* +++++++++++ Images +++++++++++ */
.img {
		border:1px solid #FFAD3D;
		margin-bottom:12px;
		margin-left: 12px;
		margin-right: 0;
		margin-top: 12px;
		padding:4px;
  float:right;
		width:256px;
}

.img10 {
		border:none;
		margin:0 auto;
	text-decoration: none;
		padding:4px;
		width:10px;
  float:left;
}

.img100 {
		border:0px solid #FFAD3D;
		margin-bottom:6px;
		margin-left: 12px;
		margin-right: 0;
		margin-top: 6px;
		padding:4px;
  float:right;
width:150px;
height:100;
}

.img115 {
		border:0px solid #FFAD3D;
		margin-bottom:6px;
		margin-left: 12px;
		margin-right: 0;
		margin-top: 6px;
		padding:4px;
  float:right;
width:150px;
height:115;
}

.img250 {
		border:0px solid #FFAD3D;
		margin-bottom:6px;
		margin-left: 0;
		margin-right: 12px;
		margin-top: 6px;
		padding:4px;
  float:left;
width:250px;
height:175;
}

.img200L {
		border:0px solid #FFAD3D;
		margin-bottom:10px;
		margin-left: 0;
		margin-right: 20px;
		margin-top: 0px;
		padding:0px;
  float:left;
width:200px;
height:260;
}

.img200R {
		border:0px solid #FFAD3D;
		margin-bottom:10px;
		margin-left: 10px;
		margin-right: 0px;
		margin-top: 0px;
		padding:0px;
  float:right;
width:200px;
height:260;
}



.img300 {
		border:0px solid #FFAD3D;
		margin-bottom:6px;
		margin-left: 12px;
		margin-right: 0px;
		margin-top: 6px;
		padding:4px;
  float:right;
width:300px;
height:200px;
}

.img150 {
		border:0px solid #66CC99;
		margin-bottom:6px;
		margin-left: 12px;
		margin-right: 0;
		margin-top: 6px;
		padding:4px;
  float:right;
width:150px;
height:100;
}

/* Sub Content */

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

#subContent h3{
	font-size:1.1em;
}