/* NOTE This page uses code modified from Stu Nicholl's excellent guide to creating fixed layouts in CSS. Read all about it at http://www.cssplay.co.uk/layouts/basics2.html */

/* Barely modified version of Stu's code STARTS HERE */

html	{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff;
	font-size:100%;
	font-family:Georgia,serif;
	/* \*/
	overflow:hidden;
	/* */
}

body	{
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}

#content	{
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	position:relative;
	z-index:3;
	color:#666;
}

#foot	{
	position:absolute;
	margin:0;
	top:0px;
	right:16px;
	display:block;
	width:100%;
	height:51px;
	background-color:#fff;
	color:#999;
	text-align:center;
	font:bold 8pt Arial,sans-serif;
	z-index:4;
	border-bottom:solid 1px #fff;
}

/* Stu's code ENDS HERE */

/* content start */

#contentframe	{
	position:relative;
	margin:0 auto 36px auto;
	width:590px;
}

#pagehead	{
	font:bold 36pt Arial,sans-serif;
	letter-spacing:-3pt;
	color: #ccc;
	text-align: center;
	margin-top:70px;
	margin-bottom:30px;
}

#pagehead a	{
	color: #ccc;
	text-decoration:none;
}

#pagehead a:hover	{
	color:#3399ff;
	text-decoration:none;
}

#pagehead a:active	{
	color:#ff9900;
	text-decoration:none;
}

h1	{
	margin:30px auto 30px auto;
	text-align:center;
	font:24pt/30pt Arial,sans-serif;
	letter-spacing:-1.5pt;
	color:#009900;
}

p.dates	{
	margin-top:0;
	margin-bottom:0;
}

h2	{
	margin-top:-30px;
	margin-bottom:36px;
	text-align:center;
	font:18pt/24pt Arial,sans-serif;
	letter-spacing:-1.5pt;
	color:#009900;
}

h3	{
	margin-top:48px;
	font:21pt/24pt Arial,sans-serif;
	letter-spacing:-1pt;
	color:#009900;
}	

.dates	{
	color:#999933;
	margin-bottom:0;
}

.itintext	{
	font:12pt/18pt Georgia,serif;
	margin-top:0;
	margin-bottom:0;
}

.itintext a	{
	color:#3399ff;
	text-decoration:none;
}

.itintext a:hover	{
	color:#ff9900;
	text-decoration:none;
}

p.itintext	{
	margin-top:0;
	margin-bottom:24px;
}

.portrait_left	{
	float:left;
	margin:6px 18px 5px auto;
	width:144px;
}

.portrait_right	{
	float:right;
	margin:6px auto 5px 18px;
	width:144px;
}

.portrait_pic	{
	background:url('portrait.jpg') no-repeat;
	width:144px;
	height:233px;
}

.landscape_left	{
	float:left;
	margin:6px 18px 5px auto;
	width:233px;
}

.landscape_right	{
	float:right;
	margin:6px auto 5px 18px;
	width:233px;
}

.landscape_pic	{
	background:url('landscape.jpg') no-repeat;
	width:233px;
	height:144px;
}

.banner	{
	margin:30px auto 0 auto;
}

.banner_pic	{
	background:url('banner.jpg') no-repeat;
	width:590px;
	height:150px;
}

.splash	{
	margin:0 auto 0 auto;
}

.splash_pic	{
	background:url('ibtitle.jpg') no-repeat;
	width:590px;
	height:257px;
}

.splash2	{
	margin:0 auto 0 auto;
}

.splash2_pic	{
	background:url('ib-dino.jpg') no-repeat;
	width:590px;
	height:306px;
}

.splash3	{
	margin:0 auto 0 auto;
}

.splash3_pic	{
	background:url('ib-phone.jpg') no-repeat;
	width:590px;
	height:395px;
}

.dw	{
	float:left;
	margin:6px 18px 5px auto;
	width:90px;
}

.dw_pic	{
	background:url('ib-dw.jpg') no-repeat;
	width:90px;
	height:117px;
}

.imgshift	{
	display:block;
	position:relative;
	padding-left:4px;
	padding-top:4px;
}

.captiontext {
	position:relative;
	margin-top:2px;
	margin-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	font:9pt Arial,sans-serif;
	color:#669999;
}

.captiontext a	{
	color:#3399FF;
	text-decoration:none;
}

.captiontext a:hover	{
	color:#ff9900;
	text-decoration:none;
}

.cc	{
	display:inline-block;
}

.cc a	{
	background:url('cc-anchor.jpg') no-repeat;
	text-decoration:none;
}

.cc a:hover	{
	background:url('cc-hover.jpg') no-repeat;
	text-decoration:none;
}

.spacer	{
	height:6px;
	width:590px;
}

.highlights	{
	color:#669999;
	letter-spacing:-1pt;
}

.footcredit	{
	margin-top:30px;
	text-align: center;
	font:9pt Arial,sans-serif;
	color:#999966;
}

.footcredit	a {
	color:#3399ff;
	text-decoration:none;
}

.footcredit a:hover	{
	color:#ff9900;
	text-decoration:none;
}

.red	{
	color:red;
	font-size:21pt;
}

.subscribe	{
	margin-top:24px;
	text-align:center;
	color:red;
	font:12pt Arial, sans-serif;
}
	
.subscribe	a {
	color:#3399ff;
	text-decoration:none;
}

.subscribe a:hover	{
	color:#ff9900;
	text-decoration:none;
}

/* content end */

/* footer start */

#footframe	{
	position:relative;
	margin:14px auto 13px auto;
	width:606px;
	height:25px;
	background:url('foot.jpg') 16px 0 no-repeat;
	line-height:25px;
}

/* commented out

#footframe:hover	{
	background:url('foot2.jpg') 16px 0 no-repeat;
	color:#fff;
}

*/

#btnframe	{
	margin-left:16px;
}

.btn	{
	display:inline-block;
	height:25px;
	line-height:25px;
}

.btn a	{
	color:#999;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
}

.btn a:hover	{
	text-decoration:none;
	display:inline-block;
	height:25px;
	color:red;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
}

.btn a:active	{
	color:#ff9900;
	text-decoration:none;
}

.menuhead	{
	display:inline-block;
	height:25px;
	line-height:25px;
	color:#666;
}

.activeday	{
	color:#009900;
}

/* footer end */

