@charset "UTF-8";
/* CSS Document */

* {
	margin-top:0px;
	padding:0px;
}
body {
	background-color: #9BB6C4;
}
#wrapper-shadow {
	background-image: url(../images/common/shadow-sides.jpg);
	background-repeat: repeat-y;
	width: 870px;
	margin: 0 auto 0 auto;
}
#wrapper-content {
	width: 848px;
	margin: 0 12px 0 10px;
	background-color: #CCCCCC;
}

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0 0;
	height: 125px;
	background-image: url(../images/common/tagline.gif);
	background-repeat: no-repeat;
	background-position: 476px 108px;
}
#headerWrap {
	width: 100%;
	background-image: url(../images/common/header-bg.jpg);
	background-repeat: repeat-x;
	background-color: #042E5D;
	border-bottom: 3px solid #FFF;
}
#head-right {
	float: right;
	width: 200px;
	padding: 93px 0 0 0;
	text-align: right;
}
#head-left {
	float: left;
	width: 400px;
	padding: 22px 0 0 0;
}

#mainNav {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
}
#mainNavWrap {
	width: 100%;
	background-color: #D6B636;
	height: 28px;
}

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px 0 20px 0;
	}
#contentWrap {
	width: 100%;
	background-color: #FFFFFF;
}

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002F5F;
	padding: 5px 0 15px 0;
}
#footerWrap {
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #253a53;
}
#copyright {
	text-align: left;
	width: 220px;
	float: left;
}
#footerNav {
	text-align: right;
	width: 570px;
	float: right;
}

#clearfloat {
	clear:both;
}
#clearfloat2 {
	clear:both;
}
#clearfloat3 {
	clear:both;
}
#clearfloat4 {
	clear:both;
}

#points {
	margin:25px 0 10px 15px;
	float: right;
}
#services {
	margin:25px 20px 10px 0;
	float: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #042E5D;
	line-height: 17px;
	margin:0;
	padding:0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #042E5D;
	line-height: 14px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002F5F;
	line-height: 14px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A6BCC6;
	line-height: 14px;
	font-weight: bold;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002F5F;
	line-height: 16px;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.boldPlus {
	font-weight: bold;
	font-size: 13px;
}.italics {
	font-style: italic;
}
.emph {
	font-style: italic;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
#header p {
	color: #FFFFFF;
}
#mainNav p {
	color: #FFFFFF;
}
#contentWrap p {
	padding:0 0 15px 0;
}
a:link {
	font-weight: bold;
	color: #002F5F;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #84A0AD;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #002F5F;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #84A0AD;
	text-decoration: none;
}
#footerNav a:link {
	font-weight: normal;
}
#footerNav a:visited {
	font-weight: normal;
	color: #84A0AD;
}
#footerNav a:hover {
	font-weight: normal;
}
#footerNav a:active {
	font-weight: normal;
	color: #47B9EE;
}
#homeText ul {
	padding-left: 30px;
}
#homeText li {
	padding-left: 0px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002F5F;
}
#text-right {
	float: right;
	width: 433px;
}
#homeText ul {
	padding-left: 30px;
}
#homeText li {
	padding-left: 0px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002F5F;
}
#servicesMenu {
	text-align: right;
	width: 800px;
	padding: 15px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002F5F;
	line-height: 16px;
}




/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
 
 #menubackground {
	background-color: #752231;
	width:800px;
	height:29px;
 }

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: auto;
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 203px;
	position: absolute;
	padding: 0;    
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 203px;
	padding: 0px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -10% 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-image:url(../../SpryAssets/transp-blue.png);
	background-repeat:repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-image:url(../../SpryAssets/transp-grey.png);
	background-repeat:repeat;
	color: #042E5D;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/
 

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}
.submenuitems {
padding:0;
line-height:15px
}
/* remove once spacing is settled
#infoNav1, #solutionsNav1, #careersNav1, #partnersNav1, #contactNav1 {
	width:160px;
	height:27px;
}
*/
/* revised sizes for main nav buttons below */
#infoNav1 {
	width:150px;
	height:27px;
}
#svcsNav1 {
	width:156px;
	height:27px;
}
#docsNav1 {
	width:173px;
	height:27px;
}
#partnersNav1 {
	width:180px;
	height:27px;
}
#contactNav1 {
	width:141px;
	height:27px;
}
#solutionsNav1 {
	width:156px;
	height:27px;
}
#careersNav1 {
	width:173px;
	height:27px;
}
#infoNav1 a, #svcsNav1 a, #docsNav1 a, #solutionsNav1 a, #careersNav1 a, #partnersNav1 a, #contactNav1 a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* revised sizes for main nav buttons above */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* End MenuBar code */

