@charset "utf-8";

html, body {
	height: 100%;
	margin: 0px;
}

body {
	background-image: url(../images/outer_container_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0C4481;
	height:100%;
}

body, td, input, select, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a:link, a:active, a:visited {
	color:#006699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;

}

pre {
	display:none;
}

#outer_wrapper {
	width:100%;
	min-height: 100%;
	background-image: url(../images/wrapper_bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

* html #outer_wrapper {
	height: 100%;
}

#wrapper {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	background-color: #FFFFFF;
}

* html #wrapper {
	height: 100%;
}

#content_wrapper {
	padding:30px;
	min-height: 100%;
}

/* Header */

#header {
	color: #999999;
	position:relative;
	width:100%;
	overflow:hidden;
}

#logo {
	float:left;
	height: 40px;
	width: 200px;
	background-image: url(../images/corporate_logo.gif);
	background-repeat: no-repeat;
}

#logo em {
	visibility:hidden;
}

#logo a {
	position:absolute;
	text-decoration:none;
	height: 40px;
	width: 200px;
}

#header_content {
	position:relative;
	font-size:9px;
	width:300px;
	float:right;
	text-align:right;
}

#header_content a {
	color:#999;
}
/* Main Navigation */

#main_menu {
	position:absolute;
	z-index:3000;
	top: 92px;
	margin-left:30px;
}

#main_menu ul {
	margin: 0px;
	padding: 0px;
}

#main_navigation a {
	position:absolute;
	text-decoration:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height:25px;
	background-position: center top;
}

#main_navigation a:hover {
	background-position: center top;
}

#main_navigation li {
	list-style-type: none;
	display: inline;
	float:left;
	height:25px;
	margin-right:2px;
}

#main_navigation li em {
	visibility:hidden;
}

#nav_home {
	width:64px;
}

#nav_home a {
	background-image: url(../images/nav/home.gif);
	background-repeat: no-repeat;
	width:64px;
}

#nav_home a:hover {
	background-image: url(../images/nav/home_over.gif);
	background-repeat: no-repeat;
	width:64px;
	background-position: left top;
}

#nav_about {
	width:90px;
}

#nav_about_active {
	width:90px;
}

#nav_about a {
	background-image: url(../images/nav/about.gif);
	background-repeat: no-repeat;
	width:90px;
}

#nav_about a:hover,  #nav_about_active a {
	background-image: url(../images/nav/about_over.gif);
	background-repeat: no-repeat;
	width:90px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: none;
	background-position: -1px top;
}

#nav_about.activeLink a {
	background-image: url(../images/nav/about_over.gif);
}

#nav_services {
	width:168px;
}

#nav_services_active {
	width:168px;
}

#nav_services a {
	width:168px;
	background-image: url(../images/nav/services.gif);
	background-repeat: no-repeat;
}

#nav_services a:hover, #nav_services_active a {
	width:168px;
	background-image: url(../images/nav/services_over.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: none;
	background-position: -1px top;
}

#nav_services.activeLink a {
	background-image: url(../images/nav/services_over.gif);
}


#nav_ikiosk {
	width:111px;
}

#nav_ikiosk_active {
	width:111px;
}

#nav_ikiosk a {
	width:111px;
	background-image: url(../images/nav/ikiosk.gif);
	background-repeat: no-repeat;
}

#nav_ikiosk a:hover, #nav_ikiosk_active a {
	width:111px;
	background-image: url(../images/nav/ikiosk_over.gif);
	background-repeat: no-repeat;
	
}

#nav_portfolio {
	width:94px;
}

#nav_portfolio_active {
	width:94px;
}

#nav_portfolio a {
	width:94px;
	background-image: url(../images/nav/portfolio.gif);
	background-repeat: no-repeat;
	
}

#nav_portfolio a:hover, #nav_portfolio_active a {
	width:94px;
	background-image: url(../images/nav/portfolio_over.gif);
	background-repeat: no-repeat;
}

#nav_news {
	width:90px;
}

#nav_news_active {
	width:90px;
}

#nav_news a {
	width:90px;
	background-image: url(../images/nav/news.gif);
	background-repeat: no-repeat;
}

#nav_news a:hover, #nav_news_active a {
	width:90px;
	background-image: url(../images/nav/news_over.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: none;
	background-position: 3px top;
}

#nav_careers {
	width:94px;
}

#nav_careers_active {
	width:94px;
}

#nav_careers a {
	width:94px;
	background-image: url(../images/nav/careers.gif);
	background-repeat: no-repeat;
}

#nav_careers a:hover, #nav_careers_active a {
	width:94px;
	background-image: url(../images/nav/careers_over.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: none;
	background-position: 2px top;
}

#nav_contact {
	width:90px;
}

#nav_contact_active {
	width:90px;
}

#nav_contact a {
	background-image: url(../images/nav/contact.gif);
	background-repeat: no-repeat;
	width:90px;
	background-position: right;
}

#nav_contact a:hover, #nav_contact_active a {
	background-image: url(../images/nav/contact_over.gif);
	background-repeat: no-repeat;
	width:90px;
	background-position: right;
}

#main_content {
	position:relative;
	overflow:hidden;
	width:100%;
	margin-top:65px;
	margin-bottom:20px;
}

/* Sub Menu */

#sub_menu {
	position:absolute;
	top: 118px;
	margin-left:30px;
	z-index:550;
}

.sub_nav_container {
	display:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:20px;
	background-color: #FFFFFF;
	background-image: url(../images/nav/borderscreen.gif);
	background-repeat: no-repeat;
}

#sub_nav_about {
	position:absolute;
	margin-left:66px;
	height: 160px;
	width: 345px;
	background-position: 90px top;
}

#sub_nav_services {
	position:absolute;
	margin-left:158px;
	height: 210px;
	width: 400px;
	background-position: 168px top;
}

#sub_nav_ikiosk {
	position:absolute;
	margin-left:328px;
	height: 185px;
	width: 385px;
	background-position: 111px top;
}

#sub_nav_portfolio {
	position:absolute;
	margin-left:441px;
	height: 140px;
	width: 185px;
	background-position: 94px top;
}

#sub_nav_news {
	position:absolute;
	margin-left:537px;
	height: 145px;
	width: 165px;
	background-position: 90px top;
}

#sub_nav_careers {
	position:absolute;
	margin-left:629px;
	height: 60px;
	width: 125px;
	background-position: 94px top;
}

.sub_nav_leftcol {
	float:left;
	width:45%;
}

.sub_nav_rightcol {
	float:right;
	width:45%;
}

.sub_nav_options {
	padding:0px;
	margin:0px;
}

.sub_nav_options li {
	list-style-type: none;
	margin-bottom:5px;
	font-size:11px;
}

.sub_nav_links {
	padding:0px;
	margin:0px;
}

.sub_nav_links li {
	list-style-type: none;
	margin-top:5px;
	font-size:10px;
}

.sub_nav_links li a:link, .sub_nav_links li a:visited {
	color:#999999;
}

/*Content Columns */

#left_col {
	float:left;
	margin-left:2px;
	margin-right:20px;
	width:150px;
}

#right_col {
	float:left;
	width:641px;
}

#center_col {
	float:left;
	width:450px;
}

#center_col_ext {
	float:left;
	width:625px;
}

#tier2_right_col {
	float:right;
	width:175px;
}

/* Footer */
#footer {
	position:relative;
	width:100%;
	overflow:hidden;
	clear:both;
	font-size:9px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top:10px;
}

#footer a {
	color: #999999;
}

#footer ul {
	padding: 0px;
	margin: 0px;
}

#footer li {
	list-style-type: none;
	display: inline;
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#footer li.lastItem {
	list-style-type: none;
	display: inline;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer_links {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:8px;
}

#copyright {
	clear:both;
}


/* Left Navigation Styles */

.leftnav_header {
	width:150px;
	height:15px;
	margin-bottom:5px;
}

.leftnav_header em {
	visibility: hidden;
}

#leftnav_links ul {
	margin:0px;
	padding:0px;
}

#leftnav_links ul li {
	list-style-type:none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 11px;
}

#leftnav_links a {
	color: #666666;
}

#leftnav_links a:hover {
	color: #006699;
}


#header_about_us {
	position:absolute;
	width:65px;
	height:9px;
	background-image: url(../images/titles/about.gif);
	background-repeat: no-repeat;
}

#header_about_us:hover {
	position:absolute;
	width:65px;
	height:9px;
	text-decoration:none;
	background-image: url(../images/titles/about_over.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#header_site {
	position:absolute;
	width:62px;
	height:9px;
	background-image: url(../images/titles/siteinfo.gif);
	background-repeat: no-repeat;
}

#header_site:hover {
	position:absolute;
	width:62px;
	height:9px;
	text-decoration:none;
	background-image: url(../images/titles/siteinfo_over.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#header_remix {
	position:absolute;
	width:100px;
	height:9px;
	background-image: url(../images/titles/remix.gif);
	background-repeat: no-repeat;
}

#header_remix:hover {
	position:absolute;
	width:100px;
	height:9px;
	text-decoration:none;
	background-image: url(../images/titles/remix_over.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#header_services {
	position:absolute;
	width:150px;
	height:9px;
	background-image: url(../images/titles/services.gif);
	background-repeat: no-repeat;	
}

#header_services:hover {
	position:absolute;
	width:150px;
	height:9px;
	background-image: url(../images/titles/services_over.gif);
	background-repeat: no-repeat;	
	text-decoration:none;
}

#header_ikiosk {
	position:absolute;
	width:86px;
	height:9px;
	background-image: url(../images/titles/ikiosk.gif);
	background-repeat: no-repeat;	
}

#header_ikiosk:hover {
	position:absolute;
	width:86px;
	height:9px;
	background-image: url(../images/titles/ikiosk_over.gif);
	background-repeat: no-repeat;	
	text-decoration:none;
}

#header_portfolio {
	position:absolute;
	width:73px;
	height:9px;
	background-image: url(../images/titles/portfolio.gif);
	background-repeat: no-repeat;	
}

#header_portfolio:hover {
	position:absolute;
	width:73px;
	height:9px;
	background-image: url(../images/titles/portfolio_over.gif);
	background-repeat: no-repeat;	
	text-decoration:none;
}

#header_news {
	position:absolute;
	width:37px;
	height:9px;
	background-image: url(../images/titles/news.gif);
	background-repeat: no-repeat;	
}

#header_news:hover {
	position:absolute;
	width:37px;
	height:9px;
	background-image: url(../images/titles/news_over.gif);
	background-repeat: no-repeat;	
	text-decoration:none;
}

#header_careers {
	position:absolute;
	width:59px;
	height:9px;
	background-image: url(../images/titles/careers.gif);
	background-repeat: no-repeat;	
}

#header_careers:hover {
	position:absolute;
	width:59px;
	height:9px;
	background-image: url(../images/titles/careers_over.gif);
	background-repeat: no-repeat;	
	text-decoration:none;
}

#header_contact {
	position:absolute;
	width:82px;
	height:9px;
	background-image: url(../images/titles/contact.gif);
	background-repeat: no-repeat;	
}

#header_contact:hover {
	position:absolute;
	width:82px;
	height:9px;
	background-image: url(../images/titles/contact_over.gif);
	background-repeat: no-repeat;	
	text-decoration:none;
}

/*Content Styles */

#section_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3B73B9;
	font-weight: bold;
}

#section_header_tier2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3B73B9;
	font-weight: bold;
	padding-bottom:5px;
}

#section_header_tier3 {
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3B73B9;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#section_header_tier2 h1, #section_header_tier3 h1 {
	margin:0px;
	padding:0px;
	font-size: 24px;
}

.breadcrumbs {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#section_quote {
	font-size: 16px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#center_content {
	float:left;
	width:450px;
}

#section_content {

}

#section_content p, #center_col p, #right_col p {
	line-height: 1.5em;
	margin-top:0px;
	padding-top:0px;
}

#right_content {
	float:right;
	width:175px;
}

.content_block {
	clear:both;
	width:100%;
	position:relative;
	overflow:hidden;
	margin-bottom: 10px;
}

.content_block_ext {
	clear:both;
	width:100%;
	position:relative;
	overflow:hidden;
	margin-bottom: 30px;
}

.inline_image_left {
	width:120px;
	float:left;
}

.inline_text_right {
	width:300px;
	margin-left:15px;
	float:left;

}

.inline_text_right p {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:10px;
}

.inline_link_highlight {
	font-weight:bold;
}

a em {
	visibility:hidden;
}

#header_image {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

a.learn_more {
	color:#999999;
	text-decoration:none;
}

a.learn_more:hover {
	color: #006699;
}


.team_profile_pic {
	float:left;
}

.team_profile_pic img {
	margin-right: 15px;
	border: 1px solid #000000;
}

.team_profile_content {
}

.team_profile_content p {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:10px;
}

a.learn_more_link {
	position:absolute;
	height:7px;
	width:78px;
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
}

a.learn_more_link:hover {
	background-image: url(../images/more_over.gif);
	text-decoration:none;
}

.content_divider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.content_sub_section  {
	text-transform: uppercase;
	font-size: 6.5pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	clear:both;
}
.inline_image {
	border: 1px solid #000000;
	margin-right:10px;
	margin-bottom:5px;
}
.sub_section_block {
	width:100%;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top:10px;
	padding-top:5px;
}

.inline_content_block {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.sub_section_block_ext {
	width:100%;
	overflow:hidden;
}

ol li {
	line-height:16px;	
}

ul li {
	line-height:16px;	
}
/* Right Column Extended */
.right_col_spacer {
	height:10px;
}
.right_col_divider {
	width:175px;
	height:1px;
	background-image: url(../images/right_col_divider.gif);
	background-repeat: no-repeat;
}

.right_col_content {
	padding:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.right_col_content ul {
	padding:0px;
	margin:0px;
}

.right_col_content  ul li {
	list-style-type:none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.right_col_content  ul li a:link, .right_col_content  ul li a:visited  {
	color:#666666;
}

.right_col_content  ul li a:hover {
	color:#006699;
}

.right_col_header {
	font-weight:bold;
	color: #006699;

}

/*Photo Galleries */

.photo_image {

}

.photo_image_cell {
	border: 1px solid #EEEEEE;
}

.photo_image_cell_hover {
	border: 1px solid #0066CC;
	background-color: #EEEEEE;
}

.contentImageDefault {
	border: 1px solid #6699CC;
	padding:5px;
}

.contentImageNull{
	border: 1px solid #CCCCCC;
	padding:5px;
}

.contentImageLeft {
	border: 1px solid #CCCCCC;
	padding:5px;
	margin-right:10px;
	margin-bottom:5px;
}

.contentImageRight {
	border: 1px solid #CCCCCC;
	padding:5px;
	margin-left:10px;
	margin-bottom:5px;
}

/*Extended Styles*/

#center_col p.contentSubHeader {
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3B73B9;
	padding-bottom:5px;
}

#center_col p.SubHeaderExt {
	margin-top:0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3B73B9;
	line-height:normal;
}

/*Application Highlights */

.application_highlights {
	position:relative;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	width:100%;
}

.application_image {
	float: left;
	margin-top:15px;
	width:80px;
}

.application_text {
	float:left;
	width:370px;
}

.application_text p {
	margin:0px;
}

p.highlight_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight:bold;
}

.application_text ul {
	padding-left:15px;

}

.titleBanner {
	margin-bottom:10px;
}
.border_inline {
	border: 1px solid #CCCCCC;
}

#section_summary {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:20px;
}

.section_detail {
	position:relative;
	float:left;
	width:185px;
	height:140px;
	margin-right:24px;
	border: 1px solid #D7D7D7;
	background-image: url(/v2/static/library/images/callout_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.section_detail_last {
	position:relative;
	float:right;
	width:185px;
	height:140px;
	border: 1px solid #D7D7D7;
	background-image: url(/v2/static/library/images/callout_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.section_detail_vertical {
	position:relative;
	width:185px;
	height:99px;
	border: 1px solid #D7D7D7;
	background-image: url(/v2/static/library/images/callout_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom:10px;
}

.section_detail_vertical_last {
	position:relative;
	width:185px;
	height:98px;
	border: 1px solid #D7D7D7;
	background-image: url(/v2/static/library/images/callout_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.section_detail p, .section_detail_last p, .section_detail_vertical p, .section_detail_vertical_last p {
	padding:0px;
	margin:0px;
}

.section_detail_text {
	padding:15px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 24px;
	color: #3B73B9;
	font-weight: bold;
	padding-bottom:5px;
}

h2 {
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3B73B9;
	padding-bottom:10px;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

h3_bk {
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B73B9;
	padding-bottom:10px;	
}

h3 { 
	padding:0px;
	margin:0px;
	color: #006699;
	font-size: 10px;
	text-transform: uppercase;
}

h4 {
	text-transform: uppercase;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	clear:both;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.learn_link {
	position:relative;
	height:7px;
}
.landing_left_col {
	position:relative;
	float:left;
	width:620px;
}

.landing_right_col {
	position:relative;
	float:right;
	width:187px;
}

/* Slider */
#slide {

}

#slide img {

}

#slide.aboutus {
    height:  300px;  
    width:   820px;  
    padding: 0px;  
    margin:  0px;  
}



#slide.services {
    height:  432px;  
    width:   620px;  
    padding: 0px;  
    margin:  0px;  
}


#slide.aboutus a img {
    width:  820px; 
    height: 300px; 
    top:  0; 
    left: 0 
}

/* Enhanced Portfolio */

#client_portfolio {
	position:relative;
	float:left;
	height:  270px;
	width:   370px;
	padding: 0px;
	margin:  0px;
	border: 1px solid #CCCCCC;
	overflow:hidden;
}

#client_portfolio img {
	border: 10px solid #F2F2F2;
}

#portfolio_thumbs {
	position:relative;
	float:right;
	width: 260px;
	height:270px;
}

.porfolio_col_wrapper {
	position:relative;
	width:260px;
}


.porfolio_col1 {
	position:relative;
	float:left;
	width:127px;
}

.porfolio_col2 {
	position:relative;
	float:right;
	width:127px;
}

.portfolio_thumbnail {
	position:relative;
	height:60px;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	margin-bottom:8px;
}


/* May 09 */

.tier2_headergraphic {
	padding-bottom:10px
}

p.inline_quote {
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/v2/static/library/images/quote_dot.gif);
	background-position: left top;
	padding-bottom:5px;
	margin-bottom:10px;
}

#creative_services {
	position:relative;
	width:100%;
	height:110px;
}



#creative1 {
	position:relative;
	float:left;
	margin-right:11px;
	height:100px;
	width:206px;
	background-image: url(/v2/static/library/images/callout_buttons/logos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#creative1:hover {
	background-image: url(/v2/static/library/images/callout_buttons/logos_over.jpg);
}

#creative2 {
	position:relative;
	float:left;
	margin-right:11px;
	height:100px;
	width:206px;
	background-image: url(/v2/static/library/images/callout_buttons/print.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#creative2:hover {
	background-image: url(/v2/static/library/images/callout_buttons/print_over.jpg);
}

#creative3 {
	position:relative;
	float:left;
	height:100px;
	width:206px;
	background-image: url(/v2/static/library/images/callout_buttons/web.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#creative3:hover {
	background-image: url(/v2/static/library/images/callout_buttons/web_over.jpg);
}

#approach_steps {
	position:relative;
	width:100%;
	height:110px;
}

#approach1 {
	position:relative;
	float:left;
	margin-right:8px;
	height:100px;
	width:100px;
	background-image: url(/v2/static/library/images/diagrams/approach1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#approach1:hover {
	background-image: url(/v2/static/library/images/diagrams/approach1_over.jpg);
}

#approach2 {
	position:relative;
	float:left;
	margin-right:8px;
	height:100px;
	width:100px;
	background-image: url(/v2/static/library/images/diagrams/approach2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;	
}

#approach2:hover {
	background-image: url(/v2/static/library/images/diagrams/approach2_over.jpg);
}


#approach3 {
	position:relative;
	float:left;
	margin-right:8px;
	height:100px;
	width:100px;
	background-image: url(/v2/static/library/images/diagrams/approach3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#approach3:hover {
	background-image: url(/v2/static/library/images/diagrams/approach3_over.jpg);
}


#approach4 {
	position:relative;
	float:left;
	margin-right:8px;
	height:100px;
	width:100px;
	background-image: url(/v2/static/library/images/diagrams/approach4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;	
}

#approach4:hover {
	background-image: url(/v2/static/library/images/diagrams/approach4_over.jpg);
}


#approach5 {
	position:relative;
	float:left;
	margin-right:9px;
	height:100px;
	width:100px;
	background-image: url(/v2/static/library/images/diagrams/approach5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;	
}

#approach5:hover {
	background-image: url(/v2/static/library/images/diagrams/approach5_over.jpg);
}

#approach6 {
	position:relative;
	float:left;
	height:100px;
	width:100px;
	background-image: url(/v2/static/library/images/diagrams/approach6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;	
}

#approach6:hover {
	background-image: url(/v2/static/library/images/diagrams/approach6_over.jpg);
}


#leftnav_links ul li.activeLink a {
	color: #3B73B9;
}

#tier2_right_col div.right_col_content ul li.activeLink a {
	color: #3B73B9;
}

.col_wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
}

.tier2_col1 {
	position:relative;
	float:left;
	width:315px;
}

.tier2_col2 {
	position:relative;
	float:right;
	width:315px;
}

.tier2_content_block {
	position:relative;
	overflow:hidden;
	width:100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-bottom:10px;
	padding-top:5px;
}

.tier2_content_image {
	position:relative;
	float:left;
	width:100px;
}

.tier2_content_text {
	position:relative;
	float:right;
	width:200px;
}

.tier2_content_text p {
	margin:0px;
	line-height:150%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.tier2_content_text p.detailtext {
	padding-bottom: 10px;
}

.inlineSubTitle {
	color:#3B73B9;
	font-weight:bold;
	font-size:13px;
}


/* Online Marketing */

#online_marketing {
	position:relative;
	width:100%;
	height:140px;
	margin-top:-5px;
}


#online_marketing ul {
	margin:0px;
	padding:0px;
}

#online_marketing ul li {
	list-style-type: none;
	display: inline;
}

#online_marketing ul li a {
	position:relative;
	float:left;
	width:123px;
	height:130px;
}

#online_marketing ul li a:hover {
	text-decoration:none;
}

#online_marketing ul li a em {
	visibility:hidden;
}

a#marketing1 {
	background-image: url(/v2/static/library/images/callout_buttons/email_marketing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:6px;
}

a#marketing1:hover, a#marketing2:hover, a#marketing3:hover, a#marketing4:hover, a#marketing5:hover  {
	background-position: left -135px;
}

a#marketing2 {
	background-image: url(/v2/static/library/images/callout_buttons/search_marketing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:7px;
}

a#marketing3 {
	background-image: url(/v2/static/library/images/callout_buttons/search_optimization.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:7px;
}

a#marketing4 {
	background-image: url(/v2/static/library/images/callout_buttons/social_media.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:6px;
}

a#marketing5 {
	background-image: url(/v2/static/library/images/callout_buttons/web_stats.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Other Services */

#other_services {
	position:relative;
	width:100%;
	height:130px;
	margin-top:-3px;
}

#other_services ul {
	margin:0px;
	padding:0px;
}

#other_services ul li {
	list-style-type: none;
	display: inline;
}

#other_services ul li a {
	position:relative;
	float:left;
	width:155px;
	height:125px;
}

#other_services ul li a:hover {
	text-decoration:none;
}

#other_services ul li a em {
	visibility:hidden;
}

a#other1 {
	background-image: url(/v2/static/library/images/callout_buttons/domains.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:7px;
}

a#other2 {
	background-image: url(/v2/static/library/images/callout_buttons/strategy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:7px;
}

a#other3 {
	background-image: url(/v2/static/library/images/callout_buttons/hosting.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:7px;
}

a#other4 {
	background-image: url(/v2/static/library/images/callout_buttons/user_experience.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#other1:hover, a#other2:hover, a#other3:hover, a#other4:hover, a#other5:hover  {
	background-position: left -132px;
}

/* Web Applications */

#web_applications {
	position:relative;
	width:100%;
	height:130px;
	margin-top:-3px;
}

#web_applications ul {
	margin:0px;
	padding:0px;
}

#web_applications ul li {
	list-style-type: none;
	display: inline;
}

#web_applications ul li a {
	position:relative;
	float:left;
	width:155px;
	height:125px;
}

#web_applications ul li a:hover {
	text-decoration:none;
}

#web_applications ul li a em {
	visibility:hidden;
}

a#applications1 {
	background-image: url(/v2/static/library/images/callout_buttons/cms.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:7px;
}

a#applications2 {
	background-image: url(/v2/static/library/images/callout_buttons/custom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:7px;
}

a#applications3 {
	background-image: url(/v2/static/library/images/callout_buttons/ecommerce.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:7px;
}

a#applications4 {
	background-image: url(/v2/static/library/images/callout_buttons/social.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#applications1:hover, a#applications2:hover, a#applications3:hover, a#applications4:hover {
	background-position: left -132px;
}

.studio_row {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	float:none;
	clear: both;
}

.studio_cell {
	position:relative;
	width:143px;
	float:left;
	margin-right:15px;
}

.studio_cell_alt {
	position:relative;
	width:143px;
	float:left;
	margin-right:10px;
}

.studio_cell_link {
	position:relative;
	margin-bottom:10px;
	text-align:center;
}

.studio_last{
	position:relative;
	width:143px;
	float:left;
}

.studio_cell img, .studio_last img {
	padding: 10px;	
	border: 1px solid #CCCCCC;	
}

.studio_cell_link img {
	border: 1px solid #E9E9E9;
	padding:5px;
	}

.studio_cell_alt img, .studio_last_alt img {
	padding: 8px;	
	border: 1px solid #CCCCCC;		
}

.studio_title {
	position:relative;
	text-align:center;
	margin-top:5px;
	font-size: 9px;
}


.portfolio_title {
	position:relative;
	margin-bottom:10px;
	font-weight: bold;
	color: #3971BD;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.portfolio_section {
	position:relative;
	margin-bottom:20px;
}

.portfolio_section ul li ul li {
	list-style:disc;
}

input, select, textarea {
	border: 1px solid #C9C9C9;
	padding: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#3B73B9;
}

.rss_feed_wrapper {
	position:relative;
	margin-top:15px;
}

.rss_item {
	position:relative;
	margin-bottom:15px;
}

.rss_title {
	position:relative;
	font-size:12px;
	font-weight:bold;
}

.rss_date {
	position:relative;
	margin-top:5px;
	margin-bottom:10px;
	color:#999;
	font-size:10px;	
}

.rss_description {
	position:relative;
	line-height:150%;
}

.rss_description p {
	padding:0px;
	margin:0px;
	
}

.rss_description img {
	padding-right:10px;
}

.v2_column_mask {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}

.v2_column_image {
	position:relative;
	float:left;
	width:112px;
	margin-right:10px;
}

.v2_column_image img {
	padding: 5px;
	border: 1px solid #CCC;	
	
}

.v2_column_content {
	position:relative;
	float:right;
	width:325px;
}

#news_services {
	position:relative;
	width:100%;
	height:110px;
}

#news1 {
	position:relative;
	float:left;
	margin-right:11px;
	height:100px;
	width:206px;
	background-image: url(/v2/static/library/images/callout_buttons/blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#news1:hover {
	background-position: left -105px;
}

#news2 {
	position:relative;
	float:left;
	margin-right:11px;
	height:100px;
	width:206px;
	background-image: url(/v2/static/library/images/callout_buttons/headlines.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#news2:hover {
	background-position: left -105px;
}

#news3 {
	position:relative;
	float:left;
	height:100px;
	width:206px;
	background-image: url(/v2/static/library/images/callout_buttons/resources.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#news3:hover {
	background-position: left -105px;
}

#career_services {
	position:relative;
	width:100%;
	height:110px;
}

#careers1 {
	position:relative;
	float:left;
	margin-right:11px;
	height:100px;
	width:206px;
	background-image: url(/v2/static/library/images/callout_buttons/environment.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#careers1:hover {
	background-position: left -105px;
}

#careers2 {
	position:relative;
	float:left;
	margin-right:11px;
	height:100px;
	width:206px;
	background-image: url(/v2/static/library/images/callout_buttons/application.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#careers2:hover {
	background-position: left -105px;
}

#careers3 {
	position:relative;
	float:left;
	height:100px;
	width:206px;
	background-image: url(/v2/static/library/images/callout_buttons/positions.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}

#careers3:hover {
	background-position: left -105px;
}


.small_text {
	font-size:9px;
	color: #999;
}

.form_submit_button {
	background-color:#3B73B9;
	color:#FFF;
	border: 1px solid #2F5B93;
	cursor:pointer;
}

.form_cancel_button {
	background-color:#7DA6D7;
	color:#FFF;
	border: 1px solid #6D9AD1;
	cursor:pointer;
}

#online_app table td {
	padding-right:10px;
	padding-bottom:10px;
}

#online_app {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #9C9A9C;
	padding-top:20px;
	padding-bottom:10px;
}

.online_app_formfield {
	width:325px;
	
}

.alert_msg {
	position:relative;
	background-color: #ECF1F9;
	border: 2px solid #CEDDF0;
	padding:5px;	
}

#siteMap ul {
	padding:0px;
	margin:0px;
}

#siteMap ul li {
	list-style:none;
	font-weight:bold;
	font-size:11px;
	margin-bottom:15px;
}

#siteMap ul li ul li {
	font-weight:normal;
	margin-bottom:10px;
	margin-top:5px;
}
#siteMap ul li ul li ul li {
	margin-bottom:3px;
	margin-top:0px;
	
}

#siteMap ul li ul li ul li a {
	color:#999;
}


#portfolio_examples {
	margin-top:15px;
	
}

#home_mask {
	position:relative;
	width: 818px;
	overflow:hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CECFCE;
	border-left-color: #CECFCE;
	background-image: url(/v2/static/library/images/home_master_border.gif);
	background-position: left top;
	
}

.home_border {
	position:relative;
	width:820px;
	height:1px;
	background-image:url(/v2/static/library/images/home_border.gif);
}

#home_col1 {
	position:relative;
	width:272px;
	float:left;
}
#home_col2 {
	position:relative;
	width:272px;
	float:left;

}
#home_col3 {
	position:relative;
	width:272px;
	float:left;
}

.home_content {
	position:relative;
	padding:15px;
}

.home_content p {
	margin-top:0px;
	padding-bottom:0px;
}

.home_columns {
	position:relative;
	margin-top:15px;
}

#header_recent_news {
	position:absolute;
	width:100px;
	height:9px;
	background-image: url(/v2/static/library/images/titles/recent_news.gif);
	background-repeat: no-repeat;
}

#header_recent_news:hover {
	position:absolute;
	width:100px;
	height:9px;
	text-decoration:none;
	background-image: url(/v2/static/library/images/titles/recent_news_over.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

.blog_snippet {
	position:relative;
	margin-top:20px;
}

.blog_snippet_item {
	position:relative;
	margin-top:10px;
	
}

.blog_snippet_date {
	position:relative;
	font-size:10px;
	color:#999;
	
}

.blog_snippet_summary {
	position:relative;
	margin-top:5px;
	font-size:10px;
	line-height:150%;
	color:#868686;	
}

.home_columns a {
	color: #3B73B9;	
}

#header_recent_work {
	position:absolute;
	width:100px;
	height:9px;
	background-image: url(/v2/static/library/images/titles/recent_work.gif);
	background-repeat: no-repeat;
}

#header_recent_work:hover {
	position:absolute;
	width:100px;
	height:9px;
	text-decoration:none;
	background-image: url(/v2/static/library/images/titles/recent_work_over.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

.home_recent_work {
	position:relative;
	margin-top:20px;	
}

.recent_work_mask {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:10px;
}

.recent_work_image {
	position:relative;
	width:85px;
	margin-right:10px;
	float:left;
}

.recent_work_image img {
	border: 1px solid #E9E9E9;
	padding:5px;
}

.recent_work_text {
	position:relative;
	width:140px;
	float:left;
	padding-top:3px;
}

.recent_work_title {
	position:relative;
}

.recent_work_summary {
	position:relative;
	margin-top:5px;
	font-size:10px;
	line-height:150%;
	color:#868686;	
}

.welcome_home_image {
	position:relative;
}

.welcome_home_text {
	position:relative;
	margin-top:10px;
	font-size:10px;
	line-height:150%;
	color:#868686;
}



.learn_more_div {
	position:relative;
	height:7px;
	
}

#globalPreload {
	position:relative;
	display:none;
	
}

/* CMS Global Search */

.cmsSearchNotice {
	position:relative;
	margin-bottom:15px;	
}

.cmsSearchItem {
	position:relative;
	margin-bottom:15px;
}

.cmsSearchTitle {
	position:relative;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

.cmsSearchTitle a:link, .cmsSearchTitle a:active, .cmsSearchTitle a:visited {
	text-decoration:underline;
}

.cmsSearchTitle a:hover {
	text-decoration:none;
}

.cmsSearchSummary {
	position:relative;
	margin-bottom:5px;
}

.cmsSearchLink {
	position:relative;
}

.cmsSearchTime {
	position:relative;
	color:#999;
}

.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

/* Forms */

#stdForm {
	
}

#stdForm .fieldLabel, .standardForm .fieldLabel {
	padding-bottom:5px;
}

#stdForm .inputField, .standardForm .inputField {
	width:100%;
}

.form_hints {
	position:relative;
	margin-top:5px;
	padding:5px;
	font-size:9px;
	color: #999;
	border: 1px dotted #BBB;
	background-color: #FCFCFC;
}


.form_results {
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BBB;	
}

#autoSave {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#E1EBF4;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #036;
}

#autoSaveAction {
	position:relative;
	bottom:0px;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#autoSaveLeft {
	position:relative;
	float:left;
	width:45%;
	padding:10px;
	margin-top:5px;
	color: #069;
}

#autoSaveRight {
	position:relative;
	float:right;
	width:45%;
	padding:10px;
	text-align:right;
}

/*Search Box */
#iremixSearch {
	position:absolute;
	width:175px;
	top:64px;
	margin-left:678px;
}

#iremixSearch input {
	padding:2px;
	border: 1px solid #E0E0E0;
	color: #999;
}

#iremixSearch #globalSearchButton {
	color:#FFF;
	background-color:#3B73B9;
	border: 0px solid #3B73B9;	
	
}