/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px; 
	margin:0px;
	padding:0px;
	background-color: #b8b8bc;	
}

A { 
	color:black; 
	text-decoration:underline;
}

A:hover   { 
	color:#0099CC;
	text-decoration:none;
}
A:active  { 
	color:#0099cc;
}
A:visited { 
}
A:link  { 

}

#mainFrame{
	width:943px;
	text-align:left;
	height:100%;
	border-top:1px solid #555555;
}

.menu-line {
	width:943px;
	background-repeat: no-repeat;
	height:23px;
	float:left;
}

.mainFrame2{
	background-color:white;
}

.borderLeft{
	border-left:1px solid #555555;
}

.borderRight{
	border-right:1px solid #555555;
}

.borderTop{
	border-top:1px solid #555555;
}

.borderBottom{
	border-bottom:1px solid #555555;
}

.head {
	width:943px;
	height:116px;	
}
.head-logo {
	float:left;
	height:116px;
	width:213px;
}
.head-images {
	float:right;
	height:116px;
}

#head-experience {
	height:84px;
}

#head-right {
	width:200px;
	height:86px;
	float:right;
}

.head-print-logo
{
	float:left;
	padding:5px 0px 0px 5px;
	text-align:right;
}

.head-search {
	float:right;
	width:200px;
	height:21px;
}
.head-search-content {
	padding-top:1px; 
	padding-left:3px; 
	padding-right:3px;
	text-align:right;
}

#head-search-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:147px;
	height:13px;
}
.head-search-input {
	float:left;
	padding-bottom:2px;
}
.head-search-button {
	float:right;
	padding:4px 3px 0px 5px;
}
.head-search-button-text{
	color:#FFFFFF;
}
.head-search-button-text a, .head-search-button-text:link, .head-search-button-text:hover, .head-search-button-text:active, .head-search-button-text:visited {
	color:#FFFFFF;
}

.footer {
	height:22px;
}

.footer-content {
	text-align:center;
}

.bucket{
	padding:3px; 
	background:url(images/buckets/bg.jpg) no-repeat center;
	height:100px;
	width:100px;
	text-align:center;
	vertical-align:bottom;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#CC6600;
	padding:3px;
	border-bottom:1px solid #003333;
}

.text1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#000000;
}
.text1:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#0000ff;
}
.text1:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:underline;
	color:#0000ff;
}
.text1:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color:#0000ff;
}

  /*  Slightly larger text  - Sometimes used for Headers and Titles. Also used for the 'View Items' table page*/
.text2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#000000;
}
.text2:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#0000ff;
}
.text2:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:underline;
	color:#0000ff;
}
.text2:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration:none;
	color:#0000ff;
}

  /*  Slightly smaller text should remain a dark color if main content background is white or light- Usually used in right-side informational columns i.e printable page link, results per page text, also used on RFI,RFQ email forms */
.textsm{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#000000;
}
.textsm:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#0000ff;
}
.textsm:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:underline;
	color:#0000ff;
}
.textsm:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#0000ff;
}

 /*  Small text to be used at the discretion of the user */
 
.textsm2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration:none;
	color:#ffffff;
}

.siteMapLink{
	width:200px;
	float:left;
	text-align:left;
	font-size:13px;
	margin-top:3px;
	margin-left:5px;
}

.siteMapLink a, .siteMapLink a:visited{
	color:white;
	text-decoration:none;
	font-size:13px;	
	font-weight:bold;
}

.siteMapLink a:hover{
	color:Yellow;
	text-decoration:underline;
	font-size:13px;	
}

.dwTable{
	font-size:12px;
}

.dwTable td{
	border:1px solid #eee;
}

ul{
	font-size:12px;
}
