@charset "UTF-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/faq-header.jpg);
	height: 104px;
	width: 780px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	height: 1000px;
	background-color: #F4F4EE;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 

.twoColFixLtHdr #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 */
}
.K9twoColFixLtHdr  #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.K9twoColFixLtHdr  #header {
	background-color: #DDDDDD;
	background-image: url(../images/K9-header.gif);
	height: 104px;
	width: 780px;
} 
.K9twoColFixLtHdr  #header  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.K9twoColFixLtHdr  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	height: 800px;
	background-color: #F4F4EE;
}
.K9twoColFixLtHdr  #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding: 0 20px;
} 
.K9twoColFixLtHdr #footer   {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
} 
.K9twoColFixLtHdr  #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 */
	text-align: center;
}
.K9twoColFixLtHdr h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #614918;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: center;
}
.K9twoColFixLtHdr h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000000;
	font-weight: normal;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
}
.K9twoColFixLtHdr p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
}
.K9twoColFixLtHdr a:link {
	color: #614918;
	text-decoration: none;
}
.K9twoColFixLtHdr a:hover {
	font-weight: bold;
	color: #006600;
}
.K9twoColFixLtHdr a:visited {
	color: #614918;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #614918;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	font-weight: normal;
	color: #614918;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 23px;
	margin-right: 15px;
	color: #333;
}
.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	top: 25px;
	left: 110px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	height: 37px;
}
.headertagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #91805F;
	font-size: 15px;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
}li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-type: upper-alpha;
	margin-bottom: 12px;
}
.photo-container {
	padding-right: 15px;
}
.faqanda .squarebullets ul li {
	list-style-type: square;
	margin-left: 45px;
	padding-top: 0px;
	margin-top: 5px;
}
.faqanda .squarebullets ul {
	margin-top: 0px;
	padding-top: 5px;
}
.photo {
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}
h4 {
	margin-left: 45px;
	margin-bottom: 5px;
	color: #654810;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: 430px;
	margin-left: 30px;
	margin-top: 33px;
	margin-right: 5px;
	padding: 12px;
	margin-bottom: 42px;
	font-style: italic;
	font-weight: normal;
	line-height: 21px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D9D9C4;
	border-right-color: #D9D9C4;
	border-bottom-color: #D9D9C4;
	border-left-color: #D9D9C4;
	color: #614918;
}
.sign {
	display: inline;
	margin-left: 20px;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
}
.button {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	float: none;
}
.tenyears {
	float: right;
	margin-top: 10px;
	padding-right: 100px;
}
.signupnow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
.leftmap {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.leftinterface {
	margin-top: 60px;
	margin-bottom: 10px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	margin-left: 11px;
	margin-right: 5px;
	font-weight: bold;
}
.caption p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #614918;
	margin-left: 11px;
	margin-right: 5px;
}
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF0000;
	background-color: #FFFF99;
	padding: 2px;
}

.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	top: 25px;
	left: 110px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	height: 37px;
}
.headertagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #91805F;
	font-size: 15px;
	font-weight: bold;
}
ol {
}
.checklistcontainer {
	width: 415px;
	border: thin solid #000000;
	margin-left: 40px;
	margin-bottom: 40px;
}
.checklisttop {
	background-image: url(../images/checklist-note-top.gif);
	background-repeat: no-repeat;
	height: 59px;
	width: 415px;
}
.noteheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-right: 10px;
	margin-left: 40px;
	text-align: left;
	padding-top: 20px;
	color: #3366FF;
}
.checklistbody {
	background-image: url(../images/checklist-note-repeat.gif);
	background-repeat: repeat-y;
}
.notebodytext {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: left;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.qlist  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-right: 10px;
	margin-left: 40px;
	line-height: 17px;
}
.qlist ul {
}
.qlist li {
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/Question.gif);
}
.checklist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-right: 10px;
	margin-left: 40px;
	line-height: 17px;
}
.checklist  li {
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/checkmark.gif);
}
.leftcolpic {
	margin-bottom: 21px;
	margin-left: 21px;
	margin-top: 21px;
}
.numlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-right: 10px;
	margin-left: 40px;
	line-height: 17px;
}
.numlist li {
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
}
.faq-master {
	text-align: left;
}
.faq-master  ol {
	text-align: left;
	list-style-type: decimal;
}
.faq-master li {
	list-style-type: decimal;
}
.faqanda {
	text-align: left;
}
.faqanda ul {
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
}
.faqanda li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
}
.faqandqnums  ol {
	list-style-type: decimal;
}
.faqandanums li {
	list-style-type: decimal;
	padding-bottom: 4px;
}
.chalkboard {
	padding-bottom: 2px;
	margin-left: 0px;
}
.k9leftcol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin-left: -20px;
	margin-right: 12px;
}
.k9leftcol li {
	list-style-type: none;
}
.k9leftcol  a {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #326D3C;
}
.k9leftcol a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #8B1D0B;
}
.k9centermain {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.K9twoColFixLtHdr tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
}
