BODY {
	margin: 0px 10px 10px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	/*background-color: #FEF2DD;*/
	background-color: #F4F2E5;
}

P {
	margin: 14px 0;
}

DIV,DL,DT,DD,UL,OL,LI,H1,H2,H3,H4,H5,H6,PRE,FORM,FIELDSET,INPUT,TEXTAREA,BLOCKQUOTE,TH,TD,IMG
	{
	margin: 0;
	padding: 0;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}

FIELDSET,IMG,A IMG {
	border: 0;
}

OL,UL {
	list-style: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 1px 0;
	border-top: 0px solid #FFFFFF;
	border-left: 5px solid #AC9D7A;
	border-right: 5px solid #AC9D7A;
	border-bottom: 5px solid #AC9D7A;
	background-color: #FFFFFF;
}

#body {
	margin-top: 104px;
	margin-bottom: 10px;
	display: block;
}

#header {
	top: 2px;
	width: 960px;
	position: absolute;
}

#top-header {
	padding: 10px 15px 14px 23px;
}

#logo {
	float: left;
}

#header-links {
	float: right;
	margin-top: 10px;
}

#print-opts {
	float: right;
	width: 100px;
}

#header-links UL LI {
	display: inline;
	margin-left: 15px;
	padding-left: 10px;
}

#main-menu {
	padding: 0 0 0 10px;
	font: 18px Arial;
	line-height: normal;
	border-bottom: 4px solid #D8E3E9;
	background: transparent;
}

#main-menu A {
	display: block;
}

#main-menu UL LI {
	display: inline;
	float: left;
	margin-left: 1px;
}

#main-menu LI:hover,#main-menu LI.sfhover {
	position: static;
}

#main-menu LI:hover UL,#main-menu LI.sfhover UL {
	left: auto !important;
	margin-top: 0px;
}

#main-menu .drop-menu LI {
	margin: 0px;
}

#search {
	margin-top: 12px;
	width: 250px;
	display: inline;
	/*+placement:displace 40px 16px;*/
	position: absolute;
	margin-left: 40px;
	margin-top: 16px;
}

#search-form {
	padding: 0 5px;
}

#search-form LABEL {
	float: right;
}

#search-q {
	width: 160px;
	margin-top: 4px;
	border: 1px solid #CCC;
}

#search-q:focus {
	border: 1px solid #38C;
}

#search-button {
	float: right;
	display: block;
}

#right-column {
	width: 200px;
	float: left;
}

#left-column {
	float: right;
	width: 205px;
	margin-top: 8px;
}

#main-column {
	width: 740px;
	float: right;
	padding-right: 5px;
}

#path {
	float: left;
	margin-top: 8px;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
}

#header-links {
	font-size: 10px;
	font-weight: bold;
}

.drop-menu {
	position: absolute;
	left: -999em;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid #B6B694;
	border-top-color: #DEDEC3;
	z-index: 1000;
}

.drop-menu,.drop-menu LI {
	width: 190px;
	/*static width fix IE6 hover bug*/
}

.drop-menu A,.drop-menu A:visited {
	border-bottom: 1px solid #DFDFD9;
	padding: 2px 35px 2px 10px;
	font-weight: normal;
	text-decoration: none;
}

.drop-menu LI {
	background-color: #F9F9F3;
	color: #2061AA;
}

.drop-menu .special-cell {
	background-color: #FFF;
	color: #CC971B;
}

.drop-menu A:hover,.special-cell:hover {
	background-color: #54779F;
	color: #FFF;
}

.dyn-tabs A {
	display: block;
	background: url(/img/tableftF1.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}

.dyn-tabs A SPAN {
	display: block;
	background: url(/img/tabrightF1.gif) no-repeat right top;
	padding: 5px 15px 5px 6px;
	color: #FFFFFF;
}

.dyn-tabs A:hover SPAN {
	color: #EDA93A;
}

.dyn-tabs.current A {
	background-position: 0% -38px;
}

.dyn-tabs.current A SPAN {
	background-position: 100% -38px;
	color: #808000;
}

/*article header*/
#article-header {
	margin: 8px;
}

#article-header H1 {
	display: inline;
	color: #22221E;
	font-size: 22px;
	padding-bottom: 10px;
	vertical-align: top;
}

#article-header IMG {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#last-updated {
	margin-top: 4px;
}

/*guide header*/
#guide-header {
	padding: 10px 0 5px;
}

#guide-header-img {
	margin-left: 10px;
}

#guide-header IMG {
	display: inline;
}

#guide-header-left {
	float: left;
	margin-left: 140px;
	width: 260px;
	display: inline;
	/*IE6 double margin bug fix*/
}

#guide-header-left P {
	padding-left: 70px;
}

#most-common-help {
	float: left;
	width: 240px;
	margin-left: 20px;
	padding: 0 20px;
	height: 195px;
}

/*quote*/
#quote {
	float: right;
	width: 485px;
	padding: 7px 10px 0 0;
}

#quote-narrow {
	float: right;
	width: 420px;
	padding: 7px 10px 0 0;
}

#quote P,#quote-narrow P {
	width: 300px;
	float: right;
}

.quote-form {
	float: right;
	width: 340px;
}

.quote-question {
	margin: 12px 0 0 13px;
}

.quote-question-help {
	margin: 5px 5px 0 105px;
	float: left;
}

.quote-question LABEL {
	width: 150px;
	display: block;
	float: left;
	padding-right: 5px;
}

.quote-question .quote-input INPUT {
	margin-left: 7px;
}

.quote-question SELECT {
	width: 165px;
}

.quote-footer {
	float: right;
}

.quote-footer-help {
	margin: 5px 5px 0 105px;
	float: left;
}

.validator {
	padding-bottom: 2px;
}

/*content*/
#content {
	margin-top: 15px;
}

#justify {
	padding: 0 15px;
	width: 670px;
	margin-bottom: 20px;
}

#center-column {
	float: left;
	width: 528px;
}

#bcbframe-column {
	float: left;
	width: 556px;
}

#pdkframe-column {
	float: left;
	width: 685px;
}

#featured {
	margin: 0 12px 12px;
}

#article-tools {
	width: 148px;
	float: right;
	margin-left: 5px;
	padding: 5px 0px 10px 5px;
	border: 1px solid #DDD;
}

#article-tools IMG {
	display: inline;
}

#article-tools P {
	margin: 2px 0;
	padding: 2px 0 2px 20px;
	background-position: left 0.3em;
	background-repeat: no-repeat;
}

#guide-container {
	padding-top: 12px;
	margin: 0 0 20px 8px;
}

#guide {
	padding: 0 15px;
	border-left: 1px solid #D8E3E9;
	border-right: 1px solid #D8E3E9;
}

#hc-guides {
	padding-bottom: 15px;
}

.main-box {
	float: left;
	padding: 0 5px 10px 15px;
	width: 240px;
	/* height: 260px; */
}

.main-box H3 {
	font-size: 18px;
	font-weight: 700;
	color: #2E5AB0;
}

.guide-box {
	float: left;
	padding: 0 5px 10px 15px;
	width: 240px;
	height: 180px;
}

.guide-section {
	padding: 10px 0;
}

.guide-back-to-top {
	padding-left: 10px;
}

#guide-bottom {
	padding-bottom: 13px;
	line-height: 0;
}

/*inline forms*/
.inline-form-container {
	width: 449px;
	margin: 15px auto 0;
	padding-bottom: 11px;
}

.inline-form-top {
	padding-top: 11px;
}

.inline-plus,.inline-minus {
	margin: 0 4px 0 10px;
	padding-left: 20px;
}

.inline-form-content {
	padding: 0 5px;
	border-left: 1px solid #C8C8AF;
	border-right: 1px solid #C8C8AF;
}

#guide-links {
	padding-bottom: 12px;
}

#guide-links-container {
	padding-top: 13px;
}

#guide-links-content {
	border-right: 1px solid #D8E3E9;
	padding: 0 10px 5px;
}

#guide-links-bottom {
	padding-bottom: 13px;
	line-height: 0;
}

#article-links,.article-links {
	padding: 0 0 12px 12px;
}

#article-links-img,.article-links-img {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
}

#article-links-container,.article-links-container {
	margin-top: 10px;
}

#article-recent,#article-popular,.article-recent,.article-popular {
	float: left;
}

#article-links-content,.article-links-content {
	border-left: 1px solid #DFDFD9;
	border-top: 1px solid #DFDFD9;
	border-right: 1px solid #DFDFD9;
	border-bottom: 1px solid #DFDFD9;
	padding: 10px 15px 5px;
}

#article-inactive,.article-inactive {
	display: none;
}

#article-links-content P,.article-links-content P {
	margin: 5px 0 12px;
}

#article-links-tabs UL LI {
	display: inline;
	float: left;
	margin-right: 1px;
}

#article-links-tabs A {
	display: block;
	font-weight: 600;
	line-height: normal;
}

.article-tabs A {
	display: block;
	background: url(/img/tableft11.gif) no-repeat left top;
	padding: 0 0 0 4px;
	text-decoration: none;
}

.article-tabs A SPAN {
	display: block;
	background: url(/img/tabright11.gif) no-repeat right top;
	padding: 3px 6px 2px 2px;
	color: #FFFFFF;
}

.article-tabs A:hover SPAN {
	color: #5C84B1;
}

.article-tabs.current A {
	background-position: 0% -38px;
}

.article-tabs.current A SPAN {
	background-position: 100% -38px;
	color: #808000;
}

/*footer*/
#footer {
	padding: 10px 0;
	clear: both;
}

#footer-menu-2 {
	padding: 15px;
}

#footer-menu-1 LI,#footer-menu-2 LI,#footer-menu-3 LI {
	display: inline;
	padding: 0 5px;
}

#footer-menu-1 LI,#footer-menu-3 LI {
	border-right: 1px solid #444;
}

#footer-menu-2 IMG {
	display: inline;
}

#footer-menu-1 LI.last,#footer-menu-3 LI.last {
	border-right: none;
}

/*backgrounds + colors*/
A,A:visited {
	color: #530000;
}

A:active,A:hover {
	color: #E20000;
}

#article-categories UL LI {
	background: transparent url(/img/bullet.gif) no-repeat left center;
}

/*content-header*/
#content-header {
	width: 728px;
	/*background-color: #FDF1DC;*/
	background-color: #F4F2E5;
	color: #54544A;
	margin-top: 13px;
	border-top: 4px solid #AB9C79;
	border-bottom: 1px solid #DFDFD9;
	border-left: 1px solid #DFDFD9;
	border-right: 1px solid #DFDFD9;
}

#content-footer {
	width: 728px;
	height: 148px;
	overflow: hidden;
	overflow-Y: scroll; 
	background-color: #F4F2E5;
	color: #54544A;
	margin-top: 390px;
	border-top: 4px solid #AB9C79;
	border-bottom: 1px solid #DFDFD9;
	border-left: 1px solid #DFDFD9;
	border-right: 1px solid #DFDFD9;
}

#content-header-help {
	background-color: #F1F1E3;
	color: #54544A;
	border-right: 6px solid #E4E4CA;
}

/*guide*/
#guide LI,.guide-back-to-top,#guide-links LI,#most-common-help LI {
	background: transparent url(/img/helpcenter_arrow.gif) no-repeat left
		5px;
}

/*guide links*/
#guide-links-container {
	background: #FCFCF9 url(/img/guide_sections_top.gif) no-repeat right top
		;
}

#guide-links-content {
	background-color: #FCFCF9;
}

#guide-links-bottom {
	background: transparent url(/img/guide_sections_bottom.gif) no-repeat
		right bottom;
}

#guide-links H3 A:link,#guide-links H3 A:active,#guide-links H3 A:visited,.guide-box H3 A:link,.guide-box H3 A:active,.guide-box H3 A:visited
	{
	color: #4A4A42;
}

#guide-links H3 A:hover,.guide-box H3 A:hover {
	color: #C78C02;
}

/*article links*/
#article-links-container,.article-links-container {
	background: #F1EEE5;
}

#article-links-tabs {
	background-color: #FFF;
}

/*footer*/
#footer {
	/*background-color: #ECE6D9;*/
	background-color: #DDDDDD;
}

#header-links,#last-updated,.section-header-text {
	font-family: Verdana, Tahoma, sans-serif;
}

.offer {
	/*background-color: #FDF1DC;*/
	background-color: #F4F2E5;
	border-top: 4px solid #AB9C79;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	font-size: 12px;
	margin: 12px 0 0;
}

.offer H3 {
	float: right;
	display: inline;
	font-size: 14px;
	color: #860000;
	margin: 0 4px 0 4px;
	font-family: Verdana, Arial, Tahoma;
}

.offer LI {
	padding-left: 10px;
	font-weight: 500;
}

.offer UL LI {
	background: transparent url(/img/orgbullet.gif) no-repeat left 3px;
}

.offer-pic {
	width: 160px;
	display: inline;
	float: left;
	text-align: center;
}

.offer-txt {
	float: right;
	width: 330px;
	display: inline;
	margin: 0 4px;
}

.ccoffer {
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #E4E4E4;
}

.ccoffer H3 {
	float: right;
	display: inline;
	font-size: 14px;
	color: #860000;
	margin: 0 4px 0 4px;
	font-family: Verdana, Arial, Tahoma;
}

.ccoffer LI {
	padding-left: 10px;
	font-weight: 500;
}

.ccoffer UL LI {
	background: transparent url(/img/orgbullet.gif) no-repeat left 3px;
}

.ccoffer-pic {
	width: 125px;
	float: left;
	display: inline;
	text-align: center;
	background-color: #FFFFFF;
}

.ccoffer-txt {
	width: 365px;
	float: left;
	display: inline;
	margin: 0 4px 0 4px;
}

.ratename {
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #E4E4E4;
	background-color: #AB9C79
}

.ratevalue {
	color: #860000;
	font-size: 12px;
	border: 1px solid #E4E4E4;
	background-color: #FFFFFF;
}

.advantage {
	margin-left: 20px;
}

.advantage LI {
	padding-left: 15px;
	font-weight: 500;
}

.advantage UL LI {
	background: transparent url(/img/checkmark.gif) no-repeat left 5px;
}

.glike {
	width: 200px;
	margin-bottom: 8px;
	border: 1px solid #E4E4E4;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
}

.glike-content {
	margin: 6px;
	color: #323232;
}

.glike-content A,.glike-content A:visited,.glike-content A:active {
	text-decoration: underline;
	color: #870000;
}

.glike-content A:hover {
	text-decoration: underline;
	color: #870000;
}

.glike-content H4 {
	font-weight: 600;
	text-decoration: underline;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
}

.section {
	width: 200px;
	margin-bottom: 8px;
}

.section-header {
	padding: 7px 0 4px 12px;
	background: #E2E2C9;
}

.section-header-text {
	color: #54544A;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.section-main {
	color: #C68B01;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

.section-main A {
	color: #9A4F00;
}

.section-main A:hover {
	text-decoration: underline;
}

.section-contents {
	padding: 12px;
	font-size: 12px;
	color: #706E6A;
	background: #F1EEE5;
}

.section-contents A,.section-contents A:visited,.section-contents A:active
	{
	text-decoration: none;
}

.section-contents A:hover {
	text-decoration: underline;
}

.section-contents UL {
	padding: 5px 0 13px;
}

.section-contents LI {
	padding-left: 8px;
	line-height: 18px;
	font-size: 13px;
}

/*sub-nav*/
#search-form {
	font-weight: bold;
	font-size: 14px;
}

/*main content*/
#justify {
	text-align: justify;
}

#featured,#guide,#justify {
	font-size: 14px;
}

#featured #article-tools {
	font-size: 14px;
}

#featured #article-tools IMG {
	cursor: pointer;
}

#guide-links UL,.guide-box UL,#most-common-help UL {
	line-height: 14px;
	font-size: 12px;
}

#lc LI {
	margin-top: 8px;
	padding-left: 10px;
}

#lc UL LI {
	background: transparent url(/img/bullet.gif) no-repeat left 5px;
}

/*article-links*/
#articles {
	line-height: 17px;
}

#articles_container A {
	font-weight: bold;
}

/*footer*/
#footer {
	text-align: center;
}

#footer-menu-1 {
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
}

#footer-menu-3 {
	font-size: 11px;
}

#copyright {
	font-size: 10px;
	color: #808080;
}

/*lists*/
.double-arrow {
	padding-left: 30px;
	list-style-image: url(/img/double_arrow.gif);
}

#guide UL,#most-common-help UL,#guide-links UL {
	padding: 3px 0;
	margin-left: 15px;
}

#guide LI,#guide-links LI,#most-common-help LI {
	margin-top: 8px;
	padding-left: 10px;
}

/*links*/
.main-cell A,.main-cell A:visited {
	text-decoration: none;
}

#guide-links A,.guide-box A,#most-common-help A {
	text-decoration: none;
}

/*header styles*/
H1 {
	font-size: 20px;
	color: #54544A;
}

#quote H1,#quote-narrow H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #54544A;
	font-size: 28px;
}

#content H1 {
	border-bottom: 1px dashed #999999;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

H2 {
	color: #54544A;
	font-size: 18px;
	padding-top: 15px;
}

#guide H2 {
	font-style: italic;
}

#featured H2,#justify H2 {
	font-size: 16px;
}

H3 {
	font-size: 13px;
	color: #706E6A;
	padding: 5px 0;
}

#most-common-help H3 {
	border-bottom: 1px dashed #999999;
	margin-top: 20px;
}

#guide-links H3,.guide-box H3 {
	border-bottom: 1px dashed #999999;
	margin-bottom: 3px;
	font-size: 13px;
	color: #292929;
}

.quote-help-note UL LI {
	width: 140px;
	margin-top: 10px;
	margin-left: 6px;
	float: left;
	list-style-type: square;
	font-size: 10px;
	font-weight: bold;
}

.quote-help-text {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

/*Hides from IE-mac \*/
* HTML .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*End hide from IE-mac*/
