/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu1, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
  list-style:none;
}
body {
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size:.8em;
	line-height:19px;
	margin-bottom:10px;
	}

h1{font-size:36px!important;}
h2{font-size:28px!important;}
h3{font-size:22px!important;}
h4{font-size:20px!important;}
h5{font-size:16px!important;}
h6{font-size:14px;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu1, nav, section {
  display: block;
}

.grid_9 > p#subheader {color:red}

blockquote, q { quotes: none; margin-bottom:10px;}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body {
	/*font-size:small;*/
	background-attachment: fixed!important;
	background-position:center top;
	background-color:#FFF;
	font-family:'Open Sans', sans-serif;
} /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

/*ul, ol { margin-left: 2em; }*/
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: 700; }

td { vertical-align: top; font-size:12px; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #70A4D8; color:#fff; text-shadow: none; }
::selection { background:#70A4D8; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #70A4D8; 
		 color:#547BA2; 
		 text-decoration:none;
		 }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

#header_bg{
	-moz-box-shadow: 0 0 2px 0 #AAA;
  	-webkit-box-shadow:0 0 2px 0 #AAA;
	box-shadow: 0 0 2px 0 #AAA;
    height: 120px;
    width: 100%;
    z-index: -1;
	position: absolute;   
	top: 14px;
	}

#container{
	background-color: #E6E6E6;
	padding-top:14px;
	}
footer{
	margin-top: 30px;
	}
#pattern{
	background:url(../images/bg_pattern.jpg) repeat-x;
	height: 15px;
	border-bottom:2px solid black;
	}
#footer_bg{
	background:url(../images/bg_footer.png) repeat-x #333;
    margin-top:-254px;
    height: 254px;
    position: absolute;
    width: 100%;
    z-index: -1;
	}

h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
	font-family: Verdana, sans-serif;
    font-weight: bold;
}

header {
	background-color: #fff;
	padding: 30px 0 0 0;
	height: 90px;
	-moz-box-shadow: 0 3px 3px -2px #BCBCBC;
  	-webkit-box-shadow: 0 3px 3px -2px #BCBCBC;
  	box-shadow: 0 3px 3px -2px #BCBCBC;
	z-index:3;
}
header div#title {
	float: left;
}
#menu1 {
	margin-top: 23px;
	}
#menu1 li{list-style-type: none;}

.sec_title{
	position:absolute; 
	z-index:99; 
	padding:15px 15px 15px 25px; 
	margin:150px 0 0 -13px; 
	background:url(../images/bg_title.png) repeat 0 0 transparent; 
	color:#3384D6; 
	border-left: 3px solid #70A4D8;
	}
.sec_highlight{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-style:  italic;
    font-weight: normal;
    line-height: 28px;
    padding: 20px;
	margin-bottom: 15px;
/*	margin:-10px 0 40px 10px;
	background-color:#999;*/
	color:#888;
}
#main {
	height: auto;
	/*background-color: white;*/
}
#tagline{
	height:292px;
	background-color:white;
	margin-bottom: 20px;
	}

#tagline h1 {
	margin-left: 80px;
	text-transform:uppercase;
	}

#tagline p{
	 font-size:.8em;
	 margin-left: 80px;
	 margin-top:10px;
	 font-weight:bold;
}

#tagline ul{
	 margin-left: 80px;
}

#tagline ul li{
    font-size: 0.78em;
    list-style: square outside none;
	}
	
/*div.tagline {
    margin-left: 80px;
    margin-top: 20px;
}*/

#testmonial {
	height: 292px;
	background:url(../images/bg_testmonial1.png) top left no-repeat #FFF;
	}
#testmonial p{
    font-style: italic;
    line-height: 23px;
    margin: 15px 5px 10px 50px;
}
#blog_section, #news_section{
	position:relative;
	background: url(../images/bg_transparent.png) top left repeat-x #fff;
	height: 184px;
}
.ss-base-body {
	border: none!important;
	background: rgba(239, 182, 29, .50)!important;
}
#description {
	margin-bottom: 25px;
	padding: 15px;
}
#copyright {
	line-height: 44px;
	background-color:#4D4D4D;
	color: #999999;
    font-size: .7em;
    padding-left: 10px;
	border-top: 2px solid #808080;
}

#copyright a{
	font-variant:small-caps;
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #CCC;	
	font-size: 1.1em;
}
#survey {
	padding: 15px 5px 15px 15px;
	border-radius: 15px;
	background-color:white;
}
/*li {font-size:12px!important;
	line-height:18px;
}*/

header #title h1 {
	font-size: 45px!important;
}

h6.index_title{
	font-family: 'Open Sans', sans-serif;
	background-color: #CCCCCC;
	color: #666666;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 10px; 
	position: absolute; 
	z-index: 11;	
}

/**
 * Primary styles
 *
 * Author: Stephen Saucier
 */


div.sec_container form{
	padding:10px;
	background-color:#eee;
}

div.sec_container label{
font-variant:small-caps;
	font-size:.9em;
	font-weight:bold;
	color:#777;
	}

div#enews_section fieldset{
	width: 99%;
	border: 1px solid #999;
	background-color:#999;
}

div#enews_section legend{
    background-color: #CCCCCC;
    color: #666666;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 10px;
}

div#enews_section input{
	width:188px; 
	height:20px; 
	color: #777777;
	font-size: 12px; 
	margin: 5px 10px;
	border: 1px solid #CCC; 
	padding: 3px;
	font-style: italic;
}

#foot {
	background-color:#333;
	height:160px;
	padding-top:30px;
	}
	
#foot ul{ margin-left: 2em; }	
 
#foot li.list{
    float: left;
    list-style: none outside none;
	border-left: 1px solid #547BA2;
    margin: 0 30px 10px 0;
    padding-left: 10px;
}

#foot img {
    clear: right;
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

#sitemap{
	font-size:11px;
	font-weight:600;
	color: #AAA;
	}

#sitemap li ul {
	font-weight: 400;
	margin:.4em 0 0 1em;

}

#sitemap a {
	text-decoration:none;
}

#sitemap a, a:visited{
	color: #F6F6F6;
}

#sitemap a:hover, a:active{
	color: #70A4D8;
	text-decoration:none;
}

#sitemap li.addspace {
	margin-bottom: 5px;
	}

.signature{
	font-weight:bold;
	}
	
a, a:active, a:visited { color: #547BA2;}
a:hover { color: #70A4D8;}


/* INDEX PAGE */

/* ---- Main Banner Style ---- */
#menuWrapper ul{
	margin-left:0;
	color:#fff;
	}

.menuWrapper{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:20px auto;
    height:530px;
    width:941px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu{
    list-style:none;
    width:941px;
}
ul.menu > li{
    float:left;
    width:313px;
    height:530px;
    border-right:1px solid #aaa;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{border:none;}
.bg1{
    background-image: url(../images/1.jpg);
}
.bg2{
    background-image: url(../images/3.jpg);
}
.bg3{
    background-image: url(../images/2.jpg);
}

ul.menu > li > a{
    float:left;
    width:313px;
    height:62px;
    margin-top:450px;
    text-align:center;
    line-height:62px;
    color:#fff;
    letter-spacing:1px;
    cursor:auto;
    text-decoration:none;
	font:Verdana, sans-serif;
	font-weight:bold;
	font-size:19px;
	background:url(../images/bg.png) repeat;
}
ul.menu > li ul{
    float:left;
    margin-top:-256px;
    width:100%;
    height:194px;
    padding-top:10px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{display:none;}
ul.menu > li ul.sub1, ul.sub2, ul.sub3{background-image:url(../images/bg1sub.png);}

ul.menu > li ul.sub2 > li.align{margin: 0 10px 0 80px;}

ul.menu > li ul.sub3 > li.align{margin: 0 10px 0 80px;}

ul.menu > li ul li a{
    color:#70A4D8;
    text-decoration:none;
    text-shadow:1px 1px 1px #444;
    font-size:11px;
	cursor: pointer;
}

ul.menu > li > a:hover{
	border-bottom: 3px solid #70A4D8;
	color:#70A4D8;
	margin-bottom:-3px;
	}

ul.menu > li ul.sub1 li{
    display:block;
	margin-left: 80px;
	margin-right: 10px;
}
ul.menu > li ul li a:hover{border-bottom:1px dotted #fff;}

ul.menu > li ul li.title1, li.title2, li.title3 {
	background:url(../images/bg_title.png) repeat;
    border-left: 3px solid #70A4D8;
    color: #666;
    height: 112px;
    margin-top: -200px;
	padding-left: 16px;
    position: absolute;
    width: 440px;
	line-height: 46px;
	padding-top: 12px;
	}
	
ul.menu > li ul li.title2, li.title3{
	left:80px;
	width:528px;
}
	
.blue{color: #3384D6;}
/* ---- End Main Banner Style ---- */

/* --- Know More. Grow More Accordion Plugin --- */
.accordionWrapper{display:inline-block; background-color:#fff; overflow:hidden;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0;}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:auto; padding:7px 0;}
.accordionWrapper div.content{display:none;}
.set{border-bottom:1px solid #fff;}
.set1{background: url(../images/bg_know.png) no-repeat top right #D0D0D0;}
.set2{background: url(../images/bg_grow.png) no-repeat top right #70A4D8;}
div.set1 div.title h1{color:#70A4D8;}
div.set2 div.title h1{color:#fff;}
/* --- End Know More. Grow More Accordion Plugin --- */

/* --- Blog Slider Plugin --- */
.sliderkit{display:none;position:relative;overflow:hidden;text-align:left;}
.sliderkit a,
.sliderkit a:hover{text-decoration:none;}
.sliderkit a:focus{outline:1px dotted #000;/*optional*/}
.sliderkit img{border:0;}
.sliderkit .sliderkit-nav{z-index:10;position:absolute;text-align:center;}
.sliderkit .sliderkit-nav-clip{position:relative;overflow:hidden;margin:38px 0 auto;}
.sliderkit .sliderkit-nav-clip ul{position:relative;left:0;top:0;list-style:none;margin:0;padding:0;}
.sliderkit .sliderkit-nav-clip ul li{float:left;}
.sliderkit .sliderkit-nav-clip ul li a{display:block;overflow:hidden;}
.sliderkit .sliderkit-btn{z-index:10;}
.sliderkit .sliderkit-panel{z-index:1;position:absolute;overflow:hidden;}
.sliderkit .sliderkit-panel-active{z-index:5;}
.sliderkit .sliderkit-panel-old{z-index:4;}
.sliderkit .sliderkit-panel .sliderkit-panel-textbox{position:absolute;z-index:1;}
.sliderkit .sliderkit-panel .sliderkit-panel-text{position:absolute;z-index:3;top:0;left:0;}
.sliderkit .sliderkit-panel .sliderkit-panel-overlay{position:absolute;z-index:2;top:0;left:0;}
.sliderkit .sliderkit-count{position:absolute;top:5px;right:5px;z-index:10;padding:5px;color:#fff;background:#000;}
.sliderkit .sliderkit-timer{position:absolute;top:0;left:0;z-index:10;height:3px;background:#ccc;}
.newslider-vertical{width:460px;height:180px;}
/* Nav */
.newslider-vertical .sliderkit-nav{width:360px;height:180px; left: 160px;}
.newslider-vertical .sliderkit-nav-clip li{width:281px;margin-bottom:4px;padding-left:10px;}
.newslider-vertical .sliderkit-nav-clip li.sliderkit-selected{background:transparent url("../images/newslider-arrow.gif") no-repeat left center;}
.newslider-vertical .sliderkit-nav-clip li a{height:43px;width:271px;padding:0 0 0 10px;text-align:left;font-size:.8em;color:#444;text-decoration:none;}
.newslider-vertical .sliderkit-nav-clip li a:hover,
.newslider-vertical .sliderkit-nav-clip li a:focus{color:#70A4D8; background:#E6E6E6}
/* Panel */
.newslider-vertical .sliderkit-panels{position:absolute;width:150px;height:148px; margin:25px 0 0 8px; overflow:hidden;border:1px solid #ccc;}
.newslider-vertical .sliderkit-panel{left:0;top:0;width:150px;height:148px;background:#fff;}
/* News block */
.newslider-vertical .sliderkit-news h3,
.newslider-vertical .sliderkit-news h3 a{color:#000;font-weight:bold;}
.newslider-vertical .sliderkit-news h3{font-size:1.2em;margin:0 0 15px;}
.newslider-vertical .sliderkit-news img{float:right;width:150px;height:auto;margin:0;overflow:hidden;}
.newslider-vertical .sliderkit-news p{margin:0;}
/* --- End Blog Slider Plugin --- */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/* --- News Slider Plugin --- */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider{
		font-size: .8em;
		margin:35px 0 0 16px;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:190px;
		height:115px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:23px;
		height:23px;
		position:absolute;
		left:160px;
		top:161px;
		z-index:1000;
		}
	#nextBtn{
		width:36px;
		height:36px;
		}
	#nextBtn, #slider1next{ 
		left: 184px;
    	top: 148px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:36px;
		height:36px;
		background:url(../images/bg_prev.png) no-repeat #CCC;
		}
	#prevBtn a:hover{background:url(../images/bg_prev.png) no-repeat #70A4D8;}
	#nextBtn a, #slider1next a{ background:url(../images/bg_next.png) no-repeat #B3B3B3;}
	#nextBtn a:hover, #slider1next a:hover{ background:url(../images/bg_next.png) no-repeat #547BA2;}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	span.news_date{
		color: #aaa;
		display: block;
		font-size: 12px;
		font-style: italic;
		text-align: right;
		margin:5px 0;
		}
	
/* End News Slider Plugin */


/* SECONDARY PAGES */

div.aligner{margin:0 10px;}

#login_form input{
	height: 35px;
    margin-bottom: 10px;
    width: 270px;
	}
.sec_container{background-color:#FFF; margin-top:20px; padding-bottom:20px;}
#why_choose p{margin-bottom:20px; clear:left;}

.icons {   
	float: left;
    margin: -5px 10px 5px 0;}

div.lista ul li{
	font-size:.8em;
	list-style:square outside;
	margin-left:14px;
	}
	.left_title{
	margin: 0 0 10px -23px; 
	color: rgb(112, 164, 216); 
	background: url(../images/bg_title.png) repeat; 
	padding: 5px 0 5px 30px;
	font-weight: normal; 
	font-variant: small-caps; 
	border-left: 3px solid rgb(112, 164, 216); 
	}
	.right_title{
	margin: 0 -13px 10px 0; 
	color: rgb(112, 164, 216); 
	background: url(../images/bg_title.png) repeat; 
	padding: 5px 0;
	font-weight: normal; 
	font-variant: small-caps; 
	border-right: 3px solid rgb(112, 164, 216); 
	text-align: center; 
	}
	
	.right_title2{
	margin: 0 -23px 10px 0; 
	color: rgb(112, 164, 216); 
	background: url(../images/bg_title.png) repeat; 
	padding: 5px 0;
	font-weight: normal; 
	font-variant: small-caps; 
	border-right: 3px solid rgb(112, 164, 216); 
	text-align: center; 
	}
	
	.mid_title{
	margin-bottom: 10px; 
	color: rgb(112, 164, 216); 
	background:url(../images/bg_title.png) repeat; 
	padding:5px 0;
	font-weight: normal; 
	font-variant: small-caps; 
	text-align: center;
	}

/* Meet Us Page */

	#team_title{
		border-bottom: 1px solid #CCCCCC;
		margin-top:5px;
		}
		
	#team_title img{
		float:right;
		margin-right:5px;
		}
		
	.team_type{
		font-style:italic;}
		
	.team_brief{
		margin-bottom:0;}
		
	#expand{
		text-align:right;}
		
	#expand a{
		font-size:10px;
		text-transform:uppercase;
		text-decoration:none;
		}
		
	span.sylver{
		font-variant:small-caps;
		color:#70A4D8;
		}
	
	div.demo{
		background:#FFF;
		margin-top: 20px;
		padding: 10px;
		}
			
	div#team_photo{
	height:180px;
	width:132px;
	float:left;
    border: 3px solid #ccc;
    margin: 0 15px 0 0;
	}
	
	div.team_b{
	background:url(../images/portrait_2.jpg) no-repeat 0 0;}
	
	div.team_a{
	background:url(../images/portrait_3.jpg) no-repeat 0 0;}

	div.team_d{
	background:url(../images/portrait_11.jpg) no-repeat 0 0;}

	div.team_c{
	background:url(../images/portrait_8.jpg) no-repeat 0 0;}
	
	div.team_ep{
	background:url(../images/portrait_7.jpg) no-repeat 0 0;}
	
	div.team_j{
	background:url(../images/portrait_10.jpg) no-repeat 0 0;}

	div.team_e{
	background:url(../images/portrait_4.jpg) no-repeat 0 0;}
	
	div.team_v{
	background:url(../images/portrait_1.jpg) no-repeat 0 0;}
	
	div.team_h{
	background:url(../images/portrait_5.jpg) no-repeat 0 0;}
	
	div.team_m{
	background:url(../images/portrait_9.jpg) no-repeat 0 0;}

	div.team_r{
	background:url(../images/portrait_12.jpg) no-repeat 0 0;}

    div.team_ar{
	background:url(../images/portrait_13.jpg) no-repeat 0 0;}

    div.team_cg{
	background:url(../images/portrait_14.jpg) no-repeat 0 0;}

    div.team_jb{
	background:url(../images/portrait_15.jpg) no-repeat 0 0;}

	div.colorize:hover{
	background-position: -132px 0;}
	
	div.grid_12 hr{margin-top: 0px;}
	
/* Our Process Page */

	#infographic{background-color: #EEE;}
	#infographic ul {list-style:none;}
	#infographic img {display: block; margin-top: 25px}
	#infographic h5 {text-transform:uppercase;line-height:1; margin-bottom:30px; width:400px; text-shadow: 1px 1px 0 #CCC;}
	#infographic h6 {text-transform:uppercase;line-height:1; width:120px; text-shadow: 1px 1px 0 #CCC; margin:0 0 80px 25px;}
	#infographic .frame-0 {background-color: #B6B9BC;}
	#infographic .frame-1 {background:url(../images/bg_arrow1.png) top left no-repeat #D5D9DE;}
	#infographic .frame-2 {background:url(../images/bg_arrow2.png) top left no-repeat #A9C8E8;}
	#infographic .frame-3 {background:url(../images/bg_arrow3.png) top left no-repeat #70A4D8;}
	#infographic .frame-content {margin: 40px 0 0 80px;  width: 360px;}
	#infographic .frame-title {margin: 40px 0 0 40px;}
	#infographic div.frame-title p{font-weight:bold; width:82px; text-align: center; line-height: 1; margin-top: 5px;}
	#infographic div.bottom_icons img{display: inline-block; margin-top:10px;}
	#infographic div.bottom_icons p.mid{margin-left:19px; margin-right:18px;}
	#infographic div.bottom_icons img.mid2{margin-left:40px; margin-right:40px;}
	#infographic div.bottom_icons p{font-weight:bold; float: left;}
	#infographic .frame-closed .frame-content {display:none;}
	#infographic .frame-open .frame-content {display:block;}
	#infographic .frame-closed .frame-title {display:block;}
	#infographic .frame-open .frame-title {display:none;}
	#our_p_side {position: absolute; height: 540px; background-color: #fff; width: 280px; padding: 0px 20px;}
	#our_p_side p{font-size:.9em; line-height:23px;}
	#our_p_side h5{text-transform:none; line-height:normal; margin:0; width:auto; text-shadow:none;}
	/*#infographic .round_box{background-color:#fff; border:1px solid #efefef; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; padding:10px 20px}*/
	div.frame-content ol{font-size: 0.8em; margin-bottom: 10px;}
	div.frame-content ol li {list-style: square outside none; margin: 0 0 5px 15px;}
	
	/* Clients Page */
	
.sponsor{
	width:180px;
	height:180px;
	float:left;
	margin:4px;
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("../images/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	-moz-box-shadow:0 0 20px #70A4D8 inset;
	-webkit-box-shadow:0 0 20px #70A4D8 inset;
	box-shadow:0 0 20px #70A4D8 inset;
}

.sponsorFlip img{
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	display:none;
}

.sponsorDescription{
	font-size:.8em;
	padding:50px 10px 20px 20px;
	font-style:italic;
}

.sponsorURL{
	font-size:.7em;
	font-weight:bold;
	padding-left:20px;
}

.clear{
	clear:both;
}
	
	/* Contact Page */
	#contact_form input{
		width:430px;
		height:35px;
		margin-bottom:10px;
		}
	#contact_form textarea{
	width:430px;
	height: 104px;
	margin-bottom:0px;
	resize:vertical;
	}	
	span.red{
		color:red;
		font-weight:normal;
		}
	::-webkit-input-placeholder	{
		color: #ccc;
		font-style: italic;
		}
	:-moz-placeholder {
		color: #ccc;
		font-style: italic;
		}

/* Newsletter Page */
	#newsletter_form input{
		width:270px;
		height:35px;
		margin-bottom:10px;
		}
	#newsletter_archive ul{
	margin-top:10px;
	font-size:.8em;
	}
	#newsletter_archive a{
	text-decoration:none;
		}
		
/* Case Studies Page */
div.cases {
	width:300px;
	height:200px;
	}	

div.case0{	background:url(../images/case0.jpg) no-repeat 0 0;}
div.case1{	background:url(../images/case1.jpg) no-repeat 0 0;}
div.case2{	background:url(../images/case2.jpg) no-repeat 0 0;}
div.case3{	background:url(../images/case3.jpg) no-repeat 0 0;}
div.case4{	background:url(../images/case4.jpg) no-repeat 0 0;}
div.case5{	background:url(../images/case5.jpg) no-repeat 0 0;}

div.cases:hover{background-position: -300px 0;}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; margin-left:25px; padding:8px;}
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
