/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				20px 0px;
	
	background-color:		white;

	/*	Default text styles	----------------------------*/
	font-family:			verdana,sans serif;
	color:					gray;

	background:				url('/images/bg.gif');

}


/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#70451b;
}

a:hover
{
	color:					rgb(76,101,92);
}
a:focus 
{
	outline:				none;
}
/*---------------------------------------------------------------------------------------------------------
//	O\'Connor Ricks structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					840px;
	border:					1px solid #e4e9ea;
	background:				white;
	padding:				0px 20px 0px;
}

#header
{
	border-left:			1px solid #d2d8d6;
	border-right:			1px solid #d2d8d6;
	border-bottom:			1px solid #d2d8d6;
}

#content_div
{
	border-left:			1px solid #d2d8d6;
	border-right:			1px solid #d2d8d6;
	width:					840px;
	padding:				0px ;
}
table#body
{
	border-collapse:		collapse;
	width:					840px;
}

col#col-left
{
	width:					160px;
}

col#col-content
{
	width:					auto;
}
#header
{
	width:					840px;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				25px 25px 25px 41px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	padding:				0px 0px 0px 17px;
	width:					823px;
	line-height:			2.0em;
	font-family:			'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size:				0.7em;
	border-top:				1px solid #d2d8d6;
	border-left:			1px solid #d2d8d6;
	border-right:			1px solid #d2d8d6;
	height:					35px;
	line-height:			34px; ;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 0px 0px;
	padding:				0px;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				13px;
	color:					#70451B;
}

h1 a,h1 a:hover
{

}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				12px;

}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}
h4
{
	margin:					0em;
	line-height:			1.7em;
	/*font-family:			verdana,arial,sans serif;*/
	font-family:			"Lucida Grande","Lucida Sans Unicode","arial", sans-serif;
	font-weight:			bold;
	font-size:				13px;
	color:					#70451B;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	/*font-family:			verdana,arial,sans serif;*/
	font-family:			"Lucida Sans Unicode",  "Lucida Grande",  sans-serif;
	font-size:				0.70em;
}
#content .bodytext
{
	/*padding-right:	50px;*/
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

.brown
{
	color:					#70451B;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					187px;
	padding:				20px;
}

.sidebar
{
	line-height:			1.4em;
	/*font-family:			verdana,sans serif;*/
	font-family:			"Lucida Sans Unicode","Lucida Grande",sans-serif;

	font-size:				0.65em;
	padding:				0px 10px 0px 7px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	font-size:				0.70em;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
	font-size:				0.68em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	display:				none;
	
	/*	Customizeable options	------------------------*/
	width:					140px;
	border:					1px solid #d2d8d6;
	/*border-bottom:			none;*/
	background-color:		white; /*rgb(238,238,238);*/
	
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					21px;
	border-bottom:			none;/*1px solid rgb(204,204,204);*/
	padding:				0px 8px;
	line-height:			21px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	color:					#777777;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	/*background-color:		rgb(153,51,51);*/
	color:					#70451b;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

ul.services 
{
	margin-left:			0px;
	margin-top:				0px;
	padding-left:			0px;
	list-style:				none;
}

#logo
{
	float:					right;
	clear:					both;
	/*margin-top:				3px;
	margin-bottom:			40px;*/
	margin:					3px 6px 40px 0px;	
}

.header_logo
{
	width:					100%;	
}

.category_top
{
	padding:				10px 0px 9px; 
}

/*------------------------------------------------------------------------------------------------
//	Portfolio page	
//------------------------------------------------------------------------------------------------*/
#right_nav_portfolio
{
	padding-left:			28px;
}

.portfolio_nav_header a,
#right_nav_portfolio ul a
{
	color:					#666666;
}

.portfolio_nav_header a
{
	color:					gray;
	font-weight:			bold;
}

.plus_minus
{
	margin-right:			6px;
}

.portfolio_nav_header
{
	float:					left;
	width:					131.8px;
	padding-left:			11px;
	padding-top:			8px;
	padding-bottom:			8px;
	background-color:		white;
	border-bottom:			1px solid #d2d8d6;
}

#active_portfolio_header_1
{
	border-right:			1px solid #d2d8d6;	
}

#active_portfolio_header_2
{
	border-left:			1px solid #d2d8d6;	
}

#active_portfolio_header_1,
#active_portfolio_header_2
{
	background-color:		#f6f7f7;
	border-bottom:			none;
	
}

#portfolio
{
	background-color:		#f6f7f7;
	border:					1px solid #d2d8d6;
	border-collapse:		collapse;
}

.category_title
{

}

.portfolio_right
{
	border-left:			1px solid #d2d8d6;
	
}

.portfolio_left
{
	width:					520px;
	
}

#portfolio .main_image_div_1
{
	background-color:		#f6f7f7;
	border-bottom:			1px solid #d4dbd4;
	padding:				5px;
}

#portfolio .main_image_div_2
{
	border:					1px solid #d4dbd4;
	padding:				0px;
	min-height:				313px;
}
.return_service
{
	position:				relative;
}

#right_nav_portfolio ul
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}
#right_nav_portfolio li
{
	padding:				0px 0px 0px 11px;
	margin-left:			6px;
}

#portfolio .abstract
{
	padding:				12px 20px 27px 20px;
	min-height:				133px;
}

#portfolio .current_item
{
	background:				url('/images/current.gif') 0% 50% no-repeat ;
}
/*------------------------------------------------------------------------------------------------
//	End Portfolio page	
//------------------------------------------------------------------------------------------------*/

.search_div
{
	background-color:		#F1F3F2;
	/* height + padding should be 36*/
	height:					29px;
	padding-top:			7px;
	border-bottom:			1px solid #D2D8D6;
	float:					left;
	width:					224px;

}

#findtext
{
	border:					1px solid #D2D8D6;
	width:					144px;
	margin-right:			10px;
}

.download_brochure
{
	margin:					8px 10px  8px 0px;
}


/*-------------------------------------------------------------------------------------------------
// ora process diagram
//-----------------------------------------------------------------------------------------------*/
#right_process
{
	bottom:					-137px;
	float:					left;
	left:					-36px;
	position:				relative;
	width:					200px;
}

/*-------------------------------------------------------------------------------------------------
// end ora process diagram
//-----------------------------------------------------------------------------------------------*/

.color_gray_small
{
	color:					gray ; /*#999;*/
	/*font-size:				.7em;*/
}

.color_gray
{
	color:					#999;
}

.newsletter_list
{
	margin:					0px 0px 5px 22px;
	line-height:			0.9em;
	padding:				0px;
}

.newsletter_list li
{
	margin:					0px 0px 3px;
}

.nl_year
{
	display:				block;
}

/*------------------------------------------------------------------------------------------------
//	services page	
//------------------------------------------------------------------------------------------------*/
.services td
{
	padding:				0px 10px 0px;
}

/*------------------------------------------------------------------------------------------------
//	End services page
//------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------
//	Newsletter	
//------------------------------------------------------------------------------------------------*/
/*
#newsletter,
#newsletter .bodytext
{
	font-size:				14px;
	font-family:			helvetica , arial,sans serif;
	
}
*/
#newsletter b,
#newsletter .bodytext b
{
	letter-spacing:			1px;
	font-size:				12px;
}
/*
.nl_title{
	border-bottom:			1px solid #8c9a9b;
	line-height:			77px;
	font-size:				23px;
	margin-bottom:			25px;
}
*/

/*------------------------------------------------------------------------------------------------
//	End Newsletter	
//------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
//	extranet
//------------------------------------------------------------------------------------------------*/

#login
{
	margin:					5px 0px 10px 0px;
}


.left_label
{
	width:					60px;
	float:					left;
	display:				block;
	margin-top:				0px;
}
#login label
{
	width:					60px;
	display:				block;
	margin-top:				5px;
}

#login .submit_button
{
	width:					75px; 
	padding:				2px; 
	border:					1px solid #333333;
	margin:					10px 0px;
}

/*------------------------------------------------------------------------------------------------
//	end extranet
//------------------------------------------------------------------------------------------------*/

.search_page_form
{
	margin-bottom:			20px;
}