/* Reset core set of elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #FFF;
	background-position: left top;
	color: #010101;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-x;
}
/* Headers */
h1 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}

h1.panel1 {
	color: #89ba13;
	font-size: 18px;
	font-weight: normal;
	line-height: 14px;
	padding: 6px 10px 6px 10px;
	margin-right: 20px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h1.panel4 {
	color: #426dc4;
	font-size: 18px;
	font-weight: normal;
	line-height: 14px;
	padding: 6px 10px 6px 10px;
	margin-right: 20px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h1.panel2 {
	color: #cb7717;
	font-size: 18px;
	font-weight: normal;
	line-height: 14px;
	padding: 6px 10px 6px 10px;
	margin-right: 20px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h1.panel3 {
	color: #cec315;
	font-size: 18px;
	font-weight: normal;
	line-height: 14px;
	padding: 6px 10px 6px 10px;
	margin-right: 20px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h2 {
  color: #18336e;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 20px 0 10px 0;
}

h3 {
  color: #2e52a2;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 20px 0 10px 0;
}
/* Links */
a,  a:link {
  color: #b11b28;
  text-decoration: none;
}

a:visited {
  color: #b11b28;
  text-decoration: none;
}

a:hover {
  color: #77121e;
}

a:focus {
  color: #b11b28;
}

a:active {
  color: #b11b28;
}

#outerWrapper #header a, #outerWrapper #header a:link {
  color: #FFF;
  font-size: 10px;
}
#outerWrapper #header a:visited {
  color: #FFF;
}
#outerWrapper #header a:hover {
  color: #003366;
  text-decoration:none;
}
#outerWrapper #header a:focus {
  color: #FFF;
}
#outerWrapper #header a:active {
  color: #FFF;
}


/* Outer Wrapper */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 950px;
}
#outerWrapper #header {
  background-color: #939fbb;
  background-image: url("../images/bg-header.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  border-bottom: solid 1px #FFFFFF; 
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  padding: 5px 20px 5px 0; 
  height: 22px;
  text-align:right!important;
}
#outerWrapper #topNavigation {
  background-color: #FFFFFF;
  background-image: url("../images/bg-nav.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  height: 63px;
  position: relative;
  z-index: 9999999;
}
#outerWrapper #homeflash {
  background-color: #16316d;
  height: 465px;
  width: 950px;
}

#outerWrapper #interiorajax {
	min-height:465px;
    height:auto !important;
    height:465px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #d8dce7;
	
}

#outerWrapper #interiorajax.products {
	background-image: url(../images/bg-products.jpg);
}

#outerWrapper #interiorajax.implementation {
	background-image: url(../images/bg-implementation.jpg);
}

#outerWrapper #interiorajax.company {
	background-image: url(../images/bg-company.jpg);
}

#outerWrapper #interiorajax.getstarted {
	background-image: url(../images/bg-getstarted.jpg);
}

#outerWrapper #interiorajax.login {
	background-image: url(../images/bg-login.jpg);
}

#outerWrapper #interiorajax.searchresults {
	background-image: url(../images/bg-search-results.jpg);
}

#outerWrapper #contentWrapper {
  background-image: url("../images/contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #eaeff5;
  background-image: url("../images/bg-home-right-column.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  border-left: solid 1px #FFFFFF; 
  float: right;
  /*padding: 10px 10px 10px 10px; */
  width: 287px;
}
/* Contains the main page content. Margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  background-color: #FFFFFF;
  background-image: url("../images/bg-home-content2.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  margin: 0 287px 0 0; 
  padding: 30px 30px 30px 30px; 
}
#outerWrapper #fixedFooter {
  background-color: #FFFFFF;
  border-top: solid 1px #f0f0f0; 
  color: #666666;
  font-size: 9px;
  height: 130px;
  padding: 10px 10px 10px 10px; 
}
#outerWrapper #fixedFooter h6 {
  font-size: 11px;
  margin: 0 0 5px 0;
}
#outerWrapper #fixedFooter a, #outerWrapper #fixedFooter a:link {
  color: #001f67;
  font-size: 10px;
  font-weight:normal;
}
#outerWrapper #fixedFooter a:visited {
  color: #001f67;
}
#outerWrapper #fixedFooter a:hover {
  color: #000000;
}
#outerWrapper #fixedFooter a:focus {
  color: #001f67;
}
#outerWrapper #fixedFooter a:active {
  color: #001f67;
}
/* The following code is for the fixed footer */
html, body {
  height: 100%;
}
#outerWrapper {
  min-height: 100%;
  position: relative;
}
* html #outerWrapper {
  height: 100%;
}
#outerWrapper #fixedFooterWrapper {
  /*bottom: 0;
  position: absolute;*/
  width: 100%;
}


/* Paragraphs */

#outerWrapper #contentWrapper #content p {
	margin: 0 0 16px 0;
	padding: 0;
}



#logo {
	width: 233px;
	height: 63px;
	float: left;
	padding: 0;
	margin: 0;
}

.footerlinks {
	width: 145px;
	float: left;
	padding: 5px;
}

.footercopyright {
	width: 144px;
	float: left;
	padding: 5px;
	border-left: solid 1px #f0f0f0;
}

.footerlinks p {
	margin: 0 0 3px 0;
	line-height:12px;
}

.footerfinal {
	clear: both;
	padding-top: 10px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#googlesearch {
	float: left;
	padding: 0 0 0 440px;
}
#toplinks {
	/*margin-left: 350px;*/
	float: right;
	width: 180px;
	padding: 3px 0 0 20px;
	text-align:right;
}