@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.3em;
	margin: 0 0;
	padding: 0 0 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: #222222;
	background-repeat:repeat;
	background-color:#000000;
	background-image: url(../images/backgrounds/greenWhite.png);
}
/*a {
	outline: none;
}*/

.twoColFixLtHdr  h1 {
	line-height:1.4em; 
	font-size:1.6em;
	font-weight:bold;
	margin:10px 10px;
	color:#98CB00;

}
.twoColFixLtHdr  h2 {
	line-height: 0.8em; 
	font-size:1.3em;
	color:#98CB00;
	line-height:1.4em;
	padding:0 10px;
}
#banner {
	height:80px;
	width:100%;
	background-color:#ffffff;
	border-top: medium solid black;
	border-bottom: medium solid black;
	text-align: left;
}
#linkBar {
	height:25px;
	width:100%;
	background-color:#D3FF96;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin:-40px auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* =========================================================   SIDEBAR =============================================
===========================================================================================================================  */
#sidebar1 {
	width: 558px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left;
	
}
.sidebar {
	width: 554px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-bottom:18px;
}
.topRoundLeft {
	background-image: url(../images/rounds/sidebar_round.png);
	background-repeat:no-repeat;
	background-position:top;
	height:20px;
}
.botRound2 {
	background-image: url(../images/rounds/sidebar_round_bottom.png);
	background-repeat:no-repeat;
	background-position:100%;
	height:15px; 
	margin-bottom: -10px; /* bottom margin set to a negative in order to pull the background (which is set to white) up- otherwise the white background shows at the bottom corners  :)  */	
}
.dvbannerleft .leftNavIcon {
	float:left;
	margin: 0 20px 5px;
	
}

.sidebar .dvbannerleft p b {
	font-size:13px;
	font-weight:bold;
}
.sidebar .dvbannerleft {
	background-color:white;
	
	padding:0px 20px 0 0px;
}


.sidebar .dvbannerleft .headerText {
margin: 0 0 15px 20px;
}
.sidebar .dvbannerleft .sidebarText {
padding: 0 12px 0 0;
/*width: 300px;
margin-left:200px;*/
}

.sidebar .homeLeft {
	border-left:black solid 2px; 
	border-right:black solid 2px; 
	padding-left:0px;
}
	
.sidebar .topBanner {
	margin-top:20px;
}
.sidebar p {
	line-height:1.4em;
	padding:0px 0 0 20px;
	
}
.sidebar .dvbannerleft strong {
font-weight:bold;
}
.sidebar #top_left_heading {
	margin: 0 0 35px -5px;
}
/*  ===================================================================================================================
=====================================================        CONTENT   ===============================================  */
a {
	/* color:#98cb00; */
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	color: red;
	text-decoration:none;
	border-bottom:none;
}

a:active {
	color: #98CB00;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 560px;
	width: 385px;	
}
.twoColFixLtHdr .topRound {
	background-image:url(../images/rounds/main_round.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:15px;
	margin-bottom:-10px;
}

.twoColFixLtHdr #mainContent .botRound {
	background-image:url(../images/rounds/main_round_bottom.png);
	background-repeat:no-repeat;
	background-position:100%;
	height:20px;
	margin-top:-10px;
	background-color:none;
}


/* insideContainer structure designed to solve all of the alignment issues that come with the dynamic loaded content. The inside container only exists to maintain the integrity of the outer DIV's.  */
.twoColFixLtHdr #mainContent .insideContainer {
	background-color:white;
	border-left:2px solid black;
	border-right:2px solid black;
	
}
.twoColFixLtHdr #mainContent .insideContainer p {
	width:345px;
	margin: 10px auto;
	line-height:1.5em;
}





.padbot8 {
padding-bottom:8px;
}

.image3 {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}





/*===================================================================================================================
	-----------------------------------------    FOOTER-----------------------------------------------------------------------------------
=================================================================================================  */




	
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#98CB00;
	margin-top:30px;

}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer .footLeftCol {
width:33%;
float:left;
}
.twoColFixLtHdr #footer .footMidCol {
width:33%;
float:left;
}
.twoColFixLtHdr #footer .footRightCol {
float:left;
}
.twoColFixLtHdr #footer h2 {
color:#666666;
background-color:transparent;
text-align:left;
width:100%;
padding-bottom:15px;
font-size:18px;
padding-top:13px;
text-align:left;
padding-left:5px;
}
#footer ul {
	list-style:none;
	text-align:left;
	
}
#footer ul li {
	display:inline;
	text-align:left;	
	width:100%;
	
}
#footer a {
	padding: 5px 15px;
	color:white;
	display:block;
	border:none;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#nav ul {
	list-style:none;
	display:inline;
	float:right;
	text-align:center;
	margin-top:-15px;
}
#nav ul li {
	float:right;
	margin-left:5px;
}
#nav a {
	padding: 5px 15px;
	color:white;
	display:block;
}

#nav a:hover {
	background-color:transparent;
}

#nav ul li #active {
	border-bottom:none;
	margin-top:5px;
}

.phrase {
	font-size:16px;
	font-weight:bold;
	color:#663300;
}
img {
	border:none;
}
#subLinkBar {
	border:medium;
	background:#990000;
	height:20px;
	width:100%;
}
.twoColFixLtHdr form {
}
/*  ====================================================================================================
 The following <a> rules get rid of the "dotted border" around firefox focused links.  
 ==================================================================================================== */



:focus {
	-moz-outline-style: none;
}



/*  =========================================================================================================
===============================  STEP CAROUSEL BEGIN  =============================================================
===========================================================================================  */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 2px solid black;
overflow: scroll; /*leave this value alone*/
width: 490px; /*Width of Carousel Viewer itself*/
height: 420px; /*Height should enough to fit largest content's height*/
margin-left:30px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
/*
width: 250px; 
Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



/* =========================================================================================================
 ==========================================    LINK BAR  =====================================================
 ===============================================================================================  */
 
#link {
	background-color: #F5F5F5;
	border-bottom: 1px solid #333333;
	font-size: 1em;
	height:25px;
}
#link #linklist {
	margin: 0;
  	padding: 0;
}
#link #linklist li {
	list-style-type: none;
	display: inline;
}
#link #linklist li a {
	float:left;     /* ******************************************   CONTROLS LEFT/RIGHT POSITION OF NAV BAR ******************************  */
}
#link #linklist li a {
	color: #666666;
	padding: 4px 10px;
	text-decoration: none;
	border-right: 2px solid #000000;
}
#link #linklist li a:hover {
	background-color:#ECE9D8;
}
#link #linklist li a:active {
	background-color:#ECE9D8;
}

strong {
	font-weight: bold;
	color:#222222;
}

.checkit {text-align:right; position:relative; top:10px; left:20px;	color:#98CB00;
}
.checkitout a{font-weight:normal;text-decoration:none;border-bottom:none;	color:#98CB00;
}
.checkitout a:hover{font-weight:normal;text-decoration:none;border-bottom:none;color:red;
}