/* TOP MENU */
#topmenu ul,
#topmenu li,
#topmenu span,
#topmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#topmenu:after,
#topmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#topmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: Oswald, Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  min-width: 98px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #333333;
}
#topmenu ul {
  list-style: none;
}
#topmenu > ul > li {
  float: left;
}
#topmenu > ul > li.active a {
  background: #0772b6 url(grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #0772b6 0%, #0772b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0772b6), color-stop(100%, #0772b6));
  background: -webkit-linear-gradient(top, #0772b6 0%, #0772b6 100%);
  background: -o-linear-gradient(top, #0772b6 0%, #0772b6 100%);
  background: -ms-linear-gradient(top, #0772b6 0%, #0772b6 100%);
  background: linear-gradient(to bottom, #0772b6 0%, #0772b6 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0772b6', endColorstr='#0772b6', GradientType=0);
  /*box-shadow: inset 0 0 10px #000022, inset 0 10px 10px #000022;
  -moz-box-shadow: inset 0 0 10px #000022, inset 0 10px 10px #000022;
  -webkit-box-shadow: inset 0 0 10px #000022, inset 0 10px 10px #000022;*/
  filter: none;
}
#topmenu > ul > li.active a:hover {
  background: -moz-linear-gradient(top, #0772b6 0%, #0772b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0772b6), color-stop(100%, #0772b6));
  background: -webkit-linear-gradient(top, #0772b6 0%, #0772b6 100%);
  background: -o-linear-gradient(top, #0772b6 0%, #0772b6 100%);
  background: -ms-linear-gradient(top, #0772b6 0%, #0772b6 100%);
  background: linear-gradient(to bottom, #0772b6 0%, #0772b6 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0772b6', endColorstr='#0772b6', GradientType=0);
  filter: none;
}
#topmenu > ul > li a {
  box-shadow: inset 0 0 0 1px #0772b6;
  -moz-box-shadow: inset 0 0 0 1px #0772b6;
  -webkit-box-shadow: inset 0 0 0 1px #0772b6;
  background: #0772b6 url(grad_dark.png) repeat-x left top;
  background: -moz-linear-gradient(top, #0772b6 0%, #0a65a7 50%, #0a65a7 51%, #0772b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0772b6), color-stop(50%, #0a65a7), color-stop(51%, #0a65a7), color-stop(100%, #0772b6 ));
  background: -webkit-linear-gradient(top, #0F87ca 0%, #0a65a7 50%, #0a65a7 51%, #0772b6 100%);
  background: -o-linear-gradient(top, #0772b6 0%, #0a65a7 50%, #0a65a7 51%, #0772b6 100%);
  background: -ms-linear-gradient(top, #0772b6 0%, #0a65a7 50%, #0a65a7 51%, #0772b6 100%);
  background: linear-gradient(to bottom, #0772b6 0%, #0a65a7 50%, #0a65a7 51%, #0772b6 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0772b6', endColorstr='#0772b6 ', GradientType=0);
  border-bottom: 1px solid #2c87c1;
  border-top: 0px solid #2c87c1;
  border-right: 0px solid #2c87c1;
  line-height: 24px;
  padding: 0 15px;
  filter: none;
}
#topmenu > ul > li a:hover {   /*0772b6 to 065f9f*/ 
  background: #065f9f url(grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #065f9f 0%, #074a7f 50%, #074a7f 51%, #065f9f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #065f9f), color-stop(50%, #074a7f), color-stop(51%, #074a7f), color-stop(100%, #065f9f));
  background: -webkit-linear-gradient(top, #065f9f 0%, #074a7f 50%, #074a7f 51%, #065f9f 100%);
  background: -o-linear-gradient(top, #065f9f 0%, #074a7f 50%, #074a7f 51%, #065f9f 100%);
  background: -ms-linear-gradient(top, #065f9f 0%, #074a7f 50%, #074a7f 51%, #065f9f 100%);
  background: linear-gradient(to bottom, #065f9f 0%, #074a7f 50%, #074a7f 51%, #065f9f 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#065f9f ', endColorstr='#0b4085', GradientType=0);
  filter: none;
}
#topmenu > ul > li:first-child a {
  border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  -webkit-border-radius: 1px 0 0 1px;
  border-left: 1px solid #2c87c1;
}
#topmenu > ul > li:last-child a {
  border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  -webkit-border-radius: 0 1px 1px 0;
}
#topmenu .has-sub:hover ul {
  display: block;
}
#topmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 24px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */

  *width: 100%;
}
#topmenu .has-sub ul li {
  text-align: center;
}
#topmenu .has-sub ul li a {
  border-top: 0 none;
  /*border-left: 1px solid #00005d;*/
  display: block;
  line-height: 120%;
  padding: 6px 4px;
  text-align: center;
}


/* SUBMENU TABS */
#subTabs {
        padding: 2px 0;
        margin: 0;
        font-family: Oxygen, 'Myriad Pro';
        font-size: 12px;
}

#subTabs li {
		font-family: Oxygen;
        font-size: 12px;
        list-style: none;
        margin: 0;
        display: inline;
}

#subTabs li a {
		font-family: Oxygen;
        font-size: 12px;
        padding: 5px 7px;
        margin-left: 1px;
        border: 1px solid #ccc;
        border-radius: 4px 4px 0 0;
        border-bottom: 0;
        background: linear-gradient(to bottom, #f8f8f8 0%, #eee 100%);
  		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #eee));
  		background: -webkit-linear-gradient(top, #f8f8f8 0%, #eee 100%);
        text-decoration: none;
}

#subTabs li a:link { color: #015597; }
#subTabs li a:visited { color: #015597; }

#subTabs li a:hover {
        color: #000080;
        background: linear-gradient(to bottom, #e8e8e8 0%, #dddddd 100%);
  		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ddd));
  		background: -webkit-linear-gradient(top, #e8e8e8 0%, #ddd 100%);
        border-color: #bbb;
        border-bottom: 0;
}

#subTabs li a#current {
		font-family: Oxygen;
        background: white;
        border-bottom: 1px solid white;
        font-weight: bold;
        color: black;
        cursor: default;
}
.NewsSub {
	font-family: Oxygen, Calibri, Tahoma, Arial, Helvetica;
	font-size: 18px;
	line-height:18px;
	letter-spacing:-1px;
	margin: 0 0 0 0;
}


/* GLOBALHEADER IMAGE MENU */
#globalheader { width: 982px;}
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 82px; height: 22px; padding-top: 0px; overflow: hidden; }
#globalheader #globalsearch { background-image: url(globalnavbg.png); background-repeat: no-repeat; }
#globalheader #globalnav li a { background-image: url(globalnavbg.png); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-caliper a { background-position: 0 0; }
#globalheader #globalnav li#gn-products a { background-position: -82px 0; }
#globalheader #globalnav li#gn-maptitude a { background-position: -164px 0; }
#globalheader #globalnav li#gn-transcad a { background-position: -246px 0; }
#globalheader #globalnav li#gn-transmodeler a { background-position: -328px 0; }
#globalheader #globalnav li#gn-data a { background-position: -410px 0; }
#globalheader #globalnav li#gn-services a { background-position: -492px 0; }
#globalheader #globalnav li#gn-news a { background-position: -574px 0; }
#globalheader #globalnav li#gn-contact a { background-position: -656px 0; }
#globalheader #globalnav li#gn-purchase a { background-position: -738px 0; }
#globalheader #globalnav li#gn-usercenter a { background-position: -820px 0; }

/* OVER STATES */
#globalheader #globalnav li#gn-caliper a:hover { background-position: 0 -38px; }
#globalheader #globalnav li#gn-products a:hover { background-position: -82px -38px; }
#globalheader #globalnav li#gn-maptitude a:hover { background-position: -164px -38px; }
#globalheader #globalnav li#gn-transcad a:hover { background-position: -246px -38px; }
#globalheader #globalnav li#gn-transmodeler a:hover { background-position: -328px -38px; }
#globalheader #globalnav li#gn-data a:hover { background-position: -410px -38px; }
#globalheader #globalnav li#gn-services a:hover { background-position: -492px -38px; }
#globalheader #globalnav li#gn-news a:hover { background-position: -574px -38px; }
#globalheader #globalnav li#gn-contact a:hover { background-position: -656px -38px; }
#globalheader #globalnav li#gn-purchase a:hover { background-position: -738px -38px; }
#globalheader #globalnav li#gn-usercenter a:hover { background-position: -820px -38px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-caliper a:active { background-position: 0 -76px; }
#globalheader #globalnav li#gn-products a:active { background-position: -82px -76px; }
#globalheader #globalnav li#gn-maptitude a:active { background-position: -164px -76px; }
#globalheader #globalnav li#gn-transcad a:active { background-position: -246px -76px; }
#globalheader #globalnav li#gn-transmodeler a:active { background-position: -328px -76px; }
#globalheader #globalnav li#gn-data a:active { background-position: -410px -76px; }
#globalheader #globalnav li#gn-services a:active { background-position: -492px -76px; }
#globalheader #globalnav li#gn-news a:active { background-position: -574px -76px; }
#globalheader #globalnav li#gn-contact a:active { background-position: -656px -76px; }
#globalheader #globalnav li#gn-purchase a:active { background-position: -738px -76px; }
#globalheader #globalnav li#gn-usercenter a:active { background-position: -820px -76px; }

/* ON STATES */
#globalheader.caliper #globalnav li#gn-caliper a { background-position: 0 -114px !important; }
#globalheader.products #globalnav li#gn-products a { background-position: -82px -114px !important; }
#globalheader.maptitude #globalnav li#gn-maptitude a { background-position: -164px -114px !important; }
#globalheader.transcad #globalnav li#gn-transcad a { background-position: -246px -114px !important; }
#globalheader.transmodeler #globalnav li#gn-transmodeler a { background-position: -328px -114px !important; }
#globalheader.data #globalnav li#gn-data a { background-position: -410px -114px !important; }
#globalheader.services #globalnav li#gn-services a { background-position: -492px -114px !important; }
#globalheader.news #globalnav li#gn-news a { background-position: -574px -114px !important; }
#globalheader.contact #globalnav li#gn-contact a { background-position: -656px -114px !important; }
#globalheader.purchase #globalnav li#gn-purchase a { background-position: -738px -114px !important; }
#globalheader.usercenter #globalnav li#gn-usercenter a { background-position: -820px -114px !important; }

/* TEXT STYLES */
H1 {
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 17pt;
	color: #000080;
	letter-spacing: -1pt;
}

H2 {
	margin: 0px 0px 14px 0px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10pt;
	color: #0066CC;
}

H3 {
	margin: 0px 0px 8px 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13pt;
	color: #EBECD2;
	background-color: #800000;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	text-align: center;
	word-spacing: 1px;
	font-weight: bold;
}	

h4 {
	margin: 6px 0px 2px 0px;
	font-family: Oxygen, Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #0033CC;
	font-weight: bold;
}	

H5 {
	margin: 0px 0px 4px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

P {
	margin: 2px 0px 14px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif, tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	text-align: left;
}	

.FirstP {
	margin: 14px 0px 14px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif, tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	text-align: left;
}	

.AlternateP {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	line-height: 150%;
}

.AlternateP9 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	line-height: 150%;
}

LI {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
}	

TD {
	border-top-color: #000000;
	border: 1px #000000;
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 9pt;
	color: #000000;
}	

TD {
	border-top-color: #000000;
	border: 1px #000000;
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 9pt;
	color: #000000;
}	

.Footer {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
	text-align: center;
}

.MenuItem {
	font-family:Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
}

.ExtraSmall {
	font-size: 3px;
	margin-bottom: 1px;
	padding-bottom: 0px;
}

.Caption {
	font-family:Tahoma, Arial, Helvetica;
	font-size: 8pt;
	padding-bottom: 3px;
	color:#666666;
}

.Footnote {
	font-size: 8pt;
	padding-bottom: 3px;
	line-height: 120%;
	color:#666666;
}

.SidebarItem {
	font-family:Tahoma, Arial, Helvetica;
	font-size: 7pt;
	text-decoration:none;
}

.PR {
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 9pt;
	color: #0066CC;
	font-weight: bold;
}	

.leftmenuhighlight {
	background-image: url('CellHighlight.PNG');
	border-top: 1px #94AFC6 solid;
	font-family:Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: navy;
	text-decoration:none;
}

.leftmenunormal {
	border-top: 1px #94AFC6 solid;
	font-family:Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-decoration:none;
}

.leftmenulast {
	border-top: 1px #94AFC6 solid;
	border-bottom: 1px #94AFC6 solid;
	font-family:Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-decoration:none;
}

.leftmenulasthighlight {
	background-image: url('CellHighlight.PNG');
	border-top: 1px #94AFC6 solid;
	border-bottom: 1px #94AFC6 solid;
	font-family:Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: navy;
	text-decoration:none;
}

.noDecoration {
	text-decoration:none;
}

.noBorder {
	border-width: 0;
}

.Center {
	text-align:center;
	margin-bottom:0px;
}

.TableHead {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background-image: url('../graphics/GrayBack.png');
}

.Solutions {
	font-family: Calibri, Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
}
.SolutionsList {
	font-family: Tahoma, Arial, Tahoma, Helvetica;
	font-size: 8pt;
	margin-bottom: 5px;
	margin-left: 8px;
}

.BulletList {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #222222;
	border-style: solid;
	border-width: 0;
	margin-left:.13in;
	text-indent:-.13in;
	margin-bottom: 6px;
	line-height: 125%;
}

.PBullets {
	font-family: Tahoma, Arial, Helvetica, sans-serif, tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	margin-left:.2in;
	text-indent:-.1in;
	margin-bottom: 0px;
}

.Subtopic {
	font-family: Calibri, Tahoma, Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 6px;
}
.ProductName {
	font-family: Calibri, Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1px;
}

.BeigeLightLeft {
	border-width: 0;
	background-color: #EFF1E7;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.BeigeDarkLeft {
	border-width: 0;
	background-color: #E8EBDA;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.BeigeLightCenter {
	border-width: 0;
	background-color: #EFF1E7;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
}
.BeigeDarkCenter {
	border-width: 0;
	background-color: #E8EBDA;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
}
.BlueCenter {
	border-style: solid;
	border-width: 0;
	background-color: #17177B;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}
.BlueLeft {
	border-style: solid;
	border-width: 0;
	background-color: #17177B;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
}

.InDepthHeading {
	font-family: Calibri, Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color:black;
	text-align:center;
}

.InDepthGradiantNEW {
	border-style: solid;
	padding: 6px 6px 6px 6px;
	border-width: 1px;
	border-color: #888888;
	border-collapse: collapse;
	background-image: url('../graphics/GradiantBackground.png');
	font-family: Tahoma, Arial;
	line-height: 180%;
	font-size: 12px;
}

.InDepthGradiant {
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-collapse: collapse;
	background-image: url('../graphics/GradiantBackground.png');
	margin-left: 14px;
}

.NavigateHeading {
	font-family:Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}
.NavigateItem {
	font-family:Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-decoration:none;
}
.NavigateItemHighlight {
	font-family:Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-decoration:none;
	font-weight: bold;
}

.NavigateBullet {
	font-family:Tahoma, Arial, Helvetica;
	font-size: 7pt;
	text-decoration:none;
	color: #000080;
	text-align:right;
	vertical-align:top;
}

.NavigateTDArrow {
	background-image:url('graphics/HighlightArrow.png');
}

.NavigateTDHighlight {
	background-image:url('graphics/Highlight.png');
}

.ShowArrowBackground {
	border-style: solid;
	border-width: 0;
	background-image: url('Graphics/BackgroundTab.gif');
}
.TextOnArrowBackground {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.NavigateWhiteHighlight {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
}

.caliperfooter {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
}

.FloatRightWithMargin {
	border-width: 0;
	margin-left: 14px;
	float: right;
}

.GrayLightLeft {
	border-width: 0;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.GrayDarkLeft {
	border-width: 0;
	background-color: #F8F8F8;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.GrayLightCenter {
	border-width: 0;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
}
.GrayDarkCenter {
	border-width: 0;
	background-color: #F8F8F8;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
}

A:hover	{	
    text-decoration:	underline;
}

.TopBox {
	border-bottom: 2px blue solid;
	height: 200px;
}

.Price {
	font-family: Calibri, Tahoma, Verdana, Arial;
	font-size: 30px;
	font-weight: bold;
}
.PriceLight {
	font-family: Calibri, Tahoma, Verdana, Arial;
	font-size: 18pt;
	font-weight: normal;
}

/* NEWS NAVIGATION */
div.news {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #FFFFFF;
    float: left;
    width: 140px;
}
 
.news ul {
    width: 160px;
    position: relative; /*Relative to the containing division */
    z-index: 10; /*We need to adjust the z-index values in order to display the successive lists properly */
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    list-style: none; /* Removes the dots from the default Bullet styles */
    font-size: 10pt;
    color: #000000;
}
 
.news ul li {
    text-align: right;
    position: relative;
    z-index: 12;
    margin: 0;
    padding: 9px 5px;
    border-bottom: 1px solid silver;
    width: 160px;
}
 
.news ul li span.dir {
    background: transparent url(../image/31.gif) no-repeat scroll center right;
    padding-right: 25px;
    cursor: pointer;
    display: block;
}
 
.news ul li:hover {
    background-color: #eeeeee;
    font-size: 10pt;
    color: #000000;
}
 
.news ul li a {
    display: block;
    text-decoration: none;
    color: #888888;
    font-weight: normal;
    background-color: transparent;


    z-index: 15;
}
 
.news ul li ul {
    display: none;
    position: absolute;
    z-index: 15;
    top: -1px;
    left: 160px;
    margin: 0;
    text-align: left;
    width: 140px; /* Set the width of the successive list */
}
 
.news ul li ul li {
    text-align: left;
}
 
.news ul li:hover > ul {
    display: block;
}
ft;
}
 
.news ul li:hover > ul {
    display: block;
}

.newstabblank{
	width: 126px; 
	background-image:url('../graphics/TabGradiant.png'); 
	background-repeat:repeat-y; 
	background-position: -44px 0px;
	vertical-align: top;
}

.newstabactive{
	width: 33%;
	vertical-align: middle;
	text-align: center;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-radius: 5px 5px 0 0;
	background-color: white;
	font-weight: bold;
	font-family: tahoma, arial, helvetica;
	font-size: 11pt;
}

.newstabinactive{
	border-bottom: 1px #cccccc solid; 
	border-left: 1px #eeeeee solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #eeeeee solid;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	font-family: tahoma, arial, helvetica;
	width: 33%;
	background-image:url('TabBlank.png'); 
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	font-size: 10pt;
}

.DataTableHead {
	border-style: solid;
	border-width: 0;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #17177B;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	line-height: 110%;
	padding: 6px 6px 6px 6px;
}

.DataTable {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #222222;
	border-style: solid;
	border-width: 0;
	margin-left:.13in;
	text-indent:-.13in;
	margin-bottom: 0px;
	line-height: 125%;
}

.DataTablePadded {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #222222;
	border-style: solid;
	border-width: 0;
	margin-left:.13in;
	text-indent:-.13in;
	margin-bottom: 8px;
	line-height: 125%;
}

.InfoFourColumn {
	vertical-align: top;
	width:24%;
	border: 1px #A7BCE9 solid;
}

#BoxImageArea {
	float: left; width: 600px; height: 200px; border-bottom: 2px blue solid; 
}

#RightBoxInfoArea {
	float: right ;width: 302px; height: 200px ; border-bottom: 2px blue solid; 
}

#TwoColumnLeft {
	float: left; width: 438px; 
}

#TwoColumnRight {
	float: right; width: 438px; 
}

#ThreeColumnLeft {
	float: left; width: 286px;
}
	
#ThreeColumnCRContainer {
	float: right; width: 588px;
}

#ThreeColumnCenter {
	float: left; width: 286px;
}

#ThreeColumnRight {
	float:right; width: 286px;
}
.ThreeMultiLeft {
	float: left; width: 286px;
}
	
.ThreeMultiCRContainer {
	float: right; width: 588px;
}

.ThreeMultiCenter {
	float: left; width: 286px;
}

.ThreeMultiRight {
	float:right; width: 286px;
}


.clear-both {
   clear: both;
}

.CountryBar {
	height: 20px; background-color:#3C3C3C; vertical-align: middle; 
	font-family: Arial, Tahoma, Verdana ;font-size: 8pt; color: #eeeeee; 
	border-top: 1px #505050 solid;
}
.OtherCountry {
	vertical-align: middle; text-align: right;
	font-family: Arial, Tahoma, Verdana ;font-size: 8pt; color: #eeeeee; 
}

#LocalMenu {
	font-family: Tahoma, Arial, Verdana; color: #3c3c3c; font-size: 11px; padding: 6px 6px 6px 6px; border-bottom: 1px silver solid; text-align: left; width: 890px;
}

#MaptLocalMenu {
	font-family: Tahoma, Arial, Verdana; color: #3c3c3c; font-size: 11px; padding: 6px 0 4px 0; border-bottom: 1px gray solid; text-align: left; width: 902px;
}

#MaptLocalMenuNew {
	font-family: Tahoma, Arial, Verdana; color: #3c3c3c; font-size: 11px; padding: 6px 0 0 0; text-align: left; width: 902px;
}

.TCLocalMenu {
	font-family: Tahoma, Arial, Verdana; color: #3c3c3c; font-size: 11px; text-align: center; line-height: 105%;
}

.MTMenu {
	font-family: Tahoma, Arial, Verdana; color: #3c3c3c; font-size: 11px;
}

#MainBody {
	padding: 6px 6px 6px 6px; 	text-align: left;
}

.FourColumn{
	vertical-align: top; width: 25%;
}

.ThreeColumn{
	vertical-align: top; width: 33%;
}

#TabMenu {
	text-align: left; width: 902px; background-color: white; height: 45px;
}

.ActiveTab {
	background-image:url('TabActive120x40.png'); background-repeat: no-repeat; 
	width: 120px; height: 40px; vertical-align: middle; text-align: center; 
	font-family: Tahoma, Arial, Helvetica; font-size: 8pt; color: #3c3c3c; font-weight: bold;   
}

.InactiveTab {
	background-image:url('TabInactive120x38.png'); background-repeat: no-repeat;  
	width: 120px; height: 40px; vertical-align: middle; text-align: center; 
	font-family: Tahoma, Arial, Helvetica; font-size: 8pt; color: #3c3c3c;    
}

.TabGap {
	border-bottom: 1px silver solid; background-image:url('TabBlank.png'); background-repeat: repeat-x;
}

.LocalMenuSpacing {
	margin:9px 9px 3px 0;
}

.breadcrumbs {
	font-family: Tahoma, Arial, Verdana; color: black; font-weight: bold; padding: 6px 0 9px 0px; font-size: 12px; 
}

.blockquote {
	font-family: Myriad Pro, Oxygen, Calibri, Tahoama, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: gray;
	letter-spacing: -1px;
}
.homeproduct {
	font-family: Myriad Pro, Oxygen, Calibri, Tahoama, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #000080;
	letter-spacing: -1px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 12px;
}

/* Hover buttons for prompt calls */
.prompthover {
	font-family: Oswald; background-color:#489fcf; text-decoration: none; padding: 1px 3px 1px 3px; font-size: 11px; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: 0 1px 0 #015597;

}
a.prompthover:link {
	background-color: #489fcf; text-decoration: none; color: white;
}
a.prompthover:hover {
	background-color: #015597; text-decoration: none;
}
.buyhover {
	font-family: Oswald; background-color:#db0909; text-decoration: none; padding: 1px 3px 1px 3px; font-size: 11px; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: 0 1px 0 #af0a0a;

}
a.buyhover:link {
	background-color: #db0909; text-decoration: none; color: white;
}
a.buyhover:hover {
	background-color: #af0a0a; text-decoration: none;
	}


