@charset "utf-8";
/* CSS by Don Thurber */

/* 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, p, table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background: #024594 url(../images/BG.jpg) repeat-x top;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
/* ---------------------------------  Main structure divs ----------------------------------------  */
#divWrapper {
	margin: 0px auto 22px;
	padding: 0px;
	width: 903px;
	background: #FFFFFF;
}
#divMainNav {
	margin: 0px;
	padding: 0px;
	height: 119px;
	width: 903px;
	overflow: hidden;
}
#divMainNav img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#divBodyContainer {
	background: #FFFFFF url(../images/BG-Address.jpg) no-repeat right top;
	margin: 0px;
	padding: 50px 0px 0px;
}
#divSubNav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 235px;
}
#divSubNav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#divSubNav li {
	list-style: none;
}
#divSubNav a {
	color: #585c93;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	background: #FFFFFF;
}
#divSubNav a.OnSidePage {
	color: #CC3B27;
	text-decoration: none;
}
#divSubNav a:hover {
	color: #CC3B27;
}
#divMainContent {
	margin: 0px 0px 0px 240px;
	padding: 0px;
	width: 440px;
}
#divMainContent a {
	color: #585c93;
}
#divMainContent a:visited {
	color: #585c93;
}
#divMainContent a:hover {
	color: #FF0000;
}
#divAddress {
	margin: 0px;
	padding: 0px 20px;
	float: right;
	width: 160px;
	position: relative;
}
#divAddress p {
	border-bottom: 1px solid #CC3B27;
	padding-bottom: 9px;
	padding-top: 9px;
	margin: 0px;
}
#divcertifiedLogo {
	padding-top: 10px;
	margin-bottom:10px;
	text-align:center;
}
/* -----------------------------------------  footer styles -----------------------------------  */
#divFooter {
	color: #FFFFFF;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#divFooter a {
	color: #FFF4BA;
}
#divFooter a:hover {
	color: #FFF4BA;
	text-decoration: none;
}
/* -----------------------------------------  fonts styles -----------------------------------  */
h1 {
	color: #cc3b27;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 11px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px 0px -4px;
	padding-bottom: 0px;
}
p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}
.bold {
	font-size: 12px;
	font-weight: bold;
}
.redColor {
	color: #CC3B27;
}

/* -----------------------------------------  content styles ---------------------------  */

#divMainContent ul {
	color: #FF0000;
	margin: 0px;
	padding: 0px 0px 0px 44px;
}
#divMainContent li em {
	color: #000000;
	font-style: normal;
}
#styleBullets ul {
	color: #FF0000;
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
#styleBullets li em {
	color: #000000;
	font-style: normal;
}

.leftFloat-140 {
	margin: 2px;
	padding: 0px;
	float: left;
	width: 140px;
}
.leftFloat-200 {
	margin: 2px;
	padding: 0px;
	float: left;
	width: 200px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
.clearLeft {
	margin: 0px;
	padding: 0px;
	clear: left;
}
