/* SITE LAYOUT DEFINITIONS ***********************************/

body
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: verdana, arial, sans-serif;
	background: #DDDDCC url(/images/bodyback.jpg) repeat;
	color: #333;
}

#sitewrap
{
	background: #DDDDCC url(/images/bodybg.png) top center repeat-y;
	width: 900px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 auto;
}

form
{
	padding: 0;
	margin: 0;
}

img
{
	border: none;
}

#container
{
	background-image: url(/images/containerback.gif);
	background-repeat: repeat-y;
	width: 100%;
}

#subcontainer
{
	background-color: #fff;
	width: 725px;
	float: left;
}

#linkexchange #subcontainer
{
	width: 900px;
}

#linkexchange #container
{
	background-image: none;	
}

#linkexchange #sidebar
{
	width: 0;
	height: 450px;
}

#content
{
	background-image: url(/images/contentback.jpg);
	background-repeat: no-repeat;
	line-height: 1.4em;
	padding: .5em 3.5em 2em 3.5em;
	font-size: .85em;
	text-align: justify;
	color: #4f4f4f;
}

#content .paraimg
{
	float: left;
	padding: 0 1em .5em 0;
}

/* COMMON AND REUSABLE DEFINITIONS ******************************/

h1
{
	font-family: Arial;
	font-size: 2em;
	letter-spacing: -.05em;
	color: #800000;
	margin: 0;
	padding: 1.5em 1em .5em 0;
	font-weight: normal;
}

h1 span
{
	font-size: .65em;
	font-weight: bold;
	color: #666;
	display: block;
	letter-spacing: normal;
	padding-top: .2em;
}

h2
{
	font-size: 1em;
	text-transform: uppercase;
	color: #960000;
	padding-top: 1em;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: .5em 0 .1em 0;	
}

a
{
	text-decoration: none;
	color: #800000;
}

a:hover
{
	text-decoration: underline;
}

dl
{
	margin: 0;
	padding: 0
}

dt
{
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .2em;
	padding-top: 1em;
	text-transform: uppercase;
}

dt img
{
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

dd
{
	margin: 0;
	margin-bottom: 2em	
}

p
{
	margin: 1em 0;
	padding: 0
}

.wrapper /* use to wrap floated content */
{
	width: 100%;
	overflow: hidden;	
}

.subTitleHighlight
{
	color: #960000;
}

.subTitleHighlight:hover
{
	color: #960000;
}

.subTitleHighlightBold
{
	color: #960000;
	font-weight: bold;
}

.subTitleLined
{
	color: #960000;
	text-decoration: underline; 
}

.subTitleStrongLined
{
	color: #960000;
	text-decoration: underline; 
	font-weight: bold;
}

.quotedText
{
	margin-left: 4em; 
	margin-bottom: 0em; 
	font-style: italic; 
	color: #808080; 
}

.quotedEntity
{
	color: #808080; 
	font-weight: bold; 
	margin-left: 4em;
	margin-top: .5em;
}

.BoldUnderlined
{
	font-weight: bold;	
	text-decoration: underline;
}

/* HEADER AND BANNER ****************************************/

#header
{
	height: 146px;
	width: 900px;
	background-image: url(/images/header.jpg);
}

#header h1
{
	position: absolute;
	left: -999px;
}

#header #langbar
{
	display: none;
	text-align: right;
	float: right;
	width: 200px;
	margin: 10px 10px 0 0;
}

#header #langbar #langselect
{
	 font-size: .95em;
}

#banner
{
	background-image: url(/images/banner.jpg);
	height: 114px;
	border-bottom: solid 10px #a49b36;
}

#banner .imgrotate
{
	position: absolute;
	margin-left: 735px;
	margin-top: 8px;
}

/* NAVIGATION MENU ****************************************/

#nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 900px;
	overflow: auto;
	line-height: 2.4em;
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 95%;
	background-image: url(/images/navback.jpg);
}

#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a
{
	display: block;
	color: #fff;
	padding-left: 1.5em;
}

#nav a:hover
{
	color: #999;
	text-decoration: none;
}

#nav li
{
	float: left;
}

#nav li li
{
	width: 15em;
	border-right: none
}

#nav li li a
{
	background-color: #999;
	color: #333;
}

#nav li li a:hover
{
	color: #ccc;
}

#nav li ul 
{
	position: absolute;
	width: 15.1em;
	left: -999em;
}

#nav li ul ul
{
	margin: -2em 0 0 15em;
}

#nav  li:hover, #nav li.sfhover
{
	/* fix for IE7 'sticky' menus */
	background-position: 0 0;
}

#nav li:hover ul ul, #nav li.sfhover ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
	left: auto;
}

#nav #home
{
	width: 7em;
}

#nav #home a
{
	padding-left: 3em;
}

#nav #services
{
	width: 7em;
}

#nav #services ul li ul li
{
	width: 12em;
}

#nav #corpprofile
{
	width: 13em;
}

#nav #corpprofile ul li
{
	width: 15em;
}

#nav #corpprofile ul li ul li, #nav #globalinfo, #nav #globalinfo ul li
{
	width: 14em;
}

#nav #contactus
{
	padding-left: 15em;
	width: 8em;
}

#nav #iso9001
{
	width: 9em;
}

/* SIDEBAR DEFINITIONS ***********************************/

#sidebar
{
	font-size: .90em;
	float: left;
	width: 175px;
	padding: 0 0 10px 0
}

#sidebar h2
{
	font-family: Arial;
	margin: 0;
	text-transform: none;
}

#sidebar a, #sidebar a:hover
{
	color: #205d7a;
}

.sideitem
{
	background-color: #f3f3f3;
	padding: 0;
	border-top: none;
	font-size: .9em;
	margin: 0 auto 1.5em auto;
	width: 154px;
	background: url(/images/sideitembottom.gif) no-repeat bottom right;
}

.sideitemheader
{
	background: url(/images/sideitemtop.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}

.sideitemheader h2
{
	background: url(/images/sideitemtopleft.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 26px;
	color: #333;
}

.sideitembody
{
	background: url(/images/sideitembottomleft.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 .5em 1em .5em;
}

.special
{
	padding: 0;
	border-top: none;
	font-size: .9em;
	margin: 0 auto 1.5em auto;
	width: 154px;
	background: url(/images/specialbottom.gif) no-repeat bottom right;
	color: #fff;
}

.special .sideitemheader
{
	background: url(/images/specialtop.gif) no-repeat top right;
}

.special .sideitemheader h2
{
	background: url(/images/specialtopleft.gif) no-repeat top left;
	color: #fff;
}

.special .sideitembody
{
	background: url(/images/specialbottomleft.gif) no-repeat bottom left;
}

.specialtall .sideitemheader
{
	background: url(/images/special2top.gif) no-repeat top right;
}

.specialtall .sideitemheader h2
{
	background: url(/images/special2topleft.gif) no-repeat top left;
	color: #fff;
	line-height: 16px;
	padding: 4px 0;
}

.sideitem p
{
	margin: .5em
}

.sideitem dl
{
	margin-left: 1em
}

.sideitem dl, .sideitem input, .sideitem select
{
	font-size: .95em
}

.sideitem input.itext
{
	width: 115px;
}

.sideitem dt
{
	font-weight: normal;
	text-transform: capitalize
}

.sideitem dd
{
	margin: 0;
	padding: 0 0 .5em 0
}

.sidepara
{
	text-align: center;
}

#sidecontacts
{
	text-align: left;
	width: 145px;
	margin: 0 auto;
	font-size: 90%;
	line-height: 1.5em;
}

#sidecontacts h2
{
	font-size: 120%;
	color: #333;
}

/* PAGE SPECIFIC DEFINITIONS *****************************/

#servicelist
{
	background-image: url(/images/dlback.gif);
	background-repeat: repeat-y;
	background-position: 0;
	width: 100%;
	overflow: hidden;
}

#servicelist dt
{
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 3.5em;
	padding-top: 1em;
	margin: 1em 0;
}

#servicelist dd
{
	margin: 0;
	padding-bottom: 1em;
}


.homedl
{
	float: left;
	width: 30%;
	margin-right: 2.5em;
	text-align: left;
}

.homedl dt
{
	margin: 1em 0;
}

.homedl .just
{
	text-align: left;
	padding: 1em 0;
}

#servicelist .last
{
	margin-right: 0;
}

#homemembers
{
	border-top: solid 2px #e6e6e6;
	margin-top: 1em;
}

#homemembers div
{
	float: left;
	width: 313px;
	padding: 1em 0 2em 0;
}

.servicesList
{
	width: 42%;
	float: left;
	padding-left: 2em;
}

.servicesList ul
{
	list-style-position: inside;
	list-style-type: disc;
	width: 25%;
	float: left;
	margin: .5em 2.5em;
	padding: 0;
}

.servicesList ul li
{
	white-space: nowrap;	
}

.servicesList h2
{
	clear: both;
	margin: 1em 0 .5em 0;
	padding: 0;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 2.5em;
	padding-left: 3.5em;
}

#staffDL dt
{
	clear: both
}

#staffDL dt img
{
	padding-bottom: 1em
}

.leading
{
	padding-bottom: .5em;
	border-bottom: dotted 3px #e6e6e6;
	font-weight: bold
}

/* FOOTER *************************************/

#footer
{
	border-top: solid 4px #a49b36;
	clear: both;
	padding: .2em;
	background-color: #58869b;
	font-size: .85em;
	text-align: center;
	color: #ccc;
}

#footer a
{
	display: inline;
	color: #ccc;
	padding: 0.5em;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Ticker **************************************/

.tickls{color:#000;font-weight:bold;}

.tickh{display:none;}

.ticki {height:24px; font-size:120%; background-color:#58869b; line-height:24px; padding-left: 10px}

a.tickl{
	font-size:0.8em;	
	text-decoration:none;
	color:#fff;	
}

a.tickl:hover{
	color:#000;
	text-decoration:none;
}