﻿* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	height: 100%;
	background: #1c4685;
	font-size: 62.5%;
}
h2 {
	margin-bottom: 30px;
	}
h3 {
	font-size: 2em;
	font-weight: normal;
	color: #7bce16;
	margin: 15px 0 5px 0;
}
h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
	margin-bottom: 3px;
}
h5 {
	font-size: 1.5em;
	font-weight: normal;
	color: #f2c52a;
}
h6 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 8px;
	color: #aaa;
}
p {
	font-size: 1.15em;
	line-height: 1.4em;
	color: #333;
	margin-bottom: 10px;
}
blockquote {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #1b4583;
	padding: 35px 8px 20px 12px;
	float: right;
	width: 190px;
	line-height: 24px;
	text-align: center;
}
hr {
	display: none;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #225699;
}
a:hover {
	color: #225699;
	text-decoration: underline;
}
a:active {
	color: #225699;
}
ol {
	margin-left:40px;
	padding-bottom:15px !important;
}
ol li {
	font-size:120%;
	line-height:140%;
	color:#666;
	margin-bottom: 12px;
}
img.left {
	float:left;
	margin:15px 15px 15px 0px;
	clear:right;
}
img.right {
	float:right;
	margin:0px 15px 15px 15px;
	clear:left;
}
div.clear {
	clear:both;
}
input.red_btn {
	background: #9d132a url('../../WebsiteResources/images/layout/input_bkg.png') repeat-x 50% top;
	border-color:#c74b60;
	color: #f8f0f2;
	font-weight: bold;
	font-size: 0.9em;
	padding:3px 10px;
	cursor:pointer;
}
input.gray_btn {
	background: #CCC url('../images/layout/input_bkg_grey.png') repeat-x 50% top;
	border-color: #ccc;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	padding:3px 10px;
	cursor:pointer;
}
a.action {
	background-repeat: no-repeat;
	background-position: 96% center;
	display: block;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 20px;
	text-decoration: none;
	font-size: 1.6em;
	text-align: left;
	padding-right: 4.7em;
	background-color: #F9F9F9;
	color: #08507E;
}
a.action:hover {
	border-top-color: #F6AA94;
	border-right-color: #F6AA94;
	border-bottom-color: #F6AA94;
	border-left-color: #F6AA94;
}
a.action strong {
	font-weight: bold;
}
a.action span {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.7em;
}
a.action.pdf {
	color: #892F29;
	background-image: url('../images/layout/action_pdf.gif');
}
a.action.info {
	color: #08507E;
}
a.action.msg {
	color: #08507E;
	background-image: url('../images/layout/action_info.gif');
}
/*********************************************************/
/* Containers */

div#header {
	background-image: url('../images/layout/back-header.jpg');
	background-repeat: repeat-x;
	height: 80px;
}
div#promo {
	background-image:url(../images/layout/content_tlrx.gif);
	background-position:left 208px;
	background-repeat:repeat-x;
	background-color: #2D73B8;
}
div#mainContent {
	background-color: #fff;
}
div#promoAd {
	text-align:center;
	width:100%;
}
div#footer {
	background-color:#1C4685;
	background-image:url(../images/layout/back-footer.jpg);
	background-position:left -100px;
	background-repeat:repeat-x;
}
div.sub {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
div#header div.sub {
	height: 80px;
}
div#promo div.sub {
	width: 950px;
	height: 264px;
	background: transparent url('../images/layout/promo.gif') no-repeat;
	background-position: left -1px;
	position: relative;
}
a#logo {
	background-image:url(../images/layout/isc-logo.jpg);
	background-position:-40px top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:80px;
	text-indent:-9999px;
	width:140px;
	text-indent: -9999px;
}
div#leftContent {
	float: left;
	width: 600px;
}
div#leftContent div.innerCol {
	float:left;
	margin:0 40px 0 0;
	width:260px;
}
div#leftContent div.innerCol h2 {
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	height:auto;
	line-height:25px;
	margin:0 20px 5px 0;
	padding: 13px 0 13px 60px;
	font-size: medium;
}
div#leftContent div.innerCol p {
margin-bottom: 40px;
}
div#leftContent div.innerCol h2.icon-software {
	background-image: url('../images/layout/saas.gif');
}
div#leftContent div.innerCol h2.icon-geospatial {
	background-image: url('../images/layout/map.gif');
}
div#leftContent div.innerCol h2.icon-consulting {
	background-image: url('../images/layout/peon.gif');
}
div#leftContent div.innerCol h2.icon-interactive {
	background-image: url('../images/layout/plus.gif');
}
div.clear {
	clear:both;
}

div#rightBar {
	width:240px;
	float:right;
}

/*********************************************************/
/* Secondary page styles */

div#secHeader {
	background-image: url('../images/layout/back-secHeader.jpg');
	background-repeat: repeat-x;
}
div#secHeader div.sub {
	overflow-y: hidden;
	position: relative;
}
div#secMainContent {
	background-color: #fff;
	background-image: url('../images/layout/content_tlrx.gif');
	background-position: left 1px;
	background-repeat: repeat-x;
}
div#secMainContent div.sub {
padding: 20px 0;
}
div#secMainContent h1 {
	font-size: 32px;
	font-weight: normal;
	color: #999;
	margin-bottom: 4px;
}
div#secContentPanel {
}
div#secContentPanel h2 {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	display: block;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
div#secInnerContentPanel {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
div#blkInnerContentPanel div.left {
	width: 600px;
	float: left;
}
div#secInnerContentPanel div.left {
	width: 600px;
	float: left;
}
div#secInnerContentPanel div.left h3 {
	font-size: 1.8em;
	color: #1b4583;
	margin-bottom: 3px;
}
div#secInnerContentPanel div.left h4 {
	font-size: 1.4em;
	color: #fb9f3b;
}
div#secInnerContentPanel div.left p {
	color:#666666;
	font-size: 1.3em;
	margin-bottom: 25px;
}
div#secInnerContentPanel div.left .imgBorder {
}
div#blkInnerContentPanel div.right {
	width: 250px;
	float: right;
}
div#secInnerContentPanel div.right {
	width: 250px;
	float: right;
}
div#secInnerContentPanel div.right h3 {
	color: #fb9f3b;
}
div#secInnerContentPanel div.right ul {
	margin-bottom: 30px;
}
div#secInnerContentPanel div.right li {
	font-size: 14px;
	color: #ccc;
	height: 30px;
	line-height: 30px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b4583;
}
div#secInnerContentPanel div.right li a {
	text-decoration: none;
	font-weight: normal;
}
div#secInnerContentPanel div.right li a:link {
	color: #1b4583;
}
div#secInnerContentPanel div.right li a:hover {
	color: #74c8f1;
}

div#secInnerContentPanel div.right li.current {
	background-color: #1b4583;
}

div#secInnerContentPanel div.right li.current a {
	color: #fff;
}

div.right ul {
	margin-bottom:30px;
}

div#blkInnerContentPanel div.left ul {
	margin-bottom:30px;
}
div#blkInnerContentPanel div.left ul li {
	font-size:120%;
	line-height:140%;
	color:#333;
	padding:7px;
	list-style-position: inside;
	list-style-image: url('../images/layout/bullet.gif');
}
div#blkInnerContentPanel div.right h3 {
	color: #fb9f3b;
}
div.right li {
	font-size: 14px;
	color: #ccc;
	line-height: 18px;
	padding: 10px 14px 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
div.right li a {
	text-decoration: none;
	font-weight: normal;
}

div.right li.current a {
	color: #fff;
}

div.right li.current {
	background-color: #1b4583;
	padding-left: 14px;
}

div.half {
	width: 400px !important;
}


/*********************************************************/
/* Blog area styles */

div#contentPanel {
	width: 632px;
	margin-left: auto;
	margin-right: auto;
	background-color: #13181e;
	background-image: url('../images/layout/back-contentPanel.jpg');
	background-repeat: no-repeat;
	clear: both;
	padding: 8px;
}
div#contentPanel h1 {
	font-size: 20px;
	font-weight: bold;
	color: #999;
	line-height: 38px;
	background-color: #0066FF;
	background-image: url('../images/layout/back-blog-h1.gif');
	background-repeat: repeat-x;
	display: block;
	height: 38px;
	width: 616px;
	padding-left: 16px;
}
/*********************************************************/
/* Top Links */

div#topNav {
	float: right;
	padding-top: 43px;
	padding-right: 12px;
}
div#topNav ul {
	list-style-type: none;
	display: block;
}
div#topNav li {
	float: left;
	display: block;
}
div#topNav a {
	display: block;
	font-size: 13px;
	line-height: 32px;
	padding:  0 14px 5px;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	border-right: solid 1px #7aa7d2;
	text-decoration: none;
}
div#topNav a:hover {
	color: #fff;
}
div#topNav li.last-child {
	padding-right: 32px;
	background-image: url('../images/layout/rss.gif');
	background-repeat: no-repeat;
	background-position: right 2px;
}
div#topNav li.last-child a {
	border-right: none;
}

/* Secondary Top Links */

div#secTopNav {
	float: right;
}
div#secTopNav ul {
	display:block;
	list-style-type:none;
	position:absolute;
	right:0;
	top:0;
}
div#secTopNav li {
	float: left;
	display: block;
}
div#secTopNav a {
	border-right:1px solid #2D73B8;
	color:#FFFFFF;
	display:block;
	font-size:1.4em;
	font-weight:normal;
	line-height:79px;
	padding:0 20px 5px 20px;
	text-decoration:none;
}
div#secTopNav a:hover {
	color: #fff;
	background-color: #2D73B8;
}
div#secTopNav li.last-child a {
	background-image:url(../images/layout/rss.gif);
	background-position:20px center;
	background-repeat:no-repeat;
	border-right:medium none;
	padding-left:60px;
}
div#secTopNav li.last-child {
}

/*********************************************************/
/* Interior Footer area styles */

div#footerMenu {
}
div#footerLogoMenu {
	overflow: auto;
	width: 100%;
	margin-bottom: 25px;
}
div#footerLogoMenu div.footerLogoCont {
	float: left;
	height: 56px;
	padding-top: 34px;
	padding-right: 0px;
	padding-left: 0px;
}
div#footerLogoMenu img {
/*	background-color:#FFFFFF;
	background-image:url(../images/layout/content_tlrx.gif);
	background-position:left -3px;
	background-repeat:repeat-x;
	border-top:1px solid #FFFFFF;*/
	margin: 0 15px 15px 0;
	padding:7px;
	float: left;
}
div#footerLogoMenu p {
	color:#8DBDEE;
	float:left;
	font-size:1.2em;
	line-height:1.5em;
	margin-top:5px;
}


/* Footer menu */
div#footerNav {
	padding: 15px 0;
	margin-right: auto;
	margin-left: auto;
}
div#footerNav ul {
	list-style-type: none;
	display: block;
}
div#footerNav li {
	display: inline;
}
div#footerNav a {
	line-height: 18px;
	font-size: 1.1em;
	margin-right: 25px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
div#footerNav a:hover {
	color: #fbab61;
}
div#footerNav a.no-line {
	border-right: none;
}

/* ---------------- Home Page Promo ----------------- */

div#promo a.next {
	display: block;
	background-image: url(../images/layout/prevnext.gif);
	text-indent: -9999px;
	position: absolute;
	top: 89px;
	width: 23px;
	height: 34px;
}

div#promo a.prev {
	display: block;
	background-image: url(../images/layout/prevnext.gif);
	text-indent: -9999px;
	position: absolute;
	top: 89px;
	width: 23px;
	height: 34px;
}

div#promo a.prev {
	background-position: left top;
	left: 0;
}

div#promo a.prev:hover {
	background-position: left bottom;
}

div#promo a.next {
	background-position: right top;
	right: 0;
}

div#promo a.next:hover {
	background-position: right bottom;
}

div#promo-right {
	position: absolute;
	top: 39px;
	height: 145px;
	width: 212px;
	overflow: hidden;
}

div#promo-left {
	position: absolute;
	top: 39px;
	height: 145px;
	width: 212px;
	overflow: hidden;
}

div#promo-left {
	left: 66px;
}

div#promo-right {
	right: 67px;
}

div#promo-right div {
	width: 212px;
	height: 101px;
	overflow: hidden;
	position: relative;
}

div#promo-left div {
	width: 212px;
	height: 101px;
	overflow: hidden;
	position: relative;
}

div#promo-center {
	position: absolute;
	left: 330px;
	top: 26px;
	overflow: hidden;
}

div#promo-center div {
	width: 290px;
	height: 147px;
	overflow: hidden;
	position: relative;
}

div#promo ul {
	position: absolute;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	list-style-type: none;
}

div#promo-left ul {
	left: -212px;
}

div#promo-right ul {
	left: -636px;
}

div#promo-center ul {
	left: -580px;
}



div#promo li {
	float: left;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div#promo-right li {
	width: 212px;
}

div#promo-left li {
	width: 212px;
}

div#promo-center li {
	width: 290px;
}

div#promo p {
	position: relative;
	left: 0;
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
}

div#promo h4 {
	position: relative;
	left: 0;
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
}

div#promo h4 {
	color: #F2C52A;
	margin-top: 8px;
}

div#promo-center h4 {
	font-size: 1.8em;
}

div#promo p {
	font-size: 1.1em;
	color: #fff;
}

div#promo-center p {
	font-size: 1.3em;
}




/* ---- Caste Studies & Solutions showcase ------ */

div.slide img {
	margin-bottom: 20px;
}

div.slide p {
	margin-bottom: 17px;
}

div.slide p.quote {
	font-style: italic;
	color: #1C4685 !important;
	margin-bottom: 35px;
}

div.slide p.quote span {
	float: right;
	font-style: normal;
	color: #666;
}

/* ---- Blog ---- */

div.entry {
	background-color:#222222; /*#EEEEEE;*/
	border:1px solid #DDDDDD;
	margin-bottom:20px;
	padding:15px;
	position:relative;
}

div.entry p.comment {
	border-top:1px solid #aaa;
	display:block;
	margin:20px 0 0;
	padding-top:4px;
}

div.entry h3 {
	margin-right: 100px;
}

div.comment h5 {
	font-weight: normal;
}

div.entry h6 {
	position: absolute;
	top: 15px;
	right: 15px;
}

div.comment span {
	font-size: 11px;
}

div.comment span strong {
	color: #ccc;
}


/* ---- Contact Page ---- */

div.right p {
	margin-bottom: 12px;
}

label {
	clear: both;
	font-size: 11px;
	margin-bottom: 15px;
	display: block;
	color: #fff;
	background-color: #222222; /*#fff;*/
	float: left;
	padding: 2px 5px 1px 5px;
	margin-top: -1px;
	border: 1px solid #fff;
	border-top-color: #fff;
}

textarea {
	clear: both;
	display: block;
}

input {
	clear: both;
	display: block;
}

textarea {
	width: 92%;
	border: 1px solid #ccc;
	padding: 6px 9px;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	background-image: url('../images/layout/input_ltrx.gif');
	background-position: left 1px;
	background-repeat: repeat-x;
}

input.text {
	width: 92%;
	border: 1px solid #ccc;
	padding: 6px 9px;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	background-image: url('../images/layout/input_ltrx.gif');
	background-position: left 1px;
	background-repeat: repeat-x;
}

textarea:focus {
	background-color: #ffd;
	background-image: none;
}

input.text:focus {
	background-color: #ffd;
	background-image: none;
}

input.button {
	color: #fff;
	border: 1px solid #777;
	border-top-color: #aaa;
	border-bottom-color: #666;
	font-size: 13px;
	padding: 4px 8px;
	background-color: #666;
	cursor: pointer;
	margin-bottom: 35px;
}

input.button:hover {
	background-color: #777;
	border-top-color: #ccc;
}

div#content {
	overflow: hidden;
}
div#content div.sub {
	padding: 0 !important;
}

fieldset {
	margin-bottom: 15px;
}







/* ----------------------- BLACK MODE ------------------------- */

body.black div#promo {
	background-image:url(../images/layout/black/content_tlrx.gif);
	background-position:left 207px;
}

body.black div#promo div.sub {
	background: transparent url('../images/layout/black/promo.gif') no-repeat;
	background-position: left -1px;
}

body.black div#mainContent {
	background-color: #000;
}

body.black p {
	color: #fff;
}

body.black a {
	color: #a6dbfa;
}

body.black div.right li {
	border-bottom-color: #444;
}

body.black h2.icon-software {
	background-image: url('../images/layout/black/saas.gif') !important;
}
body.black h2.icon-geospatial {
	background-image: url('../images/layout/black/map.gif') !important;
}
body.black h2.icon-consulting {
	background-image: url('../images/layout/black/suit.gif') !important;
}
body.black h2.icon-interactive {
	background-image: url('../images/layout/black/plus.gif') !important;
}

body.black div#secMainContent {
	background-color: #000;
	background-image: url('../images/layout/black/content_tlrx.gif');
	background-position: left top;
	background-repeat: repeat-x;
}

div#secMainContent h1 {
	color: #bbb;
}
div#secContentPanel h2 {
	color: #bbb;
}

body.black ol li {
	color: #ddd;
}

 body.black div.left ul li {
	color: #ddd !important; 
}

/* ----- Left Content Styles Added 8-23-2010 ------- */
div#leftContent h1 {
	color: #2d73b8;
	font-size: 36px;
}

div#leftContent h3 {
	color: #2d73b8;
}

div#leftContent p {
	font-size: 12px;
	line-height: 1.6;
}

div#leftContent ul {
	padding-left: 25px;
	margin-bottom: 20px;
}

div#leftContent li {
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.6;
}

div#leftContent img {
	border: 1px solid #2d73b8;
	background-color: #fff;
	padding: 1px;
	float: left;
	margin: 0 15px 7px 0;
	position: relative;
	top: 5px;
}

div#leftContent img.right {
	float: right;
	margin: 0 15px 0 7px;
}

div#leftContent a {
	color: #FB9F3B;
}