/************************************************************
	BASIC STUFF
************************************************************/

body {
	padding: 0;
	margin: 0;
	background-color: #004288;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #fff;
	font-size: 75%;
	line-height: 1.35em;
}

.png {
	behavior: url('/js/iepngfix.htc');
}

td {
	color: #fff;
}

a {
	color: #fff;
  font-weight: bold;
}

h3 {
	font-size: 135%;
	color: #fff;
  font-weight: bold;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #fff;
	font-size: 75%;
  line-height: 1.35em;
}

.copyright {
	font-color: #fff;
	font-size: 60%;
  line-height: 1.35em;
}

/************************************************************
	MAIN ELEMENTS
************************************************************/
#capsule {
	background: url(../images/backgrounds/capsule.gif) repeat-x left top;
}
#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 15px 0px;
	position: relative;
	overflow: hidden;
}
#header {
	position: absolute;
}
#logo {
	text-align: center;
}

/************************************************************
	CONTENT
************************************************************/
#content {
	width: 600px;
	float: right;
	color: #FFF;
	background: #0065B5 url(../images/backgrounds/content.gif) no-repeat left top;
}
#contentTop {
	background: url(../images/backgrounds/contentTop.gif) no-repeat left top;
	height: 20px;
}
#contentMiddle {
	background: url(../images/backgrounds/contentMiddle.gif) repeat-y;
}
#contentMiddle .wrapper {
	width: 550px;
	padding: 0 25px;
	height: 450px;
	background: url(../images/backgrounds/contentMiddleWrapper.gif) no-repeat;
}
html>body #contentMiddle .wrapper {
	height: auto;
	min-height: 450px;
	overflow: hidden;
}
#contentBottom {
	background: url(../images/backgrounds/contentBottom.gif) no-repeat left bottom;
	height: 20px;
}
.banner {
	border: solid 1px #005496;
	background: url(../images/backgrounds/banner.jpg) no-repeat left top;
	padding: 10px;
	margin: 0 8px;
}

#myBanner {
	height: 250px;
}

/************************************************************
	DATATABLE
************************************************************/
.dataTableCapsule {
	border: solid 2px #004288;
	margin-bottom: 20px;
}
.dataTable {
	width: 625px;
	border: solid 1px #5D9FD1;
	border-collapse: collapse;
}
.dataTable th {
	padding: 5px 10px;
	background: #004288;
	color: #FFF;
	border: solid 1px #5D9FD1;
  font-size: 95%;
}
.dataTable td {
	padding: 10px;
	border: solid 1px #5D9FD1;
	vertical-align: top;
  font-size: 75%;
}
.dataTable .interlaced {
	background-color: #0070B6;
}
.dataTable .special {
	background-color: #0F8DF1;
}
.dataTable .special td {
	padding: 5px;
}

/************************************************************
	PHOTO GALLERY
************************************************************/
#photos {
}
#photos #title {
	padding: 25px 12px 12px 12px;
	font-size: 75%;
	font-weight: bold;
}
#photos #picture img {
	width: 600px;
	height: 425px;
	border: solid 1px #80b7db;
}
#thumbsContainer {
	width: 600px;
	padding: 1px;
	margin-top: 10px;
}
#thumbsOuter {
	position: relative;
	width: 534px;
	height: 50px;
	overflow: hidden;
	float: left;
}
#thumbsInner {
	position: absolute;
	width: 700px; // change me; make dynamic
	height: 50px;
	text-align: left;
	left: 0px;
}
.thumb {
	border: solid 1px #80b7db;
	margin-right: 2px;
	margin-left: 3px;
}
#photos #left {
	float: left;
	padding: 10px 7px 0px 0px;
}
#photos #right {
	float: left;
	padding: 10px 0px 0px 8px;
}
/************************************************************
	DATAFORM
************************************************************/
.dataForm {
	font-size: 80%;
}
.dataForm td {
	padding: 3px;
}
.dataForm .caption {
	width: 200px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
.dataForm input, .dataForm select, .dataForm textarea {
	width: 350px;
}
.dataForm .button {
	width: auto;
}



/************************************************************
	ERRORS AND WARNINGS
************************************************************/
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 10px 10px;
	color: red;
}
.error img {
	margin-right: 10px;
	vertical-align: middle;
}
.error .title {
	font-weight: bold;
	color: red;
}
.error .message {
	color: red;
	padding: 0;
	margin: 5px;
	line-height: 150%;
}
.error li {
	list-style-type: square;
	margin-left: 50px;
}
.contentBlock .error ul {
	padding-left: 35px;
}
.contentBlock .error li {
	list-style-type: square;
	background: none;
	padding: 0;
	margin: 0;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.warning img {
	margin-right: 10px;
	vertical-align: middle;
}
.warning .title {
	font-weight: bold;
	color: #000;
}
.warning .message {
	color: #000;
	padding: 0;
	margin: 5px;
	line-height: 150%;
}
.warning li {
	list-style-type: square;
	margin-left: 50px;
}
.backlink {
	padding: 10px 0 0 0;
}

/* green initiative popup */
.greenInitiativeWrapper {
	position: absolute;
	left: 0;
	top: 22px;
	width: 100%;
	text-align: center;
}
.greenInitiativeWrapper .greenInitiativeBox {
	margin: 0 auto;
	width: 850px;
	position: relative;
}
#greenInitiative {
	position: absolute;
	top: 447px;
	right: 10px;
}
.greenInitiativeWrapper.home {
	top: 73px;
}
.greenInitiativeWrapper.secondary #greenInitiative {
	position: absolute;
	top: -3px;
	right: 10px;
}
.greenInitiativeWrapper.about #greenInitiative {
	position: absolute;
	top: 640px;
	right: 13px;
}

/* green initiative popup 
#pageOverlay {
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/backgrounds/overlay.png) left top;
	display: none;
}
#popup {
	position: absolute;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 343px;
	background: url(/images/backgrounds/green_popup_bottom.gif) no-repeat bottom center;
	min-height: 385px;
	padding: 4px 0;
	display: none;
}
#popup .bottom {
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #000;
	padding: 40px;
	background: url(/images/backgrounds/green_popup_top.gif) no-repeat top center;
}
#popup .close {
	position: absolute;
	display: block;
	top: -12px;
	right: -12px;
	width: 35px;
	height: 35px;
	background: url(/images/icons/close.png) no-repeat center center;
}
#popup .close span {
	display: none;
}*/



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_window a:link {
  background: url(/images/buttons/pop_close.png) no-repeat;
  display:block;
  width:31px;
  height:0;
  overflow: hidden;
  padding-top: 31px;
  text-indent: -9999px; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: url(/images/backgrounds/popup_overlay.png);
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: url(/images/backgrounds/green_popup.png) no-repeat;
  z-index: 102;
  color:#000000;
  display:none;
  border: 0;
  text-align:left;
  top:50%;
  left:50%;
  width:343px !important;
  font: 12px Arial, Helvetica, sans-serif;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:0;
  margin: -5px -5px 0 0;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
  display:none;
}
#TB_title{
  background:none;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
  
}

#popup { font: 12px Arial, Helvetica, sans-serif; }

