@charset "utf-8";
/* CSS Document */


/*============================
HTML ELEMENTS
==========================*/

body {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
		font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #55a51c;
	font-size: 155%;
	font-weight: normal;
	background-image: url(../../images/style/H1.gif);
	background-repeat: repeat;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	page-break-after: avoid;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #539E1B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	page-break-after: avoid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h3 {
	font-size: 110%;
	line-height: 120%;
	color: #55A51C;
	font-weight: normal;
	page-break-after: avoid;
	margin: 0px;
}
h4 {
	font-size: 100%;
	line-height: 140%;
	color: #00B8E4;
	font-weight: normal;
	padding-bottom: 2px;
	clear: both;
	margin: 0px;
}
h5 {
	font-size: 110%;
	color: #00B8E4;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00B8E4;
	font-weight: normal;
	margin: 0px;
}
h6 {
	font-size: 100%;
	color: #00AAD5;
	font-weight: normal;
	line-height: 130%;
	page-break-after: avoid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
blockquote {
	font-size: 100%;
	color: #00AAD5;
	font-weight: normal;
	line-height: 130%;
	page-break-after: avoid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	font-size: 90%;
	line-height: 120%;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
}
p.black {
	color: #000000;
}
p.white {
	color: #FFFFFF;
}
p.lines {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
p.small {
	font-size:75%;
}
.feature {
	background-color: #DDF9FF;
}
a {
	color: #00ADD9;
}
a:link, a:visited {
	color: #00ADD9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.pdf {
	background-image: url(../../images/style/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	min-height:26px;

}
a.doc {
	background-image: url(../../images/style/word-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	min-height:26px;

}
a.button {
	background: #7fbf4d;
	background: -moz-linear-gradient(0% 100% 90deg, #63a62f, #7fbf4d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	text-shadow: 0 -1px 0 #4c9021;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a.button:hover {
	background: #76b347;
	background: -moz-linear-gradient(0% 100% 90deg, #5e9e2e, #76b347);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
}
a.button:active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}
a.small {
	font-size: 70%;
	line-height: 70%;
	color: #4E79A9;
	text-decoration: none;
}
a.white {
	color: #FFFFFF;
}
a.white:link {
	color: #FFFFFF;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
ul {
	color: #666666;
	list-style-type: disc;
	line-height: 120%;
	list-style-position: outside;
	margin-top: 10px;
	font-size: 85%;
	margin-right: 25px;
}
ol {
	font-size: 85%;
	color: #666666;
	/*color: #525252;*/
	margin-left: 30px;
	padding-left: 30px;
	margin-right: 25px;
}
li {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin-bottom: 3%;
	margin-top: 3%;
}
.DividerHR {
	height: 20px;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url(../../images/style/H1.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*=============================
IMAGE STYLES
================================*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightimage {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
}
.leftimage {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.centerimage {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
}
img .banner {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.blue {
	color: #00A8D2;
}
.red, asterick {
	color: #AE0000;
}
/*===============
Page Header
=================*/
#Header {
	height: 115px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	background-image: url(../../images/style/HeaderBg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:10px;/*	background-color: #339933;
	background-image: url(../images/style/Header.gif);*/
}
#Header .Top {
	clear:both;
	height:75px;
}
#Header .Logo {
	margin-top:25px;
	margin-left:35px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
#Header .NavBar {
	background-position: left top;
	background-repeat: no-repeat;
	width: 900px;
	clear: both;
	height:40px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*
==========================
  NAVIGATION STYLES
=========================== */

#HeaderLinks {
	float: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#HeaderLinks ul {
}
#HeaderLinks li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#HeaderLinks a:link, #HeaderLinks a:visited {
	left: 50px;
	font-size: 10px;
	color: #000000;
	padding: 10px;
}
#HeaderLinks a:hover {
	color: #55A51C;
}
#HeaderLinks a:active {
}
.Search {
	float:left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.SearchBox {
	background-color:transparent;
	font-size: 90%;
	color:#666666;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100px;
	padding:0px;
}
#GlobalNav {
	margin: 0px;
	list-style-position: outside;
	padding: 0px;
	float: left;
	width: 700px;
}
#GlobalNav ul {
	margin: 0px;
	padding: 0px;
}
#GlobalNav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#GlobalNav a, #GlobalNav a:link, #GlobalNav a:visited {
	font-size: 14px;
	line-height:13px;
	color: #FFFFFF;
	vertical-align: bottom;
	font-weight: bold;
	text-shadow: 0 1px 0 #00556A;
	display: inline-block;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 14px;
	padding-left: 14px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #62DFFF;
	height:27px;
}
#GlobalNav a:hover {
	background:#55A51C;
	background: -moz-linear-gradient(0% 100% 90deg, #55A51C, #7fbf4d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55A51C), to(#7fbf4d));
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #62DFFF;
}
#GlobalNav a:active {
	background:#55A51C;
	border: 0px solid #5b992b;
	border-bottom: 0px solid #538c27;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #62DFFF;
}
/*=============================
LOCAL NAV
==============================*/
#navpanel {
	width: 200px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#LocalLinks {
	margin: 0px;
	padding: 0px;
}
#LocalLinks ul {
	list-style-position: outside;
}
#LocalLinks li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
#LocalLinks a, #LocalLinks a:link, #LocalLinks a:visited {
	margin: 0px;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	border-top-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-style: dotted;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-left: 7px;
	line-height: 120%;
}
#LocalLinks a:hover {
	text-decoration: underline;
	color: #333333;
	background-color: #F2FDFF;
}
.sectionHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #5dc5e9;
}
#PageToolsSideBox {
	background-image: url(../images/style/PageToolsSideBox.jpg);
	background-repeat: no-repeat;
	width:190px;
 min-height:: 100px;
	padding-top: 35px;
	margin-top: 10px;
	margin-bottom:0px;
	height: 40px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-position: left center;
}
#ContactSideBox {
	background-image: url(../../images/style/ContactSideBox.jpg);
	background-repeat: no-repeat;
 min-height:: 180px;
	width: 200px;
	padding-top: 1px;
	margin-top: 0px;
	margin-left: 0px;
	background-position: center top;
}
#NewsletterSideBox {
	background-image: url(../../images/style/Newsletter_SideBox.jpg);
	background-repeat: no-repeat;
 min-height:: 160px;
	width: 200px;
	padding-top: 30px;
}
#ServiceLevelSideBox {
	background-image: url(../../images/style/ServiceAvailability_Normal.jpg);
	background-repeat: no-repeat;
 min-height:: 160px;
	width: 210px;
	padding-top: 1px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right:20px;
	float:right;
	clear:right;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#RightSideBox {
	background-image: url(../../images/style/RightFloatBox.jpg);
	background-repeat: no-repeat;
 min-height:: 160px;
	width: 210px;
	padding-top: 1px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right:20px;
	float:right;
	clear:right;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#RightSideBox P, #ServiceLevelSideBox P, #NewsletterSideBox p, #ContactSideBox p, #PageToolsSideBox p {
	font-size: 70%;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#RightSideBox .header, #ServiceLevelSideBox .header, #NewsletterSideBox .header, #ContactSideBox .header, #PageToolsSideBox .header {
	font-size: 70%;
	line-height:80%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/*==================
LAYOUT STYLES
====================*/


#HomeContent {
	float: left;
	min-height:500px;
	background-image: url(../../images/content_bg.gif);
	background-repeat: repeat-y;
	width: 950px;
	margin-top:15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#HomeContent p, #HomeContent h1, #HomeContent h2, #HomeContent h3, #HomeContent h4, #HomeContent h5, #HomeContent h6, #HomeContent label {
	margin-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.HomeTitles {
	background-image: url(../../images/style/HomeHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #55A51C;
	font-size: 25px;
	font-weight: normal;
	line-height: 32px;
}
.LeftPanel {
	width: 305px;
	float: left;
	background-image: url(../../images/style/HomePanel_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.CenterPanel {
	width: 306px;
	float: left;
	background-image: url(../../images/style/HomePanel_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #E1E1E1;
	float: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #E1E1E1;
}
.RightPanel {
	width: 306px;
	float: left;
}
#contentHolder {
	width: 950px;
	background-image: url(../../images/contentHolder_top.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
}
#content {
	float: left;
	padding-top: 25px;
	min-height:500px;
	background-image: url(../../images/content_bg.gif);
	background-repeat: repeat-y;
	margin-top:15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 920px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.column {
	overflow: visible;
	width: 630px;
	float: left;
	clear:right;
	padding-right: 30px;
}
.twocolumns, #twocolumns {
	float: left;
	width: 46%;
	overflow: auto;
	display: block;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-right: 4%;
	margin-left: 0px;
}
.threecolumns {
	float: left;
	width: 33%;
}
.leftcolumn {
	float: left;
	margin: 0px;
	width: 65%;
	overflow: auto;
}
.rightcolumn {
	float: left;
	margin: 0px;
	width: 35%;
	overflow: auto;
}
#RightFloatBox {
	float: right;
	width: 200px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-size: 80%;
}
.TableGreen {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
.TableForm {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
.TableGreen TH {
	background-color: #55A51C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.TableGreen TD {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3F3BC;
	padding: 7px;
}
.TableBlue {
	font-size: 80%;
}
.TableBlue TH {
	background-color: #00B8E4;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.TableBlue TD {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00B8E4;
}
body#p1 a.p1, body#p2 a.p2, body#p3 a.p3, body#p4 a.p4, body#p5 a.p5, body#p6 a.p6, body#p7 a.p7, body#p8 a.p8, body#p9 a.p9, body#p10 a.p10, body#p11 a.p11, body#p12 a.p12, body#p13 a.p13 {
	background: #55A51C;
	background: -moz-linear-gradient(0% 100% 90deg, #63a62f, #7fbf4d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	line-height: 1;
	padding: 10px 10px 10px 10px;
	text-shadow: 0 -1px 0 #4c9021;
	display: block;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
/*==========================
FORM STYLES
==========================*/
form {
	size:100%;
}
button {
	background: #7fbf4d;
	background: -moz-linear-gradient(0% 100% 90deg, #63a62f, #7fbf4d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor:pointer;
}
button: hover {
	background: #76b347;
	background: -moz-linear-gradient(0% 100% 90deg, #5e9e2e, #76b347);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
}
button: active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}
select {
	color: #333333;
	font-size: 120%;
	background-color: #FFFFFF;
	padding:4px;
	border:1px solid #C8F0AA;
	display: block;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-transform: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
label {
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 90%;
	color: #525252;
	font-size: 70%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
	text-transform: uppercase;
}
input, input .text {
	color: #333333;
	text-decoration: none;
	/*border: 1px solid #EAEAEA;*/
	vertical-align: text-bottom;
	/*	line-height: 18px;/*/
	font-size: 120%;/*	height: 18px;*/
	padding: 4px;
	border:1px solid #C8F0AA;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-transform: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.float {
	display:inline;
}
textarea {
	color: #333333;
	text-decoration: none;
	text-indent: 5px;
	padding: 5px;
	border:1px solid #C8F0AA;
	display: block;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 120%;
	text-transform: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*===================
FOOTER STYLES
=======================*/
#Footer {
	clear: left;
	width: 950px;
}
#Footer .Wave {
	background-image: url(../../images/style/Footer.gif);
	height: 150px;
	background-position: center;
	display: block;
	width: 950px;
}
#Footer p {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	padding-left: 20px;
	color: #00B8E4;
	padding-right: 0px;
	padding-bottom: 0px;
}
#Footer a {
	color: #00B8E4;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer a:visited {
}
/*===========================
SPIDERLINE SEARCH  STYLES
/*===========================*/
.sl_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.searchlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 500px;
}
.SearchButton {
	color:#FFFFFF;
	background-color:#5681af;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border: 1px solid #004067;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 80px;
	height: 25px;
	margin: 15px;
}
.SearchInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #3989AE;
	vertical-align: bottom;
	background-position: right;
	height: 30px;
	line-height: 17px;
	width: 350px;
	text-indent: 3px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	background-image: url(../../images/style/searchinputbox.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
a.resultTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #00B8E4;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: -10px;
	margin-left: 0px;
	letter-spacing: -1px;
}
a.resultLink {
	color: #55A51C;
}
/*============================
CAREERS SECTION
=============================*/

#pages {
	font-size: 11px;
	color: #000000;
	background-color: #55A51C;
	line-height: 17px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-right: 5px;
}
#pages a, #pages a:link, #pages a:visited {
	color: #000000;
}
#pages a:hover {
	color: #000000;
}
#pagesSelected {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00B8E4;
	line-height: 17px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-right: 5px;
}
.highlight {
	background-color: #CFDBE9;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
}

/*===================================
SPRY HTML PANEL
====================================*/
@charset "UTF-8";
.HTMLPanelLoadingContent, .HTMLPanelErrorContent {
	display: none;
}
.HTMLPanelLoading {
}
.HTMLPanelError {
}
#formPanel {
	margin: 0px;
	padding: 0px;
}
/*===============================
TABBED PANELS
=================================*/
.TabbedPanels {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	width: 100%;
	background-image: url(../../images/style/TabContentGroupBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.TabbedPanelsTabGroup {
	clear: both;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.TabbedPanelsTab {
	top: 1px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 90%;
	font-weight:bold;
	line-height:100%;
	color: #00B8E4;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:6px;
	padding-top:6px;
	margin:0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:left;
	min-height:20px;
}
.TabbedPanelsTabHover {
}
.TabbedPanelsTabSelected {
	color: #FFFFFF;
	background: #7fbf4d;
	background: -moz-linear-gradient(0% 100% 90deg, #63a62f, #7fbf4d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
	text-shadow: 0 -1px 0 #4c9021;
}
.TabbedPanelsTab a {
	color: #FFFFFF;
	text-decoration: none;
	text-align:right;
}
.TabbedPanelsContentGroup {
	max-height: 100%;
	clear: both;
}
.TabbedPanelsContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.TabbedPanelsContentVisible {
}
.CollapsiblePanel {
	clear:both;
}
.CollapsiblePanelTab {
	cursor: pointer;
	/*	-moz-user-select: none;
	-khtml-user-select: none;
	padding-right: 50px;*/
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	outline:none;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.CollapsiblePanelTab a {
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-repeat: no-repeat;
	background-position: right -25px;
	background-image: url(../../images/style/CollapseExpand.gif);
}
.CollapsiblePanelClosed .CollapsiblePanelTab {
	background-position: Right top;
	background-image: url(../../images/style/CollapseExpand.gif);
	background-repeat: no-repeat;/* background-color: #EFEFEF */
}
.CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	outline:none;
}
/*================================
SPRY  SLIDING PANELS
=================================*/
.SlidingPanels {
	position: relative;
	width: 100%;
	height: 550px;
	padding: 0px;
	border: none;
	clear: both;
}
.SlidingPanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContent {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 550px;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
.SlidingPanelsCurrentPanel {
}
.SlidingPanelsFocused {
}
/*========================
VIDEO LIBRARY Styles
==========================*/
#thumbs a {
	background-color: #00B8E4;
	height: 200px;
	width: 180px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 28px;
	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #E8FBFF;
	overflow: hidden;
	margin-left: 0px;
}
#thumbs a:hover {
	background-image: url(../../images/style/VideoBoxOver.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.VideoTitle {
	color: #000000;
}
.VideoDescription {
	font-size: 70%;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}
#VideoPlayer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
/*=================
VALIDATION
=================*/
textarea.textareaRequiredState, .textareaRequiredState textarea, textarea.textareaMinCharsState, .textareaMinCharsState textarea, textarea.textareaMaxCharsState, .textareaMaxCharsState textarea, input.textfieldRequiredState, .textfieldRequiredState input, input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, input.textfieldMinValueState, .textfieldMinValueState input, input.textfieldMaxValueState, .textfieldMaxValueState input, input.textfieldMinCharsState, .textfieldMinCharsState input, input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FFC1C1;
}
.selectFocusState select, select.selectFocusState, .textareaFocusState textarea, textarea.textareaFocusState, .textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}
.textareaFlashState textarea, textarea.textareaFlashState, .textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}
textarea.textareaHintState, .textareaHintState textarea, .textfieldHintState input, input.textfieldHintState {
/*color: red !important;*/
}
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg, .checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg, .selectRequiredMsg, .selectInvalidMsg, .textareaRequiredMsg, .textareaMinCharsMsg, .textareaMaxCharsMsg, .textareaValidMsg {
	display:none;
}
.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg, .checkboxRequiredState .checkboxRequiredMsg, .checkboxMinSelectionsState .checkboxMinSelectionsMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .selectInvalidState .selectInvalidMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg {
	display: inline;
	color: #CC3333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
.textfieldValidState input, input.textfieldValidState, .selectValidState select, select.selectValidState, .textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1;
}

.textfieldValidState input, input.textfieldValidState, select.selectRequiredState, .selectRequiredState select, select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}


/*=============
TOOLTIP
==============*/
.iframeTooltip {
	position: absolute;
	z-index: 1010;
 filter:alpha(opacity:0.1);
}
.tooltipContent {
	background-color: #000;
	color: #FFF;
	padding: 10px;
	font-size: 70%;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:300px;
}
/*=====================
CONTENT ROTATOR
====================*/
#Banner {
	width:920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	float:left;
	clear:both;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../../images/style/BannerBackground.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#featured {
	width:660px;
	height:290px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:0;
	left:640px;
	width:270px;
	height: 290px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	z-index: 333;
}
#featured ul.ui-tabs-nav li {
	margin: 0px;
}
#featured ul.ui-tabs-nav li span {
	float:left;
	border:2px solid #FFF;
	height: 60px;
	width: 60px;
	overflow: hidden;
	display: block;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#featured li.ui-tabs-nav-item a {
	display:block;
	height:70px;
	padding-left: 40px;
	padding-top: 14px;
	padding-bottom: 13px;
	padding-right: 15px;
	color:#000;
	font-size: 90%;
	line-height: 130%;
}
#featured li.ui-tabs-nav-item a:hover {
	text-decoration: none;
}
#featured li.ui-tabs-selected {
	height: 100px;
	width: 270px;
	background-image: url(../../images/style/FeatureSelect.png);
	background-repeat: no-repeat;
	padding-right:20px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	color: #FFF;/*	text-shadow: 1px 1px 0 #666;*/
}
#featured .ui-tabs-panel {
	width:430px;
	padding-left:240px;
	height:290px;
	position:relative;
	background-color: #FFF;
}
#featured .ui-tabs-panel .info {
	position:absolute;
	top:0px;
	left:0;
	height:240px;
	width: 260px;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(../../images/style/ContentGradient.png);
	background-position: left center;
}
#featured .info h2, #featured .info h2 a {
	font-size:22px;
	color:#FFF;
	overflow:hidden;
	font-weight: bold;
	/*	text-shadow: 1px 1px 3px #778e94;*/
	background-color:transparent;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#featured .info p {
	color:#000;
	font-size: 12px;
	;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#featured .info a {
	text-decoration:none;
}
#featured .info a:hover {
	text-decoration:underline;
}
#featured .ui-tabs-hide {
	display:none;
}

