body {
	font-family: arial, helvetica, sans-serif;
	font-size:73.5%;
	color:#000000;  /*main site font color*/
	/*background:url(site-bg.gif) repeat-x 0 11em ; */
	}

div#mainwrapper {
	width: 75em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

div#logowrapper {
	width: 77em;
	clear: both;
	float: left;
	padding-bottom: 0.1em;
}

img#logo {
  width: 12em;
  float: right;
}

div#mainwrapperb {
  float: left;
  background: #fff;
}


div#nav {
	width: 77em;
	float: left;
	background-color: #C3C5C6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 103px;
	color: #C3C5C6;
}

div#content {
	text-align: left;
	width: 75em;
	padding-left: 1em;
	padding-right: 1em;
	clear: both;
	background-color: #1F97D0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 590px;
}

div#content p {
	margin-top: 0em;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}

div#safety {
	text-align: left;
	width: 75em;
	padding-left: 1em;
	padding-right: 1em;
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 590px;
}

div#safety p {
	margin-top: 0em;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
}
#safety h1 {
	color: #1B99D3;
}





#ddmenu {
	padding-top: 50px;
	padding-left: 15px;
	clip: rect(auto,auto,auto,auto);
	top: 10px;

} 

#ddmenu ul {
	list-style-type: none;
	padding: 0;
	visibility: inherit;
	margin: 0px;
}

#ddmenu li {
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : 0em;
	width: 9em;
}

#ddmenu li.currentsection  {
	background-color: #C3C5C6;
	color: #C3C5C6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}  



#ddmenu a.currentsection  {
	background-color: #C3C5C6;
	color: #C3C5C6;
	border: 1px solid #C3C5C6;
	font-size: 10px;
}  
#ddmenu a:hover#currentsection {
	background-color: #B9BABC;
	color: #B9BABC;

	font-size: 10px;
}


  


#ddmenu li ul { /* second-level lists */
	position : absolute;
	/*left: -999em;*/
	display: none;
	margin-left : 0.7em;
	width: 11em;
	
}

#ddmenu li ul li {
	text-transform: capitalize;
	text-align: center;
	background-color: #3F92CB;
}
#ddmenu li ul li a {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
	border: 1px solid #FFFFFF;
}

#ddmenu li ul li a:hover {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
	
}
#ddmenu ul li a {
	width: 11em;
	padding-right: 3px;

}


#ddmenu li a {
	display: block;
	color: #FFFFFF;
	background-color: #C3C5C6;
	width: 11em;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding-right: 0.5px;

}

#ddmenu a:hover {
	font-size: 12px;
	font-weight: bold;
}

#ddmenu li:hover ul ul, #ddmenu li:hover ul ul ul, #ddmenu li:hover ul ul ul ul {
  /*left: -999em;*/
  display: none;
}

#ddmenu li:hover ul, #ddmenu li li:hover ul, #ddmenu li li li:hover ul, #ddmenu li li li li:hover ul { /* lists nested under hovered list items */
  /*left: auto;*/
  display: inline;
}


#menu {
	padding-top: 50px;
	padding-left: 15px;
	clip: rect(auto,auto,auto,auto);
	top: 10px;

} 

#menu ul {
	list-style-type: none;
	padding: 0;
	visibility: inherit;
	margin: 0px;
}

#menu li {
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : 0em;
	width: 9em;
}

#menu li.currentsection  {
	background-color: #C3C5C6;
	color: #C3C5C6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}  



#menu a.currentsection  {
	background-color: #C3C5C6;
	color: #C3C5C6;
	border: 1px solid #C3C5C6;
	font-size: 10px;
}  
#menu a:hover#currentsection {
	background-color: #B9BABC;
	color: #B9BABC;

	font-size: 10px;
}


  


#menu li ul { /* second-level lists */
	position : absolute;
	/*left: -999em;*/
	display: none;
	margin-left : 0.7em;
	width: 11em;
	
}

#menu li ul li {
	text-transform: capitalize;
	text-align: center;
	background-color: #FFFFFF;
	width: 9.8em;
}
#menu li ul li a {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #C3C5C6;
	border-left-color: #FFFFFF;
}

#menu li ul li a:hover {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
	
}
#menu ul li a {
	width: 11em;
	padding-right: 3px;

}


#menu li a {
	display: block;
	color: #FFFFFF;
	background-color: #C3C5C6;
	width: 11em;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding-right: 0.5px;

}

#menu a:hover {
	font-size: 12px;
	font-weight: bold;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
  /*left: -999em;*/
  display: none;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul { /* lists nested under hovered list items */
  /*left: auto;*/
  display: inline;
}



#new {
	float: right;
	width: 158px;
	margin-right: 275px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	text-decoration: none;
}
#new a {
	text-decoration: none;
	color: #FFFFFF;
}
#new a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


#text {
	float: left;
	width: 460px;
	margin-top: 30px;
	margin-left: 35px;
}

#logo {
	width: 631px;
	margin-top: 100px;
	clear: both;
	float: left;
	margin-right: 125px;
	margin-left: 125px;
	text-align: center;
}



#right_image {
	float: right;
	margin-right: 35px;
	padding-top: 2.4em;
}
#right2_image {
	float: right;
	margin-right: 35px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	display: block;
	height: 583px;
}

h1 {
	font-size: 35px;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #C3C5C6;
}
h3 {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
h4 {
	color: #0097CE;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 a:link {
	color: #C3C5C6;
	text-decoration: none;
}
h3 a:visited {
	color: #C3C5C6;
}


a:link {
	color: #FFFFFF;
}
.bullet ul {
	color: #FFFFFF;
	margin-left: 30px;
	font-size: 12px;
}
.bullet ul  li {
	color: #FFFFFF;
	padding-bottom: 3px;
	font-style: italic;
	font-size: 12px;
}
.grey ul {
	color: #666666;
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.grey ul  li {
	color: #666666;
	padding-bottom: 3px;
	font-style: italic;
	font-size: 12px;
}

