@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: repeat;
	background-color: #000;
	background-image: url(../images/template/tiled_bg_stars.jpg);
	font-family: "Trebuchet MS", Arial, sans-serif;
}


/* style to highlight the selected nav item */

#home .home, #about .about, #kodiak .kodiak, #news .news, #careers .careers {
background-color: none; color: #efb240;
}	

img, div, a, input {
	behavior: url(../js/iepngfix.htc);
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

h3 {
	padding-bottom: 6pt;
	font-weight: bold;
	line-height: 16pt;
	font-size: 14pt;
}

h2 {
	padding-bottom: 2pt;
	font-weight: bold;
	line-height: 18pt;
	font-size: 16pt;
}

h1 {
	padding-bottom: 3pt;
	font-weight: bold;
	line-height: 14pt;
	font-size: 12pt;
}

.subhead { 
	padding-bottom: 6pt; 
	font-weight: bold; 
	font-size: 11pt;
	line-height: 13pt;
	color: gray;
}

.subhead2 { font-weight: bold; font-size: 11pt; color:#000;}

.caption {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 8pt;
	color: #153560;
	font-style: italic;
}

/* @group top-global */

#ribbon {
	background: url(../images/template/gradient960.jpg) repeat-y;
	width: 960px;
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 0;
	position: relative;
}

#contact, #contact p {
	padding: 5px;
	position:relative;
	font-size: 8pt;
	line-height: 1.5em;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #7494b8;
	text-align: right;

}

#contact a:link, #contact a:active, #contact a:visited {
	color: #7494b8;
	text-decoration: none;
}

#contact a:hover{
	color: #fdb813;
}

#banner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	border-bottom: 5px solid white;
	z-index: 900;
}

#banner img { margin-bottom: -25px; }

/* @end */

/* @group middle-front */


#pager a { 
	margin: 3px 0px; 
	padding: 5px; 
	background: url(../images/template/pagersq_out_w10.png) no-repeat top left; 
	width: 10px;
	height: 10px;
	text-decoration: none;
}

#pager a.activeSlide { 
	background: url(../images/template/pagersq_sol_w10.png) no-repeat top left;
}

#pager a:focus { outline: none; }

#pager { 
	text-align: right;
	margin-top: -12px;
	margin-bottom: -4px;
	position: relative; /* relative forces it to the right, absolute tightens the margins  */
	z-index: 10; 
}

#picstage { margin: 0; }

/* @end */

/* @group middle-inner */

#inner-content {
	background-color: white;
	width: 960px;
	padding: 10px 0;
	background-image:url(../images/gray_bg_right.gif);
}

#inner-content-left {
	background-color: white;
	width: 960px;
	padding: 10px 0;
	background-image:url(../images/gray_bg_left.gif);
}

#bio { 
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-top: 40px; 
}

.biotext {
	font-size: 10pt;
	line-height: 14pt;
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 10pt;
	padding-left: 10pt;
	color: gray;
}

.biotext li { padding-bottom: 5pt; }

.biotext ul {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 10px;
}

.biotext-new {
	padding-bottom: 10pt;
	class="biotext-new"; 
	font-size: 10pt;
	line-height: 14pt;
	color: gray;
}

.biotext ul li { 
	padding: 5px 0;
}

#newscontent { padding: 25px; }

.news { 
	font-size: 10pt;
	line-height: 12pt;
	color: black;
}

.dateline { text-transform: uppercase; }

.news p { padding-top: 6pt; padding-bottom: 6pt; }

.news ul { list-style: none; padding-left: 2em; text-indent: -1em; }

.news li { padding-bottom: 3pt;}

#contactbox { 
	border: 1px solid #999;
	margin: 10px;
	padding: 10px;
	line-height: 12pt;
	color: gray;
}

.contact ul { list-style: none; margin: 0; padding: 0; }
.contact li { width: 15em; margin: 10px; display: inline-block; padding-right: 15px; border-right: 1px dotted #999; }

.newsroom h3 { border-bottom: 1px dotted #999; padding: 10px 0; }
.newsroom ul { list-style: none; font-size: 10pt; line-height: 12pt; padding: 15px; }
.newsroom li { padding-bottom: 5px; padding-top: 5px; }

.archives ul { list-style: none; }
.archives li { width: auto; display: inline-block; padding-left: 10px; padding-right: 10px; border-right: 1px dotted #999; }

.sidebar {
	width: 250px;
	min-height:450px;
	max-height:750px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 40px;
	padding-bottom:80px;
	margin:	0 10px;
	background-color: #bfbfbf;
	position: relative;
	color: #404040;
	font-size: 10pt;
	line-height: 10pt;
}

.column_container {
	width: 250px;
	padding-bottom: 20pt;
	text-align: left;
}

.sidebar h3 {
	padding-bottom: 10pt;
}

.sidebar img.logo {
	position: relative;
	border: none;
	padding-bottom:20pt;
}

.sidebar img.main {
	position: relative;
	border:solid #FFF thin;
}

.sidedar-text {
	padding-bottom: 10pt;
	class="sidebar-text" 
;
	line-height: 12pt;
}

.sidebar a { color: inherit; text-decoration: none; }
.sidebar a:hover { color: #153560; text-decoration: underline; }

.sidebar ul {
	font-size: 10pt;
	line-height: 12pt;	
	list-style-position: outside;
	padding-left: 10pt;
	list-style-type: square;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sidebar timeline {
	font-size: 8pt;
	line-height: 10pt;	
	list-style-position: outside;
	padding-left: 10pt;
	list-style-type: square;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sidebar ul li { padding-bottom: 10pt; }

#bullet { font-size: 14pt; }

#ppf-slideshow { width: 300px; height: 100%; }
#ppf-pager { width: 300px; margin: 15px; }
#ppf-pager li { width: 50px; float: left; margin: 8px; list-style: none; }
#ppf-pager a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#ppf-pager a.activeSlide { background: #88f; }
#ppf-pager a:focus { outline: none; }
#ppf-pager img { border: none; display: block; }

#gallery { width: 600px; margin: 10px; }
#gallery li { float: left; margin: 2px; list-style: none; }
#gallery a img { width: 72px; border: 1px solid #CCCCCC; padding: 5px; }
#gallery a img:hover { border-color: #153560; }



/* @end */

/* @group footer-front */

#footer { 
	background-color: #bfbfbf; 
	border-top: solid white 10px;
	width: 960px;
	padding: 10px 0;
}

.front-teasercopy {
	font-size: 10pt;
	line-height: 14pt;
	color: #404040;
	padding-bottom: 6pt;
}

.front-teaserlink, .front-teaserlink a {
	font-size: 10pt;
	color:#C00;
	text-decoration: none;
}

.front-teaserlink a:hover { text-decoration: underline; }

/* @end */

/* @group footer-inner */

#copyright {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/template/gradient960.jpg) repeat-y;
	width: 960px;
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0;
	position: relative;
	color: white;
}

/* @end */
