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

html {
	margin-bottom: 1px;
	min-height: 100%;
}
/* RESET... EVERYTHING */

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #3e3e3e;
	background-color: #6da2cb;
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

small{
	font-size: 10px;
	line-height: 14px;
}

em {
	font-style:italic;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

sup{
	font-size: 9px;
}

.hr{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/* FORMATTING */

p{
	margin: 12px 0px;
	line-height: 18px;
}

a {
	color: #4280b1;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

h1{
	color: #4280b1;
	font-size: 20px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 15px 0px;
}

h2{
	color: #1d5da9;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h3{
	color: #4280b1;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px 0px;
}

h4{
	color: #4280b1;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0px;
}

h5{
}


ol{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: decimal;
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}

ol li, ul li{
	line-height: 18px;
	margin: 6px 0px 6px 0px;
}

big {
	font-size: 14px;
	line-height: 24px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.no-show {
	display: none;
}
.txt_inline {
	display: inline;
}

.txt_error{
	color: #990000;
	font-weight: bold;
}

.txt_grey{
	color: #666666;
}

.icon_pdf a{
	background-image: url('../images/icon_pdf.gif');
	background-repeat: no-repeat;
	height: 20px;
	display: inline-block;
	padding: 2px 0px 0px 25px;
	background-position: 0px 4px;
	font-size: 11px;
}

.input_field input{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #3e3e3e;
	border: 1px solid #bbbbbb;
	background-color: #FFF;
}

.btn_submit{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #FFF;
	font-weight: bold;
	border: 1px solid #4280b1;
	background-color: #7497b3;
}

/* CONTAINERS */

#wrapper{
	width: 830px;
	margin: 0px auto;
	padding: 5px 0px;
}

.column_left{
	width: 220px;
}

.column_right{
	width: 600px;
}

.box_narrow{
	background-image: url('../images/box_narrow_top.gif');
	background-repeat: no-repeat;
	padding: 2px 0px 0px 0px;
}

.box_narrow .box_inner{
	background-image: url('../images/box_narrow_bg.gif');
	background-repeat: repeat-y;
	padding: 0px 2px;
}

.box_narrow .box_content{
	padding: 5px 10px;
}

.box_narrow .box_bottom{
	background-image: url('../images/box_narrow_bottom.gif');
	background-repeat: no-repeat;
	height: 5px;
	display: block;
}

.box_wide .box_top{
	background-image: url('../images/box_wide_top.gif');
	background-repeat: no-repeat;
	height: 2px;
}

.box_wide .box_inner{
	padding: 2px 2px;
}

.box_wide{
	background-image: url('../images/box_wide_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#logo{
	padding-bottom: 10px;
}

#header{
	
}

.box_address{
	padding: 0px 10px;
}

.box_address p{
	line-height: 16px;
}

.box_address, .box_address a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#main{
	background-image: url('../images/box_wide_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

.box_top{
	background-image: url('../images/box_wide_top.gif');
	height: 5px;
	background-repeat: no-repeat;
}

#main .content{
	padding: 10px 30px 20px 25px;
}

#breadcrumb{
	background-image: url('../images/breadcrumb_bg.gif');
	background-repeat: no-repeat;
	height: 22px;
}

#breadcrumb .content{
	padding: 0;
}

#breadcrumb .content p{
	margin: 0;
	padding: 2px 0px 0px 10px;
	font-size: 11px;
	color: #FFF;
}

#breadcrumb .content a{
	color: #d5e7f6;
	text-decoration: none;
}

/* BANNER IMAGES */

.img_banner_home{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_home.jpg');
	background-repeat: no-repeat;
	display: block;
}

.img_banner_what-we-believe{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_what-we-believe.jpg');
	background-repeat: no-repeat;
	display: block;
}

.img_banner_who-we-are{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_who-we-are.jpg');
	background-repeat: no-repeat;
	display: block;
}

.img_banner_approach{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_approach.jpg');
	background-repeat: no-repeat;
	display: block;
}

.img_banner_frequent-questions{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_frequent-questions.jpg');
	background-repeat: no-repeat;
	display: block;
}

.img_banner_rapid-cycle{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_rapid-cycle.jpg');
	background-repeat: no-repeat;
	display: block;
}

.img_banner_resources{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_resources.jpg');
	background-repeat: no-repeat;
	display: block;
}

.img_banner_services{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_services.jpg');
	background-repeat: no-repeat;
	display: block;
}

.img_banner_examples-of-our-work{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_examples-of-our-work.jpg');
	background-repeat: no-repeat;
	display: block;
}
.img_banner_software{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_examples-of-our-work.jpg');
	background-repeat: no-repeat;
	display: block;
}
.img_banner_large-bank{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_examples-of-our-work.jpg');
	background-repeat: no-repeat;
	display: block;
}
.img_banner_insurance{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_examples-of-our-work.jpg');
	background-repeat: no-repeat;
	display: block;
}
.img_banner_life-science{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_examples-of-our-work.jpg');
	background-repeat: no-repeat;
	display: block;
}
.img_banner_enterprise-software{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_examples-of-our-work.jpg');
	background-repeat: no-repeat;
	display: block;
}
.img_banner_our-clients{
	width: 600px;
	height: 100px;
	background-image: url('../images/img_banner_our-clients.jpg');
	background-repeat: no-repeat;
	display: block;
}

.img_bio{
	float: left;
	padding-right: 8px;
	padding-top: 4px;
}

/* TXT */

.txt_navigation{
	width: 216px;
	height: 20px;
	background-image: url('../images/txt_navigation.gif');
	background-repeat: no-repeat;
	padding: 0;
}

.txt_weekly-success-tips{
	width: 216px;
	height: 20px;
	background-image: url('../images/txt_weekly-success-tips.gif');
	background-repeat: no-repeat;
	padding: 0;
}

.txt_this-weeks-tip{
	height: 20px;
	background-image: url('../images/txt_this-weeks-tip.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #bbbbbb;
}

.txt_leading-ideas{
	width: 216px;
	height: 20px;
	background-image: url('../images/txt_leading-ideas.gif');
	background-repeat: no-repeat;
	padding: 0;
}

.txt_this-weeks-leading-idea{
	height: 20px;
	background-image: url('../images/txt_this-weeks-leading-idea.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #bbbbbb;
}

/* NAV */

#nav{
	padding-bottom: 10px;
}

#nav ul, #nav ul ul, #nav ul ul ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 16px;
}

#nav ul li{
	margin: 5px 0px;
}

#nav ul li ul li, #nav ul li ul li ul li{
	font-size: 11px;
	margin: 5px 0px 0px 15px;
}

#nav ul li a{
	padding: 5px 0px 5px 15px;
	background-image: url('../images/icon_nav_closed.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #666666;
	text-decoration: none;
}

#nav ul li.nav_off ul{
	display: none;
}

#nav ul li.nav_selected ul{
	
}

#nav ul li.nav_selected a{
	background-image: url('../images/icon_nav_open.gif');
	color: #4280b1;
	font-weight: bold;
}

#nav ul li.nav_selected li.nav_selected a, #nav ul li.nav_selected li.nav_selected li.nav_selected a{
	color: #4280b1;
}

#nav ul li.nav_selected li.nav_selected li a{
	color: #666666;
}



#nav ul li a:hover, #nav ul li.nav_selected li a:hover{
	color: #4280b1;
}

#nav ul li li a, #nav ul li li a, #nav ul li.nav_selected li a, #nav ul li.nav_selected li li a{
	padding: 5px 0px 3px 10px;
	background-image: url('../images/bullet_square_grey.gif');
	background-position: 2px 10px;
	font-weight: normal;
	color: #666666;
}

#nav ul li.no-sub a, #nav ul li.no-sub_selected a{
	background-image: none;
}