﻿.rigid {
  background-repeat: repeat-y;
  width: 775px;
  background-image: url(../images/bg_blackbord.png);
  margin-left: auto;
  margin-right: auto;
}

.float-wrapper-rigid {
  float: right;
  width: 627px;
  margin-top: 0px;
  padding-top: 0px;
}

.second-float-rigid {
	border: thin solid #C0C0C0;
	float: left;
  	width: 140px;
	}

.first-float-rigid {
	border: thin solid #C0C0C0;
	padding: 1em 0px 1em 0px;
	float: left;
	width: 435px;
	height: auto;
}
	
#first-float-rigid-no-bottom-padding {
	border: thin solid #C0C0C0;
	padding: 1em 0px 0em 0px;
	float: left;
	width: 435px;
	height: auto;
}
	
.third-float-rigid {
	border: thin solid #C0C0C0;
	float: right;
	width: 180px;
	padding-top: 16px;
}

.clearfooter {
	list-style-type: none;
	padding-top: 1em;
	padding-right: 10px;
	padding-left: 10px;
	font-size: medium;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(../images/footer.PNG);
	height: 50px;
	background-color: #375DAE;
	text-align: center;
}

body {
	background-color: #375DAE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	
}

h1, h2, h3, h4, h5 {
	padding: 7px 10px 7px 10px;
	color: #CAD4DC;
	background-color: #003366;
}

.lmenulinks {
  border-style: none solid solid none;
  list-style-type: none;
  padding-right: 0px;
  margin-right: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 0px;
  font-size:small;
    
}
  
.lmenulinks ul {
  text-decoration: none;
  padding-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  margin-top: 0px;
  background-color: #993300;
}

.lmenulinks li {
  padding-left: 7px;
  background-color: #999999;
  padding-bottom: 1px;
}

.lmenulinks a {
  text-decoration: none;
  color: black;
  display: block;
  padding-left: 0.3em;
  background-color: #cccccc;
}
.lmenulinks a:hover {
  background-color: white;
}
.lmenulinkstop {
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 1.3em;
}
.header {
  height: 169px;
}
#navcontainer ul {
  border: 1px solid black;
  background-color: #003366;
  color: #CAD4DC;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
  height: 22px;
}
#navcontainer ul li {
  display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	color: #CAD4DC;
	text-decoration: none;
	float: left;
	background-color: #003366;
}
#navcontainer ul li a:hover {
  background-color: #336699;
  color: #ffffff;
}
html, body {
  margin: 0px;
  padding: 0px;
}
* {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
ul {
  padding-left: 3em;
  padding-top: 1em;
}
ol {
	padding-left: 3em;
	padding-top: 1em;
}
/* formatting for "transitional photos" */
#imageContainer { 
  height:170px; 
}  
#imageContainer img {
  display:none; 	
  position:absolute; 	
  top:0px; left:5px; 	
  height:170px;  	
  width:170px; 	
  opacity:-0.01; 
} 	
/* end formatting for "transitional photos" */

/* formatting for "two way radios" page */
.itemcontainer {
	/*border: 1px solid black;*/
	background:#E5E5E5;
	width: 411px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: auto;
}
.itemleft {
	float: left;
	width: 100px;
	}
.itemright {
	float: right;
	width: 309px;
}
.itemclear {
  clear: both;
}
/* the following 4 styles are the new layout for "two way radios" page */
.category-container {
	background: #E5E5E5;
	width: 411px;
	margin-left: 10px;
	margin-right: 10px;
}
.category-photo {
	float: left;
	width: 90px;
	text-align: center;
}
.category-tall-photo {
	float: left;
	width: 90px;
	text-align: center;
	margin-bottom: -10px;
}
.category-short-photo {
	float: left;
	width: 90px;
	text-align: center;
	padding-top: 10px;
}
.category-description {
	float: right;
	width: 309px;
}
p.category-description-heading{
	font-weight: bold;
	margin-bottom: 1em;
	padding: 5px 0px 5px 0px;
}
.category-spacing {
	height: 10px;
	clear: both;
}
/* end formatting for "two way radios" page color: #CAD4DC; padding: 7px 10px 7px 10px; */