/* formatting for all pages */


body{
  background-color: #023;
  margin-left: auto;
  margin-right: auto;
}

/***************Head Division */
div.head{
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
  height: 206px;
  background-image: url(images/header.png);
  background-repeat: no-repeat;
}

#home a, #teams a, #calendars a, #media a, #forms a, #coaches a, #about a, #camps a, #tryout a, #academy a{
  text-decoration: none;
}


div#home{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 203px;
  height: 170px;
}

#framedropdown{
  position: absolute;
  top: 196px;
  left: 689px;
  width: 150px;
  height: 140px;
  z-index:10;
}

#dropdown{
  position: absolute;
  color: #99f;
  background-color: #022840;
  border: 3px #023 solid;
  padding: 5px;
  top: 0;
  left: 0;
  width: 140px;
  height: 130px;
  visibility: hidden;
  z-index: 10;
}

#dropdown a{
    color: white;
    font-size: 14px;
}

div#camps{
  position: absolute;
  top: 180px;
  left: 15px;
  width: 45px;
  height: 19px;
  z-index: 2;
}

div#tryout{
  position: absolute;
  top: 180px;
  left: 100px;
  width: 75px;
  height: 19px;
  z-index: 2;
}

div#academy{
  position: absolute;
  top: 180px;
  left: 185px;
  width: 75px;
  height: 19px;
  z-index: 2;
}

div#teams{
  position: absolute;
  top: 180px;
  left: 495px;
  width: 50px;
  height: 19px;
  z-index: 2;
}

div#calendars{
  position: absolute;
  top: 180px;
  left: 580px;
  width: 75px;
  height: 19px;
  z-index: 2;
}

div#media{
  position: absolute;
  top: 180px;
  left: 687px;
  width: 50px;
  height: 19px;
  z-index: 2;
}

div#forms{
  position: absolute;
  top: 180px;
  left: 774px;
  width: 50px;
  height: 19px;
  z-index: 2;
}

div#coaches{
  position: absolute;
  top: 180px;
  left: 859px;
  width: 65px;
  height: 19px;
  z-index: 2;
}

div#about{
  position: absolute;
  top: 180px;
  left: 957px;
  width: 50px;
  height: 19px;
  z-index: 2;
}



/***************Content Divisions */

div#left{
  position: absolute;
  top: 211px;
  left: 50%;
  margin-left: -512px;
  width: 200px;
  height: 486px;
  z-index: 5;
}

div#right{
  position: absolute;
  top: 211px;
  left: 50%;
  margin-left: -312px;
  overflow: auto;
  width: 824px;
  height: 486px;
  border: 0px #fff solid;
  z-index: 5;
}

div#content{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 824px;
  height: 484px;
  border: 0px #fff solid;
  overflow: auto;
}

div#content p{
  color: #ff9;
  font-size: 12pt;
  font-family: verdana;
  font-weight: 100;
}

iframe#empire{
  width: 100%;
  height: 100%;
  background-color: #002233;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0px #fff solid;
}

div#photo{
  position: relative;
  margin-top: 7px;
  width: 750px;
  height: 400px;
  background-color: #002233;
  border: 0px #fff solid;
}


/******************** Footer Divisions and Map Image */

div.footer{
  position: absolute;
  top: 700px;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
  height: 32px;
  background-image: url(http://www.cintersoccer.com/images/footer.png);
  color: #ff9;
  font-size: 10px;
  font-family: verdana;
  font-weight: 100;
}



/* * * * * * * * * * * bio pages */

img#bio{
  position: fixed;
  right: 41px;
  top: 5px;
  width: 200px;
  border: 4px #034 solid;
}

img#team{
  position: fixed;
  top: 5px;
  left: 5px;
}

td.name{
  width: 40%;
  text-align: left;
}

td.phone{
  width: 20%;
  text-align: center;
}

td.mail{
  width: 40%;
  text-align: right;
}

td.resumeitem{
  width: 80%;
  text-align: left;
  z-index: 2;
}

td.resume{
  width: 80%;
  text-align: left;
  text-indent: 20px;
  z-index: 2;
}

td.years{
  width: 20%;
  text-align: right;
  z-index: 2;
}

table{
  width: 600px;
  font-family: tahoma;
  color: #abe68e;
  font-size: 14px;
  z-index: 2;
}

div.table{
  position: absolute;
  width: 700px;
  top: 75px;
  left: 25px;
  z-index: 2;
}

/* * * * * * * * * * * * standard link activity */

a:link{
  color: #9ff;
  font-size: 13px;
  font-family: verdana;
  font-weight: 100;
}

a:visited{
  color: #9ff;
  font-size: 13px;
  font-family: verdana;
  font-weight: 100;
}

a:hover{
  color: #9ff;
  text-decoration: none;
  font-size: 13px;
  font-family: verdana;
  font-weight: 100;
}

a:active{
  color: #9ff;
  font-size: 13px;
  font-family: verdana;
  font-weight: 100;
}
/* * * * * * * * * * * * font style */

h1{
  color: #ff2;
  font-size: 18pt;
  font-family: Helvetica;
  font-weight: 600;
  margin-left: 150px;
}

h2{
  position: relative;
  margin-left: 250px;
  color: #49c;
  font-size: 14pt;
  font-family: arial;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0px;
}

font{
  color: #ff9;
  font-size: 13px;
  font-family: verdana;
  font-weight: 100;
}

#contact p{
  color: #abe68e;
  font-size: 10px;
  font-family: verdana;
  font-weight: 100;
}

div.welcome{
  float: left;
  vertical-align: middle;
  text-align: left;
  color: #ff9;
  font-family: Tahoma, verdana, sans-serif;
  font-size: 13px;
  font-weight: 100;
}

div#contact{
  margin: 9px;
  float: right;
  font-size: 10px;
}

div#w3{
  width: 1024px;
  font-size: 12px;
}

div#girls{
    position: absolute;
    bottom: 25px;
    right: 125px;
}