body {
	text-align: center;
	background: #E5E5E5 url("images/bg/body_bg.gif") repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #121212;
	margin: 0px;
	padding: 0px;
}

body * {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border: none;
}


blockquote {
	color: #909090;
	background: url("images/bg/blockquote_bg.gif") no-repeat 12px 0px;
	padding: 10px 15px 0 37px;
	margin: 0 0 28px 0;
	font-size: 11px;
	font-style: italic;
	line-height: 100%;
}

blockquote strong {
	display: block;
	margin: 4px 0 0 0;
	color: #626262;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}



a:link, a:visited {
	color: #544A7B;
}
	
a:hover { 
	color: #ff6600;
	text-decoration: none;
 }

.catlink a, .catlink a:visited {
	color: #617CAF;
	font-weight: bold;
}


h2 {
	color: #666;
	margin: 0 0 13px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	margin: 0 0 5px 0;
	line-height: 110%;
	text-decoration: none;


}


h2.profile {
	color: #333;
	text-transform: none;
	margin: 0;	
	}

h3,h1,h3 a:link, h3 a:visited, h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -0.5px;
	color: #000;
	margin: 0 0 3px 0;
	line-height: 110%;
	text-decoration: none;
}
/* NO DHTML MENU STYLES
--------------------------------------------------------------------*/ 
.sidebarTopDate {
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #7D796A;
}
.calendarEventsTab {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #977353;
	border-right-color: #977353;
	border-bottom-color: #977353;
	border-left-color: #977353;
	padding-left: 8px;
}
.eventDate {
	margin-bottom: 0.5em;
	color: #868E99;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
}
.eventWhat {
	float: left;
	padding-right: 10px;
	color: #020202;
	font-size: 11px;
	background-image: url(images/bg_event_a.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.eventWhat a {
	color: #020202;
	font-weight: normal;
	}
.eventWhat a:hover {
	color: #011784;
	font-weight: normal;
	text-decoration: underline;
	}
.upcoming-events {
	color: #011683;
	font-size: 115%;
	font-weight: normal;
	background-image: url(images/bg_h3_upcoming-events.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.upcoming-eventsCal {
   float: left;
   width: 14px;
   height: 14px;
   margin: 2px 0 0 5px;
   background: url(images/bg_calendar.gif) no-repeat;
   text-indent: -9999px;
}
.upcomingEvents {
	background-color: #F5F9FA;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 0px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F8DA5;
}

.topmenu-nodhtml {
	font-family:Arial, Tahoma, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#B8B8B8;
	text-transform:uppercase;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.topmenu-nodhtml:hover{
	font-family:Arial, Tahoma, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#E2E2E4;
	color:#5B8F14;
	height: 22px;
}


#blog h1, #blog h1 a:link, #blog h1 a:visited, #blog h1 a:hover {
	color: #000;
	font-size: 26px;
	line-height: 110%;
	text-decoration: none;
}

#page h1 {
	color: black;
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 150%;
}



#action {
	width: 430px;
	background: #E7F0FC;
	border: 1px dotted #D2E6FB;
	padding: 20px 25px;
	font: normal 15px/140% Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 40px;
}



p {
	margin-bottom: 1.3em;
	line-height: 150%;

}
 
 

#blog ul, #page ul {

  padding-left: 25px;

  margin-bottom: 1.3em;

	line-height: 135%;

}



#blog ul li, #page ul li {

  margin-bottom: 12px;

  list-style: disc;

}









#search input#s {
	border: 1px solid #333;
	padding: 2px;	
	font-size: 11px;
	margin-bottom: 4px;
}


#team, #profile {
	background-color: #E8E7ED;
	font-size: 14px;
	color: #999;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	padding-bottom: 30px;
	margin-left: 4px;
	margin-right: 0px;
}

#subnav {
	padding: 25px 10px 25px 20px;
	font-size: 11px;
	color: #999;
}

#subnav ul li {
	margin-bottom: 8px;
	line-height: 125%;
}

div.memberlink {
  height: 105px;
}

div.memberlink a.profilelink {
  border: 2px solid #D6D7D2;
  float: left;
  display: inline;
  width: 67px;
  height: 67px;
 }

div.memberlink a.profilelink img {
  display: block;
	width: 65px;
	height: 65px;
  border: 1px solid #000;
}

div.memberlink a.profilelink:hover {
	border: 2px solid #aaa;
}

div.memberlink dl {
	margin: 0 0 0 80px; 
	padding-top: 15px;
	line-height: 150%;
	font-size: 9px;
}

div.memberlink dl dt {
	color: black;
	font-weight: bold;
	padding: 0;
}
div.memberlink dl dd {
	color: #999;
}



#profile p {
	font-size: 11px;
	color: #aaa;
/*	margin-right: 15px; */
	margin-bottom: 2px;
}

#profile h4 {
	font-weight: normal;
	font-size: 9px;
	color: #aaa;
	margin: 0 0 10px 0;
	
}




div.entry_author_image {
  float: left;
  display: inline;
	border: 3px solid #D6D7D2;
	margin-bottom: 14px;
}

div.entry_author_image img {
  border: 1px solid #333;
  width: 130px;
  height: 130px;
}



#author-story {
  padding-bottom: 25px;
  border-bottom: 5px solid #E5E5E5;
  margin-bottom: 35px;
}



#archives, #categories {
	margin: 25px 20px 45px 25px;
	font-size: 12px;
}


#search {
	padding: 20px;
	/*  border-top: 5px solid #E5E5E5;
  border-bottom: 5px solid #E5E5E5; */
	background-color: #f4f4f4;
	margin-left: 4px;
	margin-right: 2px;
	background-image: url(images/bg_sidebar-lower.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 1.3;
	text-decoration: none;
	color: #2C2C2C;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}


#archives a, #categories a, #profile a, #download a {
	font-size: 11px;
}

#links a {
	font-size: 10px;
}

#archives ul, #categories ul {
	margin-bottom: 25px;
}

#archives ul li, #categories ul li, div.side ul li {
	font-size: 11px;
	margin-bottom: 8px;
	line-height: 100%;
	color: #999;

}


#links {
	margin: 25px;
	font-size: 11px;
}

#links ul {
	margin-bottom: 25px;
}

#links ul li {
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 100%;
}



a.comments-link, a.comments-link:visited {
	margin-left: 5px;
	color: #999;
}

a.comments-link:hover, a.comments-link:visited:hover {
	color: #333;
}


#header {
	background-color: #FFFFFF;
}

#subscribe {
	margin: 25px 15px 45px 20px;
	font-size: 9px;
}

#subscribe form {
	margin-bottom: 20px;
}



#subscribe input#email {
	color: #666666;
	font: 12px "Courier New", Courier, mono;
	padding: 2px;
	width: 90px;
	margin-right: 6px;
	border: 1px solid #333;
}



#subscribe label {
	display: block;
	margin-bottom: 5px;
	color: #666;
}



#download {
	margin: 2px 2px 2px 4px;
	padding: 15px 10px 30px 15px;
	font-size: 9px;
	color: #999;
	background: #FCF4E9;
	border: 1px solid #E0D9CF;
}





#download p { 	color: #666; }
#download h2 { color: #999; }

#wrapper {
	background: white;
	margin: 0px auto;
	width: 800px;
	text-align: left;
}
#wrapper2 {
	width: 788px;
	text-align: left;
	background-color: #C0BECC;
	margin:0px;
	padding:0px;
	height:24px;
	overflow:hidden;
	display:block;

	text-align:center;
	padding:8px 5px 0px 5px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

body.index #wrapper, body.author #wrapper { background: #fff url("images/bg/wrapper_index_bg.gif") repeat-y;}
body.archive #wrapper, body.single #wrapper, body.whatwedo #wrapper { background: #fff url("images/bg/wrapper_archive_bg.gif") repeat-y;}


#logo {
	background-color: #FFFFFF;
	height: 70px;
}


#logo img {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;

}



#intro-control {
	background-color: #8F8DA5;
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding: 0 15px 0 0;
	height: 20px;
}

#banner-control {
	background-color: #C0BECC;
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding: 0 15px 0 0;
	height: 20px;
	border-bottom: 1px solid #fff;
}

#intro-control a,#intro-control a:visited,
#banner-control a,#banner-control a:visited
 {
	text-decoration:none;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	padding-right: 12px;
}

#intro.minimised { display: none; }


#banner {
	background-color: #C0BECC; 
	padding: 5px 5px 0 5px;
	height: 180px;	
}

#banner.minimised { display: none; }





#intro-control.minimised a.show,
#intro-control.maximised a.hide,
#banner-control.minimised a.show,
#banner-control.maximised a.hide { display: inline; }

#intro-control.maximised a.show,
#intro-control.minimised a.hide,
#banner-control.maximised a.show,
#banner-control.minimised a.hide { display: none; }


#banner.maximised img {
	display: block;
	height: 180px;
  width: 750px;
}

#banner.expanded, #banner.deep {
	display:block;
	height: 250px;
}

#banner.deep {
  background-color: white;
}

#about-nav {
	margin-top: 0;
	font-size: 10px;
}




#about-nav ul {
	margin: 0;
}


#about-nav ul li.page_item {
	margin: 0;
	display: inline;
	border-left: 1px solid #8F8DA5;
	float: left;
}

#about-nav ul li.page_item a:link,  #about-nav ul li.page_item a:visited {
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	color: white;
	text-decoration: none;
} 

#about-nav ul li.page_item a:hover {
	color: white;
	text-decoration: underline;
}


#about-nav ul li.current_page_item {
	background-color: white;
}

#about-nav ul li.current_page_item a:link, #about-nav ul li.current_page_item a:visited {
	color: #000;
}


#about-nav h2 {
	color: #E4EFC0;
	margin-bottom: 7px;
	margin-left: 20px;
}




#profilepage p {
	font-size: 12px;
	line-height: 160%;
}

body.index #blog {
	float: left;
	background: #fff url("images/bg/blog_bg.gif") repeat-x;
	width: 490px;
	font-size: 11px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 25px;
	color: #282939;
}

body.index #blog1 {
	float: left;
	background: #fff url("images/bg/blog_bg.gif") repeat-x;
	width: 520px;
	font-size: 11px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 25px;
	color: #282939;
}

body.archive #blog, body.single #blog, body.whatwedo #page, #profilepage {
	float: left;
	width: 465px;
	padding: 25px 60px 25px 25px;
	font-size: 11px;
	margin: 0;
}

body.author #blog {
	float: left;
	background: #fff url("images/bg/blog_bg.gif") repeat-x;
	width: 239px;
	padding: 25px 35px 25px 25px;
	font-size: 11px;
	margin: 1px 2px 0 2px;
}

body.author #blogbar {
	width: 239px; /* was 185px */
	float: left;
}



body.page #page {
	float: left;
	width: 620px;
	padding: 25px;
	font-size: 12px;
	margin: 0;
}

#blogbar {
	width: 178px; /* was 185px */
	float: left;
}




body.archive #sidebar, body.single #sidebar, body.whatwedo #sidebar {
/*	margin-left: 550px; */
	width: 210px;
	float: left;
}

#sidebar{
	float:right;
	width: 210px;
	margin:0px;
}
div.side {
  padding: 25px;
  color: #999;
  font-size: 12px;
}


.post {
	margin-bottom: 35px;
  padding-bottom: 50px;
  background: url("images/bg/angel.gif") no-repeat bottom center;
}


.post-date {
	font-size: 9px;
	color: #999;
	display: block;
	margin: 0 0 15px 0;
}

.post-sig {
  border-top: 1px solid #E5E5E5;
	font-size: 9px;
	color: #666;
	display: block;
	margin-bottom: 8px;
/*	background: #f4f4f4 url("images/icons/icon_post.gif") no-repeat 4px 12px; */
	background-color: #f4f4f4;  
	padding: 8px 3px 10px 14px;
}

.post-sig strong a, .post-sig strong a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 2px;
}


a.author:hover {
	color: #FF4848;
	font-weight: bold;
	text-decoration: underline;
}

a.menu{
color:#333333;
text-decoration:none;
}

a.menu:hover {
	color: #000000;
	text-decoration: underline;
}



#comments {
	background: #ECEAE8;
	border: 1px solid #DEDBD8;
	padding: 25px;
}

#comments h2 {
	color: #7E7E7E;
}


#comments ol.commentlist {
	margin-bottom: 50px;
}

#comments ol.commentlist li {
	color: #333;
	font-size: 11px;
	margin-bottom: 30px;
}

#comments ol.commentlist li p {
  line-height: 125%;
	margin-bottom: 1em;
}



.comment-author {
	line-height: 200%;
  color: #999;
  font-size: 10px;
}

.comment-author strong {
	color: #000;
  font-weight: bold;
}



.comment-author a:link, .comment-author a:visited {
	color: #000;
	text-decoration: underline;
}

.comment-author a:hover, .comment-author a:visited:hover {
	color: #FF0000;
}


.comments-form {
	background: white;
	border: 1px solid #333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 1px;
}

#comments label {
	display: block;
	font-size: 10px;
}

.required {
	color: #CC0000;

}



#footer {
	border-top: 3px double #DADADA;
	margin: 0px;
	clear: both;
	color: #ccc;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #8D8FA5;
	line-height: 150%;
}

#copyright { margin-bottom: 5px}

#footer a:link, #footer a:visited { color: #aaa;}
#footer a:hover { color: #F60; text-decoration: none; }

#ourteam {
	margin-top: 30px;
	width: 100%;
}

#ourteam div.memberlink {
	float: left;
	width: 205px; /* was 195px */
}

#ourteam div.profile-image {
	float: left;
	display: inline;
}


#ourteam a img.profile {
	background: #D6D7D2;
/*	display: block; */
	width: 65px;
	height: 60px;
	border: 2px solid #D6D7D2;
}

#ourteam a:hover img.profile {
	border: 2px solid #B86190;
}

#ourteam dl {
	margin: 0 0 55px 75px;
	padding-top: 15px;
	line-height: 150%;
	font-size: 9px;
}

#ourteam dl dt {
	color: black;
	font-weight: bold;
	padding: 0;
}
#ourteam dl dd {
	color: #999;
}


ol.searchresults {
	margin: 0;
}

ol.searchresults li {
	list-style: decimal;
	padding: 0;
	margin-left: 25px;
	margin-bottom: 25px;
}

#blog ol.searchresults li h3 {
	font-size: 14px;
}




.categorydesc {
	font-size: 12px;
	border-bottom: 1px dotted #D8D8D8;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#clientlogin {
	background: url("images/bg/clientlogin_bg.gif") no-repeat left center;
	margin-right: 6px;
	margin-left: 30px;
}




img.phase-icon {
  margin-bottom: 24px;

}



/***** DOWNLOADS *********/


.grey {
   color: #999;
}

.small {
  font-size: 11px;
}

#downloads {
  border-top: 1px solid #E5E5E5;
  margin: 40px 0;
}


#downloads p {
  margin-bottom: 0;
  padding: 0 14px;
}

div.file-listing {
  padding: 10px 0;
  border-bottom: 1px solid #E5E5E5;
}


/***** RSS feed icon *******/


div#feed-button {
  font-size: 11px;
}

div#feed-button a {
  height: 40px;
  line-height: 40px;
  color: #333;
}

div#feed-button a img {
  float: left;
  display: inline;
  margin-right: 8px;
}

img.feed-img {
  width: 40px;
  height: 40px;
}
