/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #FFFF;
	color: #333333;
	font-size: 11px;
	padding: 0 0 0 0;
	margin-bottom: 30px;
}
/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}

#left_bar {
	float:left;
	width: 720px;
}

#left_column {
	float:left;
	width:360px;
}

#center_column {
	float:left;
	width:360px;
}

#left_column_8 {
	float:left;
	width:480px;
}

#center_column_8 {
	float:left;
	width:480px;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
#branding_container {
	margin-bottom:0;
	border:1px solid #02405A;
	background-color:#02405A;
	height:29px;
}

#story_branding_container {
	background-color: #02405A;
	background-image: url(../img/inv_ColdwaterLogo.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;	
	width: 100%;
	height: 115px;
}

h1#branding img {
	padding: 5px;
}

h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	height: 150px;
	margin-bottom:0;
}

/* site quick links
----------------------------------------------- */
div.quicklinks h2{
	color: #FFF;
	font-weight: normal;
}

div.quicklinks {
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 20px;
	min-height: 150px;
}

div.quicklinks.omega {
	border-right: 0;
	marging-right: 10px;
}

div.quicklinks ul {
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.quicklinks ul li {
	list-style: none;
	margin-left: 5px;	
}

div.quicklinks a {
	color: #FFF;
	margin: 10px;
}

div.quicklinks a:hover {
	text-decoration:underline;
	text-transform:uppercase;
}

/* site search
----------------------------------------------- */

div.search {
	width: 30%;
	height: 28px;
	line-height: 28px;
	float: right;
	font-size: 1em;
	text-align: right;
	background-color: #02405A;
	background-image: url(../img/menubar.jpg);
	background-repeat: repeat-x; 
	color: #FFFFFF;
}

input.search.text {
	font-size: 1em;
	width: 50%;
	color: #000000;
}

input.search.button {
	font-size: 1em;
	width: auto;
	margin-right:2%;
	margin-left: 2%;
	with: 30%;
}

.homeimage {
	height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
	background-position: center;
	border-bottom: 1px solid #005883;
}

/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	padding-left: 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
    background-color: #FFF;
	margin-bottom:10px;
	padding: 0 0 0 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.box h4,
.box h2 {
	font-size:1.75em;
	font-weight:bolf;
	color:#005883;
	margin-top: 0;
	padding:6px 12px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;	
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;	

/*	cursor: pointer;
	cursor: hand;  */
}
.box h4{ font-size:1.25em;}

.box h2 img {
	vertical-align:text-top;
	float:left;
	margin-right:10px;
}
.box h2 img.right{
	float:right;
	margin-left:10px;	
	margin-right:0;
}
.box h2 .dateMonth {
	float:left;
	margin-left:-55px;
	font-size:.6em;
	color:#FFF;
	width: 45px;
	text-align:center;	
	border:1px solid #FFF;
}
.box h2 .dateDay {
	float:left;
	margin-left:-54px;
	margin-top:25px;
	font-size:1.3em;
	color:#005883;
	width: 45px;
	text-align:center;	
}
.box p {
	margin: 10px;
	margin-top:0;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background: #003651; /* url("../img/switch_minus.gif") 97% 50% no-repeat; */
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}

.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
/*	background-color:#005883; */
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}

/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
	cursor:pointer;
	cursor:hand;
}
ul.section li {
	text-transform:uppercase;
	cursor:pointer;
	cursor:hand;
}
ul.section li a {
	background:#02405A;
	color:#fff;
}
ul.section li a:hover {
	background:#03506b;
}
ul.section li a:active {
	color:#fff;
	background:#04607c;
}
ul.section li li a {
	background:#ddd;
	color:#333;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#03506b;
}
ul.section li a.current:hover {
	background:#03506b;
}
ul.section li a.current:active {
	background:#03506b;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}

/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info {
	color:#fff;
	background:#012F43;
	margin-bottom:0;
	margin-left:-1px;
	line-height:25px;
	width:100%;
	border:1px solid #012F43;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
}

#site_info a {
	color:#fff;
}
#site_info a:hover {
	text-decoration: underline;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #0086C6;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 152px;
	padding: 10px;
	background: #fff;
	font-weight: normal;
	font-size: .8em;
}
#kwick .kwick span {
	display: block;
	color:#fff;
	width: 215px;
	height: 90px;
}
#kwick .kwick span img {
	float: left;
	margin: 5px;
	margin-bottom: 10px;
	margin-top: 0;
}
#kwick .one {
	background: #003651;
}
#kwick .two {
	background: #004F75;
}
#kwick .three {
	background: #00699B;
}
#kwick .four {
	background: #0086C6;
}

/* CSS for story
===================================================*/

div.columnar {
	background-color: #00000;
	background-image: url(../img/columnar.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

div.LeftColumn {
	float: left;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width: 640px;
	margin: 10px;
}

div.RightColumn {
	float: left;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width: 265px;
	margin: 10px;
	margin-top: 35px;
	margin-left: 20px;
/*	display: block;
	width: 275px;
	height: 100%;
	position: relative;
	left: 685px;
	margin-top: 0; */
}

.page-sidebar {
}

.page-sidebar ul{
	margin-bottom: 30px;
}

.page-sidebar h4 {
	color: #999999;
	margin-left:10px;
	margin-top:10px;
}

.page-sidebar ul li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}

.page-sidebar ul a {
	color: #666666;
	width: 100%;	
}
	
.page-sidebar ul a:hover {
	background-color: #DDDDDD;
}

.body {
	margin-top:0;
	margin-bottom:0;
	border:1px soiid #CCC;
	background-color:#EFEFEF;
	border-top:none;
	border-bottom:none;
	min-height:400px;
	padding-bottom:10px;
}

.footer {
	margin-top: 0;
	border:1px solid #02405A;
	background-color:#02405A;
	color:#FFF;
}

.news {
	margin-top: 0;
	border:1px solid #036894;
	background-color:#036894;
	color:#FFF;
	margin-bottom:0;
}

.linkToLandingPage {
	font-size:1.2em;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#02405A;
	margin-top:15px;
	margin-bottom:15px;
}

.linkToLandingPage img {
	margin-left:-10px;
	margin-right:10px;
	margin-top:-2px;;
	vertical-align:middle;
}

.contentTBD {
	width:100%;
	min-height: 100px;
	height: 100%;
	background-image:url(../img/content_tbd.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

ul.landingLinks {
	margin-top:20px;
	margin-left:60px;
	margin-right:20px;
	list-style-type:none;
}

ul.landingLinks li {
	display:block;
	height:20px;
	background-image: url(../img/bullet_C.jpg);
	background-position: center left;
	background-repeat:no-repeat;
	padding-left:25px;
	font-size:1.2em;
}

ul.landingLinks li a {
	display:block;
	width:100%;
	height:100%;
}
ul.landingLinks li a:link {
	color:#02405A;
}

ul.landingLinks li a:hover {
	background-color:#EFEFEF;
}

#toggle-community-calendar {
	cursor:pointer;
	cursor:hand;
}

#toggle-news {
	margin-top:10px;
	margin-left: 5px;
}
#toggle-news img {
	margin-right:10px;
	vertical-align:middle;
}

.news h5 {
	float:left;
	clear:both;	
}

.news a {
	display:block;
	float:right;
	margin-bottom:15px;
}

.news.inFooter a {
	color: #FFF;
}

.news p {
	clear:left;
}

/* CSS spacing at the bottom of menu boxes
===================================================*/

.container_16.body div.grid_12.box,
.container_16.body div.grid_4.box,
.bottomspace {
	padding-bottom: 10px;
}

/* CSS body images frame  */
.container_16.body div.grid_12.box img {
border: 1px solid rgb(204, 204, 204); margin: 0 20px 8px 8px; padding: 4px; float: left;
}
.alertContainer {
	position:relative;
	top:20px;
	margin-bottom:35px;
}
.alertBar {
	position:relative;
	width:100%;
	color:#FFF;
	line-height:30px;
}
.informational {
	background-color:#009933
}
.warning {
	background-color:#990000;
}
.alertImg {
	position:absolute;
	top:-15px;
	left:0;
}
.informational .alertImg {
	top: -6px;
	left: 8px;
}
.alertCaption {
	position:relative;
	top:2px;
	left:60px;
	font-size:24px;
	font-weight:bold;	
}
.alertText {
	position:relative;
	top:2px;
	font-size:20px;
	left:60px;
}