@charset "utf-8";
/* CSS Document */

p{font-size:90%;line-height:17px; font-family:Arial, Helvetica, sans-serif; padding-bottom:13px;}

h1 {
	color: #336699;
	font-size: 35px;
	line-height: 35px;
	padding:5px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	}

h2{
	color: #333333;
	font-size:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h3{
	color: #666666;
	font-size:110%;
	font-weight:normal;
	line-height: 17px;
	font-family:Arial, Helvetica, sans-serif;
	}

h4{
	color: #333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 17px;
	}

h5{
	color: #666666;
	font-size:11px;
	font-weight:normal;
	line-height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	}

h6{
	color: #666666;
	font-size:9px;
	font-weight:normal;
	line-height: 12px;
	font-family:Arial, Helvetica, sans-serif;
	}

/*was originally h1*/
h7{
	font-size:10px;
	letter-spacing: .5px;
	font-weight: normal;
	color: #666666;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	}


	
.style3 {
	color: #CCCCCC;
	}

.style4 {
	color: #999999;
	}

.style5 {
	color: #333333;
	font-size: 30px;
	}
	
.bold {font-weight:bold;}
.small {font-size:80%; margin-top:-15px; line-height:30px;}

.tm {font-size:65%;}

img {
	border:none;
}

.left{float:left;}
.leftmeg {
	top: 0;
    left: 0;
	width: 225px !important;
	height: 382px;
}

.right {float:right;}
.rightmeg {
	right: 0;
	bottom: 0;
	width: 225px !important;
	height: 382px;
}
.main-img {margin-bottom:15px;}
img.case-study {margin-bottom:15px;}
.noPadB {padding-bottom:0px;}
.slashLine {background:url(../images/lines.gif) repeat-x; width:100%; margin: 5px 0px 20px 0px; height:25px;}
.quote {background:url(../images/leftquote.png) no-repeat top left; font-family:Georgia, "Times New Roman", Times, serif; font-size:140%; color:#666; margin:20px 30px; padding:20px; line-height:1.3em;}
.quoter {font-family:Georgia, "Times New Roman", Times, serif; font-size:110%; color:#333; margin:-20px 30px 20px 30px; padding:0px 20px; line-height:1.3em;}

/*SLIDER STYLES*/

#s3slider {
   width: 990px; /* important to be same as image width */
   height: 418px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float:left;
   margin:0px auto 15px;
}

#s3sliderContent {
   width: 990px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 28px/34px Arial, Helvetica, sans-serif;
   padding: 20px 8px;
   width: 990px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.right {
	float:right;
}

.bottom {
	bottom: 0;
    left: 0;
}

.top {
	top: 0;
	left: 0;
}

.left {
	float:left;
}

/*---- Case Study Slide-Up -----*/

.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

div.container {
		position: absolute;
		bottom: 0;
		left: 0;
}

a.titlebar {
display: block;
width: auto;
height: auto;
}

div.slideup {
padding: 0px;
margin: 0px 0px -15px 0px;
height:80px;
width:310px;
background-color: #000;
}

div.slideup p.text {
font-size: .9em;
color: #fff;
margin: 0;
padding: 4px;
color: #c8c8c8;
line-height: 1.4em;
}

div.slideup ul {
padding-left: 4px;
color: #00c6ff;
}

div.slideup ul li {
	display: block;
	padding: 8px 0px;
	border-top:1px solid #222222;
	font-size: 1em;
	width:100%;
}

div.slideup a {
color: #ffffff;
text-decoration: none;
font-weight:bold;
}

div.slideup a:hover {
text-decoration: underline;
color:#ffffff;
}

a.titlebar, div.slideup {
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity: 0.70;
opacity: 0.70;
}

div.message.active a.titlebar, div.message.active div.slideup,  {
filter:alpha(opacity=75);
-moz-opacity: .75;
opacity: .75;
}

div.message {
position:relative;
width: 33.3%;
height: 180px;
float:left;
margin:25px 0px;
}

div.message, div.container {
width: 33.3%; 
}


