﻿@charset "utf-8";
/* CSS Document */
/* Base Css File */
body {
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/grid_only_background.gif);
	background-color: #ffffff;
	margin-top: 0;
	margin-left: 0;
}

hr {
	color: #660066; 
	height:1px;
	width: 760px;
	}
	

	
td { 
	font-family: Arial; 
	font-style: normal; 
	color: #000000;
	}
	
	
	
P  { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	margin-left: 10px;
	margin-right: 5px;

	}

BLOCKQUOTE  { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	margin-left: 25px;
	margin-right: 25px;

	}
	
DL	{
	margin-left: 10px;
	}	
	
	
DT	{
	 font-weight: normal;
	}	
	
LI  { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	margin-left: 10px;
	margin-right: 5px;

	}
	
	
	
/*-----------------------------------------------------*\
 * Absolute Positioning Classes
\*-----------------------------------------------------*/

#reTabBar{ background-image: url(../images/headerbg.jpg); width:100%; }

.logo {
	/*position:absolute;
	left:10px;
	top:30px*/
	margin-left:10px;
	margin-top:10px;
	}
	
#qualitybox {
	/*position:absolute;
	left:400px;
	top:30px*/
	}
	
.tagline {
	/*position:absolute;
	left:290px;
	top:120px*/
	margin-left:210px;
	
	}
	
.square_top {
	/*position:absolute;
	left:10px;
	top:115px*/
	margin-left:10px;
	}
	
.buttons {
	/*position:absolute;
	left:85px;
	top:149px*/
	}
	
.bodycontent {
	/*position:absolute;
	left:25px;
	top:200px;*/
	width: 710px;
	margin-top:20px;
	padding:10px;
	}
	
.footer {
	/*position:relative;
	width: 710px;
	top: 50px;
	clear: both;*/
	padding:20px;
	}
	
.sectionheader {
	/*position:absolute;
	left:370px;
	top:20px*/
	}
	

	
/*-----------------------------------------------------*\
 * Anchor Classes
\*-----------------------------------------------------*/

A:link { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1em; 
	color: #003399;
	}
	
	
A:visited { 
	font-family: Arial;  
	font-style: normal; 
	font-size: 1em; 
	color: #003399;
	}
	
A:active { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1em; 
	color: #003399;
	}
	
A:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1em; 
	color: #cc9933;

	}

	
	
/*-----------------------------------------------------*\
 * Page Heading Classes
\*-----------------------------------------------------*/


.Header	{

	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #009966;
	text-align: left;
	padding-left: 10px;
	
	}

.HeaderSmall {  

	font-family: Arial, sans-serif; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style : normal;
	/*color: #cc6600, 006699,333366;*/
	color: #003399;
	text-align: left;
	padding-left: 10px;

	}

.HeaderSmaller {  

	font-family: Arial, sans-serif; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style : italic;
	color: #000000;
	text-align: left;
	/*padding-left: 10px;*/

	}

		
/*-----------------------------------------------------*\
 * SPAN and Other  Misc. classes
\*-----------------------------------------------------*/

.copyright { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.7em; 
	color: #808080;
	}
	
.BodyText { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	color: #000000;
	}
	
.BodyTextSmall { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.6em; 
	color: #000000;
	}
	
	
/*-----------------------------------------------------*\
 * DO NOT REMOVE - Styles for the DHTML Tabbing Script on
 * the Standard Products Page
\*-----------------------------------------------------*/


#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: lightyellow;
/* background: white; */
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: white;
/* background: lightyellow; */
}

#tabcontentcontainer{
width: 690px;
height: 400px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid black;
}

.tabcontent{
display:none;
}

/* Form Formatting */
.frmRow { width:100%; float:none; text-align:center; }
.frmLCol { width:165px; float:left; text-align:right; font-weight:bold; padding:2px; vertical-align:top; }
.frmRCol { width:auto; margin-left:170px; padding:2px; vertical-align:top; text-align:left; }
.frmControl { font-size:12px; font-family:Lucida Console; }
.frmButton { font-size:12px; }
.frmPseudoButton { cursor:pointer; }

/* Text Formatting */
.BlackText { color:#000000; font-weight:normal; font-size:12px; }
.BlackBoldText { color:#000000; font-weight:bold; font-size:12px; }
.WhiteText { color:#FFFFFF; font-weight:normal; font-size:12px; }
.WhiteBoldText { color:#FFFFFF; font-weight:bold; font-size:12px; }
.RedText { color:#E51837; font-weight:normal; font-size:12px; }
.RedBoldText { color:#E51837; font-weight:bold; font-size:12px; }
