﻿/*--- reset ------------*/
/* Resetting of element defaults to avoid cross-browser incompatibilities */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;}

img, a img, :link img, :visited img {
	border: 0;}

object {
	outline: none; /* fix for FF3 */}

/* CLEAR FIXES */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
 
.clearfix {
	display: inline-block;}
 
html[xmlns] .clearfix {
	display: block;}
 
* html .clearfix {
	height: 1%;}

/* COMMON STYLES */
html {
  background: #0c374a url(../images/htmlbg_blue.jpg) repeat-x center top;
  margin: 0 0 0 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;}

body {
  background: transparent url(../images/bodybg.jpg) no-repeat center top;
  margin: 0 0 0 0;
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;}

.kenaiRed {color: #8a161a;}
.kenaiBlueLight {color: #1266ac;}
.kenaiBlueDark {color: #0c365a;}
.kenaiGreen {color: #1a5554;}

.floatLeft {
  float: left;
  margin: 0 10px 10px 0;}

.floatRight {
  float: right;
  margin: 0 0 10px 10px;}

img {
  border: 0;}

h1, h2, h3, h4, h5, h6, table {
  margin-bottom: 0.5em;}

h1 {
  font-size: 1.5em;
  color: #0c365a;}
  
h2 {
  font-size: 1.2em;
  color: #1266ac;}
  
h3 {
  font-size: 1.1em;
  color: #1a5554;}
  
h4 {
  font-size: 0.9em;}
  
h5 {
  font-size: 0.9em;}
  
h6 {
  font-size: 0.9em;}
  
p, blockquote, td {
  font-size: 1em;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  margin-top: 0;
  margin-bottom: 0.5em;}
  
ul, ol {
  color: #000;
  font-size: 0.9em;
  margin: 0 1em;
  padding: 0.5em 1em;}

a {
  color: #1266ac;
  text-decoration: none;}

a:hover {
  text-decoration: underline;
  color: #0c365a;}
  
blockquote {
  color: #666666;
  font-size: smaller;
  border-left: 1px solid #0a202c;
  padding: 0 0 0 10px;
  margin: 0 0 0 20px;}
  
.setWidth {
  width: 980px;
  margin: 0 auto;
  text-align: center;}

.setWidth div {
  text-align: left;}

/* TABLES */
.dataTable {
margin: 1em;
border: 1px solid #444444;
background: #eeeeee;}

.dataTable thead {
  background: lightsteelblue;
  color: #0c365a;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;}

.dataTable tbody {}

.dataTable tfoot {}

.dataTable td {
  padding: 0.1em 0.6em;}

/* HEADER */
#headerContainer {
  height: 237px;}

#logoContainer {
  background: transparent url(../images/kenaicvblogo.png) no-repeat center top;
  position: absolute;
  margin: 40px auto auto 10px;}

#logoContainer a {
  display: block;
  width: 293px;
  height: 172px;}

#logoContainer a span {
  display: none;}

#headerNavigation {
  width: 880px;
  height: 90px;
  position: absolute;
  margin: 10px auto 0 100px;}

#headerSupporter {
  width: 728px;
  height: 90px;
  position: absolute;
  background: transparent url(../images/supporterExample.jpg) no-repeat center top;
  margin: 10px 0 0 242px;}

/* SLIDER */
/* coda-slider.css */

/* BODY CONTENT */
#bodyContainer {
  width: 960px;
  margin: 0 auto 0 auto;
  overflow: visible;
  background: #fff url(../images/bodybg.jpg) no-repeat center -237px;}

.padding10 {
  padding: 10px;}

.padding010 {
  padding: 0 10px;}

/* NAVIGATION */
.lightNav, .lightNav li, .lightNav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;}

.darkNav, .darkNav li, .darkNav a {
  color: #0c375a;
  text-decoration: none;
  text-transform: uppercase;}

.listNav {
  margin: 0;
  padding: 0;}

.verticalNav li {
  margin: 0;
  padding: 0;
  list-style-type: none;}

.horizontalNav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
  float: left;}

/* HEADER NAV */
#headerContainer ul  {
  font-size: 1em;
  margin-top: 1em;}
#headerContainer ul li {
  float: right;
  margin: 0;}
#headerContainer ul li a { border-left: 1px solid #fff; padding: 0 10px;}
#headerContainer ul li a.firstOfType { border-left: 1px solid transparent;}
#headerContainer ul li a:hover {}
#headerContainer ul li form {
  margin-top: -4px;
  margin-right: 1em;}

/* COLUMN BOXES */
#introText {
  width: 290px;
  margin: 0;
  font-family: Verdana;
  font-style: italic;
  color: #000;}

#introText h1 {
  font-size: 1em;
  margin: 0 10px;}

#introText p {
  font-weight: lighter;
  line-height: 1.1em;
  margin: 10px;}

.colBox {
  float: left;
  display: block;
  width: 312px;
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 25px;
  font-size: 0.9em;}

.featured p {
  margin-bottom: 10px;}

.boxLeft {
  margin-left: 0;
  margin-right: 5px;
  width: 275px;}

.boxCenter {
  margin-left: 15px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 462px;}

.boxRight {
  margin-left: 15px;
  margin-right: 0;
  width: 162px;
  text-align: center;}

.boxRight img {
  border: 1px solid #8a161a;}

.colBox h1 a {
  font-size: 1em;
  text-decoration: none;
  font-style: italic;
  text-transform: uppercase;}

.colBox h1 a span {
  font-size: 120%;}

.colBox img {
  border: 0;}

/* NEWS  */
#bodyContainer .news {
  width: 750px;}

#bodyContainer .news #sliderContainer {
  margin-right: -190px;}

.news #colLeft {
  float: left;
  margin: 10px 20px 0 20px;
  text-align: center;}

.news #colRight {
  width: 180px;
  float: right;
  margin: 164px 10px 20px 0;
  text-align: center;}

.news .newsArticle {
  width: 95%;}

.news .ads p { margin: 15px auto;}
.news .ads img { border: 0;}

/* NEWS HOME PAGE */
.colBox {
  font-weight: lighter;}

.colBox p {
  padding: 5px 0 0 0;}

.colBox ul, .colBox ol {
  margin: 0;
  padding: 0;
  line-height: normal;}

.colBox li {
  list-style-type: none;
  background: transparent url('../images/col-box-bg.png') repeat-x center top;
  padding: 10px;
  border: 1px solid transparent;
  margin: 0 0 0 0;}

.colBox li:hover {
  border: 1px solid #c0c0c0;}

.colBox li.lastOfType {
  text-align: right;
  font-style: italic;
  background-image: none;
  border: 1px solid transparent;}

.colBox li a, .colBox li a:hover {
  text-decoration: none;}

.colBox li.lastOfType a:hover {
  text-decoration: underline;}

.colBox li span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;}

.colBox li span.date {
  float: right;
  width: 30%;
  color: #fff;
  font-variant: normal;
  text-transform: none;
  font-size: 0.9em;
  text-align: right;
  line-height: 2em;
  }

.colBox li span.title {
  float: left;
  width: 70%;
  line-height: 2em;}

.colBox ul.leftList {
  float: left;
  width: 40%;}

.colBox ul.rightList {
  float: right;
  width: 40%;}

.colBox ul.linkList {
  margin-top: 10px;}

.colBox ul.linkList li, .colBox ul.linkList li:hover {
  background-image: none;
  border: 0;
  margin: 0 10px 0 20px;
  padding: 0;
  line-height: 1em;}

.colBox ul.linkList li a {
  color: #0c365a;
  text-transform: uppercase;}


/* FOOTER */
#footerContainer {
  width: 960px;
  height: 90px;
  background: transparent url('../images/footerbg.png') no-repeat center top;
  margin: 0 auto 0 auto;
  overflow: visible;
  font-size: 0.8em;}

#footerContainer, #footerContainer a {
  color: #c0c0c0;}

/* HAS SUB NAV */
#bodyContainer .hasSubNav {
  width: 610px;}

#bodyContainer .hasSubNav #sliderContainer {
  margin-right: -330px;}
  
/*
kenaiRed:       #8a161a
kenaiBlueLight  #1266ac
kenaiBlueDark:  #0c365a
kenaiGreen      #1a5554
*/

.hasSubNav #colRight {
  width: 300px;
  float: right;
  margin: 100px 10px 20px 0;
  text-align: center;
  border: 1px solid #1266ac;
  border-left: 5px solid #1266ac;
  background: #eee;}

.hasSubNav .subNav h1 {
  margin: 0;
  padding: 5px;
  font-size: 1em;
  font-variant: small-caps;
  background: #1266ac;
  color: #fff;}

.hasSubNav .subNav h1 a {
  color: #fff;}

.hasSubNav .subNav ul { margin: 0 auto; list-style-type: none;}
.hasSubNav .subNav ul li a { color: #0c365a;}
.hasSubNav .subNav ul ul li a { color: #1266ac;}

.hasSubNav .subNav ul li {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #0c365a;}

.hasSubNav .subNav ul ul {
  margin: 0 auto;
  padding: 0 0 0.5em 0.5em;}

.hasSubNav .subNav ul ul li {
  text-transform: none;
  font-weight: normal;
  border: 0;
  line-height: 1em;}

/* NEW MEM */
#bodyContainer .newmem {
  width: 750px;}

#bodyContainer .newmem #sliderContainer {
  margin-right: -190px;}

.newmem #colLeft {
  float: left;
  margin: 10px 20px 0 20px;
  text-align: center;}

.newmem #colRight {
  width: 180px;
  float: right;
  margin: 164px 10px 20px 0;
  text-align: center;}

.newmem .ads p { margin: 15px auto;}
.newmem .ads img { border: 0;}

/* IMAGES IN CONTENT */

.figureRight,
.figureLeft {
  width: 25%;
  border: 1px #ccc solid;
  margin: 0.5em;
  padding: 0.5em;
  background: #efefef;}

div.figureLeft {
  float: left;}

div.figureLeft {
  float: left;}

div.figureRight {
  float: right;}
  
div.figureLeft p,
div.figureRight p {
  color: #444;
  text-align: left;
  font-size: 0.8em;
  text-indent: 0;
  margin: 0.2em;}

p.credit {
  background: transparent url('../images/icon-camera.png') no-repeat left 3px;
  padding-left: 15px;}

div.figureLeft img,
div.figureRight img {
  width: 100%;
  height: auto;}

/* FORMS */
/*--- forms ------------*/

#headerNavigation form, #headerNavigation fieldset {
	margin: 0;
	padding: 0;}

#headerNavigation fieldset {
	border: 0;}

#headerNavigation label {
	display: block;
	float: left;
	width: 10em;
	clear: left;
	margin-right: 1em;
	padding: 0.3em 0;
	text-align: right;}

#headerNavigation input, #headerNavigation select, #headerNavigation textarea {
	width: 17em;
	float: left;
	margin-bottom: 0.5em;
	padding: 0.4em;
	color: #C5CBD0;
	background: transparent url("../images/opaque_10.png") 0 0 repeat;
	border: none;}

#headerNavigation input:focus, #headerNavigation select:focus, #headerNavigation textarea:focus {
	color: #fff;
	background: transparent url("../images/opaque_15.png") 0 0 repeat;}

#headerNavigation textarea {
	width: 20em;
	height: 7em;
	line-height: 1.3em;
	overflow: auto;}

#headerNavigation button {
	padding: 0.3em 0 0.3em 0;
	font-size: 0.9em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: auto; /* Ref: http://jehiah.cz/archive/button-width-in-ie */
	overflow: visible;
	background-color: transparent;
	border: none;}

#headerNavigation button:hover {
	background-color: #1266ac !important;}

#headerNavigation button:active {
	background-color: #1266ac !important;}
	
/*--- search ------------*/
#headerNavigation form#searchform fieldset {
	background: transparent url("../images/opaque_10.png") 0 0 repeat;
	border: 1px solid #666;}

#headerNavigation form#searchform fieldset input {
	margin: 0;
	padding: 0.4em 0 0.3em 2.5em;
	background: transparent url("../images/search_off.png") 0.4em 0.4em no-repeat;
	outline: none; /* remove Safari glow */}

#headerNavigation form#searchform fieldset input:focus {
	background: transparent url("../images/search_on.png") 0.4em 0.4em no-repeat;}

#headerNavigation form#searchform fieldset button {
	float: right;
	text-indent: -300em;
	width: 6em;
	background-image: url("../images/search_button_off.png");
	background-position: center center;
	background-repeat: no-repeat;}

#headerNavigation form#searchform fieldset {
	width: 15em;}

#headerNavigation form#searchform input {
	width: 7em;}

/* membership app form */

div.membershipApp {
  width: 90%;}

div.membershipApp .dataTable {}

form.membershipApp input {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: normal;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;}

/* visitor inquiry form */

div.visitorRequest {
  width: 70%;}

div.visitorRequest .dataTable {}

form.visitorRequest input {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: normal;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;}

table.checkboxes td {}


/* CMS */

.cms ol li {
  line-height: 200%;}

.cms input,
.cms option,
.cms select {
  width: auto;
  height: auto;
  font-size: 1em;
  padding: 0.5em;
  margin: 0.5em;}
  
/* GALLERY */
.galleryGrid {width: 100%; overflow: hidden; padding: 0 0 10px 0; margin: 0 0 0 0}
.galleryGrid ul {margin: 0 0 0 -5px; padding: 0 0 0 0; width: 955px;}
.galleryGrid ul li {float: left; display: block; list-style-type: none; margin: 0 0 0 0; padding: 5px; line-height: 0;}
.galleryGrid ul li a {border: 1px solid silver; display: block; margin: 0 0 0 0; padding: 0 0 0 0;}
.galleryGrid ul li a:hover {border: 1px solid slategray;}
.galleryGrid ul li img {border: 0; width: 225px; height: 225px; margin: 0 0 0 0; padding: 0 0 0 0;}

