﻿/* HTML ELEMENTS */
body,div,form,label,fieldset,legend,img,p,h1,h2,h3,h4,h5,ul,ol,li,table,td,tr,th {
	border: solid 0 transparent;
	font-family: Verdana;
	color: #000;
	margin: 0;
	padding: 0;
}
body {
	background: #cccccc;
	font-size: 0.6em;
	padding: 0px;
	text-align: center;
	min-width: 830px;
}
a {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
}


h3
{
	font-size: 1.01em;
	text-transform: uppercase;
}
h4
{
	font-size: 1em;
	font-family: arial bold, arial;
	margin: 0 0 0 0;
}
/****************************************************************************************/

/* TEMPLATE ELEMENTS */
.container {
	background: #FFF;
	border: 0 solid blue;
	padding: 0 10px;
	width: 830px;
	text-align: left;
	margin:0 auto 0 auto;
}
.header {
	clear: both;
	padding: 0;
	width: 830px;
	height: 163px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.menu {
	clear: both;
	color: #fff;
	height: 15px;
	padding: 8px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 8px;
	letter-spacing: 0.1em;
	background-image: url(images/green_nav_bar.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.content {
	padding: 8px;
	background-image: url(images/grey_grad_background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/****************************************************************************************/

/* STYLE ELEMENTS */

.client-login 
{
	bottom: 33px;
	right: 25px;
	background-color: transparent;
	position: absolute;
	height: 18px;
	padding-left: 25px;
	background: url(images/client_icon.jpg) no-repeat 0 0;
}
.client-login a {
	font-family: Verdana;
	display: block;
	padding-top: 2px;
	color: #05518C;
}
.menu a
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.menu a:hover
{
	text-decoration: underline;
}
.menu ul li {
	margin: 4px 6px;
	display: inline;
	list-style-type: none;
}
.faq 
{
	clear: both;
}
.faq-panel 
{
	float: left;
	width: 198px;
	height: 141px;
	background-color: #FFFFFF;
	background-image: url(images/white-panel-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.faq-panel .question
{
	width: 180px;
	height: 14px;
	padding: 10px 15px 10px 10px;
	color: White;
	letter-spacing: 0.1em;
	text-align: center;

}
.faq-panel .question a {
   color: white;
   text-decoration: none;
}
.faq-panel .question a:hover {
   text-decoration: underline;
}
.faq-panel .first
{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/faq-flat.jpg);
}
.faq-panel .second 
{
	background: url(images/faq-flat.jpg);
	background-repeat: no-repeat;
}
.faq-panel .third 
{
	background: url(images/faq-flat.jpg);
	background-repeat: no-repeat;
}
.faq-panel .fourth 
{
	background-image: url(images/faq-flat.jpg);
	background-repeat: no-repeat;
}
.faq-panel .answer
{
	font-size: 1em;
	padding: 11px 15px;
	width: 168px;
	height: 85px;
	overflow: hidden;
	line-height: 1.2em;
	background-image: url(images/white-panel-left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
}
.faq-divider 
{
	float: left;
	width: 7px;
	height: 34px;
	background: url(/images/faq-divider.gif) left top no-repeat;
}
.dotted-divider 
{
	clear: both;
	height: 8px;
	border-bottom: 2px dotted #ebebeb; 
}
.isai {
	padding-top: 8px;
}
.isai .news,
.isai .links {
   clear: right;
   float: right;
   width: 198px;
	background: url('images/white-left-corner.gif') left bottom no-repeat;
   margin-bottom: 15px;
}
.isai .news {

}
.isai .links {

}

.isai .links a,
.isai .links h3 {
   color: #60859F;
}

.news .head,
.explain .head {
	color: #333333;
	height: 12px;
	padding: 11px 15px;
}

.news .head {
	background-image: url(images/news-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.explain .head {
	background: url('images/exp_title_bar.jpg') left top no-repeat;
}

.news .body,
.links .body {
	padding: 0 11px 10px 11px;
	color: #FFF;
	background: url('images/white-right-corner.gif') right bottom no-repeat #ffffff;
}

.news .body {
	height: 257px;
}
.links .body {
   height: auto;
}
.news .news-item {
	min-height: 60px;
	padding: 10px 0;
	border-bottom: 2px dotted #e5e5e5;
}
.news .last
{
	padding-bottom: 0;
	border-bottom: 0px; 
}
.news .news-item .story {

	float: left;
	width: 120px;
}

.latest .news-item .story {
   float: none;
   width: auto;
}

.news .news-item .thumb
{
	float: left;
	width: 50px;
	height: 57px;
	padding-right: 5px;
}
.samples .see-more {
   position: absolute;
   bottom: 10px;
   right: 4px;
}

.see-more {
	display: block;
	text-align: right;
	padding-top: 10px;
}
.see-more a
{
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.top-links .clear {
   clear: left;
}
.samples {
	clear: both;
}
.samples .sample
{
	float: left;
	width: 199px;
	margin-right: 5px;
}
.samples .sample .title 
{
	letter-spacing: 0.1em;
	padding: 6px 0 6px 15px;
	width: 184px;
	height: 28px;
	overflow: hidden;
}
.samples .sample .title h3, .samples .sample .title h4
{
	color: #FFF;
}
.samples .sample .blurb
{
	top: 0px;
	left: 0px;
	position: absolute;
	margin-top: -14em; /* Vary according to size of text */
}
.samples .sample .blurb .shaded-bar
{
	padding: 12px 0 12px 16px;
	display: block;
	position: relative;
	background: white;
	width: 179px;
	height: 120px; /* Vary according to size of text */
	filter: alpha(opacity=85);
	khtml-opacity: 0.85;
	moz-opacity: 0.85;
	opacity: 0.85;
	border: 2px solid #DDD;
}
.samples .sample .blurb .text
{
	font-weight: bold;
	padding: 12px 8px 12px 8px;
	color: #333;
	background-color: transparent;
	height: 100px; /* Vary according to size of text */
	position: absolute;
	width: 183px;
	z-index: 2;
	left: 23px;
	top: -10px;
}
.samples .sample .body
{
   position: relative;
	padding: 12px 0 12px 16px;
	width: 183px;
	height: 162px;
	overflow: hidden;
}
.samples .sample .body img {
   width: 167px;
   height: 143px;
}
.samples .sample .body .see-more
{
	padding-right: 12px;
	padding-top: 5px;
}
.samples .sample .body a
{
	color: #FFF;
}
.samples .first .title
{
	background: url('images/sample-title-first.jpg') top left no-repeat;
}
.samples .first .body
{
	background: url('images/sample-body-first.jpg') top left no-repeat;
}
.samples .second .title
{
	background: url('images/sample-title-second.jpg') top left no-repeat;
}
.samples .second .body
{
	background: url('images/sample-body-second.jpg') top left no-repeat;
}
.samples .third .title
{
	background: url('images/sample-title-third.jpg') top left no-repeat;
}
.samples .third .body
{
	background: url('images/sample-body-third.jpg') top left no-repeat;
}
.contact
{
	clear: right;
	float: right;
	width: 178px;
	padding: 16px 11px;
	height: 162px;
	background: url('images/contact-panel.jpg') top left no-repeat;
}
.contact a {
   display:block;
}
.contact .title,
.contact p {
/*	height: 37px; */
	color: #FFF;
}
.contact h3 {
   font-size: 1.4em;
}
.contact p {
   font-size: 1.4em;

   margin: 10px 0;
}
.contact .body 
{
	color: #FFF;
	font-size: 1.1em;
}
.validate-xhtml
{
	text-align: center;
	padding-right: 5px;
	width: 178px;
	float: right;
	clear: right;
}
.footer
{
	clear: both;
	padding: 6px;
	border-top: 1px solid #ededed;
	font-size: 0.95em;
}
.footer .copyrights
{
	color: #999999;
	float: left;
}
.footer .links
{
	float: right;
}
.footer ul li
{
	color: black;
	display: inline;
	float: left;
}
.footer a
{
	color: #999999;
	font-size: 0.95em;
	padding: 0 10px;
	text-transform: uppercase;
}
.hidden 
{
	display: none;
}
/****************************************************************************************/

/* JO added */

.isai .back-outer {
	background: white;
}

.isai .back {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.isai .back-outer .top-l,
.isai .back-outer .top-r {
   display: block;
   height: 12px;
   margin: 0;
   padding: 0;
}

.isai .back-outer .top-l {
   background: url('images/top_L_corner.jpg') top left no-repeat;
}

.isai .back-outer .top-r {
   background: url('images/top_R_corner.jpg') top right no-repeat;
   margin-left: 12px;
}

.isai .back .top-links {
   border: dotted #CCCCCC;
   border-width: 0 0 1px 0;
   padding-bottom: 10px;
   margin-bottom: 10px;
}

.isai .back .top-links ul {
   margin: 0;
   padding: 0;
}

.isai .back ul.clients {
   clear: none;
}


.isai .back h1 {
   font-size: 2em;
   margin-bottom: 10px;
}

.isai .back h2 {
   font-size: 1.5em;
   margin-bottom: 10px;
}

.isai .back h3 {
   font-size: 1.3em;
   margin-bottom: 10px;
}

.isai .back h4 {
   font-size: 1.3em;
   margin-bottom: 8px;
}

.isai .back h5 {
   font-size: 1.1em;
   margin-bottom: 6px;
}

.isai .back ul {
   margin-left: 10px;
}

.isai .back li {
   margin-left: 10px;
   margin-bottom: 10px;
   list-style: auto;
}

.isai .back p,
.isai .back li,
.isai .back blockquote,
.isai .back address {
   font-size: 1.2em;
}

.isai .back blockquote {
   font-style: italic;
/*
   background: #EEEEEE;
   padding: 4px;
   border: 1px solid #999999;
*/
}

.isai .back address {
   font-style: italic;
}

.isai .back p,
.isai .back ul {
   margin-bottom: 10px;
}

.isai .back p.todo {
   color: blue;
}

div.setup,
div.post-launch,
div.read-more {
   width: 50%;
   float: left;
}

div.read-more {
   clear: both;
}

div.team,
div.news-detail {
   clear: left;
}

div.team img,
div.news-detail img {
   display: block;
   margin: 0 10px 10px 0;
   width: 100px;
   float: left;
   width: auto;
}

div.back img {
   margin-bottom: 10px;
}

div.back ul li {
   list-style: disc;
}

div.back h3 {
	font-family: arial bold, arial;
	border: dotted #CCCCCC;
	border-width: 0 0 1px 0;
	padding: 0 0 12px 0;
	color: #CB5923;
}

.case .intro,
.case .site {
   text-align: center;
}

.case .intro {
   font-weight: bold;
}

.case img {
   float: right;
   margin: 0 0 10px 10px;
   width: 234px;
   height: 205px;
}

.buttons {
   margin: 0 0 10px 0;
}

.buttons .inner {
   float: right;
   width: auto;
}

.isai .diagram
{
	float: left;
	width: 607px;
	height: 301px;
}

.isai .instructions {
   background: #FFFFFF;
   border: 1px solid #e8743f;
   padding: 4px;
   margin: 0 0 10px 0;
   font-size: 1.2em;
   width: 598px;
}

.isai .explain {
   padding: 0;
   margin: 0 0 2px 0;
   font-size: 1.2em;
   width: 606px;
}

.isai .explain .head {
   color: #794c8b;
}

.isai .explain .head,
.isai .explain .body {
   margin: 0;
}

.isai .explain .body {
   padding: 8px 4px 4px 100px;
   background: url('images/exp_icon.jpg') 5px 2px no-repeat #794c8b;
   color: white;
}

.isai .explain .base-l,
.isai .explain .base-r {
   display: block;
   height: 12px;
   margin: 0;
   padding: 0;
}

.isai .explain .base-l {
   background: url('images/bot_L_corner.jpg') bottom left no-repeat #794c8b;
}

.isai .explain .base-r {
   background: url('images/bot_R_corner.jpg') bottom right no-repeat #794c8b;
   margin-left: 12px;
}

.diagram .info {
   clear: both;
}

.diagram .info ol {
   display: none;
}

.diagram .desc {
   padding: 10px 300px 10px 10px;
   height: 301px;
}

.diagram .desc h3,
.diagram .desc h4,
.diagram .desc h5,
.diagram .desc p {
   color: white;
   font-weight: normal;
}

.diagram .desc h3 {
   font-size: 1.6em;
   padding: 4px 0 26px 0;
}

.diagram .desc h4 {
   font-size: 2.2em;
   font-weight: bold;
   margin: 0 0 6px 0;
}

.diagram .desc h5 {
   font-size: 1.6em;
   margin-bottom: 8px;
}

.diagram .desc p {
   font-size: 1.2em;
}

.balloon {
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 200px;
}

.balloon .inner {
   background: #FFFF84;
   border: 1px solid black;
   /* border-width: 0 1px 0 1px */;
   min-height: 40px;
   padding: 10px;
}

.balloon .inner p {
   margin: 0;
   padding: 0;
}

.diagram .balloon span {
   display: block;
   margin: 0 0 4px 4px;
}

.balloon .top {
   height: 10px;
}

.balloon .bottom {
   height: 50px;
   background: url('images/balloon-bot.gif') no-repeat;
   position: relative;
   top: -1px;
   z-index: 999;
}

.balloon a {
   color: #05518C;
}

.balloon a.close {
   text-decoration: none;
}

.balloon a.close:hover {
   text-decoration: underline;
}

.balloon .close {
   display: block;
   float: right;
   width: auto;
   background: black;
   color: white;
   font-size: 1.2em;
   font-weight: bold;
   height: 16px;
   width: 16px;
   text-align: center;
}

.know-more {
   clear: left;
	border: dotted #CCCCCC;
	border-width: 1px 0 0 0;
	padding: 12px 0 0 0;
}

.clients .know-more {
   border-width: 0;
}

.back .clients .know-more h4 {
   text-align: left;
}


div.back .service img {
   float: left;
   width: 106px;
   margin: 0 6px 6px 0;
}

.isai .back .service h4 {
   clear: none;
}

div.back .service {
   clear: left;
}

.isai .back .know-more ul,
.isai .back ul.clients,
.isai .back ul.setup,
.isai .back ul.post-launch {
   float: left;
   padding: 0;
   margin: 0;
}

.isai .back ul.clients {
   width: 90%;
}

.isai .back ul.setup {
   width: 33%;
}

.isai .back ul.post-launch {
   width: 90%;
}

.isai .back .top-links ul li,
.isai .back .know-more ul li,
.isai .back ul.clients li,
.isai .back ul.setup li,
.isai .back ul.post-launch li {
   list-style-type: none;
   padding: 0;
   margin: 0 0 2px 7px;
}

.isai .back p.top {
   text-align: right;
}

.isai .back .all-services ul {
   margin-bottom: 20px;
}

.isai .back .all-services h4 {
   clear: left;
}

.back .clients .set {
   border: dotted #CCCCCC;
   border-width: 0 0 1px 0;
   clear: left;
   margin-bottom: 10px;
   padding-bottom: 10px;
}

.back .clients h4 {
   text-align: center;
}

.back .testimonial {
   margin-bottom: 20px;
}

.back .testimonial blockquote {
   margin-left: 0;
   margin-bottom: 4px;
}

.back .testimonial p {
   text-align: right;
}

.back .clients .client {
   padding-left: 90px;
   min-height: 80px;
   height: auto !important;
   height: 80px;
   background-repeat: no-repeat;
}

.screen-bd {
   background: url('images/bd.jpg');
}
.screen-cp {
   background: url('images/cp.jpg');
}
.screen-err {
   background: url('images/err.jpg');
}
.screen-gs {
   background: url('images/gs.jpg');
}
.screen-lb {
   background: url('images/lb.jpg');
}
.screen-mst {
   background: url('images/mst.jpg');
}
.screen-nec {
   background: url('images/nec.jpg');
}
.screen-op {
   background: url('images/op.jpg');
}
.screen-rn {
   background: url('images/rn.jpg');
}
.screen-slp {
   background: url('images/slp.jpg');
}
.screen-ssb {
   background: url('images/ssb.jpg');
}
.screen-tb {
   background: url('images/tb.jpg');
}
.screen-tv {
   background: url('images/tv.jpg');
}
.screen-wlu {
   background: url('images/wlu.jpg');
}

.banner-bd {
   background: url('images/bot_drawer_screens_01.gif') no-repeat;
}
.banner-cp {
   background: url('images/CP_Alumni_screen_01.gif') no-repeat;
}
.banner-rn {
   background: url('images/runners_need_01.gif') no-repeat;
}
.banner-ssb {
   background: url('images/SSB_screen_01.gif') no-repeat;
}
.banner-tb {
   background: url('images/Teachable_screen_01.gif') no-repeat;
}
.banner-wlu {
   background: url('images/women_like_us_screen_01.gif') no-repeat;
}

.how-works {
   margin: 30px 0 30px 0;
   float: right;
}

address.last {
   margin-bottom: 20px;   
}

.isai .back .map ul {
   margin: 0 0 20px 0;
   padding: 0;
}

.isai .back .map ul ul {
   margin: 0;
}

.isai .back .map ul li {
   margin: 0;
   padding: 0 0 4px 0;
}

.isai .back .map ul li li {
   margin-left: 10px;
}

.isai .back .map ul li {
   font-size: 1em;
   list-style: none;
}

.isai .back .map h4 {
   font-size: 1em;
}

.map {
   font-size: 1.3em;
   padding: 0 20px 20px;
}

.map-left {
   float: left;
   width: 240px;
}

.full-graphics {
   display: none;
}

p.home-link {
   float: left;
   width: 160px;
   padding: 6px 0 6px 0;
   font-size: 1.3em;
   font-weight: bold;
}
.slide-num {
   color: white;
   font-weight: bold;
}
