@charset "UTF-8";
@import url("css-reset.css"); 

body {
	font: 62.5%/2.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	}

h1, h2, h3, h4 {
	color:#336666;
	}
	
a{
	text-decoration: none;
	color: #5599a7;
	}

a:hover{
	color: #bb800f;
	}

hr{
	display: none;
	}

strong{
	font-weight: bold;
	}
	
.hidden {
	display:none;
	}

ul.nav-list li{
	white-space:nowrap;
	}

ul.nav-list li a{
	font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding:3px 0 0 6px;
	height: 26px;
	color:#000066;
	}

ul.nav-list li a:hover{
	text-decoration:underline;
	color:#336666;
	font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
	}
	

.container{
	width:778px; 
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	}

#header{
	height: 253px;
	background: #003B6A url(../images/top-bg.gif) top repeat-x;
	position: relative;
	}

#child-pages #header{
	height: 153px;
	background: #003B6A url(../images/top-bg-content.gif) top repeat-x;
	position: relative;
	}
	
.search-container {
	float:right; 
	margin-right:18px;
	}

#main-content{
	padding:24px 0 20px 0; 
	background: transparent url(../images/columns.gif) bottom repeat-y;
	}

#child-pages #main-content{
	padding:20px 0 20px 0; 
	background: transparent url(../images/columns-no-dash.gif) bottom repeat-y;
	}

#left-column{
	float: left;
	width:193px; 
	margin-left:25px;
	}

#guts{
	float: left;
	width:260px;
	margin:0 24px 0 57px;
	} 

#guts.content-pages{
	float: left;
	width:465px;
	margin:0 24px 0 67px;
	}

#right-column{
	float: left;
	width:167px;
	}

#content-footer{
	border-top: 0 solid #000;
	width: 778px;
	overflow: hidden;
	margin:0 auto;
	background: transparent url(../images/bottom-bg2.gif) bottom no-repeat;
	}

.bottomcolumn{
	float: left;
	width:288px;
	margin-right: 18px;
	}

.bottomright{
	margin-right:0;
	}

#header .container{
	height: 253px;
	}

#child-pages #header .container{
	height: 153px;
	}

#banner{
	position: absolute;
	width:778px; 
	height: 203px;
	color: #a49c8f;
	font-weight: bold;
	padding:0;
	bottom: 0;
	}

#child-pages #banner{
	position: absolute;
	width:778px; 
	height: 102px;
	color: #a49c8f;
	font-weight: bold;
	padding:0;
	bottom: 0;
	}
	
/******************************Content Styles************************/
.left-box{
	background: #fff;
	padding: 10px 23px 10px 23px;
	margin-bottom:3px;
	line-height:1.8em;
	}
	
ul.left-box{
	font-size: 1.2em;
	}

.guts-wrapper h1 {
	font:bold 1.8em Arial, Helvetica, sans-serif; 
	color:#006633; 
	margin:10px 0;
	}
	
.callout-container h2, .callout-container h3 {	
	font:bold 1.8em Arial, Helvetica, sans-serif; 
	padding-top:10px; 
	height:32px; 
	margin:0; 
	color:#006633; 
	}

.callout-container h3 {	
	padding:8px; 
	font:bold 1.4em Arial, Helvetica, sans-serif; 
	color:#ffffff; 
	}
	
.guts-wrapper p{
	padding-bottom:10px;
	font-size:1.3em;
	}	
	
#blog-feed-container {
	margin:0;
	padding:0;
	}

#scrolling-area {
	margin:0; 
	height:125px; 
	width:190px; 
	overflow:auto; 
	}
	
#scrolling-area p {	
	padding:7px;
	}
	
#scrolling-area a {	
	color:#000066;
	border-bottom:dotted 1px #000066;
	font:bold 1.2em Arial, Helvetica, sans-serif; 
	}
	
#scrolling-area a:hover {	
	color:#000066;
	text-decoration:none;
	border-bottom:none;
	}
	
#scrolling-area a:after {
	content:" >>";
	}	

.right-callout{
	border: none;
	width:190px;
	overflow: hidden;
	padding-bottom:6px;
	}
	
.right-callout.recent-posts {
	border:solid 1px #ccc;
	padding:0; 
	margin:12px 0; 
	background:transparent url(../images/recent-posts-bg.gif) top left no-repeat;
	}
	
.callout-container{
	float: right;
	width:188px;
	padding:0; 
	margin:0; 
	display:inline; 
	}
	
.callout-container ul {
	font-size:1.2em;
	text-align:left;
	line-height:1.8em;
	}
	
li.connect, li.align, li.case, li.tech {
	background:transparent; 
	background-position:left 5px;
	background-repeat:no-repeat;
	padding:3px 0 3px 20px;
	display:block;
	line-height:1.5em;
	}

li.connect a, li.align a, li.case a, li.tech a {
	border-bottom:dotted 1px #000066;
	color:#000066;
	}
	
li.connect a:hover, li.align a:hover, li.case a:hover, li.tech a:hover {
	border-bottom:none;
	color:#000066;
	}
	
li.connect {background-image:url(../images/li-connect.gif)}
li.align {background-image:url(../images/li-alignment.gif)}
li.case {background-image:url(../images/li-case.gif)}
li.tech {background-image:url(../images/li-technology.gif)}

address {
	margin: 32px 0 0 26px;
	line-height:1.2em;
	bottom:0;
	}
		
/******************************Footer Styles************************/

#footer {
	height: 37px;
	font-size: 1.2em;
	}
	
#footer a {
	color: #A39D97;
	}
	
#credit {
	float: left;
	height: 23px;
	padding:2px 0 0 30px;
	margin-top: 5px;
	}
	
#footer-nav {
	float: right;
	padding-top:7px;
	}
	
#footer-nav ul {
	padding-right:22px;
	}

#footer-nav li {
	float: left;
	padding-left:0px;
	}
