/* ---------- Out Of The Box Productions ----------- */

/* 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:802px;
}

body{
/* Use backgound image as opposed to colour so that site is still functional if images are off */
	background: #00397B url(../candy/obbg1.gif);
/*background-image: (../candy/obbg.gif);*/
background-repeat: repeat-x;
/* Shove all content to the center of the screen for Internet Explorer 5 */
	text-align:center;
margin-top: 0px;
}

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

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

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

#contentContainer{
	background:transparent url(../candy/obcontainer.gif) 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(../candy/obfooter1.gif) 0 0 no-repeat;*/
	clear:both;
}

ul.menu
{
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:802px;
	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:185px;
}

#foot{
	height:92px;
}

/* More backgounds */
#pagehead{
background:transparent url(../candy/obheader.gif) 0 100% no-repeat;
}

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

#foot{
	background:transparent url(../candy/obfooter1.gif) 100% 0 no-repeat;
	border-top: #000 0px solid;
}

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

#article{
	display:inline;
	width:575px;
	float:left;
	padding: 0px 15px 10px 0px;
	margin-right:5px;
margin-top:10px;
margin-bottom:10px;
margin-left:20px;
	border-right: solid #784259 0px;
}

#subContent{
/* Fix double margin bug in IE on floats using display:inline */
	display:inline;
	width:158px;
	float:right;
	padding: 10px 0 10px 0;
	margin-right:22px;/*left 30px orig*/
	color:#000000;/*69619C;*/
	font-size:.9em;
	/* unused for cause - border-right: #000 1px solid;*/
text-decoration:none;
}

#subContent a{
text-decoration:none;
}

.subContent1{
	float:left;
	color:#000000;/*69619C;*/
	font-size:.9em;
}

/* Main navigation list */

#pagehead ul{
	display:block;
	position:absolute;
	top:18px;
	left:239px;
/*was  left:330px: */
}

#pagehead li{
	display:block;
	float:left;
	width:78px;
	margin-left:1px;
}

#pagehead li a{
	display:block;
	height:30px;/*was 20*/
	text-align:center;
	color:#8E1A00;
	font-size:1.0em;
	font-weight:bold;
background: url(../candy/butu.jpg) no-repeat; 
/* Line height same as height, which puts the text vertically centered, hoorah! */
	line-height:33px;
	text-decoration:none;
	/*text-transform:lowercase;*/
}


#pagehead li. a{
	background:#ad9f70;
}

#pagehead a:hover, #pagehead .active a, #pagehead .current {
background: transparent url(../candy/butd.jpg) no-repeat;
color: #000; 
}

/* Foot navigation and FIR */

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

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

#foot a:hover{
	background:#FF5C00;
	color:#FFF;
}

#foot #foot0{
/* width to solve odd problem with Opera 7.5 */
	width:540px;
	position:absolute;
	left:205px;
	top:25px;
color: #757777; /*B4B4B4; 98720F;*/
}

#foot #foot1{
/* width to solve odd problem with Opera 7.5 */
	width:200px;
	position:absolute;
	left:245px;
	top:43px;
color: #757777; /*B4B4B4; 5C5E63;*/
}

#foot #foot2{
/* width to solve odd problem with Opera 7.5 */
	width:200px;
	top:40px;
	position:absolute;
	left:400px;
color: #757777; /*B4B4B4; 5C5E63;*/
}

/* 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 1em;
	padding-left:1em;
	list-style-type:square;
}

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

span.small {
font-size:10px;
color: #004B00;
font-weight: 300;
line-height: 12px;
text-align:center;
}

span.white1 {
font-size:1.2em;
color: #ffffff;
font-weight: 700;
line-height:1.2em;
text-align:center;
}

span.white {
font-size:1.4em;
color: #ffffff;
font-weight: 700;
line-height:1.6em;
text-align:center;
}

span.dkblue {
font-size:10px;
color: #000080;
font-weight: 300;
/*background: #FFF788;*/
}

span.dkblueb {
font-size:12px;
color: #671DC7;
font-weight: 900;
/*background: #FFF788;*/
}

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

/* Frame images */
/*
#article 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;
}

a{
	color:#000080;
	font-weight:bold;
	text-decoration:none;
}

#article a:hover{
	background:#FF5C00;
	color:#FFF;
	text-decoration:none;
}

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



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

h1{
	color:#FF0000;
	font-size:2.0em;
 font-family:Georgia, Times New Roman, Times, serif;
padding-left:0px;
font-weight:700;
text-align:center;
}

h2{
	color:#890E00;
	margin-bottom:.5em;
	line-height:1.5em;
	font-size:1.5em;
}

h3{
	color:#CB0400;
	margin:0.8em 0 0.6em 0;
	font-size:1.2em;
}

h4{
	color:#000080;
	font-size:1.1em;
 font-family:Georgia, Times New Roman, Times, serif;
padding-left:5px;
font-style:italic;
	margin:0 0 0.8em 0;
background: #5CB9DD;/*DDB812;/*3665B7; /*orangeFF5C00;   green 22A350;*/
}

h5{
	color:#251C7A;
	font-size:1.0em;
 font-family:Georgia, Times New Roman, Times, serif;
padding-left:5px;
font-style:italic;
	background:#5CB9DD;/*A9D6E7;*/
	margin:0.8em 0 0.6em 0;
}
h6{
	color:#98720F;
	margin:0.8em 0 0.6em 0;
	font-size:0.8em;
}

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

/* Takes Borders off linked images */

a img {
border: none; 
}

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

.img150 {
		border:1px solid #98720F;
		margin:0 auto;
		padding:4px;
		width:150px;
}

.imgootb330 {
   border:none; /*0px solid #98720F;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   /* padding:2px;*/
   width:330px;
   height:200px;
   float:right;
}

.img155ma {
   text-decoration:none;
   border:none; /*0px solid #98720F;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:155px;
   float:center;
}

.img155ta {
   text-decoration:none;
   border:none; /*0px solid #98720F;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:180px;
   float:center;
}

.img155 {
   text-decoration:none;
   border:none; /*0px solid #98720F;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:220px;
   float:center;
}

.img155b {
   text-decoration:none;
   border:none; /*0px solid #98720F;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:62px;
   float:center;
}

.img155hh {
   text-decoration:none;
   border:none; /*0px solid #98720F;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:120px;
   float:center;
}
.img155hsm {
   text-decoration:none;
   border:none; /*0px solid #98720F;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:155px;
   float:center;
}

.img155cfr {
   text-decoration:none;
   border:none; /*0px solid #98720F;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:70px;
   float:center;
}

.img155gbr {
   text-decoration:none;
   border:none; /*0px solid #98720F;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:70px;
   float:center;
}

.img155sj {
   border: none;/*1px solid #FFAD3D;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:220px;
   float:center;
}

.img155ag {
   border: none;/*1px solid #FFAD3D;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:155px;
   float:center;
}

.img155cc {
   border: none;/*1px solid #FFAD3D;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:170px;
   float:center;
}

.img155ap {
   border: none;/*1px solid #FFAD3D;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:140px;
   float:center;
}

.img155aspa {
   border: none;/*1px solid #FFAD3D;*/
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   width:155px;
   height:180px;
   float:center;
}

.imghvfest {
   border:0px solid #98720F;
   margin-bottom: 16px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:4px;
   width:400px;
   height:150px;
   float:center;
}

.imghvfest1 {
   border:0px solid #98720F;
   margin-bottom: 16px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:4px;
   width:500px;
   height:230px;
   float:center;
}
.imghblogo {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:255px;
   height:65px;
  float:center;
}

.imgdbcm {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:149px;
   height:65px;
  float:center;
}

.imghvr {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:93px;
   height:65px;
  float:center;
}

.imgtickets {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:80px;
   height:40px;
  /*float:right;*/
}

.imgcflogo {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:400px;
   height:172px;
  float:center;
}


.imgcflogo1 {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:400px;
   height:264px;
  float:center;
}

.imgcflogo2 {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:500px;
   height:198px;
  float:center;
}

.imgcflogo4 {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:400px;
   height:191px;
  float:center;
}

.imgcflogo5 {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:400px;
   height:190px;
  float:center;
}

.imgcfg1 {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:450px;
   height:190px;
  float:center;
}

.imgcfg2 {
   border:0px solid #98720F;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding:0px;
   width:450px;
   height:180px;
  float:center;
}

.imgmapds {
   border:1px solid #98720F;
  margin-bottom: 6px;
   margin-left: 10px;
   margin-right: 0px;
   margin-top: 6px;
   padding:4px;
   width:300px;
   height:200px;
  float:right;
}

.img256 {
   border:1px solid #98720F;
   margin-bottom: 6px;
   margin-left: 0px;
   margin-right: 10px;
   margin-top: 6px;
   padding:4px;
   width:256px;
   height:300px;
   float:left;
}

.img256r {
   border:1px solid #98720F;
   margin-bottom: 6px;
   margin-left: 10px;
   margin-right: 0px;
   margin-top: 6px;
   padding:4px;
   width:256px;
   height:300px;
   float:right;
}

.img187 {
   border:1px solid #98720F;
  margin-bottom: 6px;
   margin-left: 10px;
   margin-right: 0px;
   margin-top: 6px;
   padding:4px;
   width:187px;
   height:207px;
  float:right;
}
.imgbowzer {
   border:0px solid #98720F;
  margin-bottom: 6px;
   margin-left: 10px;
   margin-right: 0px;
   margin-top: 6px;
   padding:4px;
   width:150px;
   height:377px;
  float:right;
}
.imgbowzerlogo {
   border:0px solid #98720F;
  margin-bottom: 6px;
   margin-left: 10px;
   margin-right: 0px;
   margin-top: 6px;
   padding:4px;
   width:350px;
   height:140px;
  float:left;
}
/* Sub Content */

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

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