/* CSS Document */

body {
	margin-top: 0px;
	background-color: #666666;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}

.style11 {
	font-size: 11px;
}

.boldred {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}

.boldred A:link {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.boldred A:visited {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.boldred A:active {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.boldred A:hover {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}

.padleftright {padding-left:5px; padding-right:5px; font-size:10px}

.valuetable {width:565px; border:thin; border-color:#333333;}

.footerlink {color:#FFFFFF}

.PDFlist {width:185px; }

.tn_spacer {margin: 0px 0px 0px 0px; border:1px solid #FFFFFF; float:left; }
.little_line {line-height:1px; }
.portfolio_tn { width: 300px; height: 95px; background-color: #cccccc; 
               border: 1px solid #FFFFFF;}

.box1 {
padding-left:4px;
padding-right: 8px;
}

.box3 {width:175px}
.box3-1 {width:175px; height:24px; background-image:url(images/box3-1.jpg)}
.box3-1text {padding:5px}
.box3-2 {width:175px; height:24px; background-image:url(images/box3-2.jpg)}
.box3-3 {width:175px; background-image:url(images/box3-3.jpg); padding-left:10px}
.box3-4 {width:175px; height:10px; background-image:url(images/box3-4.jpg)}

.hrbox {color: #666666; background-color: #666666; height: 1px; margin-top: 2px; margin-bottom: 2px; margin-left: 0px;}

.container{
width: 980px;
background-color:#FFFFFF;
margin-left: auto ;
margin-right: auto ;
}

#header {
width: 980px;
height: 75px;
background-image:url(header.jpg);
background-repeat: no-repeat;

}

#header ul {

margin: 0;

padding: 0;

list-style: none;

}

#header a {

position: absolute;

text-indent: -1000em;

}

#header .career a {
top: 1px;
left: 725px;
width: 42px;
height: 18px; }

#header .contact a {
top: 1px;
left: 775px;
width: 55px;
height: 18px; }

#header .terms a {
top: 1px;
left: 840px; 
width: 100px;
height: 18px;
}

.content{
width: 980px;
}

.footer{
width: 980px;
height: 34px;
}


.chromestyle{
width: 978px;
font-weight: bold;
font-size: 11px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chrometheme/chromebg5.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 3px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 10px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chrometheme/chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #BAAE8D;
width: 200px;
visibility: hidden;
font-size: 11px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-top: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #A38E59;
}