* {padding:0; margin:0;} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 30px 0 20px 0;
	color: #000;
	background: #fff;
	text-align:center;
}

p { 
	margin:0 0 1.1em 0;
}

img {
	border: 0;
}

/* ---------------------[ Headings ] */

H1, H2, H3, H4, H5, H6
{ color:#000; font-weight:bold; margin:0 0 .7em 0; line-height:1.3em }
H1
{ margin-bottom:.7em; font-size:110%; text-transform:uppercase; color: #1672af; letter-spacing: .1em; }
H2
{ font-size:100%; margin-bottom:.9em; color: #6a0b06; text-transform:uppercase; letter-spacing: .1em; }
H3
{ font-size:110% }
H4
{ font-size:110% }
H5
{ font-size:110% }
H6
{ font-size:110% }

/* ---------------------[ Lists ] */

ul, dl {
	margin:1em 0;
	padding:0;
	list-style:none;
}

ul li {
	background:url("images/bullet_list.gif") no-repeat 0 .3em;
	margin:0;
	padding:0 0 1em 1.3em;
	line-height: 1.2em;
}

ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* ---------------------[ Links ] */

a:link {
	color: #980f08;
	text-decoration:none;
}

a:visited {
	color: #980f08;
	text-decoration:none;
}

a:hover {
	color: #980f08;
	text-decoration: underline;
}

a:active {
	color: #980f08;
	text-decoration: underline;
}

/* ---------------------[ Layout ] */

#container {
	font-size: 1em;
	line-height: 1.3em;
	width:950px;
	margin: 0 auto;
	text-align:left;
}

#container2 {
	float: left;
	width: 948px;
	border: 1px solid #636363;
	padding: 0 0 8px 0;
}

#masthead {
	background: #980f08;
	padding: 10px;
	width: 928px;
	text-align: right;
	position: relative;
	z-index: 99;
}
	#masthead h1 {display: none}
	
	#logo {
	position:absolute;
	left: 188px;
	top: 64px;
	z-index: 100px;
	}
		#sub #logo {left: 218px;}

#container3 {
	float: left;
	margin: 8px 8px 0 8px;
	display: inline;
	width: 930px;
	border: 1px solid #ccc;
	clear: both;
}

	/* ---------------------[ Primary Nav ] */

	#primenav_container {
		float: left;
		padding: 0;
		margin: 0;
		width: 134px;
		background: #6a0b06;
		text-align: right;
		text-transform:lowercase;
	}
		#sub #primenav_container {width: 196px; padding: 0 0 10px 0;}
	
	#primenav_container ul
	{
		margin: 0;
		padding: 0;
	}
	
	#primenav_container ul li
	{
		display: inline;
		list-style-type: none;
		padding: 0;
		margin: 0;
		background:none;
	}
	
	#primenav a:link, #primenav a:visited
	{
		text-decoration: none;
		padding: 9px 16px 9px 16px;
		display:block;
		color: #fff;
		border-top: 1px solid #980f08;
		width: 102px;
	}
		#sub #primenav a:link, #sub #primenav a:visited {width: 164px;}
	
		#home #nav_home {background: #980f08; font-weight:bold;}
		#services #nav_services{background: #980f08; font-weight:bold;}
		#methods #nav_methods {background: #980f08; font-weight:bold;}
		#casestudies #nav_casestudies {background: #980f08; font-weight:bold;}
		#company #nav_company{background: #980f08; font-weight:bold;}
		#faq #nav_faq{background: #980f08; font-weight:bold;}
		#resources #nav_resources {background: #980f08; font-weight:bold;}
		#contact #nav_contact {background: #980f08; font-weight:bold;}
		#clients #nav_clients {background: #980f08; font-weight:bold;}
		#announcement #nav_announcement {background: #980f08; font-weight:bold;}
	
	#primenav a:hover
	{
		text-decoration: none;
		background: #980f08;
		border-top: 1px solid #6a0b06;
	}
	
		 Sub Nav Styles 
		#primenav_container ul li ul
		{
			display: inline;
			list-style-type: none;
			padding: 0;
			margin: 0;
			background:none;
		}
		
		#primenav li ul li a:link, #primenav li ul li a:visited
		{
			text-decoration: none;
			padding: 6px 16px 6px 16px;
			display:block;
			color: #000;
			background: #fae0ba; 
			border-top: 1px solid #6a0b06;
			width: 102px;
			font-weight: normal;
			font-size: .9em;
		}
		
		#primenav li ul li a:hover
		{
			text-decoration: none;
			background: #fff;
		}
		
		#services #subnav_services {background: #fff; font-weight:bold;}
		#services_pc #subnav_services_pc {background: #fff; font-weight:bold;}
		#services_eir #subnav_services_eir {background: #fff; font-weight:bold;}
		#services_dl #subnav_services_dl {background: #fff; font-weight:bold;}
		#services_egp #subnav_services_egp {background: #fff; font-weight:bold;}
		#services_daf #subnav_services_daf {background: #fff; font-weight:bold;}
		#services_3dm #subnav_services_3dm {background: #fff; font-weight:bold;}
		
		#company_overview #subnav_company_overview {background: #fff; font-weight:bold;}
		#company_management #subnav_company_management {background: #fff; font-weight:bold;}
		#company_staff #subnav_company_staff {background: #fff; font-weight:bold;}
		
		#methods_sm #subnav_methods_sm {background: #fff; font-weight:bold;}
		#methods_bm #subnav_methods_bm {background: #fff; font-weight:bold;}
		
			
	
	/* ---------------------[ End Primary Nav ] */
	
	#content {
		float: right;
		width: 795px;
		min-height: 532px;
		position: relative;
	}
		*html #content {height: 532px;}
		
		#home #content {background: url(images/bg_home_main.jpg) left top no-repeat;}
		#sub #content {width: 733px; background: #fff1dd; padding: 0 0 10px 0;}
	
	#home #banner {
		position: absolute;
		left: 45px;
		top: 114px;
		width: 240px;
		height: 274px;
		overflow:auto;
	}
	
	#sub #banner {
		float: left;
		width: 733px;
		height: 211px;
		position: relative;
	}
	#sub #banner p {
		position: absolute;
		left: 15px;
		top: 120px;
		width: 209px;
		height: 103px;
		font-size: 1em;
		font-weight: bold;
		text-align: center;
		line-height: 1.4em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	} 
		#services #banner {background: url(images/bg_home_services.jpg) left top no-repeat;}
		#casestudies #banner {background: url(images/bg_casestudies.jpg) left top no-repeat;}
		#company #banner {background: url(images/bg_company.jpg) left top no-repeat;}
		#faq #banner {background: url(images/bg_faq.jpg) left top no-repeat;}
		#methods #banner {background: url(images/bg_methods.jpg) left top no-repeat;}
		#resources #banner {background: url(images/bg_resources.jpg) left top no-repeat;}
		#contact #banner {background: url(images/bg_contact.jpg) left top no-repeat;}
		#clients #banner {background: url(images/bg_clients.jpg) left top no-repeat;}
		#announcement #banner {background: url(images/bg_announcement.jpg) left top no-repeat;}
		
#black_bar {background: url(images/bg_black_bar.gif) left top repeat-x #000; height: 39px; clear: both;}
	#sub #black_bar {border-bottom: 3px solid #fff;}
	
	#content_left {
	margin: 19px 44px 19px 44px;
	float: left;
	display: inline;
	width: 620px;
	}
		#contact #content_left,	
		#services #content_left,	
		#faq #content_left {
			width: 620px;
			margin: 19px 0 19px 44px;
			padding: 0 19px 0 0;
		}
		
		#services #services_pc #content_left {
			width: 380px;
			margin: 19px 0 19px 44px;
			padding: 0 19px 0 0;
		}
		
		#content_center {
	margin: 19px 44px 19px 44px;
	float: inherit;
	display: inline;
	width: 650px;
	}
	
		#clients #content_left,
/*		#company #content_right,*/
		#resources #content_left,		
		#methods #content_left {
			width: 290px;
			margin: 19px 0 19px 44px;
			border-right: 1px dotted #000;
			padding: 0 19px 0 0;
		}
			.thumb_right {
			float: right;
			margin: 0 0 15px 15px;
			width: 154px;
				}
				
					#services_pc .thumb_right {
					float:left;
						}
				
			.thumb_right img{
					float: left;
				}
			.thumb_right span{
					clear: left;
					font-size: .9em;
					font-style: italic;
				}
				
			.thumb_right2 {
				float: right; 
				margin: 0 0 15px 15px; 
				width: 239px;
			}
			.thumb_right2 span{
					clear: left;
					font-size: .9em;
					font-style: italic;
				}
			
			.inline_header {
				display: inline;
				color: #980f08;
				margin: 0;
				padding: 0;
			}
	
	#content_right {
	display: block;
	width: 266px;
	float: left;
	margin: 19px 0 19px 20px;
}
		#clients #content_right,
		#company #content_right,
		#resources #content_right,
		#methods #content_right,
		#services #content_right {
			display:block;
			margin: 19px 0 19px 20px;
			float: left;
			width: 266px;
		}
		
			#services #services_pc #content_right {
				margin-top: 150px;
			}

#footer {
	clear: both;
	padding: 20px;
	width: 910px;
	font-size: .9em;
}

/* ---------------------[ Misc ] */

.img_right {
	float: right;
	margin: 0 0 20px 20px;
}
#methods_td #subnav_methods_td {
background: #fff; font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
