/* header styles */

.header
{
	width:750px;
}

.textmenu
{
	text-align:center;
	text-decoration:none;
	font-size: 0.8em;
}
.textmenu A
{
	color: #666666;
	text-decoration: none;
}
.textmenu A:hover
{
	text-decoration: underline;
}
.banner
{
	height:100px;
	margin: 8px 0px 4px 0px;
}

.toplevnav
{
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #CCD6EB;
}
.toplevnav A
{
	margin: 0px 13px 0px 0px;
	text-decoration: none;
}

/* breadcrumb trail */

.breadcrumb
{
	margin: 0px;
	width: 750px;
	font-size: 0.6em;
	color: #666666;
}
.breadcrumbpad
{
	padding: 6px 0px 0px 190px;
}

.breadcrumb A
{
	color: #666666;
	text-decoration: none;
}
.breadcrumb A:visited
{
	color: #666666;
	text-decoration: none;	
}
.breadcrumb A:hover
{
	color: #666666;
	text-decoration: underline;
}


/* main area: 2nd level nav + content */

.maincontentrow 
{	
	clear: both; 
	margin: 10px 0px 0px 0px;
	width: 750px;
	border: dotted 0px red;
}

/* 2nd level nav */

.lefthandcolumn 
{
	position: absolute;
	width: 176px;
}

.printable
{
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 5px 25px;
	background: url(/images/root/printable.gif) no-repeat left;
}
.printable_search
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.lefthandnav
{
	padding: 4px 0px 12px 0px;
	color:#000000;
	font-size:0.8em;
	text-decoration:none;
	border-top: solid 0px #CCD6EB;
	border-bottom: solid 0px #CCD6EB;
}

/* main content area */

.maincontentarea
{	
	border-top: dotted 1px #ffffff; /* FF fix */
	height: 1%;  /* prevents content from spilling over (IE bug) */
	font-size: 0.8em;
	margin: 0px 0px 0px 190px;
}

/* cleaner for styles */
.cleaner 
{
	clear: both;
	font-size: 1px;
	border: none;
	margin: 0px;
	padding: 0px;
}

#cleaner 
{
	clear: both;
	font-size: 1px;
	border: none;
	margin: 0px;
	padding: 0px;
}

/* footer styles */
.footer
{
	border-top: solid 1px #CCD6EB;
	margin: 16px 0px 0px 190px;
	text-align: center;
	color: #666666;
	font-size: 0.8em;
	height:1%;
}
.footerpad
{
	padding: 10px 0px 0px 0px;
}

#copyright 
{
	/* This is known as the Holly Hack */
	/* http://www.positioniseverything.net/explorer/threepxtest.html */
	height:1%;
	margin-left:0px;
	font-size: 0.8em;
	color: #999999;
	text-align:center;
}
#postcardoutline
{
	width:760px;
	margin:30px, 5px, 0px 5px;
	background-position:center, center;
	font-family: Arial,sans-serif;
	font-size:0.8em;
}
#postcard
{
	background-image:url(/images/leisure/postcard_back.jpg);
	background-repeat:no-repeat;
	float:left;
	height:264px;
	width:560px;
	text-align:center;
}
#postcardmessage
{
	background-color:Transparent;
	float:left;
	width:200px;
	height:200px;
	margin:30px 5px 30px 5px;
	text-align:left;
}
#postcarddate
{
	background-color:Transparent;
	float:right;
	width:80px;
	height:20px;
	margin:30px 120px 0px 0px;
	font-style:italic;
}
#postcardTo
{
	background-color:Transparent;
	float:right;
	width:80px;
	height:20px;
	margin:20px 120px 0px 0px;	
	font-style:italic;
}
#postcardRecipient
{
	background-color:Transparent;
	float:right;
	width:150px;
	height:50px;
	margin:20px 70px 0px 0px;
	text-align:center;	
}
#postcardSideBanner
{
	background-image:url(/images/leisure/postcard_side_banner.jpg);
	background-repeat:no-repeat;
	float:left;
	width:200px;
	height:650px;
}
#MainContent
{
	float:left;
	padding-bottom:10px;
	width: 560px;
}


.lefthandcolumn A:hover
{
	/* border-bottom: solid 1px; */
}

DIV.disclaimer
{
	text-align: left;
	margin-top: 16px;
	color: #666666;
	font-size: 0.9em;
}
DIV.disclaimer A
{
	color: #666666;
}
DIV.disclaimer A:hover
{
	color: #000000;
}


/*---------------------------------------------------/
/*--                                               --/
/*--       NEW STYLING as of Feb 2007              --/
/*--                                               --/
/*---------------------------------------------------/

/*-------------------- new section specific styling --------------------*/

DIV.leftcolumn
{
	border: 0px dashed green;
	width: 66%;
	margin: 0px;
	padding: 0px;
	float: left;
}
DIV.BorderBox
{
	border-style: solid;
	border-width: 1px;
	margin: 1.2em 0px 0px 0px;
	background : url(null) fixed no-repeat; /* IE rendering bug fix */
}
DIV.BorderBoxColumn
{
	border: 0px solid #ccc;
	float: left;
	width: 100%;
	margin: 1.8em 1% 0px 0px;
}
DIV.BorderBoxColumnPad
{
	padding-left: 10px;
	padding-right: 10px;
}
.sectionimages
{
	border: 0px dashed red;
	margin: 1.5em 0px 10px 0px;
}
.sectionimages img
{
	width: 70px;
	height: 70px;
	margin: 0px 4px 0px 0px;
	border: solid 1px #ccc;
}

/*-------------------- Right-hand Boxout --------------------*/

DIV.rightcolumn
{
	border: 0px solid #ddd;
	float: right;
	width: 32%;
	margin: 0px;
	padding: 0px;
}
DIV.boxout
{
	border-style: solid;
	border-width: 1px;
	margin: 1em 0px 0px 0px; 
}
DIV.boxoutpad
{
	border: 0px solid red;
	padding: 10px;
}

/*------------------------------------------------*/
/* FLAGGED STYLING */
/*------------------------------------------------*/

/* Flagged Layout                                 */

DIV#SectionHomeWithBoxouts DIV.leftcolumn
{
	width: 66%;
}
DIV#SubSectionWithLeftHandNav DIV.leftcolumn
{
	width: 100%;
} 
DIV#SectionHomeTwinColumn DIV.leftcolumn
{
	width: 100%;
}
DIV#SubSectionWithLeftHandNav DIV.BorderBox
{
	border-left: 0px;
	margin-top: 0.8em;
}
DIV#SectionHomeTwinColumn DIV.BorderBoxColumn
{
	width: 48%;
}
DIV#SubSectionWithLeftHandNav DIV.BorderBoxColumn
{
	width: 48%;
	margin-top: 0px;
}
DIV#SubSectionWithLeftHandNav DIV.BorderBoxColumnPad
{
	margin-top: 0px;
	padding: 0px;
}

/* Flagged Typography                             */

#SectionHomeWithBoxouts H1, #SectionHomeTwinColumn H1
{
	background-color: #fff;
	font-size: 1.8em;
	margin: 0px 0px 10px 5px;
	padding: 0px 5px 0px 5px;
	clear: both;
	position: absolute; /* prevents the IE rendering bug */
}

DIV#SubSectionWithLeftHandNav H1
{
	background-color: #fff;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 0px;
	clear: both;
	position: absolute; /* prevents the IE rendering bug */
}

#SectionHomeWithBoxouts H3, #SectionHomeTwinColumn H3, #SubSectionWithLeftHandNav H3
{
	margin: 0px;
	padding: 1px 2px 2px 10px;
	font-size: 1.1em;
	clear: both;
}

#SectionHomeWithBoxouts H3 A, #SectionHomeTwinColumn H3 A, #SubSectionWithLeftHandNav H3 A
{
	color: #ffffff;
	text-decoration: none
}
#SectionHomeWithBoxouts H3 A:hover, #SectionHomeTwinColumn H3 A:hover, #SubSectionWithLeftHandNav H3 A
{
	text-decoration: underline;
}
#SectionHomeWithBoxouts H3 A:visited, #SectionHomeTwinColumn H3:visited, #SubSectionWithLeftHandNav H3 A:visited
{
	color: #ffffff;
}

#SectionHomeWithBoxouts H4, #SectionHomeTwinColumn H4, #SubSectionWithLeftHandNav H4
{
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-size: 1em;
}

#SectionHomeWithBoxouts P
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#SubSectionWithLeftHandNav P
{
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

/*------------------------------------------------*/
/* HEADLINES                                      */
/*------------------------------------------------*/

	.headline
	{
		border: 0px dashed black;
		clear: both;
		float: left;
		background-color: #ffffff;
		margin: 0px 0px 0px 0px; /* used to be 16px bottom */
		padding-bottom: 10px; /* used padding instead of margin for IE fix */
		width: 100%;
	}
	.headlinepad
	{
		padding: 0px;
	}
	.headlineimage
	{
		float: left;
		margin: 0px 10px 0px 0px;
		width: 70px;
		height: 70px;
		border: solid 1px #ccc;
	}
	.headline H4
	{
		margin: 0px;
		padding: 0px 0px 4px 0px;
		font-size: 1em;
		/* font-size: 1.1em; (add a rule for the homepage?)
		font-weight: bold;
		text-align: left; */
	}
	.headline H4 A
	{
		text-decoration: none;
	}
	.headline H4 A:visited 
	{
		text-decoration: none;
	}	
	.headline H4 A:hover
	{
		text-decoration: underline;
	}
	.headlinetext
	{
		margin: 0px 0px 0px 80px;
	}
	.headline P
	{
		border: 0px solid red;
		display: inline; /* makes P behave in IE */
		margin: 0px;
		padding: 0px;
	}


