/* Easter 06 screen styles */

/* Zoom-able layout inspired by an article at www.alistapart.com                */
/* Layout elements specified in Em units so that the whole page can be enlarged */

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

body {
  background-color: #336600;
  color: #000;    
	text-align: center;
  margin: 0 0 0.8em 0;
}

img {
    border: 0;
}

.hidden {
	display: none;
}

a:link {
    color: #0033CC;
    text-decoration: none;
}
a {
    color: #0033CC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #6600FF;
}

p {
    margin: 0;
    padding: 0;
}

/* Other type styles */

.centre {
	text-align: center;
}
.centreQuote {
	text-align: center;
	font-style: italic;
}
.redText {
	color: #0066CC;
}
.greenText {
	color: #006600;
}

/* Main holder Div */

div.flash {
	clear: both;
	text-align: center;
	padding: 4em 0 0 0em !important;
}

div.flash object#flash, div.flash embed#flash {
	margin-top: 2em;
	width: 60em; /* 700px */
	height: 45em; /* 400px */
}

div#main {
  position: relative;
	width: 62.5em;
  margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
  padding: 0;
  text-align: left;
  background-color: #336600;
  /*border: 1px solid #003300;*/
}

/* Header Div */

div#header {
	/*margin-bottom: 1.5em;*/
  position: relative;
  height: 12.5em;
	background-color: #FFFFFF;
}
div#header img {
	margin-bottom: 1.5em;
  width: 62.5em; 
	height: 12.5em;
}
div#header h1 {
	display: none;
}


/* Content div */

div#content {
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/circle_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 50px;
}
div#content p {
  line-height: 1.6em;
	margin: 1.5em 10em 0 10em;
  padding: 0em 0em 0.9em 0em;
}
div#content > p {
	padding-left:  0.8em;
	padding-right: 0.8em;
}
div#content ul {
	list-style-type: disc;
	padding: 0em 10em 0.9em 12em; 
}
div#content li {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.6em;
}

div#content img.imageWrapLeft {
	margin: 0.4em 0.5em 0.2em 0em;
	float: left;
}
div#content img.imageWrapRight {
	margin: 0.4em 0em 0.2em 0.5em;
	float: right;
}
div#content p img.imageWrapLeft {
	padding-top: 0.8em;
}
div#content p img.imageWrapRight {
	padding-top: 0.8em;
}

h2 {
	clear: left;
	padding: 4em 0 0 0em !important;
  margin: 0 7em 0em 7em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1.8em;
	border-bottom: 1px solid #CCCCCC;
	color: #336633;
}

#content h2 a:hover, h3 a:hover {
    color: #000;
}

#content h3 {
	color: #000066;
  margin: 0.1em 7.7em 0.2em 8.3em;
	padding: 0.4em 0.1em 0 0.6em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
	clear: left;
}
h3 a {
	text-decoration: none;
	color: #0066CC;
}
h3 a:hover {
	text-decoration: underline;
}
div#content h4 {
	color: #993333;
    margin: 0.1em 7.7em 0.3em 0.3em;
	padding: 0.4em 0.1em 0 0.6em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    line-height: 1.3em;
	clear: left;
}
div#content ul.bullets {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}
div#content ul.bullets ul.bullets {
	list-style-type: circle;
}
div#content blockquote {
	padding-left: 3em;
	padding-right: 3em;	
	color: #333300;
}

/********************/
/* Top Nav Menu Div */
/********************/

#topnav {
	height: 3.5em;

}
#topnav ul {
	text-align: center;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	width: 13em;
	text-align: center;
	border-top: none;
	padding: 1em 3em 1em 3em;
	margin: 0 1em 0 0;
	color: #003399;
	background-image: none;
	background-color: #FFFFFF;
	text-decoration: none;
}

#topnav a:hover {
  text-decoration: none;
  color: #CC0000;
	background-color: #FFFFFF;
	background-image: url(images/tab_bg1.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
	

#topnav li#home a:hover {

}
#topnav li#game a:hover {

}
#topnav li#credits a:hover {

}

#topnav li.currentTab a {
  text-decoration: none;
  color: #CC0000;
	background-color: #FFFFFF;
}

/*******************/
/* Page Footer Div */
/*******************/

div#pageFooter {
  position: relative;
	padding-top: 0.3em;
  /*width: 61.3em;*/
  height: 2.4em;
	clear: both;
	padding: 0 2.2em 0 2.2em;
	background-color: #FFFFFF;
}

div#pageFooter p {
  font-size: 0.8em;
	margin: 0;
	padding: 1em 0em 0em 0em;
}    

div#pageFooter p.left {
	float: left;
  text-align: left;
}

div#pageFooter p.right {
	float: right;
  text-align: right;
}

p.logo {
	margin: 1em auto 2em auto;
	text-align: center;
	color: #000000;
}

p.logo a:link, p.logo a:visited {
	color: #FFFFFF;
}

