/*CSS*/

body, html{
	margin:0 auto;
}

html{
	background:url(../images/background_gradient.jpg) repeat-x #406a3c;
	background-attachment:fixed;
}

body{
	font-family:"Arial";
}

form {
	margin:0;
	padding:0;
}

img{
	border:0;
}

a:link, 
a:active, 
a:visited{
	color:#009933;
	text-decoration:none;
}

a, a:hover{
	color:#009933;
	text-decoration:none;
}

a:hover{
	color:#0c7a31;
	text-decoration:underline;
}

h1{
	font-size:16pt;
}

p{
	f/ont-size:10pt;
}

#wrapper{
	width:850px;
	background:url(../images/content_background.png) repeat-y ;
	margin:0 auto;
	padding:0px 15px;
}

#header{
	/*
	height:112px;
	*/
	background:#14471f;
	padding:10px 20px 0px 20px;
}

#header .top_bar a, #header .top_bar{
	color:#b5c895;
	font-size:8pt;
}

#header .top_bar .top_left{
	float:left;
	width:260px;
	margin:-10px 0 0 0;
	padding:0;
}

#header .top_bar .top_left a{
	/*
	padding-right:20px;
	*/
}

#header .top_bar .top_right{
	float:right;
	width:50%;
	text-align:right;
}

#header .top_bar .top_right a{
	padding-left:20px;
}

#header .top_bar a:hover{
	text-decoration:underline;
}

#header .logo{
	width:198px;
	margin:0 auto;
	position:relative;
	top:-15px;
}

/*
#menu_wrap{
	height:19px;
	padding:0px 8px;
	b/ackground:url(../images/menu_background.jpg) repeat-x;
	border-bottom:1px solid #14471F;
}

#menu_wrap .menu ul{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}

#menu_wrap .menu li{
	display:inline;
	margin-right:0px;
	margin-left:0px;
	padding-left:10px;
	background:url(../images/menu_dot.jpg) 0px 7px no-repeat;
}

#menu_wrap .menu li:first-child{
	background:none;
	margin:0;
	padding:0;
}


#menu_wrap .menu li a:link, 
#menu_wrap .menu li a:active, 
#menu_wrap .menu li a:visited{
	font-family:"Times New Roman";
	color:#21782c;
	text-transform:uppercase;
	font-size:9pt;
	padding-top:4px;
}

#menu_wrap .menu li a:hover{	
	color:#14471f;
	border-top:2px solid #009933;
	text-decoration:none;
}

#menu_wrap .menu li.active a:link, 
#menu_wrap .menu li.active a:active, 
#menu_wrap .menu li.active a:visited{
	padding-top:4px;
	color:#333;
	border-top:2px solid #009933;
}
*/
#content .content_box{
	padding:15px 20px 10px 20px;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  line-height:1.4em;
  font-size:8pt;
  text-align:justify;
	color:#35451c;
}

#content .content_box .item{
	float:left;
	width:180px;
	margin-right:22px;
	text-align:left;
}

#content .content_box .item:last-child{
	margin-right:0;
}

#content .content_box .item h2{
	font-family:"Times New Roman";
	color:#444;
	text-transform:uppercase;
	font-size:12pt;
	font-weight:bold;
	margin:0;
	padding:0 0 3px 0;
}

#content .content_box .item h4{
	margin:0;
	padding:0;
	color:#35451c;
	font-size:7pt;
}

#content .content_box .item p{
	margin:0;
	padding:4px 0px;
	color:#626262;
	font-size:7pt;
}

#content .content_box .left_content{
	float:left;
	w/idth:295px;
	padding-right:20px;
	width:594px;
}
#content .content_box .left_content p{
	margin:0;
	padding:0.6em 0 0.5em 0;
}


#content .content_box .right_content{
	float:right;
	width:295px;
	border:1px solid red;
}

#content .content_box .ad_box{
	position:relative;
	float:right;
	width:295px;
	padding-left:20px;
	padding-bottom:10px;
	top:0px;
}
#content .content_box .news_image{
	float:right;
	width:295px;
	padding-top:12px;
	padding-left:20px;
	padding-bottom:10px;
}


#content .content_box .team_member_image{
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

#content .content_box .right_content img{
	margin-bottom:20px;
}

#content .home h1
{
	font-family:"Times New Roman";
	color:#14471f;
	text-transform:uppercase;
	font-size:22pt;
	font-weight:normal;
	margin:0;
	padding:0.3em 0 0.3em 0;
	text-align:center;
}


#content .content_box .left_content h2
{
	font-family:"Times New Roman";
	color:#009933;
	font-size:12pt;
	font-weight:normal;
	margin:0;
	padding:0.2em 0 0.5em 0;
}

#content .left_col{
	margin:0;
	padding:0;
	width:216px;
	float:left;
	background:url(../images/left_col_bg.gif) repeat-y top left;
}

#content .sub_menu{
	margin-top:10px;
}

#content .sub_menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#content .sub_menu ul li{
	padding:5px 20px;
	margin-right:15px;
	border-bottom:1px dashed #97b1a0;
}
#content .sub_menu ul li ul li{
	padding:5px 5px;
	margin-right:15px;
	border-bottom:1px dashed #97b1a0;
}

#content .sub_menu ul li a{
	font-size:9pt;
	color:#21782c;
}

#content .sub_menu ul li a:hover{
	color:#14471f;
}

#content .sub_menu ul li.active a{
	color:#333;
	font-weight:bold;
}

#content .sub_menu ul li.active ul li{
	border-bottom:none;
}

#content .sub_menu ul li.active ul li a{
	color:#21782c;
	font-weight:normal;
}

#content .sub_menu ul li.active ul li.active a{
	color:#333;
	font-weight:normal;
}

#content .right_col{
	float:right;
	width:633px;
	border-left:#4d8747 1px solid;
	left:-1px;
	position:relative;
	padding-bottom:1em;
}

#content .right_col .banner_about_us{
	height:164px !important;
}

#content .right_col .banner{
	border-bottom:1px solid #406a3c;
	margin:0;
	padding:0;
	height:151px;
}

#content .right_col .team_list{
	margin:10px 0;
	padding:0;
}
#content .right_col ul{
	margin:0;
	padding:0;
}

#content .right_col ul li{
	margin:0 0 0 15px;
	padding:0;
}

#content .right_col #bread_crumb{
	width:275px;
	float:left;
	padding-bottom:0.5em;
	line-height:1.2em;
	text-align:left;
}
#content .right_col .bread_crumb_title{
	font-family:"Times New Roman";
	font-size:14pt;
	color:#333;
	margin:0;
	padding:0;
}

#content .right_col .bread_crumb_title a.current{
	color:black !important;
}

#footer_wrapper{
	background:url(../images/page_base.png) no-repeat bottom;
	width:850px;
	margin:0 auto;
}

#footer_content{
	background:#14471f;
	text-align:center;
	color:#e6ecdc;
	font-size:9pt;
}

#footer_content ul{
	margin:0;
	padding:10px;
	text-align:center;
	list-style:none;
}

#footer_content ul li{
	margin:0 30px 0 0;
	padding:0;
	display:inline;
}
#footer_content ul li.last{
	margin:0;
	padding:0;
	display:inline;
}

#footer_content a{
	color:#e6ecdc;
	font-size:9pt;
}

#footer_content a:link, 
#footer_content a:active, 
#footer_content a:visited{
	color:#e6ecdc;
}

#footer_content a:hover{
	color:#e6ecdc;
	text-decoration:underline;
}

#error{
	border: 2px solid #900;
	background-color: #fcc;
	padding:10px;
	color: #900;
}

#error a{
	color:#900;
	font-weight:bold;
}

.boxes{
	padding:0px 10px 10px 10px;
}

.boxes .box{
	margin-top:10px;
}

.boxes .first{
	margin:0;
}
.boxes .service {
	background-color:#9acccd;
}

.boxes .case_study {
	background-color:#abc5c6;
}

.box.triciaservice{
	padding:10px;
	margin:10px 0 10px 0;
	background-color:#A7BEA8;
}

.box.triciaservice h2{
	font-family:"Arial" !important;
	color:white !important;
	margin:0 !important;
	padding:0 !important;
	font-size:140% !important;
	font-weight:bold !important; 
}
.box.triciaservice p{
	color:black;
	font-size:100%;
}
.box.triciaservice a{
	color:black;
	font-size:100%;
}

.boxes .box {
	padding:10px;
}

.box h2{
	margin:0;
	padding:0;
	font-size:90%;
	color:white;
}

.box p{
	margin:0;
	padding:0.5em 0 0.5em 0;
	font-size:80%;
}

.box a{
	font-size:90%;
	color:black;
	text-decoration:underline;
}

.newsletter{
	background:#14471f;
	padding:10px;

}

.newsletter label{	
	color:#fff;
	font-size:8pt;
}

.clear{
	clear:both;
}

#map{
clear:both;
width: 100%; 
height: 300px;
border:2px solid #2F2E2C;
margin-bottom:2em;
}

/* Search */
.localize{
}
#searchbox {
	position:relative;
	margin-top:-35px;
	float:right;
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
}

#searchbox .search {
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	border: 1px solid #fff;
	width:140px;
	background-color:#144620;
	padding-left:5px;
	color:white;
}
#searchbox .go {
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	border: 1px solid #0cad21;
	color: white;
	background-color: #0cad21;
	cursor: pointer;

}
.searchbox #query {
	border: 1px solid black;
}
.searchbox .go {
	border: 1px solid black;
	background-color: #eee;
}

.results h2{
	display:block;
	padding-top:1em !important;
}

.results .result {
	border-top: 1px dashed #ccc;
	padding-top: 0.6em;
	margin-top: 0.6em;
	line-height:1.7em;
}

.result .searchterm {
	border-bottom: 3px double #900;
	font-weight: bold;
	color: #900;
}

.result .location {
	font-size: 90%;
	color: #888;
}

.result .location a:link,
.result .location a:active,
.result .location a:visited,
.result .location a:hover {
	font-family: "Verdana", "Arial", sans-serif;
	color: #888 !important;
	font-weight: normal !important;
}
/*************************/
/*************************/
/*************************/
a.backlink{
	font-size:120%;
	font-weight:bold;
	padding:0.5em 0 0.5em 0;
	float:left;
	clear:both;
}
#news{
	padding:0 0 1em 0;
	clear:both;
}
#news .article .title{
	font-size:120%;
}
#news .article{
	padding-bottom:1.5em;
	margin-bottom:0.5em;
}
#news .article .description{
	padding:0.5em 0 0.5em 0;
}
#news .article.nopaddingbottom{
	padding-bottom:0em;	
	margin-bottom:0em;	
	border-bottom:none;
}
#newsitem h2{
	padding:0.5em 0 0.5em 0 !important;
}
#teammember h2{
	padding:0.5em 0 0.5em 0 !important;
}

/* Newsletter */
#newsletterbox {
	margin:10px 10px 0px 10px;
	padding:10px;
	font-size: 8pt;
	padding-top:2px;
	background-color:#144620;
}
#newsletterbox.homepage{
	margin:0px !important;
	padding:5px !important;
	width:195px;
}
#newsletterbox h2{
	color:white;
	font-size:120%;
	margin:0;
	padding:0.5em 0 1em 0;
}
#newsletterbox.homepage h2{
	font-size:110%;
	margin:0;
	padding:1px 0 6px 0;
}

#newsletterbox .emailaddress {
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	width:115px;
	border:1px solid white;
	background-color:white;
	padding:1px 0 1px 5px;
	color:black;
	float:left;
}

#newsletterbox.homepage .emailaddress {
	width:135px;
}

#newsletterbox .go {
	float:left;
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	border: 1px solid #0BAE21;
	color: white;
	background-color: #0BAE21;
	cursor: pointer;
}

#newsletter{
	padding:0 0 1em 0;
	margin-bottom:1em;
	width:250px !important;
}
#newsletter .errors {
	padding: 0.5em;
	margin:0.5em 0 2em 0.5em;
	border: 2px solid #800;
	color: #800;
}

#newsletter .errors ul {
	list-style: square;
	margin: 0;
	padding: 0;
}

#newsletter .errors ul li {
	padding: 0;
	margin: 0;
	margin-left: 1em;
	padding-left: 0.5em;
}

#newsletter .field {
	padding-bottom: 2px;
}

#newsletter .field .label {
	float: left;
	width: 10em;
}

#newsletter .field input {
	float: right;
	border: 1px solid #406a3c;
	width:17em;
	font-size:100%;
	padding:2px;
}

.register-form input.submit{
	float:right;
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	border: 1px solid #0BAE21;
	color: white;
	background-color: #0BAE21;
	cursor: pointer;
	margin:1em 0em 2em 235px;
}


#homepagesubelements{
	padding-top:1em;
}
#homepagesubelements .icaew_logo{
	float:left;
	display:block;
}
.left{
	float:left;
}
.right{
	float:right;
}
#searchfail{
	padding-bottom:1em;
}

#headerimage{
	padding:0;
	margin:0;
}
#headerimage li{
	padding:0;
	margin:0 !important;
	list-style:none;
}

#accessibility{
	position:relative;
	top:10px;
}

#accesstext{
	margin:0;
	padding:0;
}
#accesstext p{
	margin:0;
	padding:0;
	float:left;
	padding-right:2em;
}
#accessbuttons{
	float:left;
}
.accessbutton{
	float:left;
	padding-right:2px;
}

#menu_wrap{
border-bottom: 1px solid #14471F;
}	
#navcontainer{
	float:left;
	width:100%;
}
#navlist
{
margin: 0;
padding: 0px 0 25px 10px;

}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
float:left;
list-style:none;
background:url(../images/menu_dot.jpg) 0px 9px no-repeat;
}

#navlist ul, #navlist li.first{
background:none;
}

a.last {
margin:0;
padding:0;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
margin: 0 8px 4px 12px;
padding:6px 0 0 0;
text-decoration: none;
font-family:"Times New Roman";
color:#21782c;
text-transform:uppercase;
font-size:9pt;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-top: 2px solid #0CAD21;
padding-top: 4px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }


#tricia{
	background:url(../images/free_consul.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:163px;
	text-align:right !important; 
}

#tricia .spacer1{float:left;clear:left;width:90px;height:50px;}
#tricia .spacer2{float:left;clear:left;width:130px;height:40px;}
#tricia .spacer3{float:left;clear:left;width:140px;height:70px;}

#tricia .tholder{
	padding-right:10px;
	font-size:8pt !important;	
	line-height:17px;	
}
#tricia .ttitle{
	margin:0;
	padding:0;
	color:white;
	padding:10px 0 0 0;
	font-size:11pt;
	font-weight:bold;
}

#tricia .tcopy p{
	margin:0 !important;
	padding:5px 0 0 0 !important;
	color:black !important;
}

#tricia .triciaphone{
	font-size:11pt;
	font-weight:bold;
}

