@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ol,dl,fieldset,address {
	margin:0.5em 0;
}

ul {
	margin: 0px;
	padding: 0px;/* padding-left included so lists render properly in Firefox */

}

li{
	list-style: disc url(none);
	margin: 0px;
	color: #990000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
dd {}

fieldset {
padding:.5em;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:url(images/back.jpg) repeat fixed left top;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #888888;
	border-width: 0px;
	line-height:1.3;
}
* html body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:#0a5413;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #888888;
	border-width: 0px;
	line-height:1.3;
}

a {
	text-decoration:none;
	color: #990000; /*color: #333333;*/
}

a:hover {
	text-decoration:underline; /*color: #2f6cc1; */
	color: #CC0000;
}
p{
	font-size: 12px;
	padding: 5px;
	color: #333333;
}
h1,.componentheading {
	font-size:24px;
	color: #006600;
	margin-bottom: 0px;
	font-weight: lighter;
}

h2,.contentheading {
	font-size:16px;
	color: #990000;
	font-weight: bold;
}

h3 {
	font-size:12px;
	color: #990000;
	margin: 0em 0em -0.75em;

}
.wrapper{
	position: relative;
	width: 1126px;
	margin: 10px auto;
        height: auto;

}
.header{
	background:url(images/banner_05.png) no-repeat left top;
	height: 221px;
	width: 1126px;
	float: left;
}
* html .header{
	background:url(images/images/banner_ie6_05.jpg) no-repeat left top;
	height: 221px;
	width: 1126px;
	float: left;
}
.main{
	position: relative;
	float: left;
	width: 1126px;
	background: url(images/mainbg_08.png) repeat-y;
	padding-bottom: 1px;
	text-align: left;
}
* html .main{
	position: relative;
	float: left;
	width: 1126px;
	background: url(images/images/mainbg_ie6_08.jpg) repeat-y;
	text-align: left;
	padding-bottom: 1px;
}
.address{
	background: url(images/chips_12.jpg) no-repeat;
	width: 242px;
	padding-top: 127px;
	float: right;
	margin-right: 100px;
	padding-left: 10px;
}
* html .address{
	background: url(images/chips_12.jpg) no-repeat;
	height: 190px;
	width: 242px;
	padding-top: 120px;
	float: right;
	margin-right: 50px;
	padding-left: 10px;
}
.sidefill{
	background: url(images/sidefill.jpg) no-repeat right bottom;
	height: 294px;
	width: 242px;
	float: right;
	margin-top: 147%;
}
* html .sidefill{
	background: url(images/sidefill.jpg) no-repeat right bottom;
	height: 294px;
	width: 242px;
	float: right;
	margin-right: 50px;
	padding-left: 10px;
}
.left{
	margin-left: 90px;
	float: left;
	width: 135px;
}
* html .left{
	margin-left: 45px;
	float: left;
	width: 135px;	
}
.content{
	float: right;
	width: 505px;
	margin-right: 10px;
	/*background: url(images/frontpage.jpg) no-repeat right bottom;*/
	padding-bottom: 23px;
	padding-right: 10px;
	padding-left: 15px;
}
* html .content{
	margin-right: 12px;
	float: right;
	width: 505px;
	/*background: url(images/frontpage.jpg) no-repeat right bottom;*/
	padding-bottom: 23px;
	padding-right: 10px;
	margin-bottom: 23px;
}
.content2{
	float: right;
	width: 505px;
	margin-right: 15px;
	padding-bottom: 23px;
	padding-right: 10px;
}
* html .content2{
	margin-right: 12px;
	float: right;
	width: 505px;
	padding-bottom: 23px;
	padding-right: 10px;
}
.botgraph{
	position: relative;
	float: left;
	width: 1126px;
	height: 175px;
	background: url(images/footer_14.png) no-repeat left top;
	margin:0;
	padding:0;
}
.botgraph p {
	text-align:center;
	font-size: 10px;
	padding-top: 60px;
	padding-left: 295px;
	padding-right: 270px;
	color: #CC3300;
}
.botgraph a {
	font-size: 10px;
	color: #CC6600;
}
.botgraph a:hover {
	font-size: 10px;
	color: #FF6600;
	text-decoration: underline;
}
* html .botgraph{
	float: left;
	width: 1126px;
	height: 175px;
	background: url(images/images/footer_ie6_14.jpg) no-repeat left top;
	margin-top:-10px;
}

.footer{
position: relative;
width: 1126px;
float:left;
height: 10px;
margin-bottom:10px;
}

