/* CSS Document */
/* ==================================================== */
/* generic styles */
body { font-family: Verdana, Arial, Helvetica, sans-serif;  color: #333; font-size: 0.7em; margin-top: 10px; background-color:#fff; } 
a{text-decoration:underline; color: #333;}
a:hover{ color: #ff9900; text-decoration:none;}
img{ display: block; margin: 0; border: 0; } /* Nasty hack to avoid IE adding 3px padding under images*/
h1{ font-size: 1.5em; margin: 20px 0; } /* TR,BL */
h2{ font-size: 1.3em; margin: 15px 0; } 
h3{ font-size: 1.1em; margin: 10px 0; }
h4{ font-size: 1.0em; margin: 5px 0; }
td{ font-size: 0.75em; }
p{ margin: 10px 0; }
blockquote { margin: 0 20px;}
/* ==================================================== */
/* structural elements */
#encompass
{
	position: relative;
	width: 975px;
	height:auto;
	margin: 0px auto 0px auto;
}
#main_container
{
	position: relative;
	width: 100%;
	height:auto;
	text-align: left;
	background-color:#fff
}
#clients_footer
{
	display: none;
}
#footer
{
	position: relative;
	width: 100%;
	height:20px;
	margin-top: 10px
}
/* ==================================================== */
/* top navigation */
#topnav_container
{
	background-image: none;
}
#logo
{
	position: absolute;
	left: 0px;
}
#topnav
{
	display: none;
}
/* ==================================================== */
/* secondary page structure(s) */
.gutter
{
	display: none;
}
#col1 /* holds secondary navigation */
{
	display: none;
}
#col2 /* holds main content */
{
	float: left;
	width: 660px;
	height: auto;
	margin: 20px 0 20px 0;
	background-color: #fff;			
}
.clearboth { clear: both; }
/*##################################################*
/* secondary navigation */	
#sec_nav_container,
#sec_nav_container_alt
{
	display: none;
}
/*##################################################*/
/* secondary page specific styles */
#secondary_page_header
{	
	position: relative;
	width: 660px;
	height: 284px; 
}
#secondary_page_heading
{
	position: absolute;
	bottom: 4px;
	left: 13px;
	width: auto;
	height:auto;
}
#secondary_page_header h1 {	font-size: 28px; margin: 0; padding: 0; color: #fff; font-weight: normal; }

/* secondary page styles */

#main { margin: 0 15px 0 15px; font-size: 1.0em; line-height: 1.2em; }
#main h3{ margin: 10px 0 5px 0; color: #5A81BA; }
#main h3.no_pad_top{ padding-top: 0px; margin-top: 0px; }
#main h3.extra_pad_top{ padding-top: 0px; margin-top: 20px; }
.no_pad{  padding: 0px; margin: 0px; }
.no_pad_top{  padding-top: 0px; margin-top: 0px; }
.no_pad_bot{  padding-bottom: 0px; margin-bottom: 0px; }
.extra_pad_top{ margin-top: 20px; }
#main h4{ font-size: 1.0em; margin: 0 0 5px 10px; color: #666}
#main h4.no_pad_left{ padding-left: 0px; margin-left: 0px; }
#main h4.extra_pad_top{ margin-top: 5px; }
#main ul
{ 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
#main ul li 
{
	background: url(/images_nav/bullet.gif) no-repeat scroll 0 7px;
	margin:0 0 0 10px;
	padding:3px 8px 3px 25px;
}
#main ul li ul
{ 
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main li ul li
{ 
	background: url(/images_nav/bullet2.gif) no-repeat scroll 0 7px;
	margin-left: 0px;
}
.adhoc
{
	float: right;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.no_wrap
{
	white-space: nowrap;
}
/* ==================================================== */
/* specific styles for index page */
#gutter_index
{
	float: left;
	width: 25px;
	height: 10px;
	margin-top: 10px;
}
#index_container /* holds index pg content */
{
	position: relative;
	margin: 20px 20px 0 20px;
	padding: 0 0 20px 0;
}
#index_main_image_container /* holds the guy on the mountain bike */
{
	position: relative;
	width: 935px;
	height: 480px;
}
#index_right_container /* holds index services, client, news */
{
	position: absolute;
	top: 0;
	left: 700px;
	width: 240px;
	height: auto;
}
.index
{
	margin-top: 11px;
	background: url("../images_nav/index_bg.gif") top center no-repeat;
}
#index_right_container h2
{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 6px 0 0 0;
}
.index_body
{
	font-size: 11px;
	margin: 10px 18px 0 20px;
	padding-top: 3px;
	padding-bottom: 9px;
}
#index_right_container p
{
	margin: 0;
	padding: 0;
}
#index_right_container ul
{ 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 10px 0 18px;
	padding: 0 0 6px 0;
}
#index_right_container ul li 
{
	background: url(/images_nav/bullet_arrow.gif) no-repeat scroll 0 8px;
	margin:0;
	padding:3px 10px 3px 10px;
}
#index_right_container a { text-decoration: none; }
#index_right_container a:hover { text-decoration: none; }
.management
{
	width: auto;
	height: auto;
	margin-top: 20px;
}
.management_bio
{
	width: 360px;
	height: auto;
}
.management_img
{
	float: right;
	margin: 0;
	padding: 0;
}
/* community */

.com
{
	margin-top: 15px;
	padding-bottom: 10px;
}
.com_info
{
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
}
.com_img
{
	float: right;
	margin: 0 0 0 10px;
	padding: 0px 0 0 10px;
}
/* client */

.client
{
	margin-top: 15px;
	padding-bottom: 10px;
}
.client_alt
{
	margin-top: 10px;
	padding-bottom: 10px;
}
.client_info
{
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
}
.client_img
{
	float: right;
	margin: 0 0 0 10px;
	padding: 0px 0 0 10px;
}
/* news articles */

.news_article
{
	margin-top: 15px;
	padding-bottom: 10px;
}
.news_article_alt
{
	margin-top: 10px;
	padding-bottom: 10px;
}
.news_block
{
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
}
.news_img
{
	float: right;
	margin: 0 0 0 10px;
	padding: 0px 0 0 10px;
}
#services
{
	position: relative;
	margin: 25px auto 10px auto;
	width: 483px;
	height: auto;
	padding-bottom: 15px;
}
#services img
{
	margin: 0;
}
#services a
{
	text-align: center;
	text-decoration: none;
	display: block;
	height: auto;
	padding: 2px 0;
}
#services a:hover
{
	color: #fff;
	text-decoration: none;
	margin: 0;
}
.services_hd
{
	font-size: 17px;
	line-height: normal;
}
#svc_a
{
	position: absolute;
	top: 70px;
	left: 86px;
	width: 150px;
	height: auto;
}
#svc_b
{
	position: absolute;
	top: 70px;
	left: 250px;
	width: 150px;
	height: auto;
}
#svc_c
{
	position: absolute;
	top: 227px;
	left: 307px;
	width: 150px;
	height: auto;
}
#svc_d
{
	position: absolute;
	top: 327px;
	left: 168px;
	width: 150px;
	height: auto;
}
#svc_e
{
	position: absolute;
	top: 227px;
	left: 53px;
	width: 100px;
	height: auto;
}
#svc_1
{
	position: absolute;
	top: 485px;
	left: 2px;
	width: 110px;
	height: auto;
}
#svc_2
{
	position: absolute;
	top: 485px;
	left: 125px;
	width: 110px;
	height: auto;
}
#svc_3
{
	position: absolute;
	top: 478px;
	left: 248px;
	width: 110px;
	height: auto;
}
#svc_4
{
	position: absolute;
	top: 478px;
	left: 371px;
	width: 110px;
	height: auto;
}
/* ALM services */
#alm
{
	position: relative;
	margin: 25px auto 10px auto;
	width: 450px;
	height: auto;
	font-size: 11px;
	color: #313131;
	padding-bottom: 15px;
	/*background: url("../images_control/gamcom_alm.jpg") top left no-repeat;*/
}
.alm_hd
{
	font-size: 17px;
	line-height: normal;
	color: #313131;
	margin: 0;
	padding: 0;
}
#alm_1_hd
{
	position: absolute;
	top: 19px;
	left: 5px;
	width: 215px;
	height: auto;
}
#alm_1
{
	position: absolute;
	top: 50px;
	left: 10px;
	width: 203px;
	height: auto;
}
#alm_2_hd
{
	position: absolute;
	top: 19px;
	left: 235px;
	width: 210px;
	height: auto;
	text-align: right;
}
#alm_2
{
	position: absolute;
	top: 50px;
	left: 240px;
	width: 203px;
	height: auto;
}
#alm_3_hd
{
	position: absolute;
	top: 420px;
	left: 5px;
	width: 203px;
	height: auto;
}
#alm_3
{
	position: absolute;
	top: 280px;
	left: 10px;
	width: 203px;
	height: auto;
}
#alm_4_hd
{
	position: absolute;
	top: 420px;
	left: 235px;
	width: 210px;
	height: auto;
	text-align: right;
}
#alm_4
{
	position: absolute;
	top: 280px;
	left: 242px;
	width: 203px;
	height: auto;
}
#alm ul  /* ul styles used on ALM img */
{ 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#alm ul li 
{
	background: url(/images_nav/bullet_sq_fff.gif) no-repeat scroll 0 9px;
	margin-left:0;
	padding:3px 8px 3px 20px;
}

/* contact us */

.main_heading_contact {font-size: 1.0em; font-weight: bold; margin-top: 45px; padding-left: 10px; }
.contact_body {font-size: 1.0em; padding: 5px 0 10px 10px; }
.contact_body_details
{
	font-size: 1.0em; 
	line-height:14px; 
	margin: 2px 0 0 10px;
}
.directions
{
	font-size: 1.0em; 
	line-height:14px; 
	margin: 10px 0 0 10px;
}
.gutter_contact
{
	float: left;
	width: 14px;
	height: 10px;
	margin-top: 15px;
}
#row1col1_contact, /* holds co. contact details */
#row1col2_contact, 
#row1col1_contact_pune  
{
	float: left;
	width: 309px;
	height: auto;
	margin-top: 9px;
	padding-bottom: 30px;
}
#row1col1_contact /* holds Harrow details */
{
	background: url("../images/contact_us_uk.gif") top left no-repeat;
}
#row1col2_contact /* holds Swindon details */
{
	background: url("../images/contact_us_uk_swindon.gif") top left no-repeat;	
}
#row1col1_contact_pune /* holds Pune details */
{
	background: url("../images/contact_us_india.gif") top left no-repeat;	
}
#map, /* holds location maps */
#map2
{
	width: 660px;
	height: auto;
	margin: 10px 0 10px 0;
}
/* ==================================================== */
#accreditation
{
	display: none;
}
#accreditation img
{
	display: none;
}
#client_logos
{
	display: none;
}
#client_logos img
{
	display: none;
}
#footerlinks
{
	display: none;
}
#footerlinks ol { display: none; }
#footerlinks ol li { display: none; }
#copyright { display: none; }
/* ==================================================== */
/* styles for sitemap / legal / corporate */
#fine_print
{ 
	position: relative;
	width: 700px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 10px;
	background-color:#fff
}
#fine_print h1{ margin: 20px 0; padding:0; }
#fine_print h3{ margin: 0; color: #5A81BA; }
#fine_print h3.extra_pad_bot{ margin: 10px 0 ; }
#footer_fine_print
{
	position: relative;
	width: 700px;
	height: 15px;
	margin: 0px auto 0 auto;
	padding: 10px;
}
#logo_fine_print
{
	float: left;
}
#nav_fine_print
{
	margin-top: 35px;
	padding: 3px 0;
	border: none;
}
#nav_fine_print ol
{
	display: none;
}
#nav_fine_print ol li
{
	display: none;
}
#fine_print ul
{
	margin-top: 0;
}
#fine_print ul li
{
	line-height: 16px;
}
.legal_para
{
	float: left;
	width: 30px;
	height:auto;
	margin-bottom: 10px;
}
.gutter_legal
{
	float: left;
	width: 50px;
	height: 10px;
}
.legal_info { float: left; margin: 0 10px 10px 0; width: 600px; }
 
