body {
	font-family: arial; 
	color: #333; 
	font-size: 11px;
	background: url('../images/template/bg.gif') repeat-y center #dce2c6;
	padding: 0px;
	margin: 0px;
	
}

strong 		{font-weight: bold;}
.clear		{height: 0; clear: both; margin: 0px;}
.clearleft	{height: 0; clear: none; margin: 0px;}
.clear10	{height: 10px; clear: both; margin: 0px;}
.rightcol	{float: right; width: 50%;}
.right		{float: right;}
.left		{float: left;}
.center		{text-align: center;}
.embed		{clear: both; margin: 30px 0px 0px 0px;}

img 			{border: 0;}

h1 			{font-size: 24px; margin-top: 0px;}
h1.home 		{font-size: 26px; margin-top: 0px;}

h2 			{font-size: 20px;}
h2.highlight {color: #fff; background-color: #82a328; padding: 2px;}

h3			{font-size: 18px;}

h4 			{font-size: 13px;}
h4.title 	{color: #fff; padding: 4px 0px 4px 6px; background-color: #82a328; width: 179px; margin: 0px 0px 10px 0px;}

ul, li		{margin: 0px; padding: 0px;}

ul.bullet	{margin: 20px; list-style-type}
ul.bullet li	{list-style-type: square; color: #82a328;}
ul.bullet p	{color: #333;}


p			{margin: 10px 0px 10px 0px;}	
p.minimum-fill	{margin: 0px 0px 150px 0px;}

.catheader 	{color: #fff; background-color: #82a328; padding: 2px 5px 2px 5px; font-size: 18px; height: auto; line-height: 24px; clear: both; margin: 10px 0px 10px 0px;}
.highlight 	{color: #fff; background-color: #82a328; padding: 2px 5px 2px 5px; width: auto; font-size: 20px; height: auto; line-height: 26px; clear: left;}

.startquote  {vertical-align: bottom;}
.unquote	{vertical-align: top;}

a, a:link, a:visited  {
  color: #67831a;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active  {
	text-decoration: underline;
}

.back
{
	font-weight: bold;
}

#wrapper{	
	position: absolute;
	left: 50%; 
	width: 804px;
	margin-left: -452px;
	padding: 0px 50px 0px 50px;
	/*background: url('../images/template/bg.gif') repeat-y #fff;*/
	
}

/****************************************
Header
****************************************/
#header 					{width: 100%; height: 104px;}
#header.home		 	{background: url('../images/header/tech_home.gif') top right no-repeat;}
#header.news_and_views 	{background: url('../images/header/tech_news_and_views.gif') top right no-repeat;}
#header.our_services 	{background: url('../images/header/tech_our_services.gif') top right no-repeat;}
#header.our_work	 	{background: url('../images/header/tech_our_work.gif') top right no-repeat;}
#header.about_tug	 	{background: url('../images/header/tech_about_tug.gif') top right no-repeat;}
#header.tug_blog	 	{background: url('../images/header/tech_tug_blog.gif') top right no-repeat;}
#header img			{float: left}


#header .links
{				
	text-align: right;	
	color: #67831a;
	padding: 5px 0px 0px 0px;
	width: 300px;
	float: right;
}

#header .links2
{
	text-align: right;	
	color: #67831a;
	padding: 5px 0px 0px 0px;
	width: 50px;
	float: left;
}


/****************************************
Footer
****************************************/
#footer {
	clear: both;	
	margin: 50px 0px 20px 0px;
	border-top: solid 1px #ccc;
	text-align: right;
	font-size: 9px;
	padding: 10px 0px 20px 0px;
	color: 666;
}

/****************************************
Main menu - level 1
****************************************/
#mainmenuwrap {		
	float: right; margin: 0px 0px 0px 0px;
}

#mainmenu {	
   background:#fff;   
   overflow:hidden;
}

#mainmenu ul {   
   float:left;
   list-style: none;   
   display: inline;
 
}
#mainmenu ul li {   
   float:left;
   list-style:none;   
   position:relative;   
}

#mainmenu ul li a {
	display: block;
	overflow: hidden;
	margin:0 0 0 1px;
	padding: 6px 2.2em 6px 2.2em;
	background:#aaaaaa;
	color:#fff;
	text-decoration:none;
	line-height:1.0em;
	font-weight: normal;
	font-size: 13px;   
}

#mainmenu ul li a.on {
   background:#82a328; color:#fff;
}

#mainmenu ul li a:hover {
   background:#82a328; color:#fff;
}
#mainmenu ul li a.active,
#mainmenu ul li a.active:hover {
   background:#000; color:#fff;
}

#mainmenuspacer {width: 100%;float: left; margin: 0px 0px 50px 0px;}

/****************************************
Home page layout.
****************************************/
#home_left 		{float: left; width: 348px; margin: 0px 44px 20px 0px;}
#home_center	{float: left; width: 227px; margin: 0px 0px 20px 0px;}
#home_right		{float: left; width: 185px; margin: 0px 0px 20px 0px;}

/****************************************
Other page layout.
****************************************/

#secondarynav	{float: left; width: 134px; margin: 5px 30px 20px 0px;}
#knowledgemenu 	{float: right; width: 134px; margin: 5px 0px 20px 30px;}
#content		{float: left; width: 445px; margin: 0px 31px 20px 0px;}
#supplemental	{float: left; width: 164px; margin: 0px 0px 20px 0px;}

/****************************************
Secondary navigation
****************************************/
#secondarynav h4, #knowledgemenu h4
{	
	margin: 5px 0px 10px 10px;
	color: #82a328;
}

#secondarynav  ul, #knowledgemenu  ul
{
	list-style-type: none;
}

#secondarynav  li, #knowledgemenu  li
{
	border-bottom: solid 1px #ccc;
}

#secondarynav ul li a, #knowledgemenu ul li a, #secondarynav ul li a:visited, #knowledgemenu ul li a:visited
{
   display: block;   
   padding: 0.5em 1.2em 0.5em 1.2em;
   background:#fff;
   color:#333;
   font-weight: bold;
   text-decoration:none;
   font-size: 11px;
}

#secondarynav ul li a:hover, #secondarynav ul li a.on, #knowledgemenu ul li a:hover, #knowledgemenu ul li a.on
{
   background:#82a328;
   color:#fff;
}
#secondarynav ul li a:active, #secondarynav ul li a:hover, #knowledgemenu ul li a:active, #knowledgemenu ul li a:hover
{
   color:#fff;
   background:#82a328;
}

#secondarynav  ul li ul
{
	vertical-align: top;
	margin: 0px 0px 0px 10px;
}

#secondarynav  ul li ul li
{
	margin-left: 20px;
	padding: 0px;
	list-style-type: none;
	color: #82a328;
	border: 0px;
}

#secondarynav ul li ul li a, #secondarynav ul li ul li a:link, #secondarynav ul li ul li a:visited
{
   margin: 5px 0px 5px 0px; 
   padding: 0px 2px 0px 2px;
   color:#333;
   text-decoration:none;
   font-size: 11px;
}

#secondarynav ul li ul li a.on
{
   color:#fff;
   background:#82a328;
}

#secondarynav ul li ul li a:hover, #secondarynav ul li ul li a:active
{
   color:#fff;
   background: #82a328;
}

/****************************************
Contact box
****************************************/
#contact
{
	background: url('../images/contact/top.gif') top no-repeat #b4585b;
	padding: 10px 15px 10px 15px;
	color: #fff;
}

#contact h2 			{font-size: 20px; margin: 0px 0px 5px 0px;}
#phone 				{font-size: 17px; font-weight: bold; margin: 0px 0px 10px 0px;}
#contact input 		{width:100%; font-size: 11px; margin: 0px 0px 10px 0px; }

#contact div 			{text-align: right;}
#contact input.btn	{background-color: #000; color: #fff; width: 6em; border: 0px; height: 2.0em; padding: 4px 0px 10px 0px;}


/****************************************
Client success story
****************************************/
.clientsuccessstory {
	clear: both;
	width: 179px;	
	margin: 10px 0px 0px 6px;
	font-size: 11px;
}

#home_center img {
	clear: both;
	margin: 5px 0px 0px 8px;
}

/****************************************
searchmarketinglatest
****************************************/
#searchmarketinglatest ul {
	margin: 0px 0px 10px 0px;
}
#searchmarketinglatest li {
	list-style-type: none;
	margin: 10px 0px 0px 8px;
	border-bottom: solid 1px #ccc;
	padding: 5px 0px 10px 0px;
}

/****************************************
Client success story images
****************************************/
.casestudy_left {
	float: left;
	margin: 0px 20px 10px 0px;
}

.casestudy_right, .knowledge_right {
	float: right;
	margin: 0px 0px 10px 30px;
}

/****************************************
Accreditations
****************************************/
#accreditations {
	text-align: center;
}
#accreditations img {
	margin: 5px;
}
/****************************************
splash table for logos
****************************************/
#splash
{
	border: solid 1px #ccc;
}
#splash td
{
	border: solid 1px #ccc;
}

/****************************************
News
****************************************/
.newsitem, .pdflink , .imglink{
	display: block;
	height: 50px;
	clear: both;
	margin: 0px 0px 5px 0px;
}

.newsitem img, .pdflink img, .imglink img {
	float: right;
	margin: 0px 10px 0px 30px;
}
/****************************************
Contact map
****************************************/
#map_area {
	float: left;
	width: 380px; height: 350px;
	overflow: hidden;
	margin: 0.5em auto;	
}

/****************************************
Key facts, sitemap
****************************************/
#keyfacts {
	margin: 20px 0px 0px 0px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
}

#keyfacts ul
{
	margin: 10px 0px 0px 0px;
}

#sitemap ul
{
	margin: 5px 0px 5px 0px;
}

#keyfacts ul li, #sitemap ul li
{
	margin-left: 20px;
	padding: 0px;
	list-style-type: square;
	color: #82a328;
}

#keyfacts .fact
{	
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

/****************************************
Quotes
****************************************/
#quote {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
}

#quote .quote {
	color: #666;
	font-weight: normal;
	font-size: 11px;
}



