/* CSS for Systems Made Simple */

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
  font: 62.5% Arial, Helvetica, sans-serif; /* 62.5% resets 1em to the equivalent of 10px */
	background: url('/images/bg-body.jpg') top center repeat-x #d5e9f5;
}


/* Global Styles */

a, a:link { color: #08a5df; text-decoration: underline; }
a:hover { text-decoration: none; }
a.broken, a.highlight { color: #FFFFFF; background: #B60016; } /* Use this class on links that are broken during site development */

a.orange, a.orange:link { color: #f8892e; text-decoration: none; }
a.orange:hover { text-decoration: underline; }

a.arrow {
	padding: 0 0 0 20px;
	background: url('/images/arrows-blue.gif') left no-repeat;
}

table { border-bottom: 2px solid #D5D5D5; border-collapse: collapse; } /* Removes all padding and spacing from table cells */
th { font-weight: bold; color: #097ec4; border-bottom: 2px solid #097ec4; padding: 5px; }
td { padding: 5px; vertical-align: top; line-height: normal; border-left: 1px solid #D5D5D5; border-right: 1px solid #D5D5D5; }
tr { border: 1px solid #D5D5D5; border-top: 0; border-bottom: 0; }
tr.even { background: #F5F5F5; }

input, select, option, textarea { padding: 2px; }
object, embed { border: 0; outline: 0; }
fieldset { border: 1px solid #666666; padding: 10px; }
legend { color: #666666; font-weight: bold; }
blockquote {
  margin: 0 15px 15px 15px;
  padding: 10px 10px 0 10px;
  border: 2px solid #e6e6e6;
  background: #F5F5F5;
}
blockquote p { padding: 0 0 10px 0; }

p { margin: 0; padding: 0 0 15px 0; }

#interior-left ul {
	margin: 0 0 15px 10px;
	padding: 0;
	line-height: normal;
	list-style: none;
}
#interior-left ul li {
	margin: 0;
	padding: 7px 0 7px 20px;
	background: url('/images/bullet.gif') 0px 11px no-repeat;
}
#interior-left ol {
	margin: 0 0 15px 30px;
	padding: 0;
	line-height: normal;
}
#interior-left ol li {
	margin: 0;
	padding: 7px 0 7px 5px;
}

#interior-left ul.arrow,
ul.arrow {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: normal;
	list-style: none;
}
#interior-left ul.arrow li,
ul.arrow li {
	margin: 0;
	padding: 7px 0 7px 30px;
	border-bottom: 1px solid #f3f3f3;
	background: url('/images/bullet-orange-circle.gif') 0px 6px no-repeat;
}

#interior-left ul.arrows li,
ul.arrows {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: normal;
	list-style: none;
}
#interior-left ul.arrows li,
ul.arrows li {
	margin: 0;
	padding: 7px 0 7px 20px;
	background: url('/images/bullets-orange-arrow.gif') 0px 11px no-repeat;
}


.intro {
	color: #097ec4;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
}

hr { margin: 0 0 15px 0; padding: 0; border: 0; height: 1px; background: none; border-bottom: 1px solid #e6e6e6; }

.l, .left { float: left; }
.r, .right { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b, .bold { font-weight: bold; }
.no-b { font-weight: normal; }
.u, .underline { text-decoration: underline; }
.i, .italic { font-style: italic; }
.small { font-size: .79em; } /* IE has trouble recognizing intervals of .1 so we use .11 to make it happy */
.large { font-size: 1.1em; }
.x-large { font-size: 1.3em; }
.x-x-large { font-size: 1.5em; }
.t-c, .text-center { text-align: center; }
.t-r, .text-right { text-align: right; }
.t-l, .text-left { text-align: left; }

img { border: 0; }
img.l, img.left { margin: 0 10px 10px 0; }
img.r, img.right { margin: 0 0 10px 10px; }

.email_confirm, .hide, .hideme { display: none; }
#form_error { font-weight: bold; color: #ed1c24; padding: 0 0 15px 0; }

/* Site Colors */

.black { color: #000000; }
.gray, .grey { color: #666666; }
.white { color: #FFFFFF; }
.green { color: #008302; }
.red { color: #ed1c24; }

.dark-blue { color: #192a55; }
.blue { color: #097ec4; }
.light-blue { color: #059eda; }
.orange { color: #f8892e; }

/* Top Nav */

#top-nav { 
	float: right; 
	height: 50px;
	color: #bdbdbd;
}
#top-nav ul { 
	float: left;
	margin: 0;
	padding: 15px 14px 0 0;
	line-height: 1em; /* Makes borders happy */
	list-style: none;
}
#top-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#top-nav ul a { 
	display: block;
	width: 50px;
	height: 20px;
	text-decoration: none;
}

#top-nav ul .home a { background: url('/images/icon-home.gif') top center no-repeat; }
#top-nav ul .profile a { background: url('/images/icon-people.gif') top center no-repeat; }
#top-nav ul .login a { background: url('/images/icon-keys.gif') top center no-repeat; }
#top-nav ul .settings a { background: url('/images/icon-tools.gif') top center no-repeat; }
#top-nav ul .contact a { background: url('/images/icon-mail.gif') top center no-repeat; }

#top-nav ul a:hover { text-decoration: none; background-position: center -20px; }

#top-nav ul li a span { position: absolute; left: -999em; }
#top-nav ul li.separator { padding-top: 2px; }


/* Navigation */
/* Based on Son of Suckerfish: http://www.htmldog.com/articles/suckerfish/dropdowns */

#nav { 
	clear: both; 
	float: right;
	width: 692px;
	height: 41px;
	background: url('/images/bg-nav.gif') top left no-repeat;
}

#nav ul { /* Begin First Level Lists */
	margin: 0;
	padding: 5px 0 0 38px;
  line-height: 1;
	list-style: none;
}
#nav ul li { /* All List Items */
	float: left;
	margin: 0;
	padding: 0;
	width: auto; /* width needed or else Opera goes nuts */
}
#nav li:hover {background-position: 0 0;} /* Fixes IE sticky dropdowns somehow */

#nav ul li.separator { width: 2px; height: 31px; background: url('/images/nav-separator.png') top left no-repeat; }
#nav ul li.separator span { display: none; }

#nav ul li a {
	display: block;
	margin: 0;
	padding: 9px 10px;
	width: auto;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover { color: #60acd9; }

#nav ul li ul { /* Begin Second Level Lists */
	position: absolute;
	width: 201px;
	margin: 0 0 0 -50px;
	padding: 0 0 10px 0;
	left: -999em;
  z-index: 999;
	background: url('/images/bg-nav-dropdown.gif') bottom left no-repeat;
}
/* Uncomment this if the nav gets close to the edge */
/*#nav ul li.last ul { margin-left: -125px; }*/

#nav ul li ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 201px;
}
#nav ul li ul li.first { background: url('/images/bg-nav-dropdown.gif') top left no-repeat; padding-top: 5px; }

#nav ul li ul li a {
	display: block;
	margin: 0 5px;
	padding: 5px 5px 5px 20px;
	font-size: .89em;
	font-weight: normal;
	color: #182954;
	background: url('/images/arrow-orange.gif') 7px 7px no-repeat;
	width: 167px; /* In Firefox, width = a width - left/right padding */
}
#nav ul li ul li a:hover { color: #059EDA; }

#nav ul li ul li ul { /* Begin Third Level Lists */
	position: absolute;
	background: orange;
	width: 200px;
	margin: -1em 0 0 200px; /* Adjust -1em to fit the height of a list item */
	padding: 0;
	left: -999em;
  z-index: 999;
}
#nav ul li ul li ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
#nav ul li ul li ul  a {
	display: block;
	margin: 0;
	padding: 0;
	width: 200px; /* In Firefox, width = a width - left/right padding */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { /* lists nested under hovered list items */
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


/* Footer Nav */

#footer { clear: both; padding: 10px 0 0 0; text-align: center; font-size: 1.1em; }
#footer ul { 
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1; /* Makes borders happy */
	list-style: none;
	color: #182954;
}
#footer ul li {
	display: inline;
	text-align: center;
	margin: 0 0 0 2px;
	padding: 0 2px 0 0;
}
#footer ul li a { color: #182954; text-decoration: none; }
#footer ul li a:hover { color: #059eda; text-decoration: underline; }
#footer p { margin: 0; padding: 5px 0 20px 0; }
	
/* Layout */

#wrap {
	width: 995px;
	margin: 0 auto;
	text-align: center;
}
#text-reset { text-align: left; }

#header {
	font-size: 1.4em;
}

#logo {
	position: absolute;
	margin: 8px 0 0 25px;
}

#home-content {
	clear: both;
	padding: 7px 0 0 0;
}

#home-left { 
	float: left;
	display: inline;
	margin: 0 4px 5px 0;
	width: 296px;
}
#news-announcements h2 {
	width: 296px;
	height: 43px;
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
	color: #182954;
	background: url('/images/bg-home-news-header.png') top left no-repeat;
}
#news-announcements h2 span { display: block; padding: 10px 20px; }

#news-body { height: 284px; background: url('/images/bg-home-news-body-shadow.png') top left repeat-y; }
#news-body ul {
	width: 284px;
  height: 280px;
  overflow: hidden;
	margin: 0 0 0 6px;
	padding: 10px 0 17px 0;
	line-height: 1;
	font-size: 1.1em;
	list-style: none;
	background: url('/images/bg-home-news-body.gif') top left no-repeat;
}
#news-body ul li {
	margin: 0 0 0 10px;
	padding: 5px 20px 5px 25px;
	line-height: 1.4em;
	background: url('/images/bullets-orange-arrow.gif') 4px 10px no-repeat;
}
#news-body ul li a { color: #666666; text-decoration: none; }
#news-body ul li a:hover { color: #059eda; text-decoration: underline; }

#news-bottom {
	width: 296px;
	height: 40px;
	background: url('/images/bg-home-news-footer.png') top left no-repeat;
}
#news-bottom p { padding: 10px 15px 0 0; }

#flash {
	width: 695px;
	height: 317px;
	background: url('/images/bg-flash.png') top left no-repeat #FFFFFF;
}	
#flash .padding { padding: 20px 0 0 5px; }

#slideshow{
  width: 685px;
	height: 299px;
	overflow: hidden;
}
.slide {
  clear: both;
  width: 685px;
  height: 299px;
}
.slide img { 
  float: right; 
  width: 344px; 
  height: 244px;
  margin: 40px 0 0 0;
}
.slide p {
  font-size: 2.4em;
  color: #666666; 
  padding: 40px 0 0 40px;
}

.slide a {
  float: right;
  display: block;
  margin: 10px 0 0 0; 
  width: 156px;
  height: 66px;
  color: #FFFFFF;
  text-decoration: none;
  background: url('/images/bg-slideshow-button.gif') top left no-repeat;
}
.slide a span { display: block; padding: 8px 0 0 10px; font-size: 14px; font-weight: bold; }
.slide a:hover { background-position: bottom left; }

.slider-nav {	
  position: absolute;
	z-index: 50;
	margin: 270px 0 0 15px;
	padding: 0;
	height: 28px;
}
.slider-nav a span { position: absolute; left: -999em; }
.slider-nav a { 	
  float: left;
	display: inline;
	width: 13px;
	height: 13px;
  margin-right: 5px;
	line-height: 1;
	background: url('/images/box-blue.gif') top left no-repeat;
	text-decoration: none;
}
.slider-nav a.activeSlide { background: url('/images/box-red.gif') top left no-repeat; }

a.sms-team-button,
a.sms-support-button { 
	float: left;
	cursor: pointer;
	height: 55px;
	text-decoration: none;
}

a.sms-team-button {
	width: 348px;
	background: url('/images/sms-team-button.png') top left no-repeat;
}
a.sms-team-button:hover {	background: url('/images/sms-team-button_over.png') top left no-repeat; }

a.sms-support-button {
	width: 347px;
	background: url('/images/sms-support-button.png') top left no-repeat;
}
a.sms-support-button:hover { background: url('/images/sms-support-button_over.png') top left no-repeat; }

a.sms-team-button span,
a.sms-support-button span { visibility: hidden; }

#home-footer-top {
	clear: both;
	width: 995px;
	height: 53px;	
	background: url('/images/bg-footer-top.png') top left no-repeat;
}
#home-footer-top h2 {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #004990;
	font-size: 1.7em;
	font-weight: normal;
}
#home-footer-top .markets,
#home-footer-top .services,
#home-footer-top .innovations,
#home-footer-top .contract-holder {
	padding: 24px 0 0 25px;
	float: left;
	display: inline;
	font-size: 1.1em;
	line-height: normal;
}
#home-footer-top .contract-holder { padding-left: 15px; }

#home-footer-top .markets { margin: 0 0 0 10px; width: 172px; }
#home-footer-top .services { width: 234px; }
#home-footer-top .innovations { width: 188px; }
#home-footer-top .contract-holder { width: 270px; }

#home-footer-top a span,
#home-footer-top h2, 
#home-footer-body p, 
#home-footer-body a,
#home-footer-body ul,
#partners h3 { position: relative; z-index: 5; }

#home-footer-top a span { z-index: 10; }

#home-footer a { color: #666666; text-decoration: none; }
#home-footer a:hover { color: #FC882A; text-decoration: underline; }

#home-right { 
	float: left;
	width: 695px;
}

#home-footer-body {
	float: left;
	width: 995px;
	color: #666666;
	line-height: 1;
	font-size: 1.1em;
	background: url('/images/bg-footer-body.png') top left repeat-y;
}

#home-footer-body .markets,
#home-footer-body .services,
#home-footer-body .innovations,
#home-footer-body .contract-holder {
	padding: 15px 0 0 25px;
	float: left;
	display: inline;
	font-size: 1.1em;
	line-height: normal;
}

#home-footer-body .markets { margin: 0 0 0 10px; width: 172px; }
#home-footer-body .services { width: 234px; }
#home-footer-body .innovations { width: 188px; }
#home-footer-body .contract-holder { width: 270px; }

#home-footer-body .contract-holder p { margin: 0; padding: 0 0 17px 5px; line-height: 2em; }

#home-footer-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#home-footer-body ul li {
	margin: 0;
	padding: 0 0 8px 35px;
	background: url('/images/bullet-orange-circle.gif') 4px 0px no-repeat;
}

#home-footer-bottom {
	clear: both;
	width: 995px;
	height: 87px;
	background: url('/images/bg-footer-bottom.png') top left no-repeat;
}

#partners {
	padding: 28px 20px 0 20px;
	text-align: left;
	line-height: 1;
}
#partners h3 {
	float: left;
	display: inline;
	margin: 0 35px 0 0;
	padding: 10px 10px 10px 0;
	line-height: 1;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #59a3d1; 
} 
#partners img { margin: 8px 50px 0 0; vertical-align: middle; }


#interior-content {
	clear: both;
	padding: 7px 0 0 0;
	color: #666666;
	line-height: 1.8em;
	font-size: 1.1em;
}

#interior-content h1 {
	position: relative;
	z-index: 5;
	margin: -18px 0 24px 7px;
	padding: 12px 17px;
	width: 317px;
	height: 23px;
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: normal;
	background: url('/images/bg-h1.png') top left no-repeat;
}

#interior-content h2 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #f58228;
	font-size: 1.4em;
	font-weight: bold;
}

#interior-content h3 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #f8892e;
	font-size: 1.2em;
	font-weight: bold;
}

#interior-top {
	width: 995px;
	height: 45px;
	background: url('/images/bg-interior-content-top.png') top left no-repeat;
}

#interior-shadow {
	width: 995px;
	background: url('/images/bg-interior-content-shadow.png') top left repeat-y;
}
#interior-body {
	width: 984px;
	margin: 0 0 0 6px;
	background: url('/images/bg-interior-content.gif') top left repeat-y;
}

#interior-left {
	float: left;
	width: 745px;
	margin: -32px 0 0 0;
  font-size: 1.1em;
}
#interior-left .padding { margin: 0 11px 0 11px; position: relative; }

#interior-right {
	float: left;
	position: relative;
	width: 239px;
	margin: -20px 0 0 0;
}

#interior-content-left {
	float: left;
	display: inline;
	margin: 0 0 0 25px;
	width: 405px;
  height: auto;
}

#interior-content-right {
	float: left;
	display: inline;
	margin: 0 0 0 35px;
	width: 250px;
}

#interior-content-full {
	float: left;
	display: inline;
	margin: 0 0 0 25px;
	width: 680px;
}

.right-block-top {
	width: 228px;
	height: 22px;
	background: url('/images/bg-right-top.png') top left no-repeat;
}
.right-block-header {
	width: 228px;
	height: 38px;
	background: url('/images/bg-right-header.png') top left no-repeat;
}
#interior-content .right-block-header h3 { 
	margin: 0;
	padding: 12px 0 0 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
}
.right-block-body {
	width: 228px;
	background: url('/images/bg-right-body.png') top left repeat-y;
}
.right-block-bottom {
	width: 228px;
	height: 19px;
	margin: 0 0 5px 0;
	background: url('/images/bg-right-bottom.png') top left no-repeat;
}
.right-block-body p { padding: 15px; }
#interior-content .right-block-body h3 { padding-left: 15px; }
.right-block-body hr { margin-left: 15px; margin-right: 15px; }
.right-block-body ul { margin: 0 5px 0 15px; padding: 0 0 15px 0; }

.right-callout { margin: 0 0 5px 0; }

#quote { 
	color: #192a55; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#quote p { margin: 0; padding: 0 25px 5px 33px; }

#quote p.quote-text { background: url('/images/quote-left.gif') 15px 0px no-repeat; }
#quote .quote-right { vertical-align: text-top; }

#case-studies ul.arrows { margin: 0; padding: 10px 25px 0 13px; line-height: 1.4em; }

#interior-bottom {
	clear: both;
	width: 995px;
	height: 38px;
	background: url('/images/bg-interior-content-bottom.png') top left no-repeat;
}

a.enlarge-link {
  display: block;
  margin: 8px 0 10px 0;
  padding: 2px 5px;
  background: #0199D8;
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
}
a.enlarge-link:hover { background: #0066AE; }

#interior-content-right form { 
  padding: 10px;
  border: 2px solid #e6e6e6;
  background: #F5F5F5;
}
#interior-content-right label { 
  display: block; 
  font-weight: bold;
  color: #067CC4;
}
#interior-content-right input {
  width: 220px;
  margin: 0 0 10px 0; 
  border: 1px solid #D5E9F5;
  color: #666666;
  font-size: 1em;
}
#interior-content-right input.submit {
  float: right;
  text-align: center;
  padding: 0 0 0 0;
  border: 0;
  margin: 0;
  width: 75px;
  height: 30px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  background: url('/images/bg-submit.gif') bottom left no-repeat;
}

#interior-content-full form { 
  padding: 10px;
  margin: 10px;
  border: 2px solid #e6e6e6;
  background: #F5F5F5;
}
#interior-content-full .l label { 
  display: block; 
  float: left;
  width: 85px;
  font-weight: bold;
  color: #067CC4;
}
#interior-content-full label { 
  display: block; 
  font-weight: bold;
  color: #067CC4;
}
#interior-content-full input {
  float: left;
  width: 185px;
  margin: 0 0 10px 0; 
  border: 1px solid #D5E9F5;
  color: #666666;
}
#interior-content-full select {
  border: 1px solid #D5E9F5;
  color: #666666;
}
#interior-content-full textarea {
  float: left;
  width: 185px;
  height: 70px;
  margin: 0 0 10px 0; 
  border: 1px solid #D5E9F5;
  color: #666666;
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
}
#interior-content-full input.submit {
  float: right;
  text-align: center;
  padding: 0 0 0 0;
  border: 0;
  margin: 0;
  width: 75px;
  height: 30px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  background: url('/images/bg-submit.gif') bottom left no-repeat;
}