/*
	Site: ISS
	Date: Thursday, October 2, 2008
	Author: Gianni Chiappetta
	Description: base style sheet
	Author Notes:	

	WEB COLORS USED FOR THIS SITE
	---------------------------------------------------------------------
	#7fcfe1		L. Blue		Used for: Fun?
	#00215b		D. Blue		Used for: Links
	#fb9503		Orange		Used for: Highlights
	---------------------------------------------------------------------
*/

/************/
/* ELEMENTS */
/************/

body { background: #FFF url(../images/body.png) center top no-repeat; width: 100%; }

.content a:link { text-decoration: none; color: #00215b; }
.content a:visited { text-decoration: none; color: #00215b; }
.content a:hover { text-decoration: underline; color: #7fcfe1; }
.content a:active { text-decoration: none; color: #00215b; }

a img { border: 0; }

/************/
/*  LAYOUT  */
/************/

/*------------------------- Wrapper -------------------------*/
#wrapper {
  margin: 0 auto;
  width: 880px;
  overflow: hidden;
}

/*------------------------- Sidebar -------------------------*/
#side {
  margin: 0 auto;
  float: left;
  width: 195px;
  background: transparent url(../images/side.png) left top no-repeat;
}

#side #logo {
  margin: 0 0 1em 0;
  display: block;
  width: 195px;
  height: 150px;
  background: transparent url(../images/logo.png) left top no-repeat;
  text-indent: -9999px;
}

#side #side-content {
  margin-bottom: 3em;
}

#side #side-content ul {
  margin-left: 0;
  padding: 0 1em;
  list-style-type: none;
}
#side #side-content ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#side #side-content ul li a {
  display: block;
  padding: 2px 0 2px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}
#side #side-content ul li a.active {
  background-color: #7fcfe1;
}
#side #side-content ul li a.active:hover {
  color: #FFF;
  text-decoration: none;
}

/*------------------------- Main -------------------------*/
#main {
  margin: 0 auto;
  float: left;
  width: 685px;
  background: transparent url(../images/main.png) left top repeat-x;
}

#main #site-options {
  margin: 0;
  padding: 0;
  display: block;
}

#main #site-options .contact {
  display: block;
  padding: 1.25em 1em 0 0;
  height: 2.75em;
  text-align: right;
  color: #fb9503;
}

#main #site-options #navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

#main #site-options #navigation li {
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#main #site-options #navigation li a {
  display: block;
  margin: 0;
  padding: 0 12px;
  float: left;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Helvetica, Arial;
  font-weight: lighter;
  font-size: 14px;
  line-height: 40px;
}

#main #site-options #navigation li a:link { color: #7F7F7F; text-decoration: none; }
#main #site-options #navigation li a:visited { color: #7F7F7F; text-decoration: none; }
#main #site-options #navigation li a:hover { color: #7fcfe1; text-decoration: none; }
#main #site-options #navigation li a:active, #main #site-options #navigation li a.active { color: #7F7F7F; text-decoration: underline; }

#main #content {
  padding: 1em 0 0 1em;
}

#main .normal { color: #333; }

#main .normal h2 {
  margin: 0;
  padding: 10px 0 5px 10px;
  color: #FFF;
  font-size: 2.25em;
  font-weight: lighter;
  font-family: Helvetica;
  letter-spacing: -1px;
  background-color: #7fcfe1;
}
#main .normal h2+p, #main .normal h2+ul, #main .normal h3+p, #main .normal h2+ul {
  margin-top: 1em;
}

#main .normal h3 {
  margin: 0;
  padding: 5px 0 5px 10px;
  color: #FFF;
  font-size: 1em;
  font-weight: normal;
  font-family: Helvetica;
  background-color: #000;
}

#main .normal p {
  padding-right: 1em;
}

#welcome-to {
  overflow: hidden;
}

#welcome-to img {
  display: block;
  margin: 4.2em 1em 0 0;
  float: right;
}

#online-courses {
  display: block;
  margin: 100px auto 0 auto;
  padding: 0;
  width: 161px;
  height: 146px;
  clear: both;
  color: #FFF;
  background: #7fcfe1 url(../images/online_courses.png) left top no-repeat;
  text-align: center;
  text-indent: -9999px;
}

#main .index {
  overflow: hidden;
}

#main .index .copy {
  float: left;
  width: 300px;
}

#main .index .copy h2 {
  width: 250px;
  height: 125px;
  background: transparent url(../images/insight-safety.png) left top no-repeat;
  text-indent: -9999px;
}

#main .index .copy p {
  margin-top: 3em;
  padding: 0 .5em;
  color: #817f7f;
  font-size: 1.1em;
}

#main .index .copy a {
  color: #e88900;
}

#main .index .image {
  float: right;
  width: 365px;
}

/*------------------------------ Promo Bar ------------------------------*/
#promos {
  margin: 1em auto;
  width: 878px;
  overflow: hidden;
  background:url(../images/bg-bluebox.gif) repeat-x left bottom #FFFFFF;
  border:1px solid #cccccc;
}



#promos #training-services {
  width: 271px;
  border-right:solid 1px #cccccc;
  padding:0 10px 0 10px;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#334d7c;
  line-height:18px;
  float:left;
}

#training-services .training-txt{
float:left;
width:170px;
padding:10px 0 0 0;
}

#training-services .training-img{
float:right;
padding:3px 15px 0 0;
}

#training-services h3, #consulting-services h3{
font-family:Helvetica, sans-serif;
font-size:20px;
color:#334d7c;
margin-bottom:15px;
font-weight:normal;
letter-spacing:-0.5px;
}

#promos #consulting-services {
  width: 281px;
  border-right:solid 1px #cccccc;
  padding:0 0 0 10px;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#334d7c;
  line-height:18px;
  float:left;
}

#consulting-services .consulting-txt{
float:left;
width:190px;
padding:10px 0 0 0;
}

#consulting-services .consulting-img{
float:right;
}

#promos #discover-safety {
  width: 281px;
  padding:0 0 0 10px;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#334d7c;
  line-height:18px;
  float:right;
  position:relative;
}

#discover-safety h3{
font-family:Helvetica, sans-serif;
font-size:20px;
color:#334d7c;
margin-bottom:5px;
font-weight:normal;
letter-spacing:-0.5px;
}

#discover-safety .discover-txt{
float:right;
width:240px;
padding:10px 0 0 0;
position:relative;
z-index:10;
}

#discover-safety .discover-img{
position:absolute;
left:10px;
top:25px;
}


.orange-link{
color:#fb9503 !important;
text-decoration:none;
margin-left:10px;
}

.orange-link:hover{
color:#000 !important;
text-decoration:none;
}

.txt-right{
text-align:right;
padding: 8px 30px 0 0;
}

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

/*------------------------- Footer -------------------------*/
#footer {
  margin: 2em auto 5em auto;
  padding: 0 10px 50px 10px;
  width: 860px;
  color: #7f8fad;
  overflow: hidden;
  clear: both;
}

#footer p {
  float: left;
}

#footer ul {
  display: block;
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none;
}
#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#footer ul li a {
  display: block;
  float: left;
  width: 100px;
  color: #7f8fad;
  text-align: center;
}

#footer .bottom-space {
  display: block;
  height: 50px;
  clear: both;
}

/************/
/*   MISC   */
/************/
.content .subtle {
  font-size: 80%;
  color: #999;
}

.content .large {
  font-size: 140%;
}

.content .extra-large {
  font-size: 250%;
}

#content .image-text {
  display: block;
  margin-top: 1px;
  overflow: hidden;
}
#content .image-text img { float: left; }
#content .image-text blockquote:before { content: ""; }
#content .image-text blockquote {
  margin: 0;
  padding: 0;
  width: 48%;
  float: right;
}
#content .image-text blockquote p {
  line-height: 1.6em;
  font-size: 95%;
  color: #009fc3;
}



















