@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 20px 0;
	text-align: center; /* this centers the container in IE 5* browsers. Left aligned default in the #mainwrapper selector */
	color: #000000;
	background-color: #ffffff;
}

h1 {
	color: #000;
	font-size: 90%;
}

h2 {
  color: #000;
  font-size: 140%;
  font-weight: bold;
}

h3 {
  color: #000;
  font-size: 120%;
  font-weight: bold;
}

h4 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
}

h5 {
  color: #000;
  font-size: 80%;
  font-weight: bold;
}

#mainwrapper{
	width: 80%;
	background: #999999;
	border: 1px solid #999999;
	margin: 0 auto;
	min-width: 780px;
	text-align: left;
}

#header {
	background: #FFFFFF;
	border-bottom: 1px solid #DFDFDF;
	padding: 5px 12px;
	margin: 8px 4px 0 4px;
	background-image: url(images/G_tl-20-999999.gif);
	background-repeat: no-repeat;
}

#navbar {
	padding: 0;
	margin: 2px 4px 2px 4px;
	background-image: url(/images/G_GrayBG.gif);
}

#maincontent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 4px 0 4px;
	background: #FFFFFF;
	background-image: url(images/G_br-20-999999.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 1px solid #DFDFDF;
}

#footer {
	padding: 5px 10px;
	margin: 0 4px 2px 4px;
	font-size: 80%;
}

.headerlogo {
	width: 298px;
	height: 42px;
	float: left;
}

.headertagline {
	width: auto;
	height: 30px;
	float: left;
	text-align: center;
	padding-top: 12px;
	padding-left: 30px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	letter-spacing: 1.5px;
}

.headersearch {
	width: auto;
	height: 42px;
	float: right;
}

.menu1 {
	width: auto;
	float: left;
}

.menu2 {
	width: 165px;
	float: right;
}

.breadcrumb {
	width: 30%;
	float: left;
	font-size: 100%;
}

.pagetitle {
	width: 40%;
	float: left;
	text-align: center;
	font-size: 100%;
}

.pagetopic {
	width: 30%;
	float: right;
	font-size: 100%;
	text-align: right;
}

.pagedesc {
	width: 80%;
	margin:auto;
}

.pagesummary {
	width: 40%;
	text-align: right;
	float: right;
}

.leftthird {
	width: 30%;
	float: left;
}

.middlethird {
	width: 30%;
	float: left;
	text-align: center;
	margin-left: 4%;
	margin-right: 4%;
}

.rightthird {
	width: 30%;
	float: right;
	text-align: right;
}

.itembox {
	width: 95%;
	padding: 6px 4px;
	border-bottom: solid 1px;
	margin: auto;
}

.productleft {
	width: 30%;
	text-align: center;
	float: left;
}

.productmiddle {
	width: 40%;
	text-align: center;
	float: left;
}

.productseventy {
	width: 70%;
	text-align: center;
	float: left;
}

.productright {
	width: 30%;
	text-align: center;
	float: right;
}

.eighty {
	width: 80%;
	text-align: center;
	margin: auto;
}

.thirty {
	width: 30%;
	float: left;
	text-align: left;
}

.sixtyfive {
	width: 65%;
	float: left;
	text-align: left;
	margin-left: 2%;
}

.thirtytwo {
	width: 32%;
	float: left;
	text-align: center;
	border: 1px solid;
	margin-left: 1%;
}

.footermenu {
	width: 95%;
	margin: auto;
	text-align: center;
}

.copyrightnotice {
	width: 40%;
	margin: auto;
	text-align: center;
	font-size: 80%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
