/* Default Settings */
* 	{font-size:100.01%}
html 	{font-size:62.5%;} 

body
{	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif; color:#000;
	background-color: #ffffff; 
	margin: 0;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #cccccc;
	scrollbar-shadow-color : #cccccc;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #cccccc;
	scrollbar-track-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	background-color:#ffffff;
}
.normaltext 
{
        font:1.1em/1.6em Helvetica, Arial, Geneva, Verdana, sans-serif; color:#000;
}

div.QuoteContainer
{
	position:relative;
	top:60px;
	left:20px;
	width:350px;
}

.selectMultiple select
{
	width: 180px;
  	padding: 1px 3px;
	font-family: verdana;
	font-size: 10px;
	color: #333;
	border:1px solid #00467f;
}


div.contentContainer
{
        font:1.2em/1.6em Helvetica, Arial, Geneva, Verdana, sans-serif; color:#000;
	padding-left:20px;
	Padding-right:5px;
	background-color: #fff; /* changed from #F5F5F5 */
	background-repeat:repeat-y;
}
.locationnames
{
	font-family: arial; 
	font-size: 11px; 
	color:#999999;
	font-weight: bold; 
	text-decoration: none; 
}
.ContentContainer 
{
	padding-left:5px;
	font:1.1em/1.6em Helvetica, Arial, Geneva, Verdana, sans-serif; color:#000;
	Padding-right:5px;
	background-repeat:repeat-y;
	height: 650px;
	text-transform: none;
	scrollbar-face-color :  #f5f5f5;
	scrollbar-highlight-color : #cccccc;
	scrollbar-shadow-color : #cccccc;
	scrollbar-3dlight-color : #f5f5f5;
	scrollbar-arrow-color : #cccccc;
	scrollbar-track-color : #f5f5f5;
	scrollbar-darkshadow-color : #f5f5f5;
	//Overflow-x: hidden;
	Overflow:auto;
}

.ConsultantContentContainer 
{
 font:1.1em/1.6em Helvetica, Arial, Geneva, Verdana, sans-serif; color:#000;
	padding-left:2px;
	Padding-right:2px;
	height: 650px;
	Overflow-y: scroll;
	Overflow-x: hidden;
	scrollbar-face-color : #f5f5f5;
	scrollbar-highlight-color : #cccccc;
	scrollbar-shadow-color : #cccccc;
	scrollbar-3dlight-color : #f5f5f5;
	scrollbar-arrow-color : #cccccc;
	scrollbar-track-color : #f5f5f5;
	scrollbar-darkshadow-color : #f5f5f5;

}
.AlternateContentContainer
{
	padding-left:18px;
	Padding-right:20px;
	background-color: #fff;
	background-repeat:repeat-y;
 font:1.1em/1.6em Helvetica, Arial, Geneva, Verdana, sans-serif; color:#000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	Overflow-y: scroll;
	Overflow-x: hidden;
	scrollbar-face-color : #f5f5f5;
	scrollbar-highlight-color : #3385ad;
	scrollbar-shadow-color : #00527a;
	scrollbar-3dlight-color : #f5f5f5;
	scrollbar-arrow-color : #006699;
	scrollbar-track-color : #f5f5f5;
	scrollbar-darkshadow-color : #f5f5f5;

}

.NewsHeadline
{
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
   	color:#00467f;
        padding-left: 15;
        padding-top: 10;
        padding-bottom: 10;
   	
}

.NewsSubline
{
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
   	color:#00467f;
        padding-left: 15;
        padding-top: 10;
        padding-bottom: 10;
   	
}

.pagetitle				       
{
	font: bold 2em Trebuchet MS, Arial, sans-serif;
	text-decoration:none;
   	color:#00467f;
        padding: 5 0 0 5;
}

.Subtitle					       
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
   	color:#00467f; 	
   	padding: 15 0 0 0;  	
}



.quotetext
{
	font-family: arial; 
	line-height: 16px;
	font-size: 11px;
	font-style: oblique;
	color:#333;
	background:  url(../images/quote.gif) no-repeat;
	background-position:top left;
	padding-left:20px;
	text-align:justify;
}

.quotetext2
{
	font-family: arial; 
	font-size: 11px;
	color:#333;
	font-style: normal;
	padding-left:20px;
	text-align:right }

.rightmenuborder
{
border-left: 1px solid #f59f1a;
 font:1.1em/1.6em Helvetica, Arial, Geneva, Verdana, sans-serif; color:#000;
		
}


.rightmenubordergeneric		
{
	color:#999999;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	text-align:left;
        border-left: 1px solid #00467F;
}

=Links
*/
a:link 
{
	color:#004477;
	text-decoration: none;
}
a.activelink
{
	color:#004477;
	text-decoration: none;
        font-weight:bold;
}
a:visited 
{
	color:#00467f;
	text-decoration: none;
}

a:hover 
{
	color:#000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

a:hover img {text-decoration: none;}
a.imglink:link,
a.imglink:visited {border:none}
a.imglink:hover {background:transparent}
img.floatLeft { float: left; margin: 4px;}
img.floatRight { float: right; margin: 0 0 4px 10px;}
img.floatRightClear { float: right; clear: right; margin: 4px;}
/*
=Lists
*/
dl,
ol,
ul {margin:1em 0}
dl {margin-top:-0.5em}
dt {
	margin:0.5em 0 0;
	font-weight:bold;
}
.lab dt {margin-top:1em}
dd {margin:0 0 0 4em}
dd p {margin:0 0 0.5em}
ul {
	padding:0 0 0 2em;
	list-style:none;
}
ol {padding:0 0 0 2.5em}
li  {margin:0 0 0.5em;}

.normaltext li {margin:.5em 0 0.5em; padding-left:10px; padding-left:10px; background-image: url(../../images/square-bullet.gif);background-repeat: no-repeat;background-position: 0 .6em;}


a:hover img {
	text-decoration: none;
  }

body.NewsRelease {
	background-color: #fff;
	font-family: arial; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	text-align:left;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #cccccc;
	scrollbar-shadow-color : #cccccc;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #cccccc;
	scrollbar-track-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
}

h2.PressRelease{
	background-color: #fff;
	font-family:verdana;
	font-size: 14px; 
	color:#999999;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	text-align:left;
	
}

li.printer {
list-style-image:url(../images/printer2.gif);
padding-bottom:-1px;
padding-left:5px;
background-color: #fff;
}

/*///////////// Ajax Tabs Code ////////////*/
.shadetabs{
	padding: 0px;
	margin: 0;
	font-family: arial;
	font-size:11px;
	clear: both;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
	display: inline;
	margin: 0;
	text-decoration: none;
	text-indent:0px;
	letter-spacing: 0px;	
	
}

.shadetabs li a{
	position: relative;
	margin: 0;
	float: left;
	height: 33px;
	background-image: url(../images/tab-on.jpg);
	background-repeat:  repeat-x; 
	background-position:right;
	padding: 10px 5px 5px 5px;
	color: #333333;
	text-decoration:none;

}

.shadetabs li a:hover{
	position: relative;
	top: 0;
	padding: 10px 5px 5px;
	background-image: url(../images/tab-on.jpg);
	background-repeat: repeat-x;  
	background-position:right; 
	float: left;
	height: 33px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	text-decoration:none;
		
}

.shadetabs li.selected{
	position: relative;
	top: 0;
	margin: 0;
	float: left;
	background-image: url(../images/tab-active.jpg);
	background-repeat: repeat-x; 
	background-position:right;
	color: #00467f;
	height: 33px;
	text-decoration:none;
	font-weight: normal; 
	border: 1px 0px 0px 0px solid #cccccc;
	
}

.shadetabs li.selected a{ /*selected main tab style */
	position: relative;
	margin:  0;
	float: left;
	background-image: url(../images/tab-active.jpg);
	background-repeat: repeat-x; 
	background-position:right;
	padding: 10px 5px 5px 5px;
	color: #00467f;
	height: 35px;
	border-top: 1px solid #00467f;
	text-decoration:none;
	     
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	position: relative;
	top: 0;
	margin:  0px 0px 0px 0px;
	float: left;
	background-image: url(../images/tab-active.jpg);
	padding: 10px 5px 5px 5px;
	color: #00467f;
	background-repeat: no-repeat; 
	background-position: right;
	height: 35px;
	border-top: 1px solid #00467f;
	
}

/* ///////////////// Start TABS on Product Pages 042008  //////////////////*/
#main {
	border: 1px solid #666;
	clear: both;
	background: #CFCFCF;
	padding-top: 0;
}

#contents {
	padding: 6px;
	background: #FFF;
	min-height: 80px;
}

#header {
	position: relative;
	width: 520px;
	height: 3em;
	width: 45em; 
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; 
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 15em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #666;
	padding-bottom: 6px;
	margin-top: 0;
	font-weight:bolder;
	color: #fff;
}

#header ul#primary a {
	background: #fff;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #CFCFCF;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; 
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

/* ////////////////////// End New Tabs /////////////////////////////*/



/* ######### Page level ajax tab style ######### */

.shadetabs2{
width:100%;
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:  9px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
	display: inline;
	margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 5px;
margin-right: 0px;
//border: 1px solid #778;
	border-top: 1px Solid #778;
	border-right: 1px Solid #778;
	border-bottom: 0px;
	border-left: 1px Solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
top: 7px; 
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs2 li a.selected{ /*selected main tab style */
	position: relative;
	top: 7px; 
}

.shadetabs2 li a.selected{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
	background-color:#999999;
	color: #ffffff;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}
#content {
		border-top: 0px Solid #778;
		border-right: 1px Solid #778;
		border-bottom: 1px Solid #778;
		border-left: 1px Solid #778;
		background-color: #ffffff;
		padding: 5px;
		width: 470px;
	}
	
.contentstyle{
	position: relative;
	top: -2;
	text-align: left;
	border-bottom: 1px solid #bfbfbf;
	clear: both;
	width: 205px;
	font-family: arial;
	color: #333;
	padding-top: 1px;
	padding-bottom: 25px;
	min-height: 300px;
	font-size: 11px;
        background-image: url(../images/tabcontent_bg.jpg);
	
}



html>body .contentstyle{
	position: relative;
	top: -8;
	text-align: left;
	border-bottom: 1px solid #bfbfbf;
	clear: both;
	width: 205px;
	font-family: arial;
	color: #333;
	padding-top: 1px;
	padding-bottom: 25px;
	min-height: 300px;
	font-size: 11px;
        background-image: url(../images/tabcontent_bg.jpg);
	*/ This is a Hack for positioning in Mozilla and Opera Browsers added by Kyle on 6-13-07 -- Do not remove */
	
}


table.tabContent{
	position: relative;
	top:10px;
	text-align: left;
	left: 5px;
	clear: both;
	width: 195px;
	padding: 0px;
	font-family: arial;
	color: #333;
	min-height: 300px;
	font-size: 11px;
 	
}

.tabbottomlink                                               
{
	font-family:arial;
	font-size:11px;
	color:#f59f1a;
	text-decoration:none;
}

a.tabbottomlink:link
{
	font-family:arial;
	font-size:11px;
	color:#f59f1a;
	text-decoration: none;
}

a.tabbottomlink:visited
{
	font-family:arial;
	font-size:11px;
	color:#f59f1a;
	text-decoration: none;
}

a.tabbottomlink:hover
{
	font-family:arial;
	font-size:11px;
	color:#00467f;
	text-decoration: none;
}

/*///////////// Ajax End of Tabs Code ////////////*/

li.jobsdept {
	font-family:arial;
	font-size:11px;
	line-height:16px;
	color:#00467f;
	text-decoration: none;
	background: #fff; /* changed from #F5F5F5 */
}


/*///////////// Page Links ////////////*/

.pagelink                                               
{
	font-family:arial;
	font-size:11px;
	color:#00467f;
	text-decoration:none;
}

a.pagelink:link
{
	font-family:arial;
	font-size:11px;
	color:#00467f;
	text-decoration: none;
}

a.pagelink:visited
{
	font-family:arial;
	font-size:11px;
	color:#00467f;
	text-decoration: none;
}

a.pagelink:hover
{
	font-family:arial;
	font-size:11px;
	color:#00467f;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}


/*///////////// Tab Contnet Links ////////////*/

.tabcontnetlink                                               
{
	font-family:arial;
	font-size:11px;
	color:#00467f;
	text-decoration:none;
	font-weight: normal; 
}

a.tabcontentlink:link
{
	font-family:arial;
	font-size:11px;
	color:#00467f;
	text-decoration:none;
	font-weight: normal; 
}

a.tabcontnetlink:visited
{
	font-family:arial;
	font-size:11px;
	color:#00467f;
	text-decoration:none;
	font-weight: normal; 
}

a.tabcontentlink:hover
{
	/*  REMOVED FOR ie COMPATIBILITY font-family:arial; */
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight: normal; 
	border-bottom: 1px dotted #333;
}


.h1
{
	font-family: arial; 
	font-size: 18px; 
	color:#333;
	font-weight: bold; 

}


.h2
{
	font-family: arial; 
	font-size: 16px; 
	color:#333;
	font-weight: bold; 

}

.h3
{
	font-family: inherit; 
	font-size: 1em; 
	color:#333;
	font-weight: bold; 

}

.h4
{
	font-family: inherit; 
	font-size: .9em; 
	color:#333;

}

.
.atextlink ----------------------------------------- /* this class is used for a links of the text */
{
	color:#00467f;
	text-decoration: none;
}

a.atextlink:link 
{
	color:#00467f;
	text-decoration: none;
}
a.atextlink:visited 
{
	color:#00467f;
	text-decoration: none;
}
a.atextlink:hover 
{
	color:#00467f;
	text-decoration: none;
        border-bottom: 1px dotted #333;
}


.contact ----------------------------------------- /* this class is used for a links in contact us page */
{	font:11px Arial;
	color:#004477;
	text-decoration: none;
}

a.contact:link 
{
	color:#004477;
	text-decoration: none;
}
a.contact:visited 
{
	color:00467f;
	text-decoration: none;
}
a.contact:hover 
{
	color:#00467f;
	text-decoration: none;
        border-bottom: 1px dotted #333;
}




