/* -----------------------Re-Define basic HTML Elements----------------------- */
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #052F4B;
	font-family: arial, verdana, sans-serif;
	background-image: url(Images/white_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: disc;
	margin-top: 5px;
	margin-right: 10px;
}
a {
	color: #f4f4e9;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #052F4B;
	font-family: arial, verdana, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 10pt;
	line-height: 16px;
	vertical-align: baseline;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	color: #FF8439;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 a:link, h1 a:visited{
	font-size: 18px;
	line-height: 22px;
	color: #FF8439;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	color: #FF8439;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
strong {
	color: #FF8D39;
	font-size: 11pt;
}
blockquote {
	margin-left:12px;
	margin-top:0px;
}

/*-----------------------New CSS Rules for Home Page Redesign/Header/Footer----------------------- */
#foot a:link, #foot a:hover, #foot a:visited {
	font-size:10px;
	color:#a2bdcc;
	text-decoration:none;
}


/*-----------------------Principal Site Divs and Classes----------------------- */
#container {
	background-image: url(Images/BG.jpg);
	background-repeat: repeat-y;
	width: 802px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	float: left;
	height: 150px;
	width: 802px;
	text-align: center;
}
#menu {
	background-image:url(Images/Menu_Bar.png);
	background-repeat: no-repeat;
	background-position:center;
	float: left;
	height: 37px;
	width: 802px;
}
#banner {
	float: left;
	width: 802px;
	height: 258px;
	background-image: none;
	text-align: center;
}
#content {
	float: left;
	width: 785px;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	left: 15px;
	top: 15px;
}

/* -----------------------Sublinks Classes----------------------- */
#sublinks {
	background-image: url(Images/buttons/bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 475px;
	margin-left: 147px;
	padding-top: 7px;
	text-align: center;
	display: block;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
}
#sublinks a:link, #sublinks a:visited {
	color: #052F4B;
}
#sublinks a:hover {
	background-position: bottom;
	color: #FF8439;
}
.content {
	width: 960px;
	margin: auto;
	margin-top: 10px;
	min-height: 420px;
}
.contentLeftColumn {
	float: left;
	height: 100%;
	width: 180px;
}
.contentRightColumn {
	margin-left: 200px;
}
.contentHeader {
	font-size: 20pt;
	font-weight: bold;
}
#footer {
	width: 802px;
	background-image: url(Images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: 1px bottom;
	height: 49px;
}
.footerText {
	color: #f4f4e9;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	width: 500px;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.footerText a:link, .footerText a:visited{
	color: #f4f4e9;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
}
.footerText a:hover {
	color: #FFCC66;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}
.footerText2 {
	color: #f4f4e9;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	width: 100px;
	float: right;
	text-align: right;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footerText2 a:link, .footerText2 a:visited{
	color: #f4f4e9;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
}
.footerText2 a:hover {
	color: #FFCC66;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}
#copyright {
	font-size: 7pt;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 850px;
	background-color: #FFFFFF;
	height: auto;
}
/* -----------------------Top Nav Classes----------------------- */
.menuButtons {
	color: #f4f4e9;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
	padding-top: 3px;
}
.menuButtons:hover {
	background-image: url(Images/Menu_BarHover.png);
    font-family: arial, verdana, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	text-decoration: none;
	color: #052F4B;
	cursor: pointer;	
}
.menuLogo {
	margin-top: 20px;
}
.menuInactive {
	color: #052F4B;
	font-family: arial, verdana, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	background-image: url(Images/Menu_BarHover.png);
	background-repeat: no-repeat;
	padding-top: 3px;
}
.menuInactive:hover {
	cursor: pointer;
}


/* -----------------------Home Page Specific Classes----------------------- */
#mainFlash {
	float: left;
	width: 798px;
	height: 300px;
	margin-left: 2px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003254;
}
.mainBubble {
	background-image: url(Images/Main_Bubble.png);
	background-repeat:no-repeat;
	padding-top: 7px;
	padding-left: 7px;
	width: 575px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom:0px;
	height: 120px;
}
.bubble {
	height: 360px;
	width: 240px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.bubbleHeader {
	color: #f4f4e9;
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	margin-left: 10px;
}
.bubbleTitle {
	color: #dc8249;
	font-family: arial, verdana, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
}
.bubbleTitle02 {
	color: #dc8249;
	font-family: arial, verdana, sans-serif;
	font-size: 30pt;
	font-weight: bolder;
}
.bubbleBody {
	color: #052F4B;
	font-family: arial, verdana, sans-serif;
	font-size: 11pt;
}
.bubbleLink  {
	color: #052F4B;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
}
.bubbleLink:hover {
	color: #dc8249;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}



/* ----------------------- BODY COPY CLASSES  ----------------------- */
.copy {
	margin-left: 50px;
	font-size: 10pt;
	float: left;
	width: 672px;
	text-align: left;
	height: auto;
	line-height: 16px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.copy a:link, .copy a:visited {
	color: #003366;	
}
.copy a:hover {
	font-size: 10pt;
	color: #FF8439;
}
.copy2 {
	font-size: 10pt;
	float: left;
	width: 672px;
	text-align: left;
	height: auto;
	line-height: 16px;
}
.copy2 a:link, .copy2 a:visited {
	color: #003366;
}
.copy2 a:hover {
	font-size: 10pt;
	color: #FF8439;
}
.column {
	width: 270px;
	float: left;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* SITEMAP COLUMN CLASS */
.mapCol {
	float: left;
	width: 140px;
	margin-left: 20px;
	line-height: 20px;
	margin-top: 10px;
	height: 130px;
}
/* GENERIC BUTTON CLASS */
.button_ps {
	background-image: url(Images/ps_button.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 99px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	display: block;
	color: #FAF8ED;
}
.button_ps a:link, .button_ps a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FAF8ED;
}
.button_ps a:hover {
	color: #052F4B;
	background-position: bottom;
	display: block;
	line-height: 26px;
	background-image: url(Images/ps_button.png);
	background-repeat: no-repeat;
}



/* -----------------------IMAGE CLASSES----------------------- */
.left {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.right {
	float: right;
}
.right2 {
	float: right;
	margin-right: 10px;
}



/* -----------------------LARGE BUTTONS - MEDIA AND SUPPORT BUTTONS----------------------- */
.bigButton {
	height: 100px;
	width: 500px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 70px;
}
.bigButton a:link, .bigButton a:visited {
	color: #052F4B;
}
.bigButton a:hover {
	background-position: center bottom;
	display: block;
	cursor: pointer;
}
.bigButtonT {
	margin-left: 125px;
	width: 350px;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.bigButtonTN {
	width: 340px;
	height: auto;
	margin-left: 125px;
	padding-top: 25px;
}
.demoButton {
	float: left;
	background-image:url(Images/vizTerra/demo_download.png);
	width: 320px;
	height: 94px;
	display: block;
}
.demoButton a:hover {
	background-image:url(Images/vizTerra/demo_download.png);
	background-position: center bottom;
	display: block;
	cursor: pointer;
}
.discButton {
	float: left;
	background-image:url(Images/vizTerra/demo_disc.png);
	width: 320px;
	height: 94px;
	display: block;
}
.discButton a:hover {
	background-image:url(Images/vizTerra/demo_disc.png);
	background-position: center bottom;
	display: block;
	cursor: pointer;
}

/* MEDIA PLAYER CLASS */
#box {
	height: 562px;
	width: 657px;
	margin-top: 15px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}




/* -----------------------JOBS PAGE CLASSES----------------------- */
.divHead {
	background-image: url(Images/divider.png);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 642px;
	line-height: 32px;
	
	margin-bottom: 15px;
	color: #FAFBF5;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bolder;
}
.divHead2 {
	background-image: url(Images/divider2.png);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 642px;
	line-height: 32px;
	
	margin-bottom: 15px;
	color: #FAFBF5;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bolder;
}
/* BACK TO TOP LINK BOX CLASSES */
.btt {
	font-size: 10px;
	float: right;
	height: 10px;
	width: 100px;
	margin-top: -22px;
	line-height: 10px;
	text-align: right;
	color: #F6F7F1;
}
.btt a:link, .btt a:visited {
	color: #f4f4e9;
	font-size: 10px;
	font-family: arial, verdana, sans-serif;
}
.btt a:hover {
	text-decoration: underline;
}



/* -----------------------VENDOR PARTNER SPECIFIC CLASSES----------------------- */
.divider {
	float: left;
	height: 1px;
	width: 672px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 15px;
	margin-left: 50px;
}
.copyVend {
	float: left;
	width: 661px;
	margin-left: 50px;
}
.leftV{	
	float: left;
	width: 214px;
	height: 130px;
	text-align: center;
}
.leftV a:link, .leftV a:visited {
	font-size: 11px;
	color: #052F4B;
}
.leftV a:hover {
	color: #FF6600;
}
.divV {
	float: left;
	height: 4px;
	width: 659px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #052E4A;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.divH {
	float: left;
	height: 130px;
	width: 3px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #052E4A;
	margin-right: 3px;
}

/* ---------------SYSTEM REQUIREMENTS BOX------------- */
.req {
	float: left;
	margin-top: 25px;
	width: 410px;
	padding-left: 90px;
	background-image: url(Images/icons/tower.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	padding-top: 6px;
	margin-left: 75px;
}




/* -----------------------KEY FEATURES - DROPDOWN TEXT CLASSES----------------------- */
.save{
   behavior:url(#default#savehistory);}
a.dsphead, a.dsphead:link, a.dsphead:active, a.dsphead:visited {
	color: #FF8439;
	font-size: 11pt;
}
a.dsphead:hover{
	color: #052F4B;
}
.dspcont {
	color: #FF8439;
	font-size: 11pt;
   	display:none;   
}
.dspcont2{
   display:block;
}
.more, .more a:link, .more a:visited {
	background-image: url(Images/icons/dot.png);
	height: 10px;
	width: 10px;
	float: right;
	margin-top: -13px;
	display: block;
	line-height: 10px;
	text-align: center;
	font-size: 13px;
	cursor:pointer;
} 
.expand, .expand a:link, .expand a:visited, .expand a:active {
	display:block;
	color: #052F4B;
	font-family: arial, verdana, sans-serif;
	font-weight: lighter;
	font-size: 13px;
}
.expand a:hover {
	color: #FF8439;
}
.expandColumn {
	width: 320px;
	float: left;
	margin-right: 16px;
}


/* ----------------------- FORM CLASSES  ----------------------- */
#form {
	margin-top: 5px;
	float: left;
	margin-left: 70px;
	margin-bottom: 15px;
	width: 550px;

}
.cleardefault {
font-weight: bold;
	height: 20px;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7BD;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #E2E2CF;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
}
.clearwide {
font-weight: bold;
	height: 20px;
	width: 498px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7BD;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #E2E2CF;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
}
.clearemail {
font-weight: bold;
	height: 20px;
	width: 323px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7BD;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #E2E2CF;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
}
#form input {
	color: #033252;
}
#form select {
	font-weight: bold;
	margin: 5px;
	border: 1px solid #D7D7BD;
	padding: 2px;
	color: #033252;
}
.formField {
	width: 160px;
	margin-left: 5px;
	font-size: 11px;
	float: left;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: 11px;
}
.formThree {
	width: 200px;
	margin-left: 5px;
	font-size: 11px;
	float: left;
	margin-right: 15px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: 11px;
}

/* ----------------------- FLAG CLASSES  ----------------------- */

.flag {
	background-image:url(Images/flag_back.png);
	height: 24px;
	width: 24px;
	display: block;
	float:right;
	
}
.flag a{
	background-image:url(Images/flag_back.png);
	background-repeat: no-repeat;
	background-position:top;
	height: 24px;
	width: 24px;
	display: block;
}
.flag a:hover{
	background-image:url(Images/flag_back.png);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 24px;
	width: 24px;
	display: block;
	cursor: pointer;
}



/* -----------------------Quick Links Classes----------------------- */
.qLinks {
	width: 124px;
	height: 37px;
	
	text-align:center;
	background-image: url(Images/Menu_BarHover2.png);
	background-repeat: no-repeat;
	display:block;
	
	color: #f4f4e9;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
	line-height: 40px;
}
.qLinks a{
	background-image: url(Images/Menu_BarHover2.png);
	background-repeat:repeat-x;
	background-position:top;
	
	display: block;
}
.qLinks a:hover{
	background-image: url(Images/Menu_BarHover2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
	display: block;
	cursor: pointer;
}
.qLinksActive {
	width: 124px;
	height: 37px;
	text-align:center;
	background-image: url(Images/Menu_BarHover.png);
	background-repeat: no-repeat;
	
	display:block;
	color: #052F4B;
	font-family: arial, verdana, sans-serif;
	font-size: 11pt;
	font-weight:bold;

}
#qPlace {
	position: absolute;
	padding-left: 91px;
	top: 134px;
}
.dropdown {
	display:block;
}
.dropdown dt {
	width: 124px;
	height: 37px;
	text-align:center;
	background-image: url(Images/Menu_BarHover2.png);
	background-repeat: no-repeat;
	display:block;
}

.upperdd {border-bottom:none}

.qLinkSpace {
	float: left;
	height: 35px;
	width: 180px;
}
.dropdown dd {
	margin-left: 0px;
	margin-top: -1px;
	width: 122px;
	overflow:hidden;
	display:none;	
}
.dropdown ul {width:122px; border:2px solid #9ac1c9; list-style:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {text-decoration:none;}
.dropdown a:hover {}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
.ddL {
	text-align:center;
	height: 28px;
	line-height:28px;
	background-image:url(Images/buttons/dropdown_bg.png);
	background-repeat:repeat-x;
	display:block;
	margin: 0px;
	border-top:#112 solid 1px;	
}
.ddL a{
	background-image:url(Images/buttons/dropdown_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	height: 28px;
	display: block;
}
.ddL a:hover{
	background-image:url(Images/buttons/dropdown_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 28px;
	display: block;
	cursor: pointer;
}

/*-----------------------CSS Rules for News Reel----------------------- */

#newsReel {
	width:750px;
	float:left;
}
.entry {
	float:left;
	margin-top:15px;
}
.entryDate {
	width:100px;
	float:left;
	color:#FF9900;
	font-weight:bold;
}
.entryText {
	width: 640px;
	margin-left:10px;
	float:left;
}
.entryLink {
	font-size:10px;
	color:#FF9900;
	width: 400px;
	text-align:right;
	float:right;
	margin-right: 15px;
}
