body {
	background-color: #FFf;
	text-align:center;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	padding-bottom:20px;
}

#wrapper {
	width:760px;
	margin:auto;
	padding-top:10px;
}

#top {
	width:760px;
	height:140px;
}

#thanks {
	font-size:16px;
	color:#333333;
	padding-left:30px;
	padding-right:30px}

#menu {
	width:760px;
	height:43px;
	float:right;
	background: #25567c;
	margin:0px;
	padding:0px;
}

#menutop img {
	float: left;
}
	

#main {
	width:760px;
	margin-bottom:20px;
}

#mainleft {
	float:left;
	width:519px;
	background-color:#fff;
	text-align:left;
}

#mainlefttitle {
	width:484px;
	height:37px;
	background-color:#394783;
	font-weight:bold;
	font-size:13px;
	padding-top:18px;
	padding-left:30px;
}


#mainlefttitle2 {
	width:502px;
	height:37px;
	background-color:#394783;
	font-weight:bold;
	font-size:13px;
	padding-top:5px;
	padding-left:12px;
}
#contactForm {
	float:left;
	width:380px;
	padding-top:15px;
}

.tm {
	font-size:0.6em;
	font-weight:bold;
	vertical-align:text-top;
}

.replyForm {
	color:#000;
}

#mainright {
	float:left;
	width:241px;
	background-color:#fff;
	text-align:left;
}

#mainrightBottom {
float:left;
	width:231px;
	height:179px;
	background-color:#394783;
	padding:5px;
}

.righttext {
text-align:left;
font-size:13px;
}

.righttext ul{
	list-style-image: url(../images/bullet.jpg);
}

#bottomleft {
	width:518px;
	float:left;
	text-align:left;
	color:#000;
	padding-bottom:30px;
}

a, a:active, a:visited {
	color:#000;
}

a:hover {
	color: #F47436;	
}

#bottomlefttext {
	font-size:14px;
}

#bottomlefttextsmall {
	font-size:12px;
	width:230px;
	padding:0 20px 0 0;
	float:left;
}

#bottomright {
	width:210px;
	float:right;
	text-align:left;
	background-color:#fff;
	border:1px solid #000;
	color:#000;
	padding:15px;
}

#bottomright2 {
	width:240px;
	float:right;
	text-align:left;
	background-color:#fff;
	color:#000;
	margin-top:20px;
}

.brlink {
	display:block;
	height:36px;
	width:220px;
	background-image: url(../images/aboutus/linkBg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:20px;
	padding-top:10px;
	color:#394783;
	font-weight:bold;
}

#news {
	margin-top:20px;
	background-color:#394783;
	height:80px;
	color:#FFFFFF;
	width:382px;
}

#news a, a:active, a:visited {
	color:#FFFFFF;
}

#news a:hover {
	color:#F47436;
}

.brlink a, a:active, a:visited {
	color:#394783;
}

.brlink a, a:hover {
	color:#f47436;
}

#full {
	width:760px;
}

.clientList {
	margin-top:5px;
}

.clientList li {
	list-style-image:url(../images/clients/clientBullet.jpg);
	padding:0;
	margin:0;
}

h3 {
	color:#394783;
	font-size:14px;
}

.contactForm {
	background-color:#cdd6e5;
	color:#333333;
}

.contactForm td {
	padding-left:10px;
}

#contactDetails {
	width:518px;
	float:left;
	text-align:left;
	color:#394783;
	font-weight:bold;
	font-size:16px;
	padding-bottom:30px;
}

#newsHeadline {
	color:#FFFFFF;
	background-color:#394783;
	height:64px;
	width:514px;
	text-align:center;
	font-weight:bold;
	padding-top:45px;
	margin-bottom:10px;
}


/*==============================================================================

	GRC multi-level script-free pure-CSS menuing system stylesheet.
   This code is hereby placed into the public domain by its author
   Steve Gibson. It may be freely used for any purpose whatsoever.

	Computed Geometries:	with a default 12px font, 1.0em == 12px and
	1px == 0.08333em.
	Thus, our 98px wide Freeware & Research buttons are 8.166666em wide.

==============================================================================*/

/*====== GLOBAL OVERRIDES FOR MAJOR ITEMS AND DIFFERING BROWSER DEFAULTS =====*/


body, table, img, button, iframe, ul, li  { margin:0; padding:0; border:0; }
table { text-align:left; }
iframe { width:0; height:0 }

ul { margin-left:20px; }       /* kill default 50px left padding and set 20px */
li { margin-bottom:1em; }          /* set default inter-item vertical spacing */
.tightlist li { margin-bottom:0.25em; }     /* tighter list for simple bullets */


/* our default page-width div */
.pagecontainer { width:85%; text-align:left; font-size:10pt;}




 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu2 {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	padding:0;
	border:0;
	height:43px;                                  /* the menu's overall height */
	width:80px;         /* we always want our menu to fill the available space */
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	z-index:1000;

}

.menu2 img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu2 ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu2 li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.menu2 ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}


.drop2 {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:left;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

.drop2 span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

.rightmenu2 {
	position:relative;  /* establish a local positioning context for YAH label */
	float:right;                  /* and right-align it at the top of our page */
}

#research2 {            /* this rightmost "Research" button must be positioned */
	position:absolute;       /* absolutely so that the YAH (you are here) text */
	top:0px;               /* label will slide underneath it under Opera v8.54 */
	left:364px;    /* which has a z-order sequencing bug with abs-pos elements */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/


.menu2 ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.menu2 ul li a,
.menu2 ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:40px;
	color:#f47436;
}

.menu2 ul li:hover a,
.menu2 ul li a:hover {                        /* selected top-level menu items */
	height:16px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	font-size:10px;
	margin:0;
	top:40px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:80px;
	color:black;                        /* this sets the unselected-text color */
	background:#fff;         /* this sets our menu's effective "border" color */
	padding-left:2px;
	padding-right:2px;
	text-align:left;
	font-weight:bold;
}

.menu2 ul li:hover ul.leftbutton,
.menu2 ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}



.menu2 ul li:hover ul.skinny,
.menu2 ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:80px;   /* with a 12px default font, this is 97px width (97/12) */
}

.menu2 ul.rightmenu li:hover ul,
.menu2 ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .menu2 ul.rightmenu2 li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0px;
	padding:0px;
	height:20px;
	color:#fff;               /* this sets the unselected drop-down text color */
	background:#f47436;       /* this sets the drop-down menu background color */
	width:80px;
	border-bottom:#FFF 1px solid;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#394783;
	background:#f47436;
}

.menu2 ul li:hover ul.skinny li a,
.menu2 ul li a:hover ul.skinny li a,
.menu2 ul li:hover ul.skinny li a:hover,
.menu2 ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:80px;
}

.menu2 ul li:hover ul.leftbutton3,
.menu2 ul li a:hover ul.leftbutton3 {/* our first dropdown should not be skewed */
	left:0px;
}

.menu2 ul li ul.leftbutton2 li a {
	font-size:8px;
	display:block;
	width:160px;
	line-height:10px;
}

.safetyHeader2 {
	font-size:8px;
	display:block;
	width:160px;
	line-height:10px;
}



/*===========================
end enu
===========================*/
