/* CSS Document for Screen */

html	{ overflow: scroll; } 

body	{ margin: 0; padding: 0; background: #fff url('../img/bg/v_strips.gif') top center no-repeat; overflow: auto; }

h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: normal;
	letter-spacing: 2pt;
	margin: 25px 0;
	clear: left;
}

h1.orange	{ color: #f30; }

h1.blue	{ color: #00c; }

h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 180%;
	font-weight: normal;
	color: #00c;
}

.intro	{
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 225%;
	color: #999;
}


.intro_link:link, .intro_link:visited, .intro_link:active	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 200%;
	color: #999;
	text-decoration: underline;
}

.intro_link:hover	{
	text-decoration: none;
}

p.address, p.address_indent	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 100%;
	color: #999;
}

p.address_indent	{
	text-indent: 35px;
}

a.address:link, a.address:visited, a.address:active	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
	color: #999;
	text-decoration: underline;
}

a.address:hover	{
	text-decoration: none;
}

a.top:link, a.top:visited, a.top:active	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: normal;
	letter-spacing: 2pt;
	color: #999;
	text-decoration: none;
}

a.top:hover	{
	text-decoration: underline;
}

li.list	{
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 150%;
	color: #999;
	margin-bottom: 20px;
	list-style-type: square;
}

/* Web Form */
form	{
 border: 1px solid #c30;
 padding: 5px;
}

.field { 
 background-color: #D7D7FA;
 border: 1px solid #666; 
}

.table	{
	width: 100%;
	/* border: 1px #c30 solid; */
	border-collapse: collapse;
}

td.content	{
	border-bottom: 1px #999 dotted;
	padding: 12px 0px 8px 12px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 9pt;
	line-height: 11pt;
	color: #00c;
}


/* Page Canvas Area */
#canvas_container { width: 780px; height: auto; margin: 0 auto; }

/* Masthead Container [Incl. Logo and Top Nav */
#masthead_container	{
	width: 730px;
	height: 75px;
	margin: 15px auto 25px;
}

	/* Logo Container */
	#logo_container {
		float: left;
		width: 240px;
		height: 70px;
	}

	/* Top Nav Container [Links 1, 2 and 3] */
	#top_nav_container {
		float: right;
		width: 62%;
		height: 70px;
	}

	/* Top Nav Link Container */
	.top_nav_box	{
		float: left;
		position: relative;
		width: 31%;
		margin-right: 1%;
		padding-top: 45px;
	}

	/* Grey Vertical Bar 1 */
	.v_grey {
		left: 0px;
		height: 21px;
		width: 1px;
	}

	/* Top Nav Mouseover Links */
	a.top_nav:link, a.top_nav:visited, a.top_nav:active	{
		position: relative;
		top: -11px;
		left: 10px;
		width: 100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #00c;
		text-decoration: none;
	}

	a.top_nav:hover	{
		color: #f30;
	}

	/* Orange Arrows */
	#o_pointer_1, #o_pointer_2, #o_pointer_3 {
		position: relative;
		top: -21px;
		height: 8px;
		width: 7px;
		background: url('../img/home/menu_top/menu_top_arrow.gif') no-repeat;
	}
	
	/* Orange Arrow (Link 1) */
	#o_pointer_1 { left: 100px; }

	/* Orange Arrow (Link 2) */
	#o_pointer_2 { left: 112px; } 

	/* Orange Arrow (Link 3) */
	#o_pointer_3 { left: 88px; }

/* Panorama Area [Incl. Flash Animation and Orange Strip */
#panorama_container	{
	width: 730px;
	background-color: #000;
	margin: 0px auto 15px;
	clear: both;
}

	/* Flash Container */
	#flash_container {
	width: 100%;
}

	/* Orange Strip */
	#orange_strip	{
	border-top: solid 1px #fff;
	height: 18px;
	width: 100%;
	background-color: #f30;
}

#content_container	{
	width: 730px;
	margin: 0 auto;
}

#column_left	{
	float: left;
	position: relative;
	top: -26px;
	width: 220px;
	margin-bottom: 10px;
}

	#menu_container	{
		width: 240px;
		height: 225px;
		margin-bottom: 25px;
		background: url('../img/home/menu_side/menu_panel.gif') center no-repeat
	}

		#menu_home_block	{
		height: 22px;
		padding-left: 34px;
		padding-top: 11px;
		}

		/* Menu Subhead "Home Link" */
		a.menu_home:link, a.menu_home:visited, a.menu_home:active	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}

		a.menu_home:hover	{
			color: #000;
		}
		
		/* Menu Structure [Red Arrows] */
		#menu_red {
			top: 33px;
			left: 0px;
			width: 220px;
			margin: 0 auto;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: bold;
		}

		/* Menu Items [Red Arrows] */
		#menu_red li a {
  			height: 19px;
			text-decoration: none;
		}
	
		#menu_red li a:link, #menu_red li a:visited {
			color: #FFF;
			display: block;
			padding: 5px 0 0 24px;
			background: url('../img/home/menu_side/menu_red_arrows.gif');
		}
	
		#menu_red li a:hover {
			color: #FFF;
			padding: 5px 0 0 24px;
			background: url('../img/home/menu_side/menu_red_arrows.gif') 0 -24px no-repeat;
		}

		/* Menu Structure [Blue Arrows] */
		#menu_blue {
			top: 153px;
			left: 0px;
			width: 220px;
			margin: 0 auto;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: bold;
		}

		/* Menu Items [Blue Arrows] */
		#menu_blue li a {
  			height: 19px;
			text-decoration: none;
		}
	
		#menu_blue li a:link, #menu_blue li a:visited {
			color: #fff;
			display: block;
			padding: 5px 0 0 24px;
			background: url('../img/home/menu_side/menu_blue_arrows.gif');
		}
	
		#menu_blue li a:hover {
			color: #FFF;
			padding: 5px 0 0 24px;
			background: url('../img/home/menu_side/menu_blue_arrows.gif') 0 -24px no-repeat;
		}

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#contact_container	{
			width: 240px;
			height: 75px;
		}
		
		/* Contact Details [Telephone and Fax] */
		.tel, .fax {
			height: 25px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			line-height: 9pt;
			color: #00c;
			text-align: center;
		}

		/* Contact Details [e-Mail] */
		.mail:link, .mail:visited, .mail:active	{
			height: 25px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			line-height: 9pt;
			color: #00c;
			text-decoration: none;
		}

		.mail:hover {
			color: #f30;
		}
		
#column_right	{
	float: right;
	width: 62%;
}

	/* Container for 5 x Picture Boxes */
	#rollover_container	{
		width: 100%;
		min-height: 105px;
		margin-bottom: 20px;
	}

	/* 5 x Picture Boxes */
	.rollover_box	{
		float: left;
		width: 86px;
		margin-right: 3px;
		text-align: center;
	}
	
	/* Box Captions */
	a.caption:link, a.caption:visited, a.caption:active	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		line-height: 10pt;
		font-weight: normal;
		color: #999;
		text-decoration: none;
	}

	a.caption:hover {
		color: #00c;
	}
	
	#text_container	{
		width: 100%;
	}
	
/* Container for all Footer Elements */
#footer	{
	width: 730px;
	height: 50px;
	margin: 0 auto;
	background-color: #fff;
	border-top: solid 1px #ccc;
	clear: both; /* Allows 'Column Left' and 'Column Right' to move down vertically */
}

	/* Real Time Date */
	#timestamp_container {
		float: left;
		width: 240px;
		height: 27px;
		padding-top: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 70%;
		line-height: 90%;
		font-weight: normal;
		color: #b9b9b9;
		text-align: center;
	}

/* Bottom Navigation Container [Links 1, 2 and Copyright] */
#bot_nav_container {
	float: right;
	height: 32px;
	width: 62%;
	background-color: #fff;
}

	/* Top Nav Link Container */
	.bot_nav_box	{
		float: left;
		height: 27px;
		width: 31%;
		padding-top: 5px;
		margin-right: 1%;
		text-align: left;
		background-color: #fff;
	}

	a.bot_nav_text:link, a.bot_nav_text:visited, a.bot_nav_text:active, .copyright	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 70%;
		line-height: 90%;
		font-weight: normal;
		color: #B9B9B9;
		text-decoration: none;
	}

	a.bot_nav_text:hover	{
		color: #00C;
	}
	
	/* Orange Arrows (Bottom Nav) */
	#o_pointer_4, #o_pointer_5	{
		position: relative;
		left: 60px;
		top: -9px;
		height: 8px;
		width: 7px;
		background: url('../img/home/menu_top/menu_top_arrow.gif') no-repeat;
	}
	
	/* Orange Arrow (Sitemap) */
	#o_pointer_4	{ left: 60px; }

	/* Orange Arrow (Privacy) */
	#o_pointer_5	{ left: 55px; }

/* Back Button */
a.back:link, a.back:visited, a.back:active	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		line-height: 9pt;
		text-align: center;
		color: #999;
		text-decoration: none;
}

a.back:hover {
		color: #00c;
}