/* CSS Document */
/* NAV BAR */

.twoColFixLtHdr #mainNav {
	background: #DDDDDD url(/images/cse-cable.jpg);
	padding: 120px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#mainNav ul {
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/images/cables-back.jpg) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}

#mainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: url(/images/cables-back.jpg) repeat-x left top;
	padding-top: 0.5em;
	padding-right: 1.9em;
	padding-bottom: 0.5em;
	padding-left: 1.9em;
}

#mainNav li a:hover {
	background: url(/images/cables-backh.jpg);
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

ul#aboutNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	border-bottom: 1px solid #999999;
	font-size:8pt;
}

#aboutNav a {
	font: Arial, Helvetica, sans-seriff;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	background-image: url(/images/cables-back.jpg);
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
}

#aboutNav a:hover {
	font-weight: normal;
	background: url(/images/cables-backh.jpg);
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 4px;	color: #FFFFFF;
	text-decoration:underline;
	font-size:10px;
}

#aboutNav a.sub {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #1e2c7e;
	text-decoration:none;
	font-size:10px;
	background-color: #FFF;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#aboutNav a.sub:hover {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #fff;
	text-decoration:underline;
	font-size:10px;
	background-color: #9a0403;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #9a0403;
	border-left-color: #666;
}

#aboutNav a.subsub {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #000;
	text-decoration:none;
	font-size:10px;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	background-image: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #333;
}

#aboutNav a.subsub:hover {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #000;
	text-decoration:underline;
	font-size:10px;
	background-color: #dadada;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	background-image: none;
	border-top-color: #333;
}

#aboutNav .nolink {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background: #ECECEC;
	line-height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


/* IE Fixes */

/* remove annoying gaps */
#aboutNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #aboutNav a {
	height: 1px;
}

div.img
{
	margin: 4px;
	border: 1px solid #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding: 4px;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 170px;
  margin: 2px;
}


div.img2
{
	margin: 4px;
	border: 1px solid #0000ff;
	height: auto;
	width: 250px;
	float: left;
	text-align: center;
	padding: 4px;
}	
div.img2 img2
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img2 a:hover img2 {border: 1px solid #0000ff;}
div.desc2
{
  text-align: center;
  font-weight: normal;
  width: 250px;
  margin: 2px;
}

p.desc3
{
	float: right;
	width: 9em;
	padding-left: 4px;
	text-align:center;
	margin-top: 0;
	margin-right: 4em;
	margin-bottom: 0;
	margin-left: 1em;
	border:1px solid #006;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
div.img4
{
	margin: 4px;
	border: 0px solid #0000ff;
	height: auto;
	width: 250px;
	float: right;
	text-align: center;
	padding: 4px;
}	
div.img4 img4
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img4 a:hover img4 {border: 1px solid #0000ff;}
div.desc4
{
  text-align: center;
  font-weight: normal;
  width: 250px;
  margin: 2px;
}