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

/* html, body, #wrap {height: 100%;} */
html, body {
	height: 100%;
	}


/* new homepage styles */


#home_slideshow_content {
	width: 940px;
	position: relative;
	top: 25px;
	background-color: #FFFFFF;
	background-image: url(images/home_area_shadow.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
	height: 400px;
	padding-right: 10px;
}

#home_offerings {
	width: 930px;
	margin-bottom: 30px;
	margin-top: 30px;
	background-image: url(images/fondpointter.png);
	background-repeat: repeat;
	height: 290px;
	padding: 15px;
}

#home_brand_strategy {
	width: 280px;
	background-color: #FFFFFF;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-right: 15px;
}
#home_design_dev {
	width: 280px;
	background-color: #FFFFFF;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-right: 15px;
}
#home_interactive {
	width: 280px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}

#home_differentiate {
	width: 280px;
	background-color: #FFFFFF;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-right: 15px;
}
#home_attract {
	width: 280px;
	background-color: #FFFFFF;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-right: 15px;
}
#home_retain {
	width: 280px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#post {
	padding-right: 30px;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 40px;
}
#home_servicebrands_small {
	padding-right: 30px;
	padding-left: 15px;
}

#home_latestblog {
	width: 630px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	float: left;
}

#home_latestblog h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EE3A43;
	/* margin-top: -8px; */
	margin-top: 0px;
	text-decoration: none;
}
#home_latestblog h2 a:hover {
	color: #830000;
}

#home_service_brands {
	width: 610px;
	padding-right: 15px;
	padding-left: 335px;
	background-image: url(images/services_building_art.png);
	background-repeat: no-repeat;
}
#intouch {
	float: right;
	width: 315px;
	margin-bottom: 20px;
}
#intouch_content {
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#home_service_brands h1 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #F04E43;
	font-weight: bold;
	line-height: 28px;
	font-size: 28px;
	text-decoration: none;
	margin-top: 5px;
} 

#home_service_brands h1 a:hover {
	color: #ba0000;

}

#home_dots_bar {
	height: 55px;
	width: 960px;
	background-image: url(images/fondpointter.png);
	background-repeat: repeat;
}

/* end new homepage styles */





/* homepage slider styles */


#slider {
	/* You MUST specify the width and height */
    width:940px;
	height:380px;
	position:relative;
	overflow:hidden;
}
 
#mask-gallery {
     
    overflow:hidden;   
}
 
#gallery {
     
    /* Clear the list style */
    list-style:none;
    margin:0;
    padding:0;
     
    z-index:0;
     
    /* width = total items multiply with #mask gallery width */
    width:3760px;
    overflow:hidden;
}
 
    #gallery li {
	/* float left, so that the items are arrangged horizontally */
        float:left;
	text-decoration: none;
    }
	
#mask-excerpt {
	/* Set the position */
    position:absolute;
	top:0;
	left:0;
	z-index:500px;
	/* width should be lesser than #slider width */
    width:305px;
	overflow:hidden;
	text-decoration: none;     
}
     
#excerpt {
	/* Opacity setting for different browsers */
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	/* Clear the list style */
    list-style:none;
	margin:0;
	padding:0;
	/* Set the position */
    z-index:10;
	position:absolute;
	top:0;
	left:0;
	/* Set the style */
    width:305px;
	overflow:hidden;
	font-family:arial;
	font-size:14px;
	color:#333333;
	background-image: url(images/fondpointter2.png);
	background-repeat: repeat;
	text-decoration: none;
}

#excerpt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #f43629;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 20px;
	text-decoration: none;

}
#excerpt h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #f43629;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 20px;
	text-decoration: none;
}

#excerpt h1 a:hover {
		color: #830000;
		text-decoration: none;

}

#excerpt h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #f43629;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
    padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}

#excerpt h2 a:hover {
	color: #830000;
	text-decoration: none;

}

#excerpt h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	padding: 5px;
	text-decoration: none;

}


#excerpt li {
	padding:15px;
	text-decoration: none;
    }
     
#slider_buttons {
	float: left;
	height: 10px;
	width: 300px;
	padding-left: 8px;    
}

#slider_markers {
	float: right;
	height: 10px;
	width: 300px;
	text-align: right;
	padding-right: 10px;
} 
 
.clear {
    clear:both;
}



/* end homepage slider styles */


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	
#brand_strategy .style5 {
}
#client_login {
	width: 170px;
	margin-top: 40px;
}
#client_login form {
	margin-top: 6px;
	margin-bottom: 6px;
	width: 170px;
}

#news_area a {
	color: #EE4048;
	text-decoration: none;
	font-weight: bold;
}

body > #wrap {
	min-height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
}
/* End hide from IE-mac */body {
	margin: 0px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#navigation {
	position: relative;
	top: 35px;
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
	margin-bottom: 25px;
	width: 960px;
	height: 40px;
}
#logo_link {
	width: 150px;
	float: left;
	height: 40px;
}
#nav_links {
	width: 525px;
	/* height: 22px; */
	/* top: 22px; */
	top: 7px;
	position: relative;
	z-index: 50;
	vertical-align: top;
	margin-top: 0px;
	float: right;
	right: -30px;
}
#nav_nobreadcrumbs {	1display: none;
	text-align: left;
	width: 440px;
	float: right;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 4px 3px;
	margin-top: 10px;
	height: 22px;
}

#nav_breadcrumbs {
	1display: none;
	text-align: left;
	width: 440px;
	float: right;
	background-image: url(images/breadcrumb-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 4px 3px;
	margin-top: 10px;
	height: 22px;
}
#nav_breadcrumbs ul {
	list-style: none;
	height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
#nav_breadcrumbs li {
	height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif !important;
	display: inline;
	color: #cc0000;
	font-weight: bold;
	line-height: 20px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	}
#nav_breadcrumbs li.second-breadcrumb-item {
	margin: 0;
	background: url(images/breadcrumb-arrow2.gif) left 4px no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
	}

#nav_breadcrumbs a {
	color: #cc0000 !important;
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 20px;
}
#nav_breadcrumbs a:hover { 
	color: #cc0000 !important;
}

#main {padding-bottom: 150px;}  /* must be same height as the footer */
#greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none; /*url(images/welcome.png) left -8px no-repeat;*/
}
#authenticity_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background-image: url(images/authenticity_greeting.png);
	background-repeat: no-repeat;
	background-position: -2px -8px;
}
#ignition_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none; /*url(images/ignition_greeting.png) -2px -8px no-repeat;*/
}
#ignition_insight {
	width: 210px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	background-image: url(images/insight.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding-top: 240px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
	left: 10px;
}
#ignition_ideation {
	width: 210px;
	position: relative;
	background-color: #FFFFFF;
	display: block;
	float: left;
	left: 32px;
	background-image: url(images/ideation.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 240px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
}
#ignition_implementation {
	width: 210px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	left: 55px;
	background-image: url(images/implementation.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding-top: 240px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
}
#culture_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none; /* url(images/culture_greeting.png) -1px -8px no-repeat;*/
}
#culture_jason {
	width: 210px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	background-image: url(images/jason_r.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 220px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
	left: 10px;
}
#culture_john {
	width: 210px;
	position: relative;
	background-color: #FFFFFF;
	display: block;
	float: left;
	left: 32px;
	background-image: url(images/john_r.jpg);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 220px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
}
#culture_accounts {
	width: 210px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	left: 55px;
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 220px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
	background-image: url(images/jonQ.jpg);
}
#culture_studio {
	width: 760px;
	float: left;
	margin-bottom: 18px;
	margin-top: 35px;
	background-image: url(images/fondpointter.png);
	background-repeat: repeat;
	padding-bottom: 8px;
	height: 500px;
}
#eyelet_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none; /*url(images/eyelet_greeting.png) -8px 1px no-repeat;*/
}
#studio_story {
	width: 600px;
	position: relative;
	top: 10px;
}
#studio_story h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin-top: 0px;
}
#contact_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none;/*url(images/contact_greeting.png) 0px -8px no-repeat;*/
}
#contact_heart {
	width: 365px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/state_heart.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	margin-bottom: 30px;
	top: 0px;
	left: 0px;
	height: 290px;
	padding-left: 360px;
	padding-bottom: 25px;
	padding-top: 30px;
	padding-right: 15px;
}
#contact_form {
	width: 740px;
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	top: 20px;
	left: 10px;
	padding-left: 0px;
	padding-bottom: 25px;
	padding-top: 10px;
	padding-right: 0px;
	height: 670px;
	background-image: url(images/main_area_shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contact_heart h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	color: #CCCCCC;
}
#map {
	display: block;
	float: left;
	top: 15px;
	position: relative;
	left: 10px;
	background-image: url(images/map.gif);
	height: 370px;
	background-position: -20px;
	padding-left: 70px;
	padding-top: 45px;
	padding-right: 490px;
	width: 180px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
}
#news_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none; /*url(images/news_greeting.png) 0px 1px no-repeat;*/
}
#work_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none; /*url(images/work_greeting.png) -2px -8px no-repeat;*/
}
#work_back {
	height: 16px;
	top: 17px;
	position: relative;
	margin-bottom: 25px;
	left: 20px;
	width: 400px;
}
#work_back a {
	text-decoration: none;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/double_arrow_back.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#work_back a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

#work_back a:visited {
	text-decoration: none;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/double_arrow_back.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#work_back h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#studio_title {
	width: 61px;
	background-image: url(images/studio_title.png);
	height: 250px;
	background-repeat: no-repeat;
	background-position: 1px 0px;
	float: left;
}
#studio_images {
	float: left;
	width: 660px;
	left: 12px;
	position: relative;
	top: 18px;
	margin-bottom: 50px;
	height: 600px;
}
#people_intro {
	position: relative;
	width: 600px;
	left: 10px;
	top: 30px;
	height: 25px;
	margin-bottom: 15px;
}
#main_content_area {
	width: 755px;
	position: relative;
	top: 25px;
	background-color: #FFFFFF;
	background-image: url(images/main_area_shadow.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 5px;
	height: 405px;
}
#service_main_content_area {
	width: 760px;
	position: relative;
	top: 25px;
	background-color: #FFFFFF;
	background-image: url(images/main_area_shadow.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 25px;
}

#brand_strategy {
	width: 720px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
	left: 10px;
	margin-top: 0px;
}
#single_main_content {
	width: 720px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
	left: 10px;
	margin-top: 0px;
}
#expertise_sub_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bolder;
	color: #F04E43;
	padding-top: 5px;
	margin-bottom: 20px;
}

#expertise_sub_nav h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bolder;
	color: #F04E43;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#expertise_sub_nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	text-decoration: none;
	padding-right: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 5px;
	padding-left: 2px;
	height: 22px;
}

#expertise_sub_nav a:hover {
	background-color: #DDD;	
}

#expertise_sub_nav h2{
	text-decoration: none;
	background-image: url(images/fondpointter.png);
	background-repeat: repeat;
	height: 10px;
}


#one_column_content {
	width: 720px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
	left: 10px;
	margin-top: 0px;
}
#service_sub_nav a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#overview_brand_strategy {
	width: 210px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
	left: 10px;
}
#overview_design_dev {
	width: 210px;
	position: relative;
	background-color: #FFFFFF;
	display: block;
	float: left;
	left: 32px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
}
#overview_interactive {
	width: 210px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	left: 55px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 20px;
}
#overview_service_offering {
	width: 760px;
	float: left;
	margin-bottom: 18px;
	margin-top: 35px;
	background-image: url(images/fondpointter.png);
	background-repeat: repeat;
	padding-bottom: 8px;
	height: 100px;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: inline-block;}
.clearfix {display: block;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
#right_column {
	float: right;
	display: block;
	width: 170px;
	top: 100px;
	background-repeat: no-repeat;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #F04E43;
	right: 13px;
	margin-top: 100px;
}
#right_column a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#right_column a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#right_column a:hover {
	color: #EE3A43;
	text-decoration: none;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#right_column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EE3A43;
	margin-top: -8px;
}
#right_column h3 {
	margin-top: -8px;
}
#right_column h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	line-height: 18px;
}
#news_area h4 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#services_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none;/*url(images/services_greeting.png) left -8px no-repeat;*/
}
#service_offering {
	width: 760px;
	float: left;
	margin-bottom: 18px;
	margin-top: 35px;
	background-image: url(images/fondpointter.png);
	background-repeat: repeat;
	padding-bottom: 8px;
}
#service_brand_strategy {
	width: 210px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 8px;
	height: 250px;
}
#service_design_dev {
	width: 210px;
	position: relative;
	background-color: #FFFFFF;
	display: block;
	float: left;
	left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 8px;
	height: 250px;
}
#service_interactive {
	width: 210px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	left: 30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	top: 8px;
	height: 250px;
}
#service_offering_expand {
	width: 760px;
	float: left;
	margin-bottom: 18px;
	margin-top: 35px;
	background-image: url(images/fondpointter.png);
	background-repeat: repeat;
	padding-bottom: 8px;
	height: 150px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #EE3A43;
	line-height: 20px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.marketing-msg {
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	margin: 0 0 0 9px;
	margin-bottom: 0px;
	1display: none;
}
h1.marketing-msg {
	font-size: 57px;
	padding-top: 10px;
}
h2.marketing-msg {
	font-size: 35px;
	padding-top: 5px;
}

.style2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #EE3A43;
	line-height: 30px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EE3A43;
	/* margin-top: -8px; */
	margin-top: 0px;
}
#nav_links h2 {
	margin-top: 0px;
	margin-bottom: 8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #666666;
	line-height: 17px;
	margin-bottom: 20px;
}
h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 17px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-right: 17px;
	background-image: url(images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 17px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F04E43;
	line-height: 17px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a.scrollover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	word-spacing: 25px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: lighter;
}
a.scrollover em:first-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: lighter;
}

#footer {
	position: relative; /* negative value of footer height */
	/*height: 170px;*/
	padding-bottom: 15px;
	overflow: hidden;
	clear:both;
	background-color: #E3E3E3;
	margin-top: -100px;
} 
#footer_links {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	top: 15px;
	position: relative;
	/*height: 150px;*/
}

#footer h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#footer h4 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#footer h4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #999999;
	margin: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
}
#footer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
#footer h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
#footer h5 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
#footer h5 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #999999;
}
#footer_contact_us {
	float: left;
	width: 195px;
	/*height: 150px;*/
}
#footer_services {
	float: left;
	margin-left: 10px;
	width: 125px;
	height: 120px;
	background-image: url(images/footer_vertical_rule.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#footer_work {
	float: left;
	width: 125px;
	margin-left: 10px;
	height: 120px;
	background-image: url(images/footer_vertical_rule.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
#footer_culture {
	float: left;
	height: 120px;
	width: 125px;
	margin-left: 10px;
	background-image: url(images/footer_vertical_rule.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
#news_area {
	width: 705px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	background-repeat: no-repeat;
	background-position: 10px top;
	margin-bottom: 30px;
	top: 20px;
	left: 10px;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 15px;
	padding-right: 15px;
}
#thoughts_area {
	width: 705px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	background-repeat: no-repeat;
	background-position: 10px top;
	margin-bottom: 30px;
	top: 20px;
	left: 10px;
	height: 290px;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 15px;
	padding-right: 15px;
}
#footer_thoughts {
	float: left;
	height: 120px;
	width: 125px;
	margin-left: 10px;
	background-image: url(images/footer_vertical_rule.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
#footer_more {
	float: left;
	height: 120px;
	width: 125px;
	margin-left: 10px;
	background-image: url(images/footer_vertical_rule.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
ul#filter {
	float: left;
	font-size: 16px;
	list-style: none;
	margin-left: 0;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
}
#project_info {
	width: 180px;
	margin-bottom: 25px;
	margin-left: 20px;
	float: left;
}
#project_info h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #F04E43;
	color: #FFFFFF;
	line-height: 24px;
	padding-left: 5px;
}
#work_area {
	float: left;
	width: 550px;
	left: 20px;
	position: relative;
	top: 12px;
}
#project_info h3 {
	margin-top: -10px;
}
ul#filter li {
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
ul#filter li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
ul#filter a {
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;

}
ul#filter li.current a, ul#filter a:hover { 
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F04E43; 
}

ul#filter li.current a {
	color: #F04E43;
	font-weight: bolder;
	font-size: 16px;
}

ul#portfolio { 
	float: left; 
	list-style: none; 
	margin-left: 0; 
	width: 672px;
}
ul#portfolio li {
	float: left;
	padding: 5px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
}

ul#portfolio a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
ul#portfolio a:hover { 
	text-decoration: none;
	color: #F04E43; 
}

ul#portfolio img {
	display: block;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#project_info a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EE3A43;
	text-decoration: none;
	background-color: #FFFFFF;
}
#careers_info {
	width: 600px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	background-repeat: no-repeat;
	background-position: 10px top;
	margin-bottom: 30px;
	top: 20px;
	left: 10px;
	height: 290px;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 15px;
	padding-right: 15px;
}
#careers_info .style5 a {
	text-decoration: none;
	color: #F04E43;
}
#careers_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none; /*url(images/careers_greeting.png) 0px -8px no-repeat;*/
}
#sitemap {
	width: 200px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	background-repeat: no-repeat;
	background-position: 10px top;
	margin-bottom: 30px;
	top: 20px;
	left: 10px;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 15px;
	padding-right: 15px;
}
#sitemap_greeting {
	height: 145px;
	position: relative;
	top: 48px;
	background: none;/*url(images/sitemap_greeting.png) 0px 1px no-repeat;*/
}
#sitemap h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #EE3A43;
	text-decoration: none;
	margin: 0px;
}
#sitemap h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #EE3A43;
	text-decoration: none;
	margin: 0px;
}
#sitemap h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#sitemap h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	line-height: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#sitemap h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	line-height: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#sitemap h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #F04E43;
	line-height: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#sitemap2 {
	width: 200px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	background-position: 10px top;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 15px;
	padding-right: 15px;
	top: 20px;
	left: 30px;
}
#sitemap2 h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #EE3A43;
	text-decoration: none;
	margin: 0px;
}
#sitemap2 h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #EE3A43;
	text-decoration: none;
	margin: 0px;
}
#sitemap2 h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#sitemap2 h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	line-height: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#sitemap2 h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	line-height: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#sitemap2 h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #F04E43;
	line-height: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#sitemap3 {
	width: 200px;
	position: relative;
	background-color: #FFFFFF;
	float: right;
	background-position: 10px top;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 15px;
	padding-right: 15px;
	top: 20px;
	right: 20px;
}
#sitemap3 h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #EE3A43;
	text-decoration: none;
	margin: 0px;
}
#sitemap3 h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #EE3A43;
	text-decoration: none;
	margin: 0px;
}
#sitemap3 h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#sitemap3 h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	line-height: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#sitemap3 h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	line-height: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#sitemap3 h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #F04E43;
	line-height: 8px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 10px;
}
h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
}
h5 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
}
h5 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #F04E43;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
h6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
}
h6 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
}
h6 a:hover {
	color: #F04E43;
}
ul#twitter_update_list {
	margin: 0;
	list-style: none;
	background-position: center;
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
}
ul#twitter_update_list a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EE4048;
}
ul#twitter_update_list a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EE4048;
	text-decoration:underline
}
ul#twitter_update_list li {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #666666;
	font-weight: lighter;
	line-height: 20px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#octo_right {
	height: 395px;
	width: 740px;
	background-image: url(images/blue_octo_home.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
}
#youtube_720 {
	height: 435px;
	width: 720px;
	z-index: 500;
	margin: 0px;
}
#right_column #side_menu {
	width: 170px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-bottom: 30px;
	background-image: url(images/right_column_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#right_column #side_menu #side_menu_item {
	background-color: #eee;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#right_column #side_menu #side_menu_item a {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 160px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 16px;
}

#right_column #side_menu #side_menu_item a:hover {
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

