﻿/*----SITE-WIDE CONTAINERS */ 
html {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'trebuchet ms', verdana,  sans-serif;
	font-size: 11pt;
	min-width: 1000px;
	background-color: #1C361B;
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D19E2F;
	margin-left: 5px;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.8em;	
}

a {
	color: #D19E2F;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	padding: 3px;
}

#boxLeft {
	width: 48%;
	float: left;
}

#boxRight {
	width: 48%;
	float: right;
}

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#mainContent {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: .9em;
	color: #ffffff;
	background: #3d643b url(/images/boxMain-ul.gif) no-repeat;
	width: 900px;
	margin-top: 45px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
	padding-left: 47px;
	padding-right: 47px;
	padding-bottom: 47px;
}

#content {
	width:auto;
	overflow:hidden;
	line-height:normal;
	z-index:10;
}

#mainContent .ur, .ll, .lr {
  position : absolute;
  width : 47px;
  height : 47px;  /* corner images are 40x40 */
  display : block;
  /*margin-bottom : -1px;  this is for IE */
}

#mainContent .ur {
  background : transparent url(/images/boxMain-ur.gif) no-repeat;
  top : 0;
  right : 0;
}

#mainContent .ll {
  background : transparent url(/images/boxMain-ll.gif) no-repeat;
  bottom : 0;
  left : 0;
}

#mainContent .lr {
  background: transparent url(/images/boxMain-lr.gif) no-repeat;
  right : 0;
  bottom : 0;
}

#nav {
	background-color: #000000;
	height: 35px;
	display: block;
}

#nav ul { list-style:none; margin: 0;font-family: 'trebuchet ms', verdana,  sans-serif; font-size: 1.1em; color:#ffffff; font-weight: bold; text-transform: uppercase; vertical-align: middle; }

#nav li { float:left; padding-top: 3px; padding-bottom: 3px; display:block; margin-left: 8px; }

#nav li a span, #nav li a em { text-decoration: none; color: #ffffff; }

#nav li a { text-decoration: none; color: #ffffff; padding-left:5px; padding-right:5px; }

#nav li a:hover { background-color: #565555; padding-left:5px; padding-right:5px; }

#nav-b {
	background-color: #565555;
	height: 3px;
	display:block;
}

/* CLASSES */

.align-right { float:right; margin: 0 0 15px 15px; }

.align-left { float:left; margin: 0 15px 15px 0; }

.align-vmiddle { vertical-align:top; }

.center {
	text-align:center;
}

.clear {
	clear: both;	
}

.image-center{
	margin-left: auto;
	margin-right: auto;
}

.image-gallery{
	padding: 10px;
	vertical-align:middle;
}

.image-full{
	display: none;
	padding: 20px;
}

.image-header{
	position:relative;
	top: -35px;
}

.image-title{
	position:relative;
	top: -12px;
}

.indentLeftSm {
	margin-left: 35px;
}

inddentLeftLg {
	margin-left: 65px;	
}

.greenfootLogo {
	position: absolute;
	top: -8px;
	right: 20px;
	z-index:30;
}

/* FONT CLASSES */

.textBigger2x {
	font-size: 160%;	
	line-height: normal;
}

.textBigger {
	font-size: 130%;	
	line-height: normal;
}

.textBold {
	font-weight: bold;	
}

.textItalics {
	font-style: italic;	
}

.textGreen {
	color:#1C361B;	
}

.textWhite {
	color: #fff;
}

.textRed {
	color: #FF7C7C;
}

.textRed2 {
	color: #960000;
}


/*----PAGE-SPECIFIC CONTAINERS */ 