/* Global
------------------------------------------------------*/
html,body{height:100%}
body{
	font: 100% Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	color:#000;
	height:100%;
}
*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none; 
}
.clr{
	clear:both
}
form{
	margin:0; padding:0;
}
hr{
	border:0;
	color:#0088bb;
	background-color: #0088bb;
	height: 1px;
}


/* links */
a{
	color:#0088bb; 
	text-decoration:underline;
}
a:visited{
	color:#0088bb; 
	text-decoration:underline;
}
a:hover{
	color:#0088bb; 
	text-decoration:none;
}
a img{
	border:none
}

/* Container
------------------------------------------------------*/
#outer-container{
	background-image:url(../images/bg-repeat-top.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
}
#inner-container{	
	border-top:5px solid #0088bb;
	background-color:#fff; 
	width:960px;
	margin:0px auto;	
}


/* Header
------------------------------------------------------*/
#header{
	width:960px; 
	height:190px; 
	float:left;
}
#logo{
	width:252px; 
	margin:24px 0px 0px 13px;
	float:left;
}
#intouch{
	width:180px;
	height:38px;
	margin-top:26px;
	float:right;
}
.intouch-border{
	height:40px;
	border-left:1px solid #dcdcdc;
	margin:5px 12px 0px 0px;
	float:left;
}
#intouch h4{
	margin-bottom:0px;
}
#intouch h2{
	margin-top:0px;
	color:#7c7c7c;
}

/* Top Navigation bar menu styling */
#nav-menu {
	width:960px;
	height:14px;
	border-bottom:1px solid #dcdcdc; 
	float:left; 
	margin-top:25px;
	padding-bottom:16px;	
	list-style-type:none;
	text-transform:uppercase;
	
}

/*pass current link through body tag*/

body.services a#services, 
body.star a#star, 
body.touchpoints a#touchpoints, 
body.article a#article,
body.about a#about,
body.results a#results,
body.clients a#clients,
body.home a#home {
	border-bottom:1px solid #0088bb;
	padding-bottom:4px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		100;
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */		
}
.sf-menu ul li {
	width:			100%;
}

.sf-menu li {
	float:			left;
	position:		relative;
	padding-bottom:	0px;

}
.sf-menu a {
	display:		block;
	position:		relative;
}


/*** DEMO SKIN ***/
.sf-menu {
	float:			right;
	margin-bottom:	0;
}
.sf-menu a {
	padding: 		0px 20px;
	text-decoration:none;
	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;	
}
.sf-menu li {
	font-size:		1.25em;
	letter-spacing: .5px;
}
.sf-menu a:hover {
	border-bottom:1px solid #0088bb;
	padding-bottom:4px;
}


/*  Homepage slideshow
------------------------------------------------------*/
#slider {width: 670px; height: 333px;border: solid 1px #ccc; margin-left:20px}
.panel { width: 670px; height: 333px; margin: 0 auto; padding: 0; }

#next{
/*	width:67px; 
	height:25px;
*/	float:right; 
	cursor:pointer;
}
#prev{
/*	width:67px; 
	height:25px; 
*/	float:left; 
	cursor:pointer;
}
a#next, a#prev  {text-decoration:none; color:#999; font-size:2em}

/* Content
------------------------------------------------------*/
#content{
	width:960px;
	margin-top:20px; 
	float:left;
	
}
#content-inner{
	width:960px;
	margin-top:20px; 
	float:left;
}
#content-right{
	width:690px; 
	margin:0px; 
	float:left;
}
#left-bar{
	width:270px; 
	float:left;
}
.left-bar-content{
	/*width:250px;	*/
	margin-bottom:40px;
	padding:0px 19px 5px 0px;
	border-right:1px solid #dcdcdc;	
}
.left-bar-content h1{
	/*line-height:0px;*/
}
.leftbar-img{
	border:1px solid #d5d5d5;
	margin:3px 10px 0px 0px;
	float:left;
}
.leftbar-img-nomargin{
	border:1px solid #d5d5d5;
	margin:0px;
}
.readmore-leftbar {
	margin:7px 0px 0px 145px;
}
a.read_more  {
	margin:7px 0 1.5em 0;
	float: right;
	font-size:0.75em;
	color:#858585;
	padding: .3em .8em;
	border:solid 1px #dcdcdc;
	text-transform:uppercase;
	text-decoration:none;
}
a:hover.read_more {color: #0088bb; 	border:solid 1px #8bcfe8; }

.maincontent{
	width:670px;
	margin-left:20px;
	padding:0px 0px 1em 0px;
	float:left;
}
.maincontent-fullwidth{
	width:960px;
	padding:0px 0px 46px 0px;
	float:left;
}
.maincontent h1{
	line-height:0px;
}

/* Search styling */
.left-bar-search{
	border-right:1px solid #dcdcdc;
	padding-bottom:18px;
}
.search-fieldset{
	border:none;
}
#search-box{
	width:250px;
	height:50px;
	background-color:#f2f2f2;
}
#search{
	margin:15px 15px;
	float:left;	
}
#s{
	font-size:11px;
	color:#adacac;
	padding:3px 0px 2px 3px;
	background-color:#fff;
	border:1px solid #d0d0d0;
	width:215px;
}
#s:focus{
	background-color:#fff;
	border:1px solid #b7b7b7;
	color:#adacac;
}
#search .go{
	position:absolute;
	margin:2px 0 0 -21px;
	background: url(../images/search-icon.gif);
	height: 17px;
	width: 18px;
	cursor:pointer;
	border: none;
}

/* Leftbar list */
.leftbar-list{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
.leftbar-list li{
	background-image:url(../images/arrow.gif); 
	background-position:5px 11px; 
	background-repeat:no-repeat; 
	padding-left:20px;
	border-bottom:1px solid #dcdcdc; 
	line-height:28px;
}
.leftbar-list li a{
	color:#9b9b9b;
	text-decoration:none;
}
.leftbar-list li a:hover{
	text-decoration:underline;
}

/* Content list */
.content-list{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
.content-list li{
	background-image:url(../images/arrow.gif); 
	background-position:5px 6px; 
	background-repeat:no-repeat; 
	padding:0px 0px 12px 20px; 
	line-height:18px;
}
.content-list li a{
	color:#474747; 
	text-decoration:none;
}
.content-list li a:hover{
	text-decoration:underline;
}


/* Default Element Styles
------------------------------------------------------*/
/* heading */
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal;
	text-transform:uppercase; 
	color:#0088bb;
	
}
h1{
	font-size:1.75em; 
	line-height:30px; 
	margin-bottom:15px;
}
h2{
	font-size:1.5em; 
	line-height:28px; 
	margin-bottom:15px;
}
h3{
	font-size:1.25em; 
	line-height:20px; 
	margin-bottom:15px;
}

.img-content{
	float:left; 
	margin-top:4px;
	margin-bottom:25px;
}
.img-sidebox{
	float:left; 
	margin-top:4px;
	margin-bottom:3px;
}
.imgleft{
	float:left; 
	margin: 0 1.5em 1.5em 0;
	border:solid 1px #666;
}
.imgright{
	float:right; 
	margin: 0 0 1.5em 1.5em;
	border:solid 1px #666;
}

.nb {border:none}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
	font-size: 0.875em;
	line-height:20px;
	margin-bottom:14px;
	color:#000;
}
ul, ol{
	margin:10px 0 1em 40px;
}
li ol, li ul{
	font-size:0.875em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol{
	list-style:decimal;
}


/* Blog
------------------------------------------------------*/
.blog-post{
	padding:12px 0px 30px 0px; 
	float:left;
	}
.left-head{
	width:640px;
	float:left
}
.right-head{
	width:30px;
	float:left
}
.blog-posted{
	border-top: solid 1px #ccc;
	padding-top: 1.5em;
	border-bottom:1px solid #dcdcdc; 
	width:670px; 
	float:left;
}
.blog-posted:first-child {border-top:none}
.blog-posted h1{
	width:640px;
	margin-bottom:4px;
}
.blog-posted a, .blog-posted a:visited{
	text-decoration:none;
	color:#000;
}
.post-info{
	width:640px;
	margin-bottom:10px;	 
	float:left;	
}
.post-info a, .post-info a:visited{
	text-decoration:none;
	color:#9b9b9b;
}
.post-info a:hover{
	text-decoration:underline;
}
.mydate{
	font-size:26px;
	color:#777777; 
/*	line-height:0px;
*/	text-align:center; 
}
.mymonth{
	font-size:14px;
	color:#777777; 
/*	line-height:0px; 
*/	text-align:center;
	text-transform:uppercase;
}

.commonPageListControlBar{
	height: 30px;
	margin:0px 0px 20px 0px;
	text-align: left;
}
.commonPageListBtn{
	border: 1px solid #d5d5d5;
	background-color:#fff;
	font: normal 12px/28px Arial;
	color:#8f8e8e; 
	padding: 5px 4px;
	cursor: pointer;
}
.commonPageListControlBar a, .commonPageListControlBar a:visited{
	color:#8f8e8e; text-decoration:none;
}
.commonPageListControlBar a:hover{
	text-decoration: underline;
}
.commonPageListBtnSelected{
	border: 1px solid #d5d5d5;
	background-color: #f2f2f2;
	font: normal 12px/28px Arial;
	color:#8f8e8e; 
	padding: 5px 4px;
	cursor:default;
}

.author{
	width:621px;
	background-color:#f1f1f1; 
	border-top:1px solid #cecdcd; 
	border-bottom:1px solid #cecdcd; 
	color:#737373; 
	padding:10px; 
	line-height:18px; 
	float:left;
	}
.author h4{
	margin-bottom:7px;
}


/* Footer
------------------------------------------------------*/
#footer{
	width:960px;
	height:59px; 
	border-top:3px solid #0088bb;
	float:left;
}
.footer-logo{
	width:148px;
	margin-top:9px;
	border-right:1px solid #dcdcdc;
	float:left;
}
.footer-text{
	font-size:11px;
	color:#bbbaba;
	line-height:20px;
	margin:9px 0px 0px 12px;
	float:left;	
}


h2 a:hover {color:#9f9f9f}
h2.active {
	background: url(../images/toggle.gif) no-repeat 0px -28px;
	width: 450px;
	height: 28px;
	padding: 0 0 0 30px;
} 
.toggle_container {
display:block;
width: 960px;
}
