@charset "UTF-8";
/* CSS Document */

body {
	font: 9pt/17pt "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #888;
	margin: 0px;
	padding: 0;
}

* html {
  overflow: hidden;
}

* html body {
  height: 100%;
  overflow: auto;
}

img {
	border:0;
	background-position: center center;
}

strong {
  font-weight: normal;
  color: #420;
}

em {
	font-style: normal;
	color: #808080;
}

#content {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	margin-bottom:15px;
	border-bottom-width: 0px;
}

#header {
	position: fixed;
	top: 0px;
	padding-top: 0px;
	width: 670px;
	z-index: 1;
	height: 136px;
	background: url(../pictures/fadeout-top.png) repeat-x left top;
	border-bottom-color: #E3E3E3;
	margin-left: -20px;
}
* html #header {
  position: absolute;
}
h1 {
  text-align: right;
  height: 53px;
  margin: 0px;
  background: top right no-repeat url(../pictures/newnicklogo2.png);
}

h1 span {
  display: none;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight:normal;
  font-size: 12pt;
  color: #C03;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Lucida Grande", Arial, sans-serif;
}



h3 {
  margin: 0;
  font: 9pt/15pt "Lucida Grande", Arial, sans-serif;
  font-weight: bold;
  color: #420;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}

h3.person {
  text-align: center;
  width: 450px;
  margin-top: 10px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

h3 span.date {
  letter-spacing: 0px;
  font-weight: normal;
}

p {
  margin: 0;
}

p.contact {
	text-align:justify;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
	float: left;
	width: 450px;
	text-align: left;
}

li em {
  color:#420;
}

li strong {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

em strong
{
  text-transform: uppercase;
  font-size:0.8em;
  line-height:12pt;
  color:#BBB;
  text-align:center;
}

#navigation {
  position: fixed;
  top: 45px;
  z-index: 2;
}

* html #navigation {
  position: absolute;
}

#theteam p {
  padding-bottom:20px;
}

#navigation li {
  width: auto;
  text-transform: lowercase;
  font: 12pt/17pt Georgia;
  padding-right: 15px;
  margin-right: 8px;
}

#navigation li a {
	color: #553FAA;
	border-bottom-width: 0px;
	white-space: nowrap;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
}

#navigation li.last {
  background: none;
}

a {
  color: #420;
  text-decoration: none;
  border-bottom:1px dotted #640;
}

a:hover {
	color: #EBEBEC;
	border-bottom:1px dotted #F90;
}

#panel-container {
	width: 469px;
	height: auto;
	padding-top: 20px;
	background: url(../pictures/panel2.gif);
	margin-left:-12px;
}
#smallpanel-container {
	width: 469px;
	height: 200px;
	padding-top: 20px;

	margin-left:-12px;
}
#panel {
	width: 398px;
	height: auto;
	margin-left: 35px;
	border: 1px solid #eee;
	background-repeat: no-repeat;
	cursor:pointer;
	background-color: #ff00ff;
	
}
#mediumpanel-container {
	width: 469px;
	height: 300px;
	padding-top: 20px;
	margin-left:-12px;
	background-repeat: no-repeat;
	
	
	}

#mediumpanel {
	width: 398px;
	height: 200px;
	margin-left: 35px;
	border: 0px none #eee;
	background-repeat: no-repeat;
	cursor:pointer;
	background-color: #ff00ff;
	background-position: center center;
	
}
#mediumlargepanel-container {
	width: 469px;
	height: auto;
	padding-top: 20px;
	margin-left:-12px;
	background-repeat: no-repeat;
	padding-left: 10px;
	
	
	}
#largepanel-container {
	width: 469px;
	height: auto;
	margin-left:-12px;
	background-repeat: no-repeat;
	margin-top: -20px;
	padding-left: 10px;
	padding-top: 20px;
}

#largepanel {
	width: 380px;
	height: 460px;
	margin-left: 50px;
	border: 0px none #eee;
	background-repeat: no-repeat;
	cursor:pointer;
	background-color: #FFFFFF;
	background-position: center center;
	margin-top: 70px;
	padding: 0px;
}
h2, p, ul {
  width: 450px;
}

h1, h2, h3,  div {
	clear: both;
	text-align: center;
}

#spacediv {
	height: 75px;
	width: 469px;
}
#spacediv2 {
	height: 330px;
}
#footer {
	text-align: left;
	padding: 5px 5px 5px 0px;
}
