@charset "utf-8";
/*-----------------------------------------------------------------------------
	
	Knapp & Associates
	author: johannagoodyear.com
	version:   1.0

/* ---------------------------------------------------------------------------
Basics
-----------------------------------------------------------------------------*/
body { background-color: #e5e5e5; margin: 0; padding: 0; text-align: left; color: #000000; background-image: url(../images/bg_repeat.jpg); background-repeat: repeat-x; font-size: 12px; }
/* Force vertical scrollbar */
html, body { height: 100%; }
/* Force vertical scrollbar */
	html { min-height: 100%; margin-bottom: 1px; }
* { margin: 0; padding: 0px; } /* Remove padding and margin */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 0em 0; } /* Put it back on certain elements */
.clear { clear:both; } /* Class for clearing floats */
img { border: 0; } /* Remove border around linked images */

/* ---------------------------------------------------------------------------
HREF Selectors
-----------------------------------------------------------------------------*/	
a:link { text-decoration: underline; color: #0072bf; font-family: Arial, Helvetica, sans-serif; font-size:12px;}
a:visited { text-decoration: underline; color: #5285a8; font-family: Arial, Helvetica, sans-serif; font-size:12px; }
a:active { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size:12px;}

/* ---------------------------------------------------------------------------
Spacers & Headers
-----------------------------------------------------------------------------*/
br { margin: 0; padding: 0; border-width: 0; line-height: 6px; }
.break { margin: 0; padding: 0; border-width: 0; height:8px; line-height: 8px; }
.bigBreak { height:15px; }
*.brHalf { display:block; margin-top:-0.5em; }
*.brSingle { display:block; margin-top:0em; }
*.brOne { display:block; margin-top:1.5em; }
*.brDouble { height:22px; }
.dottedLine{ background:url(../images/dottedLine.jpg) repeat-x; height:1px; width:100%; }

/* ---------------------------------------------------------------------------
Paragraph/Header/List Selectors
-----------------------------------------------------------------------------*/	
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#303f53; font-weight:normal; line-height:19px; padding:0; margin:0; padding-bottom: 15px; text-align: left; }
h1 { font-family:Georgia, "Times New Roman", Times, serif; color:#0072bf; font-size: 18px; line-height:26px; padding:0; margin:0; padding-bottom: 15px; font-weight: normal; }
h2 { font-family: Georgia, "Times New Roman", Times, serif; color:#314d85; font-size: 16px; font-weight: normal; font-style: normal; color: #0072bf; margin-top: 0px; padding-bottom: 8px; line-height:14px; background:url(images/content_dividerLine.jpg) repeat-x bottom; }
h3 { font-family: Georgia, "Times New Roman", Times, serif; color:#0072bf; font-size:19px; padding:0; margin:0; padding-bottom: 12px; font-weight: normal; }
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height:24px; color:#797979; margin:0; font-style:normal; font-weight: normal; padding-bottom: 0px; }
ul { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#303f53; font-weight:normal; line-height:19px;padding-bottom: 5px; text-align: left; padding-left:10px;}
li { padding-bottom:12px; list-style:url(images/dot.png); margin-left:5px; }

/* ---------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/	
#headerContainer {/*contains logo and slogan*/ width: 901px; background:url(../images/contentArea_top.jpg) no-repeat; height: 340px; position:relative;}
#knappLogo{ width:292px; height:42px; position:absolute; left: 41px; top: 22px;}
a.logo {  background: url(../images/knapp_logo.png) no-repeat 0 0; display: block; height: 45px; width: 292px; overflow: visible; } 
a:hover.logo { background-position: 0 -47px; }

/* ---------------------------------------------------------------------------
Top Menu
-----------------------------------------------------------------------------*/	
#topMenu{ width:518px; height:77px; position:absolute; left: 353px; top: 2px; }
#topMenu li { float:left; list-style:none; padding:0px 2px; margin:0; }
#topMenu ul { list-style:none; padding:0; margin:0; }
#topMenu a{ color:#063555; text-decoration:none; font-size:14px; font-family:Arial, Helvetica, sans-serif; }
#topMenu a:hover { color:#063555;}
#topMenu a:active { color:#063555; }
a.link1 {  background: url(../images/topMenu_link1.jpg) no-repeat 0 0; display: block; height: 70px; width: 87px; overflow: visible; padding-top:27px; text-indent: 25px; } 
a:hover.link1 { background-position: 0 -80px; }
a.link2 {  background: url(../images/topMenu_link2.jpg) no-repeat 0 0; display: block; height: 70px; width: 105px; overflow: visible; padding-top:27px; text-indent: 23px; } 
a:hover.link2 { background-position: 0 -80px; }
a.link3 {  background: url(../images/topMenu_link3.jpg) no-repeat 0 0; display: block; height: 70px; width: 102px; overflow: visible; padding-top:27px; text-indent: 24px; } 
a:hover.link3 { background-position: 0 -80px; }
a.link4 {  background: url(../images/topMenu_link4.jpg) no-repeat 0 0; display: block; height: 70px; width: 117px; overflow: visible; padding-top:27px; text-indent: 25px; } 
a:hover.link4 { background-position: 0 -79px; }
a.link5 {  background: url(../images/topMenu_link5.jpg) no-repeat 0 0; display: block; height: 70px; width: 75px; overflow: visible; padding-top:27px; text-indent: 22px; } 
a:hover.link5 { background-position: 0 -79px; }

/* ---------------------------------------------------------------------------
Main Feature Banner
-----------------------------------------------------------------------------*/	
#mainBanner{position:absolute; width:815px; height:230px; background:url(../images/featureBox.jpg) no-repeat; left: 42px; top: 80px;}
.mainTxt{ width:330px; height:178px; position:absolute; left: 463px; top: 41px; }
.mainTxt p{ color:#113d5c; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding: 15px 0px 0px 7px; }

/* ---------------------------------------------------------------------------
Content
-----------------------------------------------------------------------------*/	
#Container { width: 901px; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ }
#mainContainer { width: 100%; background-repeat: repeat-x; height: auto; }
#contentContainer { height: auto; background:url(../images/contentArea_mid.jpg) repeat;  }
#contentContainer_interior { height: auto; background:url(../images/contentArea_mid.jpg) repeat; padding-top: 20px; }
#bodyContent { float: left; width: 495px; padding: 10px 40px 0px 45px; line-height: 18px; }
.title { font-weight: bold; padding-bottom: 10px; }
.floatImg{ float:left; padding:0px 14px 0px 0px; }
a.findouthow {  background: url(../images/icon_findouthow.jpg) no-repeat 0 0; display: block; height: 68px; width: 508px; overflow: visible; } 
a:hover.findouthow { background-position: 0 -72px; }
#breadcrumbsBar{ background:url(../images/breadcrumbsBar.jpg) no-repeat; width:815px; height:52px; position:absolute; left: 42px; top: 310px;}
.breadcrumbsTxt{ position:absolute; height:33px; top: 17px; left: 18px; }
.breadcrumbsTxt p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#97cbef; font-weight:normal; line-height:17px; padding:0; margin:0; padding-bottom: 0px; text-align: left; }
.breadcrumbsTxt a{ color:#fff; text-decoration:underline; font-size:12px; }
.breadcrumbsTxt a:hover { text-decoration:underline;}
.breadcrumbsTxt a:active { color:#fff; }
.badge { width:178px; height:40px; position:absolute; left: 634px; top: 7px; }
a.badgeLink {  background: url(../images/viewprofileBtn.jpg) no-repeat 0 0; display: block; height: 38px; width: 173px; overflow: visible; } 
a:hover.badgeLink { background-position: 0 -51px; }
.contentBox_top{ background:url(../images/contentBox_top.jpg) no-repeat; width:500px; height:22px; }
.contentBox_mid{ background:url(../images/contentBox_mid.jpg) repeat-y; width:470px; padding:0px 10px 10px 20px; }
.contentBox_btm{ background:url(../images/contentBox_btm.jpg) no-repeat; width:500px; height:22px; }
#fieldID{ background:#e6e7e7; width:450px; height:19px; margin-bottom:10px; padding:8px 0px 6px 7px; border: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#303f53;  }
#areaID{ background:#e6e7e7; width:450px; height:100px; margin-bottom:10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#303f53;  padding:7px 0px 7px 7px; border: 0px;  }
.emptyBlock{ background:#fff; width:470px; padding:20px 10px 10px 10px; }
.filledBlock{ background:#eaeff4; width:470px; padding:20px 10px 10px 10px; }

/* ---------------------------------------------------------------------------
Sidebar
-----------------------------------------------------------------------------*/	
#bodySidebar { float: left; }
#newsContainer { background-color: #ffffff; width: 290px; background-image: none; background-repeat: repeat-x; margin-top: 5px; margin-right: 5px; margin-left: 5px; }
#newsContent { padding: 10px 10px 0px 10px; }
.ndate { font-weight: normal; color: #666666; font-size: 10pz; }
#linksContainer { background-color: #ffffff; border: 1px solid #cccccc; width: 175px; margin: 20px 10px 10px 12px; background-image: url(../images/sidebarcell.png); background-repeat: repeat-x; }
#linksContent { padding: 10px; }
/*Utility styles! Do Not Edit*/

.sideBox1{ background:url(../images/box1.jpg) no-repeat; position:relative; width:225px; height:72px; padding: 18px; }
.sideBox2{ background:url(../images/box2.jpg) no-repeat; position:relative; width:225px; height:72px; padding: 18px; }
.sideBox3{ background:url(../images/box3.jpg) no-repeat; position:relative; width:225px; height:72px; padding: 18px; margin-bottom: 10px; }
.sideBox1 p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#303f53; font-weight:normal; line-height:17px; padding:0; margin:0; padding-bottom: 15px; text-align: left; }
.sideBox2 p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#303f53; font-weight:normal; line-height:17px; padding:0; margin:0; padding-bottom: 15px; text-align: left; }
.sideBox3 p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#303f53; font-weight:normal; line-height:17px; padding:0; margin:0; padding-bottom: 15px; text-align: left; }

.testimonialsBox{ background:url(../images/testimonialsBox.jpg) no-repeat; width:240px; padding:10px 10px 0px 10px; }
.testimonialsBox p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#54768c; font-weight:normal; line-height:17px; padding:0; margin:0; padding-bottom: 5px; text-align: left; font-style:italic; }

.testimonialsBox_interior{ background:#e9edf0; width:241px; padding:12px 13px 12px 8px; }
.testimonialsBox_interior p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#54768c; font-weight:normal; line-height:17px; padding:0; margin:0; padding-bottom: 0px; text-align: left; font-style:italic; }
.name { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#2a4557;  font-weight:normal; line-height:17px; padding:0; margin:0; padding-bottom: 0px; text-align: left; font-style:italic;}

.clearfloat { /*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:1px; font-size: 1px; line-height: 0px; }
.clearheight {/*Prevents margin collapse of Containers in firefox*/ font-size: 1px; color: #ffffff; clear: both; }
.clearheight2 {/*Prevents margin collapse of Containers in firefox*/ color: #ffffff; clear: both; }

/* ---------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/	
#footer{ background:url(../images/contentArea_btm.jpg) no-repeat; width:901px; margin:0 auto; height:145px; position: relative; }
.footerLogoFrame{ position:absolute; width:192px; height:31px; left: 37px; top: 92px;}
a.footerLogo {  background: url(../images/footerLogo.png) no-repeat 0 0; display: block; height: 24px; width: 185px; overflow: visible; } 
a:hover.footerLogo { }
.footerCopy{ width:297px; height:26px; position:absolute; left: 276px; top: 97px; }
.footerCopy p{ color:#0072bf; font-size:11px; padding:0; margin:0; font-family: Arial, Helvetica, sans-serif;}
.footerCopy a{ color:#0072bf; text-decoration:none; font-size:11px; padding:0; margin:0; font-family: Arial, Helvetica, sans-serif;}
.footerCopy a:hover { color:#043354; text-decoration:underline;}
.footerCopy a:active { color:#043354; }
.footerBtns { width:283px; height:30px; position:absolute; left: 612px; top: 89px; }
.footerBtns a{ color:#0072bf; text-decoration:none; font-size:11px; padding:0; margin:0; font-family: Arial, Helvetica, sans-serif;}
.footerBtns a:hover { color:#043354; text-decoration:underline;}
.footerBtns a:active { color:#043354; }
