/************************************************************
	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;
}