@import url(../stylesheets/resets.css);

/* !GLOBAL */

/* force scrollbar */
html { 
  height:100%; 
  margin-bottom: 1px;
}

body {
  font: normal 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #666;
}

#container {
  width: 925px;
  margin: 0 auto;
  position:relative;
  }

a {
  text-decoration: none;
  color: #993333;
  }

a:hover {
  text-decoration: underline;
  color: #000;
  }

p {
  margin: 12px 0;
  line-height: 1.2em;
  }

em {
  font-style: italic;
  }

.col {
  float:left;
  margin: 10px 40px 10px 0;
  }


/* !HEADER */

#header {
  font: normal 13px  "Trebuchet MS", Helvetica, Arial, sans-serif;
  height:145px;
  position:relative;
}

#logo {
  position:absolute;
  left:50px;
  top:45px;
  }
  
#mediaKit {
  position:absolute;
  left:290px;
  top:25px;
  }
  
#nav {
  position: absolute;
  left: 1px;
  bottom: 0;
  height:50px;
  padding-left: 2px;
  }

#nav a {
  color: #fff;
  margin: 0 1px 0 0; 
  padding: 13px 0 0 0; 
  text-align: center;
	float:left;
	font-weight: bold;
	background: url(../images/tab.gif) no-repeat;
	width:130px;
	height:27px;
	line-height: 1.1em;
  }

#nav a:hover {
  color: #113e6c;
  text-decoration: none;
  }

#nav .selected {
  color: #fff;
	background: url(../images/tab-selected.gif) no-repeat;
    }

#topLinks {
  position: absolute;
  top:50px;
  right:60px;
  }
  
#topLinks a {
  font-size: 12px;
  display: block;
  background: url(../images/arrow-circle.gif) no-repeat left;
  padding:0 0 0 15px;
  margin:0;
  }


/* !CONTENT */

#content-top {
  background: url(../images/background_01.gif) no-repeat;
  width: 925px;
  height:15px;
  margin: 0;
}  

#content-bottom {
  background: url(../images/background_02.gif) no-repeat bottom;
  width: 825px;
  margin: 0;
  _margin-top: -3px;
  position:relative;
  overflow: auto;
  padding:5px 50px 90px 50px;
}  

h1 {
  font-size:32px;
  color: #4cace1;
  margin-top: 50px;
  font-weight: normal;
}  

.thumb {
  float:left;
  margin: 0 40px 0 0;
  }

h2 {
  font-size: 18px;
  margin: 15px 0 5px 0;
  font-weight: normal;
  }


/* !FOOTER */

#footer {
  position:absolute;
  bottom:8px;
  left:4px;
  height:45px;
  width:884px;
  padding: 20px 0 0 30px;
  font-size: 11px;
  color: #fff;
  background-color: #113e6c;
  }

#footer a {
  color: #fff;
  }


/* !EDITORIAL */

.calendar {
  background: url(../images/calendar.gif) no-repeat left;
  padding: 5px 0 5px 30px;
  font-size: 11px;
  color: #993333;
}


/* !AUDIENCE */

ul {
  list-style: disc;
  margin: 0 0 20px 390px;
  }

li {
  margin: 5px 0;
  }

p.note {
  font-size:12px;
  }
  
#audienceList li span {
  text-align:right;
  font-weight: bold;
  float:right;
  color:#666;
  } 
  
#audience h1 {
  margin-top:0;
  }

/* OPPORTUNITIES */

.item {
  margin:0 0 30px 0;
  line-height: 1.4em;
  padding-bottom:0;
  clear:left;
  }

.item .thumb {
  margin-right:140px;
  }

#opportunities ul {
  margin: 0 0 20px 460px;
  }

#opportunities h1 {
/*   float:left; */
  margin-top:30px;
  }

/*
#opportunities ul {
  list-style: disc;
  margin: 0 0 20px 300px;
  }
*/


/* SPECS */

table {
  font: normal 10px Helvetica, sans-serif;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  }
  
th {
  background-color: #113e6c;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  padding: 10px 20px;
}

.leftBorder {
  border-left: 1px solid #999;
}


td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 5px 20px;
}

#specifications ul {
  margin:10px 0 10px 20px;
  font: normal 12px Helvetica, sans-serif;
  color: #113e6c;
  }

#specifications .note {
  font: normal 10px Helvetica, sans-serif;
  }

#specifications span {
  color: #666;
    }

/* !CONTACT */
  #contact p {
    line-height: 1.4em;
    }
  
  
