/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
	font-size: 12px;
	background: #F2F2F2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	list-style-type: square;
	list-style-position: outside;
	list-style-image:  url(../images/bullet.gif);
}

table
{
	font-size: 12px;
}

.whlink
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #666699;
	padding: 7px 7px 7px 20px;
}

.mainsm
{
font-family: Arial,sans-serif;
font-size: 11px;
color: #666666;
}
.h1
{
font-family: Arial,sans-serif;
font-size: 12px;
color: #000000;
}
.h1b
{
font-family: Arial,sans-serif;
font-size: 12px;
color: #000000;
font-weight: bold;
}

.h1sm
{
font-family: Arial,sans-serif;
font-size: 11px;
color: #000000;
}
.h1smblu
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000033;
	text-transform: none;
}
.h1blu
{
font-family: Arial,sans-serif;
font-size: 12px;
color: #000033;
font-weight: bold;
}
.h1lgeblu
{
font-family: Arial,sans-serif;
font-size: 16px;
color: #000033;
font-weight: bold;
}

/******* table borders*******/

.border	{margin: 0px 0px 0px 0px; 
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC; 
border-left: 1px solid #CCCCCC; 
border-right: 1px solid #CCCCCC;
}

/******* hyperlinks *******/


a:link, a:visited
{
	color: #000000;
	text-decoration: none;
	font-family: Arial,sans-serif;
  	font-size: 12px;
}
a:hover
{
	text-decoration: none;
	color: #666666;
}
a.whlink, a.whlink:visited
{
font-family: Arial,sans-serif;
  	font-size: 11px;
  	color: #666699;
	padding: 5px 5px 5px 5px;
}
a.whlink:hover{
font-family: Arial,sans-serif;
color: #FFFFFF;
	text-decoration: none;
}
a.more, a.more:visited
{
	float: left;
	text-decoration: none;
	color:  #DE9802;
	padding-left: 12px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image:  url(../images/arrow_off_wh.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;

}
a.more:hover {
	color: #FFFFFF;
	background-image:  url(../images/arrow_on_wh.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #DE9802;
}
.subnav2 a
{
	float: left;
	text-decoration: none;
	color:  #666666;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-image:  url(../images/arrow_off.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	background-position: 7px 10px;
	display: block;
	width: 100%;
}

.subnav2 a:hover {
	color: #333333;
	background-image:  url(../images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	background-color: #FEFEFE;	
}

a.subnav3, a.subnav3:visited
{
	float: left;
	text-decoration: none;
	color:  #0E113A;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-image:  url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0E113A;
	font-weight: bold;
}
a.subnav3:hover {
	color: #000033;
	background-image:  url(../images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	background-color: #F4F4F6;	
}
a.top, a.top:visited
{
float: left;
font-family: Arial,sans-serif;
font-size: 11px;
background-repeat: no-repeat;
	color: #000033;
	text-decoration: none;
	display: block;	
}
a.top:hover
{
font-family: Arial,sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
background-color: #000033;
}

a.subnav, a.subnav:visited
{
font-family: Arial,sans-serif;
font-size: 11px;
color: #999999;
text-decoration: none;	
}

a.subnav:hover
{
font-family: Arial,sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
}	


/************** header tag styles **************/

.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
	background-color: #F2F2F2;
	border: none;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}

/********* form styles *********/
form {
	margin: 0;
	padding: 0;
}

.txtfield {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9799A9;
	font-size: 11px;
	border: none;
	color: #000033;
	border-top: 1px solid #9799A9;
	border-right: 1px solid #9799A9;
	border-bottom: 1px solid #9799A9;
	border-left: 1px solid #9799A9;
}
				
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #434454;
	border: none;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}


.formline {
	background-image:  url(../images/formline.gif);
	background-repeat: repeat-x;
}
.formline2 {
	background-image:  url(../images/formline2.gif);
	background-repeat: repeat-x;
}

.txtfield2 {
	background-color: #E4E3E3;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #E4E3E3;
	border-right: 1px solid #E4E3E3;
	border-bottom: 1px solid #E4E3E3;
	border-left: 1px solid #E4E3E3;
}

.txtfield3 {
	background-color: #E4E3E3;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #9293A1;
	border-right: 1px solid #9293A1;
	border-bottom: 1px solid #9293A1;
	border-left: 1px solid #9293A1;
}



/************* globalNav styles ****************/

#globalNav{
	
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	left: 85px;
	top: 5px;
}

#globalLink{
	
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 629px;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
}

/************ subglobalNav styles **************/

.subglobalNav{

	font-size: 11px;
	top: 75px;
	left: 3px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	display: block;
	color: #8B8CBC;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 11px;
	color: #8B8CBC;
}

.subglobalNav a:hover{
	color: #FFFFFF;
}

/* Padding for div nav   */

.padAbout {
	padding-left: 54px;
}
.padProducts {
	padding-left: 231px;
}
.padRates {

	padding-left: 297px;
}
.padSurvey {


	padding-left: 442px;
}
/********************* Products Nav open shut **********************/


TABLE.jobList {
	WIDTH: 540px;
}
TABLE.jobList TH {
	COLOR: #003; PADDING-TOP: 0px; TEXT-ALIGN: left;
}
TABLE.jobList TD {
	
}
TABLE.jobList .title {
	
}
TABLE.jobList .location {
	
}
TABLE.jobList .company {
	
}
TABLE.jobList TBODY.closed TD.title {
	 COLOR: #369;
}
TABLE.jobList TR.summary {
	CURSOR: pointer;
}
TABLE.jobList TBODY.closed TR.hover TD {
	COLOR: #003;
}
TABLE.jobList TBODY.open TR.summary {
	BACKGROUND-COLOR: #003;
}
TABLE.jobList TBODY.open TR.summary TD {
	COLOR: #fff;
}
TABLE.jobList TBODY.open TD.title {
	
}
TABLE.jobList TBODY.dateDivider TD {
	  COLOR: #999; 
}
TABLE.jobList TBODY.closed TR.details {
	DISPLAY: none
}

.summary {
	BACKGROUND-COLOR: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F2F2;

}
TABLE.jobList TR.details TD {
	BACKGROUND-COLOR: #F2F2F2
}
TABLE.jobList DIV.date {
	MARGIN: 0px 0px 10px;
}
TABLE.jobList DIV.applyButton {
	
}
TABLE.jobList DIV.applyButton A {
	COLOR: #003; TEXT-DECORATION: none;
}
TABLE.jobList DIV.applyButton A:hover {
	TEXT-DECORATION: underline;
}
.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:  url(../images/arrow_down.gif);
	background-position: 3px 12px;
	padding-left: 20px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	padding-top: 7px;
	padding-bottom: 7px;
}

.menutitle a{
	color: #0E113A;

}
.menutitle a:visited{
	color: #0E113A;

}

.blu {

font-family: Arial, sans-serif;
font-size: 12px;
color: #000033;
font-weight: normal;
}

/********************* end **********************/
.formlineWHITE {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.productTile {
	background-image:  url(../images/product_tile.gif);
	background-repeat: repeat-x;
}

.padContact {
	text-align: right;
}
.helplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6600CC;
}

a.helplink, a.helplink:visited
{

font-family: Arial,sans-serif;
font-size: 11px;
color: #666666;
text-decoration: none;
		
}
a.helplink:hover
{
font-family: Arial,sans-serif;
font-size: 11px;
text-decoration: none;
color: #000033;
}

a.more2, a.more2:visited
{
	float: left;
	text-decoration: none;
	color: #333333;
	padding-left: 12px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image:  url(../images/arrow_off_wh.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;

}
a.more2:hover {
	color: #000000;
	background-image:  url(../images/arrow_off_wh.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #F2F2F2;
}.subglobalNav {
	display: none;
}
