/*=====[ January 2005 . Author John Oxton (joshuaink.com) ]=====*/


/* 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:770px;
}

body{
/* Use backgound image as opposed to colour so that site is still functional if images are off */
	background:#FFFFFF; /*url(/pacmisc/candy/background.png) 0 0 repeat; */
/* 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(/pacmisc/candy/pageheadBackground.png) 0 100% repeat-x; */
	background:#FFFFFF; /* #092e66; */
}

#contentContainer{
/* url(/pacmisc/candy/contentBackground2.png) 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(/pacmisc/candy/footBackground.png) 0 0 repeat-x; */
	clear:both;
}

#pagehead,
#content,
#foot{
	width:1000px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

#widecontent {
	margin:0 auto;
	position:relative;
	float:left;
	text-align:left;
	/* background:#FFFFFF; */
}


/* More backgounds, we need more backgrounds! */
#pagehead{
	height:80px;
	background:#FFFFFF url(/pacmisc/candy/PacMISC_BW.png) no-repeat;
	/* 092e66 url(/pacmisc/candy/pageheadBackground2.png) 0 100% repeat-x; */
	/*background:#092e66; */
}

#content{
/* Add drop shadow/fading backgound to top of content area . doesn't work on IE5/MAC . oh the shame! */
/* 	background:transparent url(/pacmisc/candy/contentBackground.png) 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:300px;
	_height:300px;
*/
}


#foot{
/*	background:transparent url(/pacmisc/candy/footBackground2.png) 100% 0 repeat-x; */
}

/*=====[ Set up two column layout for articles and subcontent ]=====*/

#article{
	width:640px;
	float:left;
	margin:10px 0px 10px 10px;
	/* margin-left:50px; */
	background:White;
}

#ArticleHeadPM,
#ArticleHeadPM0,
#ArticleHeadPM1,
#ArticleHeadPM2,
#ArticleHeadPM3{
font-size:1.0em;
font-weight:bold;
color:#000000;
padding-left: .6em;
padding-right: .6em;
}

#ArticleHeadPM{background:#A6FFB0;}
#ArticleHeadPM0{background:#00DDDD;}
#ArticleHeadPM1{background: #DDDDDD} /* #092e66;*/
#ArticleHeadPM2{background:#FAB0B0;}
#ArticleHeadPM3{background:#FF9;}

#ArticleBody{
color:#000000;
}

#ArticleFoot{
font-size:0.7em;
color:#999999;
}

#articledate{
font-size:0.7em;
}

#subContent{
/* Fix double margin bug in IE on floats using display:inline */
	display:inline;
	width:250px;
	float:left;
	padding:10px 0px 10px 0;
	margin-left:10px;
	color:#8B725A;
	font-size:.9em;
	Background: White;
}

#datamenu{
	display:inline;
	width:185px;
	float:left;
	padding:10px 0px 10px 0;
	margin-left:10px;
	color:#8B725A;
	font-size:.9em;
	Background: White;
	text-align:left;
}

#datamenu ul {
	color:#8B725A;
	text-align:left;
	margin:0.1em 0em 0.1em 0.1em;
	padding-left:1em;
	list-style-type:disc;
	list-style:circle;
}

#datamenu li {
	color:#000000;
}

/*=====[ 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-decoration:none;
	background:transparent;
}

#pagehead a:hover{
/* prevent background colour used on site wide anchors */
	background:transparent;
}

#pagehead h1{
/* Position blank hit area over background logo/signature */
	background:transparent;
	float:left;
	margin-left: 270px;
	margin-top: 12px;
	color: White;
	font-size: 20px;
}

/* Main navigation list */

#pagehead ul{
	display:block;
	position:absolute;
	top:30px;
	left:270px;
}

#iepagehead {
}

#iepagehead ul{
	display:block;
}

#pagehead li{
	display:block;
	float:left;
	width:90px;
	margin-left:0px;
}

#iepagehead li{
	display:block;
	float:left;
	width:90px;
	margin-left:0px;
}

#pagehead li a{
	display:block;
	height:40px;
	text-align:center;
	color:#4B271B;
	font-size:1.2em;
	font-weight:bold;
/* Line height same as height, which puts the text vertically centered, hoorah! */
	line-height:40px;
	text-decoration:none;
	/* text-transform:lowercase; */
	background:transparent;
}

#iepagehead li a{
	display:block;
	height:20px;
	text-align:center;
	color:#4B271B;
	font-size:1.2em;
	font-weight:bold;
/* Line height same as height, which puts the text vertically centered, hoorah! */
	line-height:40px;
	text-decoration:none;
	/* text-transform:lowercase; */
	background:transparent;
}

#iepagehead li.odd a{
	background:#DDDDDD; /* 66AACC 2a92db */
}

#iepagehead li.even a{
	background:#DDDDDD; /* 0066FF */
}

#pagehead li.odd a{
	background:#DDDDDD; /* 2a92db */
}

#pagehead li.even a{
	background:#DDDDDD; /* 0066FF */
}

#pagehead a:hover{
	color:#FFE;
}

/* Foot navigation and FIR */

#foot ul{
	position:absolute;
	top:45px;
}

#foot li{
/* hide bullets */
	list-style-type:none;
}

#foot #foot1{
}

#foot #foot2{
}

/* This is the anchor top button at bottom of page */
#foot #pageTop{
	position:absolute;
	top:-40px;
}

#foot #pageTop a{
	display:block;
	width:26px;
	height:26px;
	text-decoration:none;
	background:transparent ;
/* url(/pacmisc/candy/pageTop.png) 0 0 no-repeat    Float to make hit area work in... yup, you gussed it again Internot Exploder 5 */
	float:left;
}

#foot a{
	display:block;
	width:26px;
	height:26px;
	text-decoration:none;
	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;
}

blockquote{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	font-style:italic;
	border-left:4px solid #E2D7CF;
}

/* Frame images */
img{
	padding:2px;
	border:0px solid #F2F2F2;
}

/*Set font size for content area */
#content{
	font-size:1.25em;
}

p{
	margin:0.3em 0 0.6em 0;
}

a{
	color:#9D6141;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	background:#9D6141;
	color:#FFE;
}

#article{
	line-height:1.7em;
	color:#635141;
}

h1,
h2,
h3,
h4{
 font-family:Georgia, Times New Roman, Times, serif;
}

h2{
	color:#98533B;
	margin-bottom:.5em;
	line-height:1.7em;
	font-size:1.7em;
}

h3{
	margin:0.8em 0 0.6em 0;
	font-size:1.3em;
}

h4{
	margin:0.8em 0 0.6em 0;
	font-size:1.1em;
}

/* Sub Content */

#subContent h2{
	font-size:1.3em;
}

#subContent h3{
	font-size:1.1em;
}

.SideBarNewsTitle {
	font-weight:normal;
	text-decoration:none;
	text-indent: -2em; padding-left: 2em;
	font-size:0.8em;
	display:block;
}

