@charset "utf-8";
body {
	background-image:url(../images/bgbg.gif);
	background-repeat:repeat-x;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.oneColFixCtrHdr #container {
	width: 960px; 
	background:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	height:75px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #logo {
margin:10px 0 0 0;
}

.oneColFixCtrHdr #nav {
padding:29px 0 0 0;
font-size:18px
}

.oneColFixCtrHdr #nav a{
color:#000000;
text-decoration:none
}

.oneColFixCtrHdr #nav a:visited{
color:#000000;
text-decoration:none
}

.oneColFixCtrHdr #nav a:hover{
color:#990000;
text-decoration:none
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #masthead {
	background-image:url(../images/mastbg.gif);
	height:190px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


.oneColFixCtrHdr #mast {
margin:0 0 0 0;
float:left
}

.oneColFixCtrHdr #strap {
	padding-top:15px;
	text-align:right;
}

.oneColFixCtrHdr #straptext {
padding-top:15px;
line-height:36px;
text-align:right;
	color:#FFF;
	font-size:24px}
	
.oneColFixCtrHdr #straptext a{
	color:#FFF;
	text-decoration:none;
}

.oneColFixCtrHdr #straptext h1{
	font-size:22px;
	margin:0;
	font-weight:100;
	line-height: 34px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}


.oneColFixCtrHdr #left h1{
	font-size:16px;
	padding: 10px 0 2px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	color:#990000;
	margin-top: 10px;
}

.oneColFixCtrHdr #mainContent a{
	color:#000;
	text-decoration:none
}

.oneColFixCtrHdr #mainContent a:visited{
	color:#000;
	text-decoration:none
}

.oneColFixCtrHdr #mainContent a:hover{
	color:#000;
	text-decoration:underline
}

.oneColFixCtrHdr #prodspec {
    margin:20px 0 30px 0;
}

.oneColFixCtrHdr #prodspec2 {
    margin:20px 0 0 0;
}

.oneColFixCtrHdr #prodspec h1{
    padding:0;
}

.oneColFixCtrHdr #prodspec2 h1{
    padding:0;
}

.oneColFixCtrHdr #prodspec a{
color:#990000;
	text-decoration:none;
}
.oneColFixCtrHdr #prodspec2 a{
color:#990000;
	text-decoration:none;
}

.oneColFixCtrHdr #prodspec a:visited{
color:#990000;
	text-decoration:none;
}
.oneColFixCtrHdr #prodspec2 a:visited{
color:#990000;
	text-decoration:none;
}

.oneColFixCtrHdr #prodspec a:hover{
	color:#990000;
	text-decoration:underline;
}

.oneColFixCtrHdr #prodspec2 a:hover{
color:#990000;
	text-decoration:underline;
}

.oneColFixCtrHdr .secimg {
    border:none;
}
.oneColFixCtrHdr .secimg2 {
    border:none;
	margin-top:5px;
}
.oneColFixCtrHdr .bar1 {
    background-image:url(../images/bar1.gif)
}

.oneColFixCtrHdr .bar2 {
    background-image:url(../images/bar2.gif)
}


.oneColFixCtrHdr .bar1 h2 {
    margin: 0;
	padding-left:10px;
	font-size:14px;
	color:#FFF;
}

.oneColFixCtrHdr .bar2 h2 {
    margin: 0;
	padding-left:10px;
	font-size:14px;
	color:#FFF;
}

.oneColFixCtrHdr #prodspec h1{
	font-size:14px;
	color:#C00;
	padding-top:3px;
	margin:0px;
	line-height: 18px;
}

.oneColFixCtrHdr #prodspec2 h1{
	font-size:14px;
	color:#990000;
	padding-top:3px;
	margin:0px;
}

.oneColFixCtrHdr #prodspec p{
	font-size:12px;
	color:#000;
	padding-top:3px;
	margin:0px;
	line-height: 18px;
}

.oneColFixCtrHdr #prodspec2 p{
	font-size:12px;
	color:#000;
	padding-top:3px;
	margin:0px;
	line-height: 18px;
}

.oneColFixCtrHdr #trust p{
	font-size:12px;
	color:#000;
	padding-top:10px;
	margin:0px
}

.oneColFixCtrHdr #trust .test p{
	color:#00C;

}

.oneColFixCtrHdr .join {
	margin:0;
	padding: 20px 0 40px 0;
	border:none
}


.oneColFixCtrHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#FFF;
	background-image:url(../images/fbg.gif);
	background-repeat:repeat-x
}


.oneColFixCtrHdr #footer p {
	font-size:13px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a {
	color:#000;
	text-decoration:none;
}

.oneColFixCtrHdr #footer a:hover {
	color:#000;
	text-decoration:underline;
}

.oneColFixCtrHdr #left {
	float: left;
    width: 710px;
}

.oneColFixCtrHdr #left h2{
	margin:0;
	font-size:16px;
	color:#990000;
	padding-left: 10px;
}
	
.oneColFixCtrHdr #left h3{
	color:#990000;
	clear:both;
	margin:0;
	padding: 10px 0 10px 10px;
}

.oneColFixCtrHdr  p.left{
	font-size:14px;
	line-height:22px;
	margin:0;
	padding: 0 20px 20px 10px}
	
	.oneColFixCtrHdr  p.lefty{
	font-size:12px;
	line-height:22px;
	margin:0;
	padding: 0 20px 20px 10px
}
		.oneColFixCtrHdr  p.leftyx{
	font-size:12px;
	line-height:22px;
	margin:0;
}
		.oneColFixCtrHdr  p.newsdate{
	font-size:14px;
	margin:0;
	padding: 0 20px 0 10px}

.oneColFixCtrHdr h4.left{
	font-size:14px;
	line-height:22px;
	margin:0;
	padding: 0 0 0 10px;
	color:#990000}
	
.oneColFixCtrHdr #red {
	padding:10px 0 0 40px}

.oneColFixCtrHdr #red a{
color:#990000}

.oneColFixCtrHdr #red a:hover{
color:#990000}
	
.oneColFixCtrHdr #red a:visited{
color:#990000}

.oneColFixCtrHdr #red p{
	font-size:12px;
	margin:0;
	padding:0;
	line-height: 22px;
}

.oneColFixCtrHdr #red2 {
	padding:0 0 0 10px}

.oneColFixCtrHdr #red2 a{
color:#990000}

.oneColFixCtrHdr #red2 a:hover{
color:#990000}
	
.oneColFixCtrHdr #red2 a:visited{
color:#990000}

.oneColFixCtrHdr #red2 p{
font-size:14px;
margin:0;
padding:0;}


.oneColFixCtrHdr  ul.ipsp {
	font-size:12px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:5px;
	list-style-image:url(../images/check.gif);
	list-style-position:outside;
	line-height:22px;
	}
	
	
	.oneColFixCtrHdr  ul.left {
	font-size:14px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:5px;
	list-style-image:url(../images/check.gif);
	 list-style-position:outside; 
	}

.oneColFixCtrHdr  ul.dma {
	font-size:12px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:5px;
	list-style-image:url(../images/check2.gif);
	list-style-position:outside;
	line-height:22px;
	}

.oneColFixCtrHdr  ul.gwy {
	font-size:12px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:5px;
	list-style-image:url(../images/check3.gif);
	list-style-position:outside;
	line-height:22px;
	}


.oneColFixCtrHdr #left li {
	margin-top:8px;
	}	

.oneColFixCtrHdr #right {
	float: right;
    width: 250px;
}

.oneColFixCtrHdr #right h1{
margin:0;
padding-left:20px;
font-size:16px;
color:#000;
}

.oneColFixCtrHdr #rightnav {
height:40px;
width:230px;
margin:20px 0 0 20px;
background-image:url(../images/tab.gif);
border-bottom:dashed;
border-bottom:1px;
border-bottom-color:#CCC
}

.oneColFixCtrHdr #rightholder {
width:230px;
margin:20px 0 0 20px;
}

.oneColFixCtrHdr #rightholder p {
margin:3px 0 0 0;
padding:0;
}


.oneColFixCtrHdr #rightnavbottom {
height:40px;
width:230px;
margin:0 0 0 20px;
background-image:url(../images/tab2.gif);
}

.oneColFixCtrHdr #right ul{
	margin:0 0 0 20px;
	list-style:none;
	padding-left:0px;
	font-size:14px;
	color:#000;
}

.oneColFixCtrHdr #right li{
	border-bottom: 1px dashed #CCC;
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding-top:5px;
	padding-bottom:5px;
	width: 208px;
	padding-left:20px
}

.oneColFixCtrHdr #clear {
clear:both

}

.oneColFixCtrHdr .left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}

.oneColFixCtrHdr td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.oneColFixCtrHdr .pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.oneColFixCtrHdr .tbmain{
  height:100%;
  background:white;
}
 
.oneColFixCtrHdr .text {
	width:140px;}

	
.oneColFixCtrHdr #contact td {
	padding-left:10px;}

