/* CSS Document */

/* Tussauds Events */
BODY {
	MARGIN: 0;
	MARGIN-BOTTOM: 0;
	MARGIN-LEFT: 0;
	MARGIN-RIGHT: 0;
	MARGIN-TOP: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #979797;
}
/*This handles no borders on images for Netscape - both normal images and linked images*/
image {border: none;}
a img { color: #FFF; border: none; }

.Venues {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 13px;
	color: #979797;

}

.Venues A:link    	{ color: #979797; text-decoration: none; }
.Venues A:active  	{ color: #979797; text-decoration: none; }
.Venues A:visited 	{ color: #979797; text-decoration: none; }
.Venues A:hover  	{ color: #665BA0; text-decoration: underline; }

.Venues ul {
	
	 list-style-position: outside;
	 list-style-type: disc;
	 margin: 5px 0px 0px 15px;
	 padding: 0px;

}

div.browser {
	width: 100%;
	height: 100%;
	/*background-color: green;*/
	text-align: center;

	
}

div.hidden {
	display: none;
}

div.website {
	width: 757px;
	/*border: thin red solid;*/
	margin: 0px auto 20px auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
	background: url("images/header_bg.jpg") #ffffff;
	background-repeat: no-repeat;
}

div.london {
	width: 757px;
	/*border: thin red solid;*/
	margin: 0px auto 20px auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
	background: url("images/semantic/header_sealife_bg.jpg") #ffffff;
	background-repeat: no-repeat;
}

div.webpage {
	/*margin-bottom: 70px;*/
	

}

img{
	border: none;
}

p {
	color: #373739;

}
.purple {
	color: #184298;
	font-size: 14px;
}
.blue {
	color: #0d3384;
	font-size: 14px;
}
h2{
	color: #184298;
	font-size: 1em;
	margin: 0px 0px 0px 5px;

}
a:link,
a:active,
a:visited{
	color: #979797;
	text-decoration: none;
}

a:hover {
	color: #665BA0;
	text-decoration: underline;
}

/********************************/
/* Rounded Box */
div.roundedbox {
	width: 757px;
	margin-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

div.roundedbox div.boxtop{
	width: 757px;
	background-color: green;
	text-align: left;
	background: url(images/bg_roundedbox_top.gif) top left no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

div.roundedbox div.boxtop div.boxtop_content {
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

div.roundedbox div.boxtop div.boxtop_content div.listcolumn {
	float: left;
}
div.roundedbox div.boxtop div.boxtop_content div.listcolumn listHeader{
	text-align: center;
}
div.roundedbox div.boxtop div.boxtop_content div.listcolumn listContent{
	text-align: left;
}
div.roundedbox div.boxtop div.boxtop_content div.listcolumn ul {
	 list-style-type: none;
	 margin: 5px 0px 0px 5px;
	 padding: 0px 0px 0px 0px;
	 color: #665BA0;
}

div.roundedbox div.boxtop div.boxtop_content p {
	margin: 0px;
	padding: 0px;
	color: red;
}

div.roundedbox div.boxbottom {
	position: relative;
	width: 757px;
	background-image: url(images/bg_roundedbox_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 14px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	top: none;
}
div.roundedbox div.boxbottom a {
	text-decoration: underline;	
}

/* Magazine panel styles */

.clearBoth {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#magazinePanel {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 375px;
	background-color: #cdd9ef;
	border: 1px solid #90ade3;
}

#magazinePanel.extraPad {
	margin: 35px 0px 0px 0px;
}

#magazinePanelContent {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
}

#magazinePanelContent p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#magazinePanelContent a {
	color: #20469b;
	text-decoration: underline;
}
#magazinePanelContent a:visited {
	color: #20469b;
	text-decoration: underline;
}
#magazinePanelContent a:hover {
	color: #000000;
	text-decoration: underline;
}

#magazinePanelContent img {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#magazinePanelContent img.noFloat {
	float: none !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 1px solid #000000;
}
