/* css for Nick Bolsover, May 09, to finish later #003333  */

body {  
  margin: 0; 
  padding: 0;
  background-color: #eeffff;
	text-align:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}


/* complete page container for later! nicks B8D5E4;*/
#wrapper {
  margin:0 auto;
	width: 1028px;
	height: 640px;
	text-align:center;
}

#container {
	width: 1028px;
	height: 640px;
	background-color: #ccffff;
	margin: 0 auto;
	float:left;
}

/* for navigation bar later!*/
.mynav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  line-height: 20px;
  color: #000000; 
  width: 960px;
  height: 30px;
  vertical-align: middle;
  background-image: url(images/nav-bg.gif);
  background-repeat: repeat-x;
}
/* style for the ul and li tags in navigation */
.nav ul,li {
  display: inline; /* bring the lists to line next to each other */
  list-style: none; /* remove the bullet points */
  vertical-align: middle;
}
/* style for nav links */
.nav a:link, .nav a:visited, .nav a:active {
  color: #000000; 
  text-decoration: none; 
  padding: 4px;
 
}
/* style for link on hover #ffcc33 is gold*/
.nav a:hover {
  color: #000000;
  text-decoration:underline;
  padding: 4px; 
}
/* style for current page */
.nav #current {
  color: #ffffff; 
  text-decoration: none;
  padding: 4px;
}

p.italic {
  font-style:italic;
}

p.bold {
  font-weight:bold;
  line-height:1.4em;
}

p.padded {
padding: 32px;
} 

/* content links */
a:link {
  color: #333333; 
  text-decoration: underline;
} 

a:active 
  {color: #333333; 
  text-decoration: underline;
}

a:visited {
  color: #333333; 
  text-decoration: underline;
}

a:hover {
  color: #666666; 
  text-decoration: underline;
}

/* horizontal rules */
/* red near top */
hr.red {
  color: #cc1100; /* for IE */
  background-color: #cc1100; /* for opera and mozilla */
  width: 960px;
  height: 4px;
  border: none;
}


/* bottom div with contact etc.  */		
div.lower {
  width: 1028px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 0.8em;
	text-align:center;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
  text-decoration: none;
  color: #333333; 
}

/* special green */

.bluegingerb {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 1.0em;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  line-height: 1.6em;
  text-decoration: none;
  color: #00008b;
}

.greygingerb {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 1.0em;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  line-height: 1.6em;
  text-decoration: none;
  color: #333333;
}


.greengingeri {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 1.0em;
  text-decoration: none;
  font-style:italic;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  color: #228b22;
}

.greyginger {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 1.0em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6em;
  text-decoration: none;
  color: #333333;
}
