/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	border: 0 none;
	padding: 0;
	width: 140px; /*For KHTML*/
	list-style: none;
	margin: 0;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}

/* Root Menu */
ul#navmenu a {
	display: block;
	color: #000000;
	height: 22px!important;
	height: 1%;
	font-size: 1em;
	line-height: 21px;
	background-image: url(cam_images/button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #000000;
	background-image: url(cam_images/button_over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	color: #000000;
	background-image: url(cam_images/button.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	color: #000066;
	background-image: url(cam_images/button_over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	color: #000033;
	background-color: #FFFFFF;
	background-image: url(images/navbarbox.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	color: #000066;
	background-color: #FFFFFF;
	background-image: url(images/navbarhover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	color: #000033;
	background-color: #FFFFFF;
	background-image: url(images/navbarbox.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	color: #000066;
	background-color: #FFFFFF;
	background-image: url(images/navbarhover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 140px;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}


body {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#wrapper {
	height: auto;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
	top: 20px;
	background-image: url(cam_images/bg_usa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#hiloTitle {
	width: 505.px;
	position: relative;
	height: 150px;
	float: left;
	width: 500px;
}


#header {
	height: 150px;
	width: 770px;
	position: relative;
}
#content {
	height: 470px;
	width: 770px;
	position: relative;
}
#footer {
	height: 20px;
	width: 770px;
	position: relative;
	text-align: center;
	font-size: 0.8em;
	padding-top: 5px;
}
.southmids {
	font-weight: bold;
	color: #000066;
}

.topRight {
	position: relative;
	float: right;
	width: 210px;
	padding-left: 60px;
	height: 57px;
	padding-bottom: 3px;
	padding-top: 15px;
}
.topRighBot {
	height: 75px;
	position: relative;
	float: left;
	width: 270px;
	padding: 0px;
	text-align: left;
}
#menu {
	height: auto;
	width: 140px;
	position: relative;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 35px;
}
#slideshow {
	width: 170px;
	height: 150px;
	position: relative;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 115px;
	text-align: center;
	float: left;
}

#rightColumn {
	height: auto;
	width: 550px;
	position: relative;
	float: right;
	padding: 20px;
}
.defaultTxt {
	height: auto;
	width: 550px;
	position: relative;
	line-height: 1.5em;
}



#leftColumn {
	height: 470px;
	width: 180px;
	position: relative;
	float: left;
}
#smallerTxt {
	line-height: 1.5em;
	float: left;
	height: auto;
	width: 355px;
	position: relative;
	clear: right;
	font-size: 1.1em;
}
.agentTitle {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}

#panTilt {
	float: right;
	height: 275px;
	width: 191px;
	position: relative;
	text-align: center;
	padding-top: 3px;
}
.agentLogo {
	float: right;
	height: auto;
	width: auto;
	position: relative;
}
.defaultTxtBotPad {
	height: auto;
	width: 550px;
	position: relative;
	line-height: 1.5em;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-top: 5px;
}
.perryscopeBanner {
	height: auto;
	width: auto;
	position: relative;
	float: left;
}
#equipmentContainer {
	height: auto;
	width: 530px;
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	float: right;
	clear: left;
}
#contactTxt {
	height: 370px;
	width: 550px;
	position: relative;
	line-height: 1.5em;
	background-image: url(cam_images/map.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 30px;
}
.indexTxt {
	height: auto;
	width: 550px;
	position: relative;
	line-height: 1.5em;
	font-size: 1.1em;
}
.clickHere {
	font-size: 0.8em;
}
.homepage {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 3px;
}
