﻿.lt
{
	float:left;
	clear:none;
}

.bold
{
	font-weight:bold;
}

.form li label{
	width:132px;
}
.form li input{
	width:192px;
}

.form li input.btn.reset{margin:0 18px 0 132px;}

.main-content a, a:visited
{
	color:#883300;
	text-decoration:underline;
	font-weight:normal;
}

.main-content a:hover
{	
	text-decoration:none;	
}

.new-page #content h5{
	background:none;
	width:auto;
	height:auto;
	float:none;
	text-indent:0;
	font-size:18px;
	color:#444445;
	overflow:visible;
	margin:0;
	padding:0 0 0px;
	position:relative;
	font-weight:300;
}

.sublinks
{
	font-size:16px;		
}
 
.p
{
	color:#666665;
	font-size:14px;
}

.RowStyle
{
	border-bottom: solid 2px green;
}

.AltRowStyle
{
	border-bottom: solid 2px green;
}

.pop_menu_inner ul li a {
	color: #857a6c;
	text-decoration: none;
}

#header div.main-header .main-content .p ul
{	
	padding-top:0;
	padding-left:20px;
	width:90%;
}

#header div.main-header .main-content .p li
{
	width:100%;
	list-style-type:disc;
	padding-bottom:5px;	
}

/* begin css tabs */
ul#tabnav { /* general settings */          
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 14px ; /* set font as desired */
border-bottom: 1px solid #015701; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li.selected{ /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
color:#015701;
}

ul#tabnav li.selected a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}


#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #015701; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #015701; /* set unselected tab background color as desired */
color: #FFF; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color:#015701;
}

.disclaimer
{
	font-size:11px;
}

.breadcrumbs
{
	font-size:13px;
	color:#666665;
	margin-bottom:10px;
}

.disc
{
	list-style-type:disc;
	list-style-position:inside;
	color:#666665;
	font-size:14px;
	line-height:18px;
	padding:2px 0 0 10px;
}

.video-thumb-wrapper { display: block; width: 120px; height: 90px;
                       background: url('/images/play64.png') center center no-repeat; float:left;margin-right:15px; }
                       
.video-thumb { filter: alpha(opacity = 40); opacity: .4; }
