HTML
{
	overflow-y: scroll;
}
BODY
{
	margin: 16px;
	background: #b4b4b4 url('images/bg.gif') repeat-x;
	font: 11px Arial, sans-serif;
	color: #555;
}
H1
{
	margin: 6px 12px 12px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #64b449;
}
H2
{
	margin: 12px 8px 12px 12px;
	font-size: 12px;
	font-weight: bold;
	color: #64b449;
}
P
{
	margin: 0 12px 12px 12px;
}
A
{
	font-weight: bold;
	text-decoration: none;
	color: #64b449;
}
A:hover
{
	text-decoration: underline;
}
UL
{
	padding: 0;
	margin: 12px 0 12px 30px;
}
LI
{
	margin-bottom: 6px;
}
IMG
{
	border: none;
}
TABLE
{
	margin: 10px 0 10px 12px;
	border-collapse: collapse;
}
TABLE TD
{
	border: none;
	padding: 1px 4px 1px 0;
}
#SpamField{display:none;}
#Header
{
	width: 720px;
	height: 64px;
	margin: auto;
	background-color: #fff;
	border-top: 1px #bfbfbf solid;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
}

#Header H1
{
	margin: 0;
}
#Header H1 A
{
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(images/logo.gif) 14px 14px no-repeat;
	width: 292px;
	height: 64px;
	overflow: hidden;
}

#Header #Contact
{
	float: right;
	margin: 8px 8px 0 0;
	font-weight: bold;
	color: #000;
}

#Navigation
{
	width: 720px;
	margin: auto;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	background: #666 url('images/navbg.gif') repeat-x;
	padding: 0;
	list-style: none;
}
#Navigation LI
{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	white-space: nowrap;
}
#Navigation LI A
{
	display: block;
	position: relative;
	padding: 8px 16px 8px 16px;
	border-right: 1px #fff solid;
	text-decoration: none;
	color: #fff;
}
#Navigation LI A:hover
{
	background: #59a926 url('images/navbg-active.gif') repeat-x;
}
#Navigation LI UL
{
	position: absolute;
	display: none;
	margin: 0;
	background: url('images/navbg-dropdown.png');
	list-style: none;
	z-index: 1000;
}
#Navigation LI UL LI
{
	float: none;
	margin: 0;
	padding: 0;
}
#Navigation LI UL LI A
{
	display: block;
	float: none;
	border-right: none;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	color: #fff;
}

#Body
{
	width: 720px;
	margin: auto;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	background-color: #fff;
	padding: 12px 0 12px 0;
}

.BannerHome
{
	width: 720px;
	height: 189px;
	margin: auto;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	background: #3d68af url('images/home-banner.jpg');
}
.BannerSolutions
{
	width: 720px;
	height: 96px;
	margin: auto;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	background: #3d68af url('images/banner-dandilions.jpg');
}
.BannerResources
{
	width: 720px;
	height: 96px;
	margin: auto;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	background: #3d68af url('images/banner-map.jpg');
}
.BannerAbout
{
	width: 720px;
	height: 96px;
	margin: auto;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	background: #3d68af url('images/banner-sky.jpg');
}

#Content
{
	float: left;
	width: 468px;
}

#ContentWide
{
	width: 720px;
}

#Content IMG.Left, #Content A IMG.Left
{
	display: block;
	float: left;
	margin-right: 8px;
	border: 1px solid #bfbfbf;
}
#Content IMG.Right, #Content A IMG.Right
{
	display: block;
	float: right;
	margin-left: 8px;
	border: 1px solid #bfbfbf;
}

.Tabs
{
	margin:0 0 0 12px;
}
.Tabs LI
{
	display: block;
	float: left;
	margin: 0 2px 0 0;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	padding: 2px 4px;
	color: #64b449;
	font-weight: bold;
	cursor: pointer;
}
.Tabs LI.Active
{
	background-color: #64b449;
	color: #fff;
}
.TabContent
{
	margin: 0 0 0 12px;
	border: 1px solid #bfbfbf;
	clear: both;
}

UL.Solutions
{
	margin: 0;
	padding: 0;
	list-style: none;
}

UL.Solutions LI
{
	float: left;
	margin: 0;
	padding: 0 2px 12px 2px;
	font-size: 13px;
	text-align: center;
}
UL.Solutions LI IMG
{
	display: block;
}

.BottomBox
{
	float: left;
	width: 224px;
	margin: 0 0 0 12px;
	background: #f3f8f0 url('images/box-top.gif') no-repeat;
	clear: right;
	font-size: 11px;
	font-weight: bold;
}

.BottomBox H1
{
	margin: 12px 12px 4px 12px;
}

.BottomBox STRONG
{
	display: inline;
	margin: 6px 0px 0px 0px;
	font-weight: bold;
	color: #000;
}

.BottomBox P
{
	margin: 4px 12px 4px 12px;
}

.BottomBox IMG.Right
{
	float: right;
	margin-right: 12px;
}

.BottomBox UL
{
	margin: 0 12px;
}

.BottomBox LI
{
	margin: 0 0 0 12px;
	padding: 0;
	font-size: 11px;
}


.BottomBoxFooter
{
	overflow: hidden;
	background: url('images/box-bottom.gif') no-repeat bottom;
	text-align: right;
	padding: 12px 12px 12px 0;
	font-weight: bold;
}
.BottomBoxFooter A
{
	color: #999;
}
.BottomBoxFooter A:hover
{
	color: #64b449;
	text-decoration: none;
}

.SideBox
{
	float: right;
	width: 224px;
	margin: 0 12px 12px 12px;
	background: #f3f8f0 url('images/box-top.gif') no-repeat;
	clear: right;
	font-size: 11px;
}
.SideBoxFooter
{
	overflow: hidden;
	background: url('images/box-bottom.gif') no-repeat bottom;
	padding-bottom: 12px;
}
.SideBox P
{
	margin-right: 12px;
}

.SideBox UL
{
	margin: 12px 0 0 12px;
}
.SideBox LI
{
	margin: 4px 0 0 16px;
	padding: 0;
}

.SideBox H1
{
	margin: 12px 12px 4px 12px;
	/*background-color: #64b449;*/
	/*padding: 6px;*/
	/*color: #fff;*/
	/*font: bold 12px Arial, sans-serif;*/
}

.SideBox P
{
	/*margin: 12px 12px 0 12px;*/
	margin: 4px 12px 4px 12px;
}
.SideBox TABLE
{
	margin: 10px 12px 0 12px;
}
.SideBox IMG
{
	display: block;
	margin: auto;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}
.SideBox IMG.Left
{
	display: block;
	float: left;
	margin: 0px 4px 0px 0px;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}
.SideBox IMG.Right
{
	display: block;
	float: right;
	margin: 0px 0px 0px 4px;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}

.SideBox A IMG
{
	border: 1px solid #bfbfbf;
}
.SideBox IMG.NoBorder
{
	border: none;
}

A.IconBullet
{
	margin-left: 24px;
}
A.IconBullet:hover
{
	text-decoration: underline;
}
A.IconBullet IMG
{
	display: inline;
	margin-left: -20px;
	padding-right: 4px;
	border: none;
}
A.More
{
	display: block;
	float: right;
	padding: 12px 12px 0 0;
	text-align: right;
	color: #7f7f7f;
	cursor: pointer;
}
A.More:hover
{
	text-decoration:none;
	color: #64b449;
}
A.Feed
{
	display: block;
	float: left;
	border: none;
	padding: 12px 0 0 12px;
	color: #7f7f7f;
	cursor: pointer;
}
A.Feed IMG
{
	margin: 0;
 	border: none;
}

.Definition
{
	border: 1px solid #999;
	background-color: #FFF;
	font-size: 11px;
}

.BrochureTout
{
	width: 256px;
	margin: auto;
	border: 1px solid #686;
	background-color:#cfc;
	padding: 2px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #686;
}

#Footer
{
	width: 696px;
	margin: auto;
	border-right: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	background-color: #63b448;
	padding: 8px 12px 8px 12px;
	font-size: 10px;
	color: #fff;
	clear: both;
}

#Footer A
{
	color: #fff;
	font-weight: normal;
}

.LinkList
{

}

.LinkList A
{

}

.LinkList P
{
	margin: 0 12px 0 0;
	font-size: 11px;
}

.LinkList .Date
{
	font-size: 11px;
	font-weight: bold;
}

.FeatureTable
{
	list-style: none;
	margin: 0 0 0 12px;
	padding: 0;
	border-spacing: 2px;
	border-collapse: separate;
}

.FeatureTable TD
{
	margin: 0px;
	background-color: #f4f4f4;
	padding: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.FeatureTable .Heading TD
{
	background-color: #e8e8e8;
	padding: 6px;
	font-weight: bold;
}

.FeatureTable TD.Feature
{
	width: 80px;
	padding: 6px;
	font-weight: bold;
	vertical-align: top;
	color: #64b449;
}
.FeatureTable TD.Benefit
{
	padding: 6px;
	vertical-align: top;
}

.CaseStudyOdd,
.CaseStudyEven
{
	padding: 12px;
	min-height: 125px;
}
.CaseStudyOdd
{
	background-color: #f3f8f0;
}

.CaseStudyOdd H2,
.CaseStudyEven H2
{
	margin: 0;
}

.CaseStudyOdd P,
.CaseStudyEven P
{
	margin: 6px 0 0 0;
}

.CaseStudyOdd IMG,
.CaseStudyEven IMG
{
	float: left;
	margin-right: 12px;
}

.CaseStudyOdd A IMG,
.CaseStudyEven A IMG
{
	border: 1px solid #ccc;
}

.CaseStudyOdd .Solutions,
.CaseStudyEven .Solutions
{
	font-size: 11px;
	font-style: italic;
	color: #aaa;
}

.NewsDate
{
	margin: 6px 12px 12px 12px;
	float:right;
}

UL.SlideShow
{
	list-style: none;
	margin: 0 12px;
	padding: 0;
}
UL.SlideShow LI
{
	border: 1px solid #fff;
	background-color: #fff;
}
UL.SlideShow LI H2
{
	margin: 0 0 8px 0;
}
UL.SlideShow LI P
{
	margin: 12px 0 0 0;
}
UL.SlideShow LI IMG
{
	display: block;
}
UL.SlideShow LI IMG.Left
{
	display: block;
	float:left;
	margin-right: 8px;
}
UL.SlideShow LI IMG.Right
{
	display: block;
	float:right;
	margin-left: 8px;
}

UL.SlideControls
{
	margin: 0 12px;
	padding: 0;
	list-style: none;
}

.SlideControls LI
{
	float: left;
	margin: 0 2px 0 0;
	font-size: 14px;
	text-align: center;
}

.SlideControls LI A
{
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #888;
	padding: 4px;
}

.SlideControls LI A:hover,
.SlideControls LI.Active A
{
	background-color: #64b449;
	color: #fff;
	text-decoration: none;
}

/* Getting Started Forms */
TABLE.FormTable TD { font: 11px Arial, sans-serif; }
P.Label { margin-top: 12px; margin-bottom: 0; }
P.Heading { margin-top: 12px; margin-bottom: 0; font-weight: bold; }
.HasHelp P.Label { cursor: help; margin-top: 10px; background: url("images/help.gif") right no-repeat; }
.Help { display: none; margin: 2px 12px 0px 12px; border: 1px solid #ddd; padding: 4px; background-color: #a0e185; color: #000; }
TEXTAREA { width: 440px; }
TEXTAREA.Short { margin-left: 12px; height: 80px; }
TEXTAREA.Long { margin-left: 12px; height: 160px; }
INPUT.FormSubmit { margin: 12px 0 12px 12px; }

/* Clear Fix */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
