html {
	height: 100%;
	overflow-y: scroll;  
}
/* COMMON SELECTORS ------------- */
body {
	margin: 0 auto; 
	padding: 0;
	height: 100%;
	text-align: center; 
	min-width: 770px;
	background: #fff url(../images/bg_main.jpg) repeat-y center;
	font: 100% Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto; 
	text-align: left; 
	width: 770px;
	background: #fff;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
td img {
	display: block;
}
img {
	border: 0;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h4, h5, h6 {
	color: #006C4F;
	font-weight: bold;
}
h1 {
	font-size: .8em;
}
a {
	color: #006F51;
}
a:hover {
	color: #333;
}

/* HEADER ------------------- */
#header {
	width: 770px; 
	background: #fff;
}

/* SIDEBAR/LEFT COLUMN ------------------- */
#sideBar {
	float: left;
	width: 180px;
	background: #fff url(../images/sidebar_bg.jpg) repeat-x top left; 
	padding: 10px 10px 109px 10px;

}

/* NAVIGATION ------------------- */
#navigation {
	width: 180px;
	margin-bottom: 10px;
	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #fff;
}
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background: #C1DBCE url(../images/navbtn.jpg) repeat-x top;
	color: #003728;
	text-decoration: none;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
#navigation li a:hover {
	background: #1D7D62 url(../images/navbtn2.jpg) repeat-x top;
	color: #FFFFFF;
}
/* 2nd level of navigation */
#navigation ul ul {
	margin-left: 0px;
}
#navigation ul ul li {
	border-bottom: 1px solid #aaa;
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background: #666 url(../images/subnavbtn.jpg) repeat-x top;
	border-left: 8px solid #444;
	padding: 0.4em 0.2em 0.4em 0.8em;
	color: #fff;
}
#navigation ul ul a:hover {
	background: #222 url(../images/subnavbtn2.jpg) repeat-x top;
	border-left: 8px solid #000;
	color: #fff;
}
/* 3rd level of navigation */
#navigation ul ul ul{
	margin-left: 0px;
}
#navigation ul ul ul li {
	margin:0;
}
#navigation ul ul ul a:link, #navigation ul ul ul a:visited {
	background: #000;
	color: #FFFF00;
}
/* MAIN CONTENT ------------------- */
#mainContent { 
	margin: 0 0 0 200px;
	padding: 10px 10px 109px 10px !important;
	padding: 10px 10px 134px 10px;
	font-size: 75%;
}
#mainContent p {
	margin: 0 0 10px 0;
	padding: 0;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4  { /* Fixes spacing issues with tags used for headings */
	margin: 0 0 14px 0;
	padding: 0;
}
#mainContent ul {
list-style:square;
}

/* FOOTER ---------------------- */
#footer {
	width: 770px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 0;
	bottom: 0;
	height: 109px;
}
#footer #address {
	float: left; 
	margin: 5px 0 0 20px;
	color: #555;
	font-size: 70%;
}
#footer #contactNums {
	float: left; 
	margin: 5px 0 0 10px;
	color: #555;
	font-size: 70%;
}
#footer #copyright {
	background: #fff url(../images/footer_top.jpg) no-repeat top;
	width: 770px;
	height: 38px;
	margin: 0;
	padding:0;
	color: #555;
	font-size: 70%;
}

/* HOMEPAGE - NEWS ---------------------- */
#homeNews {
	width: auto;
	height: auto;
	/*padding: 10px 10px 20px 10px;*/
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	border: 1px dotted #666;
	background: #fff;
}
#homeNews 
dl {
	margin: 0;
	overflow: hidden;
	display: block !important;
	display: inline-block;
}
#homeNews 
dt {
	float: left;
	clear: left;
	font-weight: bold;
	/*white-space: pre;*/
	width: 75px;
	text-align: right;
}
#homeNews 
dd {
	margin: 0 0 10px 75px;
	display: block !important;
	display: inline-block;
}
#homeNews 
dd 
a {
	display: inline;
}

/* HOMEPAGE - FEAT PRODUCTS ---------------------- */
.homeFeatProduct1 {
	float: left; 
	width: 247px; 
	height:300px; 
	/*margin: 0 10px 10px 0; */
	margin: 0 0 10px 0;
	padding: 10px; 
	border: 1px dotted #666; 
	display: block !important;
	display: inline;
}
.homeFeatProduct2 {
	/*float: left; */
	/*width: 247px; */
	margin: 0 0 0 279px;
	height:300px;
	padding: 10px; 
	border: 1px dotted #666;
}
#productLine {
	text-align:center;
	/*width:100%;*/
	width: 548px !important;
	width: 547px;
	/*margin:0 0 30px 0;*/
	border: 1px dashed green;
	height:auto;
	background-color:#efefef;

}
#productLine td {
	text-align:center;
	width: 33%;
	vertical-align:top;
	margin:0;
	height:auto;
}

#productLine img{
	margin:5px auto;
}
.btmRow {
	padding-botttom: 50px;
	margin-botttom: 50px;
}

/* HOMEPAGE - INTRO PARAGRAPH ---------------------- */

.homeIntro { font-size: 140%}

/* PDF Downloads (below navigation) ---------------------- */

#downloadTable {
	font-size:16px;
}

.downloadLinks ul.links
{
	list-style: none !important;
	padding: 0;
	margin: 0;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed green;
	padding: 5px;
}

.downloadLinks ul.links .pdf
{
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 2px 0; /* was 2px 0 0 0*/
	padding-left: 20px;
	line-height: 20px;
}
.downloadLinks ul.links .ppt
{
	background-image: url(../images/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: 2px 0; /* was 2px 0 0 0*/
	padding-left: 20px;
	line-height: 20px;
}
.downloadLinks ul.links #video
{
	background-image: url(../images/flashicon.png);
	background-repeat: no-repeat;
	background-position: 2px 0; /* was 2px 0 0 0*/
	padding-left: 20px;
	line-height: 20px;
}
.downloadLinks a {
	text-decoration: none;
}
.downloadLinks a:hover{
	text-decoration: none;
	background-color: #eee;
}
.downloadLinks h5 {
	margin: 0;
	padding: 0px 0px 5px 0px;
}

/* O&P FOOTER LINK ---------------------- */
#opBug {
	float: right;  
	margin-right: 20px;
	margin-bottom: 10px;
	color: #555;
	font-size: 60%;
}
 #opBug img
{
	text-decoration: none;
	border: 0;
}

/* CLEAR ---------------------- */
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.navHidden {display:none}
.navShown {display:inline}
.imgFloat {
border: 1px solid black;
float:right;
margin: 10px;
}
.handToolSection {
margin: 20px 0px 20px 0px;
padding: 0px 0px 20px 0px;
border-bottom:3px double #D2D3D5;
}
.yrTableCell {
width: 5%;
font-weight:bold;
}
#floatcontain {
	overflow: hidden;
	display: block !important;
	display: inline-block;

}
h1 { margin: 30px 0 0 !important; margin: 0; padding: 0 0 10px 0; }

.admin {
	width:100%;
	margin:15px 0;
	border-collapse: collapse;
	border:2px solid black;
	clear:both;
}
.admin td {
	border:1px solid black;
	font-size: 11px;
	text-align:center;
}
.admin .title td {
	font-size: 20px;
	text-align:center;
	padding: 10px;
	border:none;
}
.admin .labels td {
	text-align:center;
	font-size: 16px !important;
	font-style: italic;
}
.adminForm {
	margin: 5px auto;
}