body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .8em;
}

a:link, a:visited {
	text-decoration: none;
	color: gray;
}

a:hover, a:active {
	color: #9ebe57;
}


#wrapper {
	width: 760px;
	text-align: left;
	margin: 30px auto;
	padding: 0px;
}

#content {
	width: 760px;
	text-align: left;
}

#leftCol {
	float: left;
	width: 260px;
	padding: 0 35px;
}

#rightCol {
	padding: 0;
	margin: 0 20px 0 330px;
	width: 400px;
}

#headerAddress {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	margin: 10px 0px 10px 0px;
	padding: 15px 0px 15px 0px;
	color: #8d8d8d;
	font-size: .8em;
	text-align: center;
}

/* formatting for the left-hand navigation */

#nav{
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 20px;
	text-align: right;
	color: #145f74;
}

#nav ul{
	padding: 0px;
	margin: 0px;
}
#nav li{
	display: block;
}

#subNav_products{
	font-weight: 100;
	border-bottom-color: #9c9c9c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

/* navigation link colors */

#nav a:link,
#nav a:visited, #careersDiv a:link, #careersDiv a:visited{
	color: #145f74;
}

#nav a:hover,  #careersDiv a:hover{
	color: #9ebe57;
}

/* format the callout button */
#callout {
	text-align:right;
	padding-top: 40px;
}
#callout_inside {
	text-align:center;
	padding-top: 30px;
}

/* callout link in body copy */
.linkCallout{
	margin-top: 10px;
	background-repeat: no-repeat;
	padding: 4px 7px 4px 26px;
	background-image: url(images/callout_carat.gif);
	background-color: #E2EEC2;
	color: white;
}

/* news headline styles */
#newsDiv {
	border-bottom-style: dashed;
	border-bottom-color: #8d8d8d;
	border-bottom-width: thin;
}
#newsItem {
	margin-bottom: 20px;
}

#newsItem h4{
	color: #145f74;
	background-color: #E2EEC2;
	padding: 2px;
}


/* splash page */
#banner {
	text-align: center;
	color: #575952;
	border-top-color: #9eb267;
	border-bottom-color: #9eb267;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-bottom: 40px;
	padding-top: 40px;
	min-height: 157px;
	background-color: #f2f7e3;
	height: 157px;
	width: auto;
}

#logos {
	padding-top: 74px;
	padding-bottom: 100px;
	text-align: center;
}

#bodyLinks {
	padding-left: 230px;
	font-size: 24px;
}

/* set the color for the nav button of the selected page and its hover state*/
/* when adding pages to the site, update the :link and :hover style declarations below using the page id
 * nav id you gave your new page   
 */

/* :link format */
#home #nav-home a,
#company #nav-company a,
#products #nav-products a,
#p_ingaas #nav-products a,
#p_ultralight #nav-products a,
#p_laserDiodes #nav-products a,
#p_verticalLaser #nav-products a,
#rd #nav-rd a,
#contact #nav-contact a,
#careers #nav-careers a,
#news #nav-news a {
	color: #9ebe57;
}

/* :hover format */
#home #nav-home a:hover,
#company #nav-company a:hover,
#products #nav-products a:hover,
#p_ingaas #nav-products a:hover,
#p_ultralight #nav-products a:hover,
#p_laserDiodes #nav-products a:hover,
#p_verticalLaser #nav-products a:hover,
#rd #nav-rd a:hover,
#contact #nav-contact a:hover,
#careers #nav-careers a:hover,
#news #nav-news a:hover {
	color: #9ebe57;
}

/* set the color for the active state of the nav button - ie. when it's pressed */
#nav a:active {
	color:#cccc33;
}


/* subnav formatting */
/* set a unique color for the products subnav links */

#subNav_products a:link,
#subNav_products a:visited{
	color: #347d92;
}

#subNav_products a:hover{
	color: #9ebe57;
}

/* set the color for the selected product page */
/* add a new style declaration here when adding to the products subnav menu */
#p_ingaas #prod-ingaas a,
#p_laserDiodes #prod-laserDiodes a,
#p_ultralight #prod-ultralight a,
#p_verticalLaser #prod-verticalLaser a{
	color: #9ebe57;
}

/* set display formatting for the each nav item*/

.menu{
	padding-top: 20px;
	display: block;
	text-decoration: none;
}

/* set display formatting for the subnav */

.submenu{
	text-decoration: none;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #9c9c9c;
	display: block;
	padding: 10px 0px 10px 0px;
}

/* hide/show the subnav */

.hide{
	display: none;
}

.show{
	display: block
}

.clearBoth{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.jobTitle {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #146882;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #146882;
	padding-bottom: 10px;
	margin-top: 50px;
}
.applyLink {
	padding-top: 20px;
}
.backToTop {
	
}

