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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 1024px;
}

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

a:hover {
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

label{
	color: #334d55;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
				

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

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

#navBar{
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 581px;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 208px;
	position: absolute;
	top: 76px;
	right: auto;
	left: -2px;
	visibility: visible;
}

#content{
	float:right;
	width: 750px;
	margin: 0;
	height: 520px;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

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


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

#pageName{
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


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

#globalNav{
	color: #006699;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	position: absolute;
	top: 42px;
	width: 1000px;
	margin-bottom: 2px;
	height: 30px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 2px;
}


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

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


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

.feature{
	font-size: 12px;
	top: 125px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	white-space: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 231px;
	width: 773px;
	height: 450px;
	visibility: visible;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #334D55;
	background-position: center;
	vertical-align: baseline;
	display: inline;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

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

.feature img{
	float: left;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	position: absolute;
	height: 100px;
	width: 100%;
	left: 224px;
	top: 152px;
}

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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #EB4634;
	padding: 10px;
	margin-top: 0px;
	clip: rect(2px,auto,auto,auto);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	height: 20px;
	width: 1000px;
	top: 651px;
	left: 7px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


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

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	left: 0px;
}
#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 #EEE;}

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


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

#sectionLinks{
	position: absolute;
	margin: 0px;
	font-size: 90%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	height: 481px;
	width: 167px;
	left: 0px;
	top: 81px;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

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

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #999999;
	padding: 2px 0px 2px 10px;
	font-size: 100%;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	top: 10px;
	position: relative;
	clip: rect(auto,auto,auto,auto);
}

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


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	position: absolute;
	top: 500px;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #cccccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#advert img{
	display: table-row;
	right: inherit;
	left: 0px;
	clip: auto;
	padding-right: 2px;
	padding-left: 2px;
	position: relative;
	margin: 3px;
	width: 70px;
	overflow: auto;
	height: 40px;
	clear: none;
	float: none;
}


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

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

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



#masthead #siteName {
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: 800;
}
#content #firstmainframe {
	height: 165px;
	width: 328px;
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 15px;
	padding: 5px;
	background-color: #EEEEEE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#content #Layer7 #image2ndframe {
	margin: 5px;
	padding-right: 8px;
}
#content #lowermainframe img {
	margin: 5px;
}
#content #firstmainframe p {
	margin: 5px;
	padding: 5px;
}
#content #Layer7 p {
	margin: 5px;
	padding: 5px;
}
#content #lowermainframe img {
	margin: 5px;
	padding: 5px;
}
#lowermainframe p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#lowermainframe img {
	margin: 5px;
}
#content #lowermainframe p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}
#content #firstmainframe img {
}
#content #lowermainframe p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 12px;
}
#content #lowerleftframe #lowerleftbox {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 75px;
}
#content .feature p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: bold;
}
#navBar #sectionLinks #Layer8 #logo {
	margin-left: 25px;
}
#logosidebar {
	margin-left: 28px;
	height: 31px;
	width: 117px;
	position: absolute;
	top: auto;
}
#masthead #Layer2 {
	font-family: "Arial Rounded MT Bold";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
#navBar #Layer10 #insidetopsidebanner {
	margin-left: 20px;
	margin-top: 5px;
}
#navBar #Layer10 #innertoprightbanner {
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 4px;
}
#navBar #Layer11 img {
	margin-left: 20px;
	margin-top: 5px;
}
#navBar #sectionLinks #Layer12 #sidmember {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#navBar #sectionLinks #Layer13 #sidlogo {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#content .feature #Layer14 #shaker {
	margin: 5px;
}
#content #Layer15 #designimg {
	margin: 10px;
}
.feature #Layer14 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
}
.feature #Layer15 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
}
.feature #Layer16 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	white-space: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.feature #Layer17 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px;
}
.feature #Layer17 #shaker {
	margin-top: 35px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 35px;
}
#navBar #sectionLinks #Layer18 #sidlogo {
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 5px;
}
#navBar #Layer19 #topsidebanner57 {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
}
#Layer19 #topsidebanner57 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#Layer19 #topbannerppc {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#content .feature #Layer21 table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	white-space: normal;
}
#content .feature #Layer22 table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#content .feature #Layer23 table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#content .feature #icon4000 {
	margin: 1px;
}
#content .feature #icon5000 {
	margin: 1px;
}
#content .feature #iconpanelpc {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#content .feature #icontabletpc {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
}
#content .feature #iconoutdoor {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#content .feature #iconsis {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#content .feature #iconkvm {
	margin: 1px;
}
#content .feature #iconcompactcomputer {
	margin: 1px;
}
#content .feature #form1 label {
	margin-left: 10px;
	margin-top: 15px;
}
#content .feature #form1 label {
	margin-left: 15px;
}
#content .feature #form1 label {
	margin-left: 15px;
}
#content .feature #form1 label {
	margin-left: 15px;
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0px;
}
#content .feature #form1 div {
	margin-left: 10px;
	margin-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #334D55;
	vertical-align: top;
	text-align: left;
}
#content .feature #form1 input {
	margin: 0px;
}
#content .feature img {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.feature #Layer14 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #334D55;
	margin: 10px;
}
.feature #Layer16 p {
	text-indent: 5px;
	white-space: normal;
	margin: 10px;
}
.feature #Layer16 {
	margin: 0px;
}
.feature #Layer16 #shaker {
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .feature #building {
	margin: 10px;
}
#content .feature p {
	margin-top: 15px;
}
#navBar #sectionLinks #Layer13 .style5 .style6 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content .feature #tabletop {
	margin: 15px;
}
#content .feature #tablemiddle {
	margin: 15px;
}
#content .feature #tableunder {
	margin: 15px;
}
#content .feature #list4000 {
	margin: 15px;
}
#content .feature #layer4000 {
	margin-top: 15px;
}
#content .feature #MILCOTSmap {
	margin-top: 90px;
}
#content .feature #building {
	margin: 10px;
}
#content .feature #imgbuilding {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content .feature #series5000 {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .feature #5900series {
	margin-left: 10px;
}
#content .feature #pntop {
	margin-left: 5px;
	margin-top: 10px;
}
#content .feature #Layer20 #rggddisp {
	margin: 10px;
}
#content .feature #Layer20 #rggddisp {
	margin: 5px;
}
#content .feature #Layer20 span {
	margin: 10px;
}
#content #contusform {
	left: 270px;
	top: 125px;
	position: absolute;
	height: 400px;
	width: 650px;
}
#content .feature #Layer24 #ppcimg {
	margin: 5px;
}
#content .feature #Layer25 #topsection {
	margin: 5px;
}
#content .feature #Layer26 #proteus {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#content .feature #Layer28 #tablet1 {
	margin: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#content .feature #Layer28 #tablet2 {
	margin-left: 10px;
	margin-top: 0px;
}
#content .feature #tabletpc {
	margin: 10px;
	margin-left: 10px;
}
#content .feature #shockisolateddisplays {
	margin: 10px;
}
#content .feature #Layer29 #shockisolated1 {
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#content .feature #Layer30 #smallpicisolateddisplay {
	margin-top: 5px;
}
#content .feature #Layer31 #outdoordisplays1 {
	margin: 10px;
}
#content .feature #Layer31 #outdoordisplays2 {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
}
#content .feature #outdoordisplay {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 23px;
}
#content .feature #Layer26 #rearviewlowerbox {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#content .feature #kvmtopimage {
	margin: 15px;
}
#content .feature #viewtrackball {
	top: 250px;
	left: 40px;
	position: absolute;
}
#content .feature #viewkvminrow {
	margin-left: 80px;
	margin-right: 10px;
}
#content .feature #Layer26 #rugged_notebook {
	top: 3px;
	right: 0px;
	bottom: 5px;
}
#content .feature #Layer28 #tablet7in {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#content .feature #tabletpc img {
	padding-left: 20px;
}
#content .feature #printers {
	margin: 10px;
}
#content .feature #Layer33 #rgdlpt {
	margin-left: 100px;
}
#navBar #sectionLinks #layer .style27 a {
	color: #F51E05;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
