/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
p {
	padding: 0px;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFFFFF;
	color: #343434;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	line-height: 17px;
}
h1 {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  line-height: 14px;
}
h2 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	line-height: 14px;
	margin-top: 5px;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #29A7D0;
  text-decoration: none;
}
/* Container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#Wrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 100%;
}
#header {
	font-size: 18px;
	font-weight: bold;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 224px;
}
#headerleft {
	padding: 0px;
	height: 224px;
	width: 758px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}
.logo {
	margin-left: 225px;
	margin-top: 25px;
}
#headerright {
	padding: 0px;
	height: 224px;
	width: 179px;
	float: right;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
}		
#rightColumn {
  float: right;
  padding: 0px 4px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 170px;
}
#leftColumn {
	background-color: #ebebeb; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 230px;
	background-image: url(../images/leftbg.jpg);
}
#leftColumnbot {
	padding: 0px;
	width: 231px;
	height: 34px;
}
#leftColumnbot2 {
	padding: 5px 0px;
	width: 231px;
}
#contentWrapper {
	margin: 0;
	padding: 0px;
	background-image: url(../images/globe_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 110%;
}
#content {
	margin: 0 16em 0 19em;
	padding: 10px;
	font-size: 110%;
}
.clearFloat {
  clear: both;
  display: block;
}
#footer {
	height: auto;
	background-repeat: repeat-x;
	background-image: url(../images/footerbg.jpg);
	text-align: right;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #343434;
}
#footer2 {
	text-align: right;
	padding: 4px 5px 5px;
	line-height: 45px;
}
#footer3 {
	padding: 5px 0px 0px;
	text-align: left;
	overflow: hidden;
}
.arrowlistmenu{
width: 230px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background: #343434 left center; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	margin-bottom: 7px;
	cursor: hand;
    cursor: pointer;
}
.arrowlistmenu .menuheader a{ 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin-bottom: 10px;
	text-transform: none;
	padding: 4px 0 4px 0px;
	text-decoration: none;
}
.arrowlistmenu .menuheader a:hover{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FACE2F;
	margin-bottom: 10px;
	text-transform: none;
	padding: 4px 0 4px 0px;
	text-decoration: none;
}
.arrowlistmenu .openheader{
	background-color: #0A71BE;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #EA9612;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #EA9612;
background-color: #FFFFFF;
}
.bpfa {
	margin-top: 4px;
	margin-right: 5px;
}
a {
	color: #9C090D;
	text-decoration: underline;
}
#maintable{
	font-size: 100%;
	font-weight: normal;
	color: #40729C;
	text-align: left;
	border: 1px dotted #40729C;
	background-image: url(../images/prod_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	line-height: normal;
}
#maintable td {
	padding: 3px;
	line-height: 18px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #40729C;
}
#maintable a{
	color: #0366C1;
}
#maintable a:hover{
	color: #EA9612;
	text-decoration: none;
}
#maintable img {
	margin-top: 2px;
	background-position: center;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
}
.maintable_img_2 {
	border: 2px solid #0367BF;
}
#maintable li {
	color: #343434;
}
#content li {
	color: #0A70BB;
}
.footernavPortion{
	float:left;
	width:31%;
	margin:10px 0px 10px 10px;
	height: auto;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #255B87;
	padding-left: 5px;
}

.footernavPortion ul{
	margin:0px;
	height:auto;
	background:url(../images/line.png) repeat-y 180px top;
	padding: 0px;
}
.footernavPortion ul li{
	list-style-type: none;
	width: 100%;
}
.footernavPortion ul li a{
	text-align:left;
	padding:0;
	color:#255B87;
	line-height:24px;
	font-size:11px;
	text-decoration: none;
	margin: 0px;
	display: block;
}
.footernavPortion ul li a:hover{
	text-align:left;
	padding:0;
	line-height:24px;
	color:#A52B1E;
	font-size:11px;
	margin: 0px;
}
.img2 {
	border: 1px solid #666666;
	margin-top: 2px;
}

