@charset "UTF-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Sets the style for unvisited links. */
:link:focus, :visited:focus { /* Prevents dotted focus outline in mozilla browsers */
	-moz-outline: none;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000; 
}
.oneColFixCtrHdr #container {
	width: 992px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: none;
}
.oneColFixCtrHdr #header img {
	border: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 950px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 22px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a6b3ba;
	border-bottom-color: #fff;
	border-left-color: #a6b3ba;
	line-height: 1.5em;
	font-size: 13px;
	float: left;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	color: #002a3d;
	font-size: 12px;
	line-height: 2em;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #footer a {
	color: #002a3d;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#mainNav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/nav-bkgrnd.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	height: 51px;
	width: 974px;
	float: left;
}
#mainNavLeftCap {
	background-image: url(../images/left-nav-cap.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 9px;
	float: left;
}
#mainNavRightCap {
	background-image: url(../images/right-nav-cap.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 51px;
	width: 9px;
}
#mainNavShadow {
	font-size: 1px;
	background-image: url(../images/nav-shadow.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 6px;
}
#Logo {
	margin: 0px;
	width: 50%;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#MainFeature {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	color: #002a3d;
	background-image: url(../images/home-feature.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	height: 221px;
	width: 992px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MainFeature h1 {
	font-size: 32px;
	font-style: italic;
	color: #002a3d;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#MainFeature h2 {
	font-size: 20px;
	font-style: italic;
	color: #007e00;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
	font-variant: normal;
	font-weight: normal;
}
#SubFeature {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	color: #002a3d;
	background-image: url(../images/sub-feature.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	height: 127px;
	width: 992px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#SubFeature h3 {
	font-size: 32px;
	font-style: italic;
	color: #002a3d;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#headerRight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	float: right;
	text-align: right;
	width: 45%;
	margin: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #header #headerRight h4 {
	font-size: 20px;
	color: #75838c;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #header #headerRight h5 {
	font-size: 20px;
	color: #1c7ba6;
	margin: 0px;
	padding: 0px;
}
#LeftWrapper {
	margin: 0px;
	float: left;
	width: 40%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#RightWrapper {
	float: right;
	width: 57%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    
}
#SubWrapper {
	margin: 0px;
	float: left;
	width: 895px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#SubWrapper #WrapperLeft {
	float: left;
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#SubWrapper #WrapperRight {
	float: right;
	width: 375px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainNav ul li {
	list-style-type: none;
	float: left;

	margin: 0px;
	text-align: center;
	height: 51px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainNav ul {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainNav ul li a {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainNav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainNav .navLink {
	padding-top: 15px;
}
#container #mainContent h1 {
	color: #092735;
	font-size: 18px;
}
#container #mainContent h2 {
	font-size: 16px;
	color: #092735;
}
#FeatureAd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #dce1e4;
	
	background-repeat: no-repeat;
	height: 345px;
	width: 455px;
	border: 5px solid #c3ccd0;
	position: relative;
	line-height: normal;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#container #mainContent #RightWrapper #FeatureAd ul li {
	list-style-image: url(../images/arrow-bullet.gif);
}
#SignButton {
	float: right;
	margin-right: 20px;
    margin-top: 15px;
   
}
.oneColFixCtrHdr #container #MainFeature h2 a {
	color: #007e00;
	text-decoration: underline;
	font-weight: normal;
}
#container #mainContent #LeftWrapper p a {
	color: #002A3D;
	text-decoration: underline;
	font-weight: normal;
}
#container #mainContent #LeftWrapper p a:hover {
	color: #1c7ba6;
	text-decoration: none;
}
#container #mainContent #LeftWrapper ul li a {
	color: #002A3D;
	text-decoration: underline;
}
#container #mainContent #LeftWrapper ul li a:hover {
	color: #1c7ba6;
	text-decoration: none;
}
#container #header #headerRight h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	color: #75838C;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.alert {
	font-size: 20px;
	font-style: italic;
	color: #1c7ba6;
}
#container #mainContent #SubWrapper #WrapperRight a {
	color: #002A3D;
	text-decoration: underline;
}
#container #mainContent #SubWrapper #WrapperRight a:hover {
	color: #1c7ba6;
	text-decoration: none;
}
#container #mainContent #SubWrapper a {
	color: #002A3D;
	text-decoration: underline;
}
#container #mainContent #SubWrapper a:hover {
	color: #1c7ba6;
	text-decoration: none;
}#container #mainContent #SubWrapper img {
	padding: 2px;
	border: 1px solid #136577;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#container #mainContent #SubWrapper #form1 .KT_tngtable tr td table {
	padding: 2px;
	border: 1px solid #036;
}
#InternetFeature {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	color: #002a3d;
	background-image: url(../images/internet-feature.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	height: 221px;
	width: 992px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#InternetFeature h1 {
	font-size: 32px;
	font-style: italic;
	color: #002a3d;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#InternetFeature h2 {
	font-size: 20px;
	font-style: italic;
	color: #007e00;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
	font-variant: normal;
	font-weight: normal;
}
.oneColFixCtrHdr #container #InternetFeature h2 a {
	color: #007e00;
	text-decoration: underline;
	font-weight: normal;
}
#InternetFeatureS {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	color: #002a3d;
	background-image: url(../images/internet-features.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	height: 221px;
	width: 992px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#InternetFeatureS h1 {
	font-size: 32px;
	font-style: italic;
	color: #002a3d;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#InternetFeatureS h2 {
	font-size: 20px;
	font-style: italic;
	color: #007e00;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 125px;
	font-variant: normal;
	font-weight: normal;
}
.oneColFixCtrHdr #container #InternetFeatureS h2 a {
	color: #007e00;
	text-decoration: underline;
	font-weight: normal;
}
#container #mainContent #SubWrapper #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab.Special {
	color: #FFF;
	background-color: #185DAC;
}
#container #mainContent #SubWrapper #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab.Special a {
	color: #FFF;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#homepage_current{
    margin: 0;
    padding: 0;
    height: 175px;
    width: 200px;
    background-color: #dce1e4;
    float: right;
}
