﻿@charset "utf-8";
/* CSS Document by Fleishman-Hillard Kansas City */

/* Main elements defined */
body { 
	width:100%; 
	margin:0; 
	padding:0; 
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:14px; 
	color:#666666;
}

DIV#site 
{
	width: 757px;
	margin:0 auto; /*center site body*/ 	
	padding: 0;
}

DIV#body { 
	float: left;
	width: 755px; 
	margin:0;
	padding:0;
	border: 1px solid #d5d5d5;
	/*overflow: hidden;*/
}


.manditories 
{
	color: #a9a9a9;
	padding: 7px 7px 7px 7px;
	background-color:#666666;
}
.manditories.footer 
{
	background-color:#FFF;
	width: 735px;
	display: block ;
	margin:0 auto 5px auto;
	padding: 10px !important;
	border: 1px #CFCFCF solid; 	
	border-top: none;
}

.manditories a 
{
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	background-color:#666666;
}

.manditories.white a 
{
	color: #FFF;
}

.manditories.green a 
{
	color: #6db83b;
	background-color:#FFF;
	
}

#heading {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
}

#heading #branding { 
	float:left; 
	width:100%; 
	margin:0; 
	padding:0;
	height:105px; 
}

#heading #branding .primary, #heading #branding .secondary {
	float:left;
	width:auto;
	margin:0;
	padding:0;
}

#heading #branding .primary A 
{
	position:relative;
	top:-20px;
	z-index:99;
	padding-bottom:-20px;
}

 #heading #branding .secondary
 {
	float:right;
	padding:20px;
 }

#footer 
{
	width: 750px;
	height:1px;
	display:block;
	margin:0;
	padding:0;
	clear: both;
	
}
#footer .list 
{
	float:left;
	width: 128px;
	font-size: 9px;
	color:#ffffff;
	margin:0;
	padding:0;	
}
#footer .list H3 { font-size:10px; }
#footer .list UL, #footer .list UL LI
{
	float: left;
	width: 100%;
	margin:0;
	padding:0;
	line-height: 21px;
	list-style:none;
	list-style-type: none;
}
#footer .list UL LI A 
{
	color:#6db83b;
	text-decoration: none;
}
#footer .list UL LI A:hover
{
	text-decoration: underline;
}
#footer .logo 
{
	float:right;
	margin:0; padding:0 20px 0 0;
	/*position: relative;
	top: .5em;
	left: 32em;*/
}

#wrapper, #wrapperNone {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	border:none;
	background-image: url(i/nav2.gif);
	background-repeat: repeat-y;
}


#navII-logo {
	 float:left;
	 margin: 2em 0;
	 padding:0;
	 vertical-align:baseline;
}
	

#wrapper #content {
	 float:left;
	 width:68%;
	 margin:0 10px;
	 padding:0 0 15px 5px;
	  min-height:500px;
	  height:auto !important;
	  height:500px;
	 background-color:#ffffff;
	 line-height:18px;
}

#wrapperNone, #wrapperNone #content {
	 float:left;
	 width:100%;
	 margin:0;
	 padding:0;	     
}

#wow 
{
	float:left;
	margin:0;
	padding:0;
	clear: both;
}
.hp
{
	/*height:231px;
	overflow:hidden;*/
}
#wow P 
{
	
	font-size:9px;
	color:#FFFFFF;
	position:relative;
	top: -85px;
	left:505px;
	width:320px;
}

#wow A 
{
}

#wow IMG
{
	margin:0; padding:0;
	border:none;
}

/* common styles for all browsers */
.menu {
    height:22px;
    color: #4e912a;
    padding: 0;
	margin:0;
	position:relative; 
	z-index: 100;
    width: 100%;
	border-top:#666666;
}

.menu ul li a, .menu ul li a:visited {
    display:block; 
    text-decoration:none; 
    color:#FFFFFF;
    padding: 0;
    margin:0;
    font-size: 10px;
    overflow:hidden;
    font-weight:bold;
    text-align: left;
    text-transform:uppercase;
    letter-spacing:.1em;
}

.menu ul, .menu ul#mainnavigation  {
    display:block;
    padding:0; 
    margin:0;
    list-style-type: none; 
	border-left: none;
	border-right: none;
	width: 100%;
	height: 23px !important;
	background-color:#0e82c4;
	
}

.menu ul li {
    float:left;
    position:relative;
    margin: 0;
    padding: 0;
}

.menu ul li.droplist 
{
	float:left;
	position:relative;
	width:auto;
    padding-left:0;
    
}

.menu ul li ul {
    display: none; 
}

.menu ul li:hover {
}

/* specific to non IE browsers */
.menu ul li.active {

}
.menu ul li.active A 
{
	
}

.menu ul li:hover a {
    overflow:hidden;
}

/*.menu ul li:hover ul {
    display:block; 
    position:absolute; 
    top:1.7em; left:0; 
    border-top: 0px solid #4e912a;
    margin:0;
    padding:0;
}

.menu ul li:hover ul li a {
    width:19.9em;
    font-weight:normal;
    margin: 0 0 0 0;
    padding: 0 0.5em 0em 1.6em;
    border-bottom:1px solid #4e912a;
    display:block; 
    color:#FFFFFF; 
    font-size:11px;
    font-weight: bold;
	background-repeat:repeat;
	background-position:0 0;
	background-color:#6db845;
    text-align: left;  
    text-transform:none;
    letter-spacing: normal;
    line-height: 23px;
}

.menu ul li:hover ul li a:hover {
    background: #4e912a;
}
*/
/* Left Navigation */
#navII {
	 float:left;
	 width:207px;
	 height: 100%;
	 margin:0;
	 padding:0;
	 background-color:#f1f1d9 !important;
	 
}
#navII ul {
	list-style-image:none;
	margin:0 auto;
	padding:0;
	width:90%;
	/*border-top:1px solid rgb(194,194,194);*/
	/*padding-bottom:26px !important;*/
	overflow:hidden;
}
#navII P 
{
	font-size:11px;
	margin:0 auto;
	padding:0;
	width:90%;
	line-height:normal;
}
#navII h3 {
	float:left;
	font-size:10px;
	line-height:13px;
	text-transform:uppercase;
	color:#4d4d4d;
	margin:0;
	padding:0;
	padding-bottom:0px !important;
}

#navII ul li {
	float:left;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:10px;
	border-bottom:1px dotted rgb(194,194,194);
}
#navII ul li.title {
	height:auto;
	padding:0 0 10px 0;
	font-size:14px;
	border-bottom:1px solid rgb(194,194,194) !important;
}
#navII ul li a {
	float:left;
	width:100%;
	color:#4d4d4d;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:20px;
	text-decoration:none;
}

#navII ul li a:hover {
	text-decoration:none;
}
#navII ul li a.active {
	text-decoration:none;
	color:#0f82c5;
	font-weight:bold;
	background-image:none;
}
#navII ul li ul li a.active {
	text-decoration:none;
	color:#0f82c5;
	font-weight:bold;
	background-image:url(i/li_block_active.gif);
}
 #navII ul li ul li a:hover {
 	background-image:url(i/li_block_active.gif);
 }

/* -----------  Second Level Navigation --------------*/
#navII ul li ul 
{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	border-top:1px dotted rgb(194,194,194);
	padding-bottom:0px !important;    
    margin-bottom:-1px !important;   
}
#navII ul li ul li a
{
    width:auto;
    margin:0;
    padding:0 0 0 15px;   
    background-image:url(i/li_block.gif);
    background-position: 3px 7px;
    background-repeat:no-repeat;
    font-weight:normal;
}
#navII ul li ul li a:before 
{
	content: "";
}
/* -----------  Third Level Navigation --------------*/
#navII ul li ul li ul
{
	/*width:223px;*/
	/*border-top:1px solid rgb(194,194,194);*/
	float:left;
	border-top:1px dotted rgb(194,194,194);
	padding-bottom:0px !important;    
    margin-bottom:-1px !important;    
}
#navII ul li ul li ul li a
{
    width:168px !important;
    padding-left:30px; 
    font-weight:normal;  
}

/* Define Grid Layouts */
.grid, .gridi {
	 float:left;
	 width:100%;
	 margin:0;
	 padding:0;
}

.grid .size1 {
	 width:355px;
}

.grid .size2 {
	 width:505px;
}

* .size3 {
	 width:100%;
}

.gridi .size1 
{
	width: 277px;
}
.gridi .size2
{
	width: 495px;
	border-right: 1px solid #ffffff;
}

.grid .half {
	 width:50%;
}

.grid .tiny 
{
	width:176px;
	padding:0;
	margin: 0;
	border-left: 1px solid #ffffff;
}

.size1, .size2, .size3, .half, .tiny {
	 float:left;
	 padding:0;
	 margin:0;
	 overflow: hidden;
}
.grid P, .grid H3
{
	padding:0 10px 0 10px;
}
.grid .size2 H1, .grid .size2 H2, .grid .size2 H3, .grid .size2 P
{
	padding:0 28px 0 28px;
}

.gutterleft 
{
	border-left:1px solid #ffffff;
}
.gutterright
{
	border-right:1px solid #ffffff;
}

.grid .txt
{
	width: auto;
	margin:0 0 0 0;
	padding: 20px 10px 0 10px;
}

.gridi .txt
{
	width: 394px;
	margin:0 0 0 0;
	padding: 20px 20px 0 20px;
}

.half {
	float: left;
	width: 50%;
	margin:0;
	padding:0;
}

/* Basic Styles */
.smbuffer { float:left; height:15px; width: 100%; background-color:#ffffff; clear: both; }
.clean, .clear { display:block; width:100%; clear: both; }
.fntAlt { color:rgb(248,152,29); } /* ORANGE */
.noMP { margin:0; padding:0; }
.txtleft { text-align: left; }
.txtright { text-align: right; }
.txtcenter { text-align:center; }
.fright { float: right; }
.fleft { float: left; }
.greenbg { background: #076324; }
.orangebg { background: #D38824; }
.lightgreenbg { background: #c4d2c9; }
.gradientfill { background-image:url(i/content_bg_gradient_top_down.gif); background-repeat: repeat-x; }
.gradientfill H3 { color:#fff; }
.txt .heading { display: block; margin-left:0px; margin-bottom:15px; }

div.hr { height:1px; margin:0 0 15px 0; padding:0; border-bottom:1px solid #d5d5d5; position: relative; top:0; }

H1, H2, H3 {
	font-family:Arial, Myriad Pro;
    letter-spacing:0em;
    text-transform:Uppercase;
}

H1 { font-size:22px; color: rgb(36,88,55); margin:10px 0 15px 0; }
H2 { font-size:18px; font-family: Arial; color: #0e82c3; margin:15px 0 5px 0; text-transform: none; }
H3 { font-size:16px; font-family: Arial; color: #0e82c3; margin:15px 0 5px 0; text-transform: none; }
H4 { font-size:10px; font-family: Arial; color: #999999; margin:15px 0 5px 0; text-transform: none; line-height:13px;}
H5 { color:white; font-size:10px; font-family: Arial; text-transform:none; padding:0; margin:0; color: #666666; }
.title 
{ 
	display: block;
	height: 20px;
	line-height: 26px; 
	font-size: 11px; 
	font-family: Verdana, Myriad Pro; 
	font-weight: bold;
	color: #ffffff; 
	text-transform: uppercase; 
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #fffffF;
	clear: both;
}
.title.arrow , .title.circle
{
	padding-left: 2.8em;
	background-position: .8em .3em;
	background-repeat: no-repeat;
}
.title.arrow { background-image: url(i/title_down_arrow.gif); }
.title.circle { background-image: url(i/title_circle.gif); }

A, A.simple {
   font-weight: normal;
   font-size: inherit;
   color:#0e82c4;
   text-decoration:underline;
   /*color:#686868;
   text-decoration:underline;*/
}
A:HOVER, A.simple:HOVER, A.default:HOVER {
   
   text-decoration:none;
}
A img { border:none; }

A.default 
{
	color:#0e82c3;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

H2 A {
	font-size: 11px !important;
	margin-left: 10px;
}

P {
   /* float: left; */
   margin:0 0 15px 0;
   padding:0;
   line-height:18px;
}
P.noMP { margin:0; padding:0; }
p IMG 
{
	vertical-align: bottom;
	margin:0;
	padding: 0;
}

.endlink 
{
	position: relative; 
	color:#f8981d;
	text-decoration:none;
	border: none;
	border-bottom: 1px solid #f8981d;
	font-weight: bold;
	padding: 0 10px 0 0;
	margin:0 0 0 15px;
	background-image: url(i/endlink.gif);
	background-position: 100% .3em;
	background-repeat: no-repeat;
}

.grid UL , .gridi UL
{
	width: 100%;
	display: block;
	margin: 0 0 15px 0px;
	padding:0;
	list-style-type: none;
}


.grid UL LI, .gridi UL LI
{
	/*list-style-image: url(i/bullet_or.gif);
	list-style-type: none;
	list-style-position: outside;*/
	padding: 0 0 0 15px;
	background-image: url(i/bullet_or.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	line-height: 18px;
}

ul.none {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:-10px;
}
ul.none li {
	list-style-type:none;
	margin-left:0;
	padding:10px 0 10px 0;
	border-bottom:1px solid rgb(194,194,194);
	background-image: none;
}

ul.tight {
	margin: 0 0 0 0;
	padding:0 0 15px 0;
}

ul.linklist, ul.linklist LI UL 
{
	list-style-type: none;
	margin:0 0 15px 0;
	padding:0;
}
ul.linklist.basedash 
{
	padding-bottom: 15px;
	background-image: url(i/bg_dash.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

ul.linklist LI 
{
	background-image: none;
	list-style-image: url(i/li_arrow_black.gif);
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin:0 0 0 17px;

	/*list-style-image: none; 
	background-image: url(i/li_arrow_black.gif);
	background-position: 0% .3em;
	background-repeat: no-repeat;
	padding:0 0 0 11px !important;
	margin: 0;*/
	line-height: 18px;
}
ul.linklist LI UL 
{
	margin: 0 0 0 0px;
}
ul.linklist LI UL LI 
{
	background-image: none;
	list-style-image: none;
	list-style-type:none;
}

ul.space LI 
{
	background-image: none;
	padding-bottom: 6px !important;
}

A.home, A.contact 
{
    width:auto;
    margin:0;
    padding:0 0 0 15px;   
    background-image:url(i/green-bullet2.gif);
    background-position: 5px 4px;
    background-repeat:no-repeat;
    font-weight:normal;		
    text-decoration:none;
}
A.home.active, A.contact.active 
{
    width:auto;
    margin:0;
    padding:0 0 0 15px;   
	background-image:url(i/green-bullet.gif);
    background-position: 5px 4px;
    background-repeat:no-repeat;
    font-weight:normal;		
    text-decoration:none;
} 
A.home:HOVER, A.contact:HOVER 
{
	text-decoration:underline;
}
#TAG UL li {
list-style-image:url(i/bullet.gif);
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
P.tight { margin-bottom:0; }

UL.tight-top { margin-top:4px;}

LI	{
margin-top:4px;	
}

#navII UL.alt {
    background-image:none;
    padding:10px 0 0 10px;
    margin:0px;
}	
#navII UL.alt LI 
{
    font-size:12px;
	background-image:url(i/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	border-bottom:none;
	margin:0 0 7px 0    ;
	padding:0;
	padding-left:5px;

}
#navII UL.alt LI A {
    font-size:12px;
    color:#0e82c4;
    line-height:16px;
    font-weight:normal;
}