﻿body {
	position:relative;/*Inidaho: Position relative required in body to fix 1e6 page resize problem with tabs*/
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center; /*background-color: #FAF5D7;*/;
	background-color: #BDDBD8;
	background-image: url('images/bkgd_snowflakes.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	
}
#toplogo {
	padding: 8px 0px 5px 0px;
/*padding top for auto borders*/
	background-color: white;
	margin-bottom: 0px;
	min-height: 75px;
	height: auto !important;
	width: 780px;
	text-align: left;
}
#toptabs {
	background-color:white;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-top: -1px; /*needed for shadetabs to show top border*/

}

#topnav1 {
	background-color:#FEFED1;
	margin-bottom: 0px;
	height: 10px;
	width: 780px;
		background-image: url('images/shade_yellow_invert.gif');
	background-repeat: repeat-x;

}
#leftbar {
	padding: 0px;
	background-color:#78AEE3;
	margin-right: 10px;
	width: 150px;
	min-height: 200px;
	height: auto !important;
	vertical-align: top;
}

#content {
	background-color: #FFFFFF;
	padding: 5px;
	min-height: 244px;
	height: auto !important;
	text-align: left;
	vertical-align:top;
	font-size: .95em;
}
#bottomnav1 {
	background-color:#FEFED1;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
	width: 780px;
	color:#000000;
	background-image: url('images/shade_yellow.gif');
	background-repeat: repeat-x;

}
#footer {
	padding: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	width: 780px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}
#footershade {
	background-position: center top;
	margin-bottom: 0px;
	width: 780px;
	min-height: 45px;
	height: auto !important;
	height: 45px;
	background-color: #BDDBD8;
	background-image: url('images/footer_shade.gif');
	background-repeat: no-repeat;
}
#footerlegal {
	background-position: center top;
	margin-bottom: 0px;
	width: 780px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	text-align: center;
	color: black;
	font-size: .8em;
}




#container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
	height: auto;


}
/*Text Styles*/
.bold {
	font-weight:bold;
	
}

#title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#78AEE3;
	margin-bottom: 8px;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:maroon;
	margin-bottom: 8px;
}
.title1sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:700;
	margin-top:-4px;
	color:maroon;
	margin-bottom: 12px;
}


#breadcrumb {
	font-weight: bold;
	height: 20px;
	margin-left: 0px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
		font-size: .9em;
}
.breadcrumb {
	font-size: .86em;
	font-family: Arial;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
}


.breadcrumblink {
	text-decoration: underline;
	font-size: .9em;
	font-family: arial;
	background: transparent url(/images/arrow_brn_right.gif) no-repeat center right;
	text-decoration: underline;
	padding-right: 14px;
	font-weight: normal;
}
/*a:visited.breadcrumb {color: #663300; text-decoration: underline; font-family: arial;}
a:active.breadcrumb {color: #663300; font-family: arial;}
*/
a:hover.breadcrumb {color: #663300; color: #990033; text-decoration: underline; font-family: arial;}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #666666;
}
#smallfonthighlight {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85em;
	background-color: #FFF2CC;
	display:block;
}
.smallfonthighlight {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	background-color: #FFF2CC;
	display:block;
}


.smallfontblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	color: #000000;
}
.shhh {
	display:none
}

.fakelink {
	color: #3333FF;
	text-decoration: underline;
}


.box1 {
	padding: 5px;
	border: 1px solid #FFCC66;
	background-color: #FFFFCC;
	min-height: 244px;
	height: auto !important;
}
.box2_high {
	background-color: #FFF2D9;
	border: 1px dotted #000080;
	padding: 5px;
	min-height: 244px;
	height: auto !important;
}
.form1 {
	margin: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
form label {
	display: block; /* block float the labels to left column, set a width */;
	float: left;
	padding: 0;
	margin: 5px 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-weight:bold
}
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#hightlight1 {
	background-color: #FFFFCC;
	/*padding: 2px 0px 0px 0px; padding top for auto borders*/
}
.hightlight1 {
	background-color: #FFFFCC;
	/*padding: 0px 0px 0px 0px; padding top for auto borders*/
}


#wrap10px {
	margin: 0px;
	padding: 10px;
}
.wrap10px {
	padding: 10px;

}
.wrap5px {
	padding: 5px;

}
.wrap5px_lr {
	padding: 0px 5px 0px 5px;
}
.pictureright {
border: 1px solid maroon;
float:right;
margin-right:6px;
margin-left:6px;
}
.picturetopbottom {
	border-width: 2px 0px 2px 0px;
	border-color: #666666;
	border-style: solid;
}
#picturegallery {
	border: 2px solid #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: auto;
}

.buttonselect {
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	border-color: #FFFFFF;
	width: 150px;
	min-height: 30px;
	height: 30px;
	margin-top:4px;
}
#articleListContainer{	/* <ul> container for article list */
	float:left;
	min-height:40px;
	overflow:auto;	
	width:150px;
	border:1px solid #000;
	background-color:#FFF;	
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:1px solid #999;
	background-color:#EEE;
	height:25px;
	overflow:auto;
	margin:1px;
	padding:2px;
	color:#333;
	cursor:pointer;
}
.articleList li.selected{
	/* General layout article in list */
	list-style-type: none;
	border: 1px solid #999;
	background-color: #FFFFE6;
	height: 25px;
	overflow: auto;
	margin: 1px;
	padding: 2px;
	color: #3366CC;
	cursor: pointer;
	font-weight: bold;
}

.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #000;
	color:#000;
	background-color:#CCFFCC

}
.articleList li.articleClick{	/* Active article in list - layout */
	border:1px solid #000;
	color:#000;
	background-color:#317082;
	color:#FFF;
}

div.row {
  clear: both;
  padding-top: 4px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 410px;
  text-align: left;
  } 
  
.infowindow
{
	border: 1px dotted #99CC00;
	margin: 0px 4px 0px 4px;
	display:none;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	color: #808080;
}
.picturetopbottomCopy {
	border-width: 2px 0px 2px 0px;
	border-color: #666666;
	border-style: solid;
	cursor: crosshair;
}
/* The following defines our lists rows for deals*/
.css_table_container {
	width:618px;
	clear:both;
	float:left;
}
.css_table_results {
	width:604px;
	float:left;
	padding: 4px 4px 4px 10px;

}

.css_row_blank {
	width:618px;
	clear:both;
}
.css_row_divider {
	width: 98%;
	text-align: center;
	background-color: #0099CC;
	clear: both;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.css_row {
float:left;
display:inline;
clear:none;
cursor:pointer;
}
a.css_row {
float:left;
display:inline;
clear:none;
}

.css_cell_left {
	float:left;
	display:inline;
}
.css_cell_right {
	float:right;
	display:inline;
}
.box_blue_label {
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #0099CC;
	padding: 4px 4px 4px 10px;
	background-image: url('images/shade_blue.gif');
	background-repeat: repeat-x;
	background-color:#F3FAFE;
	font-weight:bold;
	clear:both;
	float:left;
}
.box_blue_container {
	border: 1px solid #0099CC;
	background-color: #FFFFFF;
	clear:both;
	padding: 4px 4px 4px 10px;
	float:left;
}
.box_grey_label {
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: gray;
	padding: 4px 4px 4px 4px;
	background-image: url('images/shade_grey.jpg');
	background-repeat: repeat-x;
	background-color: silver;
	font-weight: bold;
	margin: 4px 4px 0px 4px;
	color:navy;
	clear:both;
}
.box_grey_container {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: gray;
	margin: 0px 4px 0px 4px;
	clear: both;
	padding: 4px 4px 4px 4px;
	color:black;
	background-color:#F8F8F8;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.90em;
}

.picture_row_right {
	border: 1px;
	border-color: #0099CC;
	border-style: solid;
	margin: 0px 10px 0px 20px;
}
.fs9em {
	font-size: .9em;
}
.redbold {
	color:red;
	font-weight:700;
}
  .errorMessage {
    color : red;
    font-weight:700;
  }
  .errorItem {
    background :#FFFFCC;
  }

