/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}



	body {
		background: #111 url(../images/bg.jpg) repeat center top;
		font-size:.88em; font-family: Arial, Helvetica, sans-serif;
		color:#888;
		}


div.small
{
	margin-left:auto;
	margin-right:auto;
	Width:1200px;
}
	
div.teamTable
	{
		padding:20px;
	}

p,ul {
	font-size: 1.1em;
	padding-bottom: 1.1em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 1.2em sans-serif; text-align: center; color:#999;}
h2 {
	font: bold 1.1em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../images/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111 url(../images/header.png) center center;
	border-bottom: 3px solid #444;
	border-top: 3px solid #444;
	font: normal 5em sans-serif;
	height: 180px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display:none;
}
.header a {
	color: #888;
	display: block;
	line-height: 180px;
	text-decoration: none;
	width: 100%;

}
.header span {padding-left: 32px;}

/* tao */
.tao {
	background: #111 url(../images/tao.jpg) center center;
	border-bottom: 3px solid #444;
	border-top: 3px solid #444;
	font: normal 5em sans-serif;
	height: 240px;
	width: 20%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
	
}
.tao span {padding-left: 32px;}

/* joe */
.joe {
	background: #111 url(../images/joe.jpg) center center;
	border-bottom: 3px solid #444;
	border-top: 3px solid #444;
	font: normal 5em sans-serif;
	height: 240px;
	width: 20%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
	display:none;
}
.joe span {padding-left: 32px;}

/* headerR */
.headerR {
	background: #111 url(../images/projectors.jpg) center center;
	border-bottom: 3px solid #444;
	border-top: 3px solid #444;
	font: normal .8em sans-serif;
	color:black;
	height: 240px;
	width: 80%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
}
.markHeaderText {

margin-top: 50px;
margin-left: 90px;
width: 780px;
max-height: 150px;
overflow: auto;
display:none;
}
.timHeaderText {

margin-top: 50px;
margin-left: 90px;
width: 780px;
max-height: 150px;
overflow: auto;

}
.headerR span {padding-left: 32px;}



/* structure */
.container {
	border: 3px solid #444;
	margin: 30px;


	
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 22%; }
.main .right {width: 78%;}


.bottomBar { height: 40px; border: 3px solid #444; }

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
        background:#F0F5F6;
        color: #113351;
}

/* content elements */
.content h1 {
	background: url(../images/bgh1.gif) repeat-x left bottom;
	color: #000;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(../images/nav.gif);}
.nav a {
	background: #191919 url(../images/nav.gif);
	border-right: 1px solid #161616;
	color: #555;
	float: left;
	font: bold .88em Verdana,sans-serif;
	line-height: 51px;
	width:80%;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(../images/nav_hover.gif);
}

/* navigationTop */
.navTop {background: #191919 url(../images/navTop.gif);}
.navTop a {
	background: #191919 url(../images/navTop.gif);
	border-right: 1px solid #161616;
	color: #555;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(../images/nav_hover.gif);
}
.navTop a:hover {
	background: #191919 url(../images/nav_hover.gif);
}



/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
	min-height:100px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(../images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}



/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: .8em;
}
.bottom a {color: #888;}

.thanks  { font-size: .2em;}
.thanks  a:link {color:#666;}    /* unvisited link */
.thanks  a:visited {color:#666;} /* visited link */
.thanks  a:hover {color:#666;}   /* mouse over link */
.thanks  a:active {color:#666;}

/*Table*/
.center
	{
	margin-left: auto;
	margin-right: auto; 
	}
TABLE
  { 
     font-size:24pt;
     background-color:#333;
     width: 80%;
     border-style:solid;
     border-color:#555;
     border-width:3px;
  }

  TH
  {
     font-size:18pt;
     color:#EEE;
  }


  TR
  { 
  }

  TD
  {  
     font-size:14pt;
     background-color:#444;
     color:#EEE;
     border-style:solid;
     border-width:3px;
     border-color:#333;
     text-align:center;
  }
  TD.team:hover
  {
  	background-color:#666;
  
  }
 a.linkBack {
 	font-size: 1.5em;
	padding:20px;
 }
a:link {color:#EEE;}    /* unvisited link */
a:visited {color:#EEE;} /* visited link */
a:hover {color:#EEE;}   /* mouse over link */
a:active {color:#EEE;}  /* selected link */

#wrapper 
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.accordionButton 
{	
	width: 800px;
	float: left;
	background: #888;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color:#FFF;
}
	
.accordionContent 
{	
	width: 800px;
	float: left;
	background: #AAA;
	display: none;
}
.Info
{
	width:100%;
	height:100%;
}

.accordion {
	width: 870px;
	border-bottom: solid 1px #c4c4c4;
        color:#888;
}
.accordion h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
        color:#4D4D4D;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion h3 a  {
font:   80%/100% Arial, Helvetica, sans-serif;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.accordion p textarea{
	width: 200px ;
	height:150px;
	font: bold 100%Arial, Helvetica, sans-serif;
 	text-align:center; 
 	color:000;
 	border-style:solid;
 	border-width:3px;
 	border-color:#333;
}

.accordion a:link {color:#454A4D;}    /* unvisited link */
.accordion a:visited {color:#5A515A;} /* visited link */
.accordion a:hover {color:#2E3133;}   /* mouse over link */
.accordion a:active {color:#2E3133;}  /* selected link */