/* CSS Document */

* {
text-decoration : none;
}



/*** main page body ***/

body {
* behavior : url(../csshover.htc);
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 62.5%;
margin : 0px;
}

	form {
	margin : 0px;
	}
	
	table {
	font-size : 1.0em;
	}
	
	img {
	border : 0;
	}



/*** page wrapper ***/

#wrapper {
width : 760px;
}



/*** top banner ***/

#banner {
background : url(../graphics/banner.jpg) no-repeat;
height : 108px;
}



/*** top navigation ***/

#top-nav {
background : #FFF700;
border-bottom : 1px solid #0018CE;
border-top : 1px solid #0018CE;
float : left;
font-size : 1.2em;
font-weight : bold;
letter-spacing : -1px;
overflow : auto;
* overflow : none;
text-transform : uppercase;
width : 760px;
}

	#top-nav ul {
	clear : right;
	list-style : none;
	margin : 0px;
	padding : 0px;
	}

		#top-nav ul ul {
		display : none;
		position : absolute;
		}
		
		#top-nav ul li:hover ul {
		display : block;
		}

		#top-nav ul li ul li {
		float : none;
		text-align : left;
		width : 200px;
		}

			#top-nav ul li ul li a {
			background : #FFF700;
			border-top : 1px solid #0018CE;
			width : 100%;
			}

	#top-nav li {
	display : block;
	float : left;
	height : 23px;
	margin : 0px;
	padding : 0px;
	position : relative;
	z-index : 500;
	}

	#top-nav a {
	color : #0018CE;
	display : block;
	margin : 0px;
	padding : 5px 15px;
	}

		#top-nav a:hover {
		background : #0018CE;
		color: #FFF700;
		}



/*** main content wrapper ***/

#content-wrapper {
clear : left;
background : url(../graphics/back.gif) repeat-y;
height : 100%;
margin : 1px 0px 0px 0px;
}



/*** left navigation ***/

ul#left-nav {
display : inline;
font-size : 1.2em;
font-weight : bold;
float : left;
margin : 0px;
padding : 0px;
width : 212px;
}

	ul#left-nav ul {
	margin : -26px 0px 0px 0px;
	padding : 0px;
	}

	#left-nav li {
	display : inline;
	list-style-type : none;
	margin : 0px;
	padding : 0px;
	position : relative;
	}
	
		ul#left-nav li ul li {
		display : none;
		}
		
		ul#left-nav li:hover ul li {
		border-left : 1px solid #ffffff;
		display : block;
		}
		
		ul#left-nav li ul {
		position : absolute;
		top : 0;
		left : 100%;
		}

		#left-nav li a {
		background : #0018CE;
		color : #FFF700;
		display : block;
		border-bottom : 1px solid #ffffff;
		letter-spacing : -1px;
		padding : 5px;
		width : 202px;
		* width : 212px;
		}
	
			#left-nav li a:hover {
			background : #FFF700;
			color : #0018CE;
			}
	
	li#brazil-game a {
	background : transparent url(../graphics/exeter-home-info.gif) no-repeat;
	display : block;
	height : 45px;
	* height : 57px;
	}
	
		li#brazil-game a:hover {
		background : transparent url(../graphics/exeter-home-info-hover.gif) no-repeat;
		}
		


/*** content area ***/

#content {
font-size : 1.2em;
height : 1%;
margin : 0px 0px 0px 212px;
padding : 10px;
text-align : justify;
}

	#content h1 {
	color : #0018CE;
	font-size : 1.4em;
	letter-spacing : -1px;
	margin : 0px;
	padding : 0px 0px 12px 0px;
	}

	#content h2, #content h3, #content h4, #content h5, #content h6 {
	color : #0018CE;
	font-size : 1.2em;
	letter-spacing : -1px;
	margin : 0px;
	padding : 10px 0px 12px 0px;
	}
	
	#content p, #content ul {
	margin : 0px;
	padding : 0px 0px 12px 0px;
	}
	
		#content li {
		margin : 0px 0px 7px 40px;
		}
	
	#content a, #spiders a {
	color : #0018CE;
	}
	
		#content a:hover, #spiders a:hover {
		background : #0018CE;
		color : #ffffff;
		}



/*** spiderlinks ***/

#spiders {
background : url(../graphics/back.gif) repeat-y;
clear : both;
color : #0018CE;
font-size : 1.1em;
height : 0%;
overflow : auto;
* overflow : none;
padding : 25px 0px 0px 0px;
text-align : center;
}

	#address {
	color : #ffffff;
	float : left;
	padding : 5px;
	text-align : left;
	width : 200px;
	}
	
	#spiderlinks {
	padding : 50px 0px 0px 215px
	}


/*** text-only settings ***/

li#original {
display : none;
}


.countries {
float : right;
}


li#brochure a {
padding : 0;
}