/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/*font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;*/
	
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	


	color: #333333;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
	
	
}


div {
	padding: 1px 0;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1.5em;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{

 font-family: Verdana,Arial,sans-serif;
 /*font: Helvetica, sans-serif;
 font-weight:bold;*/
 
 font-size: 1.14em;
 /*color: #006699;*/
 margin: 0px;
 padding: 0px;
}

h2 .unline{
 font-family: Arial,sans-serif;
 font-size: 1.14em;
 text-decoration:underline;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 1em;
/*letter-spacing: 2px;  */
	margin: 0px;
 	padding: 0px;
 
}


h4{
font-family: Georgia;  
font-size: .9em;
letter-spacing: 3px;  
font-variant: small-caps;  
font-weight: normal;  
/*
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px
*/ 
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: .8em;
 color: #334d55;
 margin: 0px;
 padding-left: 5px;

}

ul{
 list-style-type: disc;
 
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:bold;
	color: #636466;
	padding: 0px 0px 0px 10px;
}	

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:bolder;
	color:#000099;
	}
	
th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#CC0000;
}	

label{
 font-family: Arial,sans-serif;
 font-size: 1em;
 font-weight: bold;
 color: #334d55;
}

a img {
	text-decoration:none;
	border:none;
}






/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#langLink {
	float:right;
	width: 8%;
	padding-top: 5px;
	padding-right: 15px;
	
	
	
	
}

#langLink a {
	text-align:center;
	
	font-size: 1.2em;
	padding: 0;
	color: #000066;
}

#masthead{
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #FF0000;
	width: 100%;
}

#navBar{
	float: left;
	width: 18%;
	margin: 0%;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}

#headlines{
  float:right;
	width: 18%;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	padding-right: 10px;
	margin-left: 75%;
	
}

#content{
  float: left;
  width: 75%;
  margin-left: 35px;
}

#innerContainer1{
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  
  
  /*border: thick solid;
	border-color: #FFCC00;*/
  
}

#innerContainer2{
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  /*border: thick solid;
	border-color: #009900;*/
  
}

#innerContent1 {
	float: left;
	width: 70%;
	
	/*border: thick solid;
	border-color: #0000FF;*/
}

#innerContent2 {
	float: right;
	width: 25%;
	clear: none;
	/*border: thick solid;
	border-color:#FF0000;*/
}

#contentContactInfo{
  float: left;
  width: 55%;
  margin-left: 65px;
}

#content2{
  float: left;
  width: 60%;
}

#content2 ul {
	float: right;
	list-style-type:disc;
}

#content3{
  float: left;
  width: 65%;
  margin-left: 60px;
}

#content3 p {
	padding: 0px 0px 0px 0px;
}

#content3 h3 {
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.2em;
	letter-spacing: 3px;  
	font-variant: small-caps;  
	font-weight: 900;
	margin: 0px;
	color: #CC3300;
 
}

#content3 h2 {
	padding: 0px 0px 0px 0px;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 3px;  
	/*font-variant: small-caps;*/  
	font-weight: bold;
	margin: 0px;
	color: #CC3300;
 
}

#navBar hr {
	color: #fae5da;
	border-color:#FF0000;
}


	

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	
	margin-top: 10px;
	padding: 0 0 0 0px;
}

#fr_sitename {
	margin-top: 10px;
	/*
	padding: 0 0 0 0px;
	font-family: Verdana,Arial,sans-serif;
 	font-size: 1.25em;
	color: #334d55;*/
}

.divSpec {
	width: 20%;
	float: left;
	padding-right: 10px;
}

.divFeautures {
	width: 100%;
	padding-right: 10px;
	float: right;
	
}


/************* #globalNav styles **************/

#globalNav{
padding: 5px 5px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 10px 10px 0px 0px;
}




/************** .story styles *****************/

.story{
	float:right;
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-family: "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	clear: both;
	border-top: 1px solid #ccc;
	/*border: 1px solid #ccc;*/
	/*font-size: 75%;*/
	/*color: #cccccc;*/
}
	/*padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
*/



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FF0000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.branch {
	text-align:center;
}

#headlines h1 {
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.waterPumpTitle {
	background-color: #99CCFF;
	padding-left: 15px;
	height: 25px;
	margin: 15px;
 	padding: 0px;
	
}

.waterPumpTitle h3 {
	font-family: Arial,sans-serif;
 	font-size: 20px;
 	color: #000000;
 	margin: 15px;
 	padding: 0px;
 	text-align:center;
	vertical-align:middle;
	font-weight: 500;
}

.generatorTitle {
	/*background-color: #669;*/
	color: #ba2124;
	padding-left: 15px;
	height: 25px;
	margin: 15px;
 	padding: 0px;
	font-size: .9em;
}

/*
.generatorTitle h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
 	font-size: 20px;
 	color: #ba2124;
 	text-align:center;
	vertical-align:middle;
	font-weight: 500;
}
*/
.boldItalic {
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#000099;
	background-color: #FFFFCC;
}

.boldItalicLeft {
	font-weight:bold;
	font-style:italic;
	text-align: left;
	color:#000099;
}

.redBG {
	background-color: #000000;
	color:#FFFFFF;
	font-weight:bolder;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

	
	
/* Tables */

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	/* margin: 45px; */
	width: 90%;
	text-align: left;
	border-collapse: collapse;
	border-top: 7px solid #ba2124;
	border-bottom: 7px solid #ba2124;
	margin-top: 15px;
	margin-bottom: 5px;
	
}
#box-table-b th
{
	font-size: 13px;
	font-weight: bold;
	/*padding: 8px;*/
	text-align:center;
	/*background: #FF0000;*/
	background: #ba2124;
	border-right: 1px solid #ba2124;
	border-left: 1px solid #ba2124;
	color: #fff;
}
#box-table-b td
{
	padding: 8px;
	background: #fff;
	border-right: 1px solid #ba2124;
	border-left: 1px solid #ba2124;
	color: #669;
}

#box-table-b ul {
	list-style: none;
	padding-left: 0px;
	
}

#box-table-b .uline {
	border-bottom: 1px solid #ba2124;
}

#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: bold;
	/* padding: 10px 8px; */
	color: #fff;
	background-color: #FF0000;
	
	
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	/*background: #ffe08e; */
	background: #fae5da;
}

/*
#hor-zebra tr:hover {
	background-color: #ffe08e;
}

#hor-zebra tr:hover td{
	color: #444;
}
*/

#hor-minimalist-b
{
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	/*font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;*/
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	background: #fff;
	margin-top: 15px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	padding: 10px 8px;
	border-bottom: 2px solid #FF0000;
	
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}

#hor-minimalist-b .odd {
	background: #ff0000;
	color: #ffffff;
	font-weight:bold;
}

#hor-minimalist-b h1 {
	color: #FFFFFF;
}

#hor-minimalist-b h3 {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
font-size: .9em;
letter-spacing: 2px;  
font-variant: small-caps;  
font-weight: bold;
margin: 0px;
 padding: 0px 0px 0px 0px;
 margin-bottom: 0px;
 color: #ba2124;
 text-decoration:underline;
 text-align:center;
 
}

#hor-minimalist-b p {
	font-size: .5em;
	color:#003399;
	margin: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}


#hor-minimalist-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-top: 15px;
	width: 90%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-c th
{
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	color: #3366CC;
	padding: 1px 8px;
	border-bottom: 2px solid #FF0000;
}
#hor-minimalist-c td
{
	border-bottom: 2px solid #FF0000;
	color: #669;
	padding: 6px 8px;
}

#hor-minimalist-c .odd {
	background:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}

#hor-minimalist-c h1 {
	color: #FFFFFF;
}
/*
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
*/

#box-table-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.2em;
	/* margin: 45px; */
	width: 90%;
	text-align: left;
	border-collapse: collapse;
	/*border-top: 1px solid #ba2124;*/
	border-bottom: 1px solid #ba2124;
	margin-top: 10px;
	
}
#box-table-c th
{
	font-size: 1em;
	font-weight: bold;
	padding: 8px;
	text-align:center;
	/*background: #FF0000;*/
	background: #ba2124;
	border-right: 1px solid #ba2124;
	border-left: 1px solid #ba2124;
	color: #fff;
}
#box-table-c td
{
	padding: 8px;
	background: #fff;
	/*border-right: 1px solid #ba2124;
	border-left: 1px solid #ba2124;*/
	color: #669;
}


.homeArea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	border: none;
	margin-top: 20px;
	background-color: #CCCCFF;
	margin: 0 0 10px 10px;
	width: 180px;
	
	
	
}

.homeArea li {
	color:#000099;
	list-style-type:square;

}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer li { margin: 0 0 2px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 20px;
border: 1px solid #333;
width: 80%;
background-color: #97142d;
background-image: url(images/l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(images/l1_over.gif);
color: #333;
}

#navcontainer h3 {
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
font-size: .9em;
letter-spacing: 2px;  
font-variant: small-caps;  
font-weight: bold;
margin: 0px;
 padding: 0px 0px 0px 0px;
 margin-bottom: 0px;
 color: #ba2124;
 text-decoration:underline;
 text-align:center;
} 

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
color: #333;
}

.floatright
{
float: right;
width: 120px;
margin: 0 0 10px 10px;
background-color: #FFFFFF;
padding: 10px;
border: 1px solid #666;
}

#prod-table {
	margin: 15px;

}

#navdrop 	ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;

}

#navdrop ul li {
	position: relative;
}

#navdrop li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

#navdrop ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	
#navdrop li:hover ul { display: block; }	

.yellowBack {
	
	background-color:#FFFFFF;
	color:#333333;
	font-size: 12px;
	font-weight:200;
	
}

.yellowBack h3 {
	color:#009900;
	padding-top: 1em;
	
}

.yellowBack p {
	padding-left: 1em;
	padding-right: 1em;
	text-align:left;
}

.trans {
	opacity:0.4;
	filter:alpha(opacity=40);
}

#navlist h4 {
	background-color: #CCCCCC;
	color:#0000CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bolder;
	text-align:center;
	margin-bottom: 0;
	width: 100%;
}

.features {
	/*border-bottom: 1px solid #ba2124;
	border-left: 1px solid #ba2124;
	border-right: 1px solid #ba2124;*/
	border-top: 1px solid #ba2124;
	
	
	
}

.features h3 {
	text-align: center;
	font-weight: bolder;
	font-size:12px;
	
}

.features li {
	font-weight:lighter;
	font-size: 12px;
}

.xBold {
	font-weight:bolder;
}

#tdImage {
}

.contactInfo {
	border-top: 1px solid;
	border-top-color:#009900;
	border-bottom: 1px solid;
	border-bottom-color:#009900;
}

span.raise {
	vertical-align:super;
}

.RedText {
	color:#FF0000;
}

.GreenText {
	color: #66CC33;
}


.KodiakShots {
	margin: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ba2124;
}

.HelpLine {
	font-size:18px;
	font-weight:bolder;
	text-align:center;
}	





