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

body, p, td, th, select, input, textarea {
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/homepage-bg.png) top left repeat-x;
	
}

body#sub {
	
	background: url(images/subpage-bg.png) top left repeat-x;
	
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #005e8a;
	margin: 10px 0px 10px 0px;
	
}

h2 {
	
	font-size: 18px;
	font-weight: bold;
	padding: 14px 0px 10px 0px;
	margin: 0px;
	color: #333;
}

h2 a {
	
	border-bottom: 1px solid #005e8a;
	padding-bottom: 1px;
	
}

h2 a:hover {

	text-decoration: none;
	
}

h3 {
	 
	 color: #005e8a;
	 font-size: 14px;
	 font-weight: bold;
	 margin: 0px;
	 padding: 5px 0px 0px 0px;
	 
	 
}
h3 a {
	color: #005e8a;
	text-decoration: none;
}

img {

	border: 0;
	
}
a {
	
	color: #005e8a;
	text-decoration: none;	

}

a:hover {
	
	text-decoration: underline;
	
}

blockquote {
	
	padding: 0px 10px 0px 10px;
	margin: 5px 30px 5px 30px;
	background-color:#ffffdf;
	border: 1px solid #ccc;	
}

/* Layouts */


.container {
	
	width: 836px;
	margin: 5px auto 0px auto;
	padding: 4px 12px 12px 12px;	

}

.header h1 {
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	padding: 5px 0px 0px 16px;
	margin: 0px;
}

.header {
	
	float: left;
	
}

.nav {
	
	list-style: none;
	margin: 0px;
	padding: 36px 0px 0px 60px;
	float: left;
	
}

.nav li {
	
	display: inline;
	margin: 0px;
	padding: 0px 26px 0px 0px;
	font-size: 14px;

}

.nav li#last {

	padding: 0px;

}

.nav li a {
	
	text-decoration: none;
	color: #005e8a;
	
}
.nav li a:hover {
	
	text-decoration: underline;
	
}

.banner {

	padding-top: 18px;
	padding-left: 26px;
	
	text-align: center;
	
}

.banner img {
	
	float: left; 
	behavior: url("/lib/iepngfix.htc");
	margin-top: 17px;
	
}
.banner img.nopadd {
	
	float: none; 
	margin-top: 0px;	
}

.banner img#contact-tab {
	
	margin: 188px 20px 0px 20px;


}

.banner#portfolio, .banner#blank {
	
	behavior: url("/lib/iepngfix.htc");
	width: 742px;
	height: 187px;
	margin: 28px 0px 20px 40px;
	background: url(/lib/images/post-it-portfolio.png) top left no-repeat;
	float: left;
}

.banner#portfolio img, .banner#blank img {
	
	float: right;
	margin: 17px 30px 0px 20px;
	
}

.banner#portfolio p {
	
	float: left;
	width: 450px;
	text-align: left;
	margin: 0px 0px 8px 0px;
	
}

.banner#blank p {
	
	float: left;
	width: 525px;
	text-align: left;
	margin: 0px 0px 8px 0px;
	
}

.banner#portfolio h2  {
	
	color: #005e8a;
	text-align: left;
	margin: 20px 0px 0px 0px; 
	
}

.banner#blank {
	background: url(/lib/images/post-it-large.png) top left no-repeat;
	width: 762px;
	margin-left: 30px;
	padding-top: 5px;
}

.banner#blank h1 {
	
	color: #005e8a;
	text-align: left;
	margin: 20px 0px 10px 0px; 
	
}

#post-it-large {
	
	margin-top: -21px;
	
}

.services {
	
	padding-left: 24px;
	
}
.services .column {
	
	float: left;
	padding-top: 15px;
	
}


.services .column h2 {
	
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 2px;
	margin-left: 0px;
}

.services .column#c1 h2 {

	width: 151px;
	
}

.services .column#c2 h2 {
	
	width: 182px;
	
}

.services .column#c3 h2 {
	
	width: 156px;
	
}

.services .column#c4 h2 {
	
	width: 183px;
	
}

.services .column#c5 h2 {
	
	width: 125px;
	
}

.services .column ul {
	
	list-style: none;
	padding: 0px;	
	color: #444;
	margin: 0px 0px 10px 0px;
}

.services .column ul li {
	
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	
}



.case-study {
	
	padding: 18px 0px 0px 0px;
	margin: 0px;

}
.case-study #col1 h2 {

	margin: 0px;
	padding: 16px 0px 4px 0px;

}


.case-study p {
	
	color: #444;
	padding: 0px;


}


.case-study #col1 { 

	float: left;
	padding-left: 22px;
	margin: 0px;
	width: 382px;
	
}

.case-study #col2 {
	
	float: left;
	padding: 38px 10px 0px 10px;
	
}

.case-study #col3 {
	
	float: left;
	padding-left: 10px;
	width: 300px;	
}

.case-study img {

	behavior: url("/lib/iepngfix.htc");

}

.products {
	margin-top: 20px;
	color: white;
	line-height: 1em;
}
.products h2 {
	
	color: white;
	
}


.products a {
	
	color: #fff;
	text-decoration: underline;
	
}

.products #p_col1, .products #p_col2 {
	
	background: url(images/products-bg.png);
	float: left;
	width: 350px;
	padding: 15px;
	padding-top: 0px;
	margin: 0px 10px 0px 22px;
	height: 144px;
	
}
.products #p_col1 h2, .products #p_col2 h2 {

	margin-left: 0px;
	
}
.products #p_col1 p {
	
	margin: 0px 0px 10px 0px;
	line-height: 1.4em;
	
}

.content h1, .content h2 {
	
	margin-left: 30px;
}

.content p {
	
	line-height: 1.6em;
	
}

.content li {
	
	margin: 4px 0px 4px 0px;
	
}

.content .col1 {
	
	width: 382px;
	padding: 0px 0px 0px 30px;
	float: left;
	
}

.content .col2 {
	
	width: 362px;
	padding: 0px 20px 0px 30px;
	float: left;
	
}

.content .col1a, .content .col2a, .content .col3a {
	width: 240px;
	padding: 0px 0px 0px 0px;
	margin-left: 30px;
	margin-bottom: 16px;
	float: left
	
}

.content .text {
	
	padding: 0px 30px 0px 30px;
	float: left;
	
}
h2.divider {
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	width: 780px;
	
}

.content .text h2, .content .col1 h2, .content .col2 h2, .content .col1a h2, .content .col2a h2, .content .col3a h2  {

	margin: 0px;
	padding: 10px 0px 0px 0px;
}


.content label {
	
	width: 80px;
	font-weight: bold;
	float: left;
	
}

.partner {
	
	width: 234px;
	height: 128px;
	float: left;
	padding: 6px;
	border: 1px solid #CCC;
	margin: 0px 4px 12px 4px;
	text-align: center;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	
}

.top {
	margin-top: 20px;
	
}
.partner p {
	
	text-align: left;
	
}


.portfolio-card {
	
	width: 312px;
	height: 197px;
	float: left;
	margin: 0px 20px 20px 0px;
	padding:  12px 0px 0px 20px;
	background: url(/lib/images/portfolio-card.png) top right no-repeat;
	
}


.links {
	
	background: url(images/subpage-links-bg.png) repeat-x top left;
	height: 150px;
}

.links_container {

	width: 772px;
	padding: 18px 24px 4px 24px;	
	margin: 0px auto 0px auto;

}

.links_container h3 {
	
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 8px 0px;
	padding: 0px;
}
.links_container .col {

	margin-right: 90px;
	float: left;
	
}

.links_container .col#lastc {
	
	margin-right: 0px;
	
}

.links_container .col ul {
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.links_container .col ul li {
	
	margin: 4px 0px 8px 0px;
	
}

.links_container .col ul li a {
	
	color: #888;
	text-decoration: underline;
	
}

.footer {
	
	margin-top: 20px;
	
	text-align: center;
	
	color: #444;
	
}


/* KWICKS */

.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
}  
      

.kwicks li{  
    float: left;  
    width: 125px;  
    height: 100px;  
    margin-right: 5px;  
}  
#kwick1 {   
    background-color: #53b388;  
}  
#kwick2 {  
    background-color: #5a69a9;  
}  
#kwick3 {  
    background-color: #c26468;  
}  
#kwick8 {   
    background-color: #bf7cc7;  
    margin-right: none;  
}  
/* MISC */

.roundborder {
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 5px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

.hr {
	
	height: 1px;
	background-color: #ccc;
	margin: 5px 0px 5px 0px;	
}

.clear
{
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
