*, html {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	font-size: 100%;
}
body {
	background: #EDEAE4;
	color: #333;
	font-size: 62.8%;
}
body, input {
	font-family: Tahoma, Helvetica, sans-serif;
}

#skip, hr.x, #header p, #header h4,
#logo, #content span.parens {
	display: none;
}

a img { border: none; }

div.container {
	position: relative;
	width: 88em;
	margin: 0 auto;
}
div.container:after, div.close:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div.linklist.footnotes, sup.footnotes {
	display: none;
}


#header {
	background: #2A3905;
	border-bottom: 2px solid #4A5C1F;
}
#header h1 {
	padding-top: 0.2em;
}
#header h1 a {
	display: block;
	height: 106px;
	width: 240px;
	background: transparent url(../images/logo.gif) 0 0 no-repeat;
	text-indent: -9999em;
}
#header div.container {
	background-color: #2A3905;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: 11.2em;
	border-bottom: 1px solid #2A3905;
}
#top-navigation {
	position: absolute;
	top: 7.6em;
	right: 0;
	text-transform: lowercase;
	font-size: 1.1em;
	
}

#top-contact
{
	position:inherit;
	top: 7.6em;
	right: 0;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #5D7E0B;	
}
	
#top-navigation ul li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0.2em 0.4em;

}
#top-navigation ul li a {
	display: block;
	padding: 4px 7px 5px;
	color: #fff;
	text-decoration: none;
}
#top-navigation a:hover {
	background-color: #fff;
	color: #2A3905;
}

div.printer-friendly-link
{
	text-align:right;
}

#navigation {
	background: #4A5C1F url(../images/menu-bg.gif) 100% 100% repeat-x;
	height: 3em;
	border-bottom: 2px solid #192203;
}
#navigation h4 { display: none; }
#navigation ul li {
	display: block;
	float: left;
	text-align: center;
}
#navigation ul li a {
	display: block;
	padding: 0.6em;
	color: #E7F0D2;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul li a:hover {
	background: #4A5C1F url(../images/menu-bg.gif) 0 0 repeat-x;
	color: #fff;
}
#main-nav { float: left;}
#search { float: right; }
#search fieldset { border: 0; }
#search input#q {
	margin-top: 0.5em;
	padding: 0.3em;
	border: 1px solid #000;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
}
#search input.button {
	font-size: 1em;
}

#search-field {
	margin: 0.8em 0.5em 0 0;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	background: transparent url(../images/icons/ico-search.gif) 0 0 no-repeat;
	text-indent: -99999px;
}

#shadow-top, #shadow-bottom, #shadow-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	height: 7px;
	width: 100%;
	background: transparent url(../images/shadow.png) 0 0 repeat-x;
}
#shadow-top { display: none; }
#shadow-bottom { top: 14.7em; }


#page {
	margin: 0 auto;
	padding: 0 0;
	background: #fff;
	border: 1px solid #DEDBD4;
	border-width: 0 2px 2px;
	border-bottom-color: #C7C1B7;
}


#content {
	padding: 1.2em 0.5em 1.4em 0;
	margin: 0 1em;
	width: 61.4em;
	float: right;
	line-height: 140%;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #000;
	font-size: 2.8em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	margin: 0.2em 0 0.2em;
	line-height: 110%;
}
#content h5.bc {
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 2em;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.7em;
	margin: 1em 0;
}
#content h3 a { color: #125A8A; }
#content h3 a:hover { color: #1B87CF; }
#content h4 {
	font-size: 110%;
	margin: 0.5em 0 0.5em 1em;
}
#content a {
	color: #5D7E0B;
}
#content a:hover {
	color: #192203;
}
#content p {
	margin: 1em 0 1em 1em;
	font-size: 1.1em;
}
#content p.note {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	margin: 0.3em 0;
}

#content p.topofpage {
	font-size: 1em;
	text-align: right;
	background: transparent url(../images/dots.gif) 0 50% repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
}
#content p.topofpage a {
	background: #fff url(../images/icons/ico-bullet-up.gif) 0.5em -0.2em no-repeat;
	padding: 0 2em;
	color: #3D86BB;
	text-decoration: none;
}
#content p.topofpage a:hover {
	color: #254E6F;
	text-decoration: underline;
}

#content .emph {
	font-weight: bold;
}
#content .attn {
	text-decoration: underline;
}

#content .highlight {
	background-color: #FFFFE0;
	padding: 0.2em;
}

#content ul, #content ol {
	margin: 1em 2em;
	font-size: 1.1em;
}
#content ol {
	margin-left: 4em;
}
ul ul, ol ul, ol ol, ul ol {
	font-size: 100% !important;
}
ol ol, ul ol { margin: 0.5em 0 0.5em 2em !important; }
ul ul, ol ul { margin: 0.5em 0 !important; }
#content ul {
	list-style: none;
}
#content ol.roman {
	list-style-type: upper-roman;
}
#content ol.lower {
	list-style-type: lower-alpha;
}
#content li, ul li, ol li {
	padding-bottom: 0.3em;
}
#content ul li, #content ul li ul li {
	padding-left: 1.7em;
	background: transparent url(../images/icons/ico-bullet-black.gif) 0 0 no-repeat;
}
#content ul li.pdf, #content ul li ul li.pdf, #content #efile ul li.pdf {
	padding-left: 1.8em;
	background: transparent url(../images/icons/ico-pdf.gif) 0 0 no-repeat;
}

#content a.flash {
	background: transparent url(../images/icons/ico-flash.gif) 0 0 no-repeat;
	padding: 0 0 0.4em 2em;
}


#content dl {
	margin: 1em;
	font-size: 1.1em;
}
#content dt {
	font-weight: bold;
	padding: 0.3em 0;
}
#content dd {
	padding: 0.3em 0 1em;
}
#content dl.faq {
	margin: 1.5em 0 0 0.5em;
}
#content dl.faq dt {
	font-size: 1.0em;
	background: transparent url(../images/icons/ico-faq.gif) 0 0.3em no-repeat;
	padding: 0.3em 0 0 1.8em;
}
#content dl.faq dd {
	padding: 0 0.5em 0.3em;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 0.8em;
	margin-left: 0.3em;
}
#content dl.faq table {
	margin-left: 1em;
	border-bottom: none;
	margin-bottom: 1em;
}

#content dl p {
	font-size: 1em;
}
#content dl ul, #content dl ol {
	font-size: 1em;
}
#content address {
	font-size: 1.1em;
	font-style: normal;
	padding: 1em;
	background: #f2f2f2;
}
#content dl address {
	font-size: 1em;
	background: transparent;
	padding: 0;
}
#content dl.faq address {
	padding: 0.5em 1em;
	margin: 1em;
	background: #f2f2f2;
}
#content table address {
	font-size: 1em;
	background-color: transparent;
	padding: 0;
}

#content pre {
	font-family: "Bitstream Vera Sans Mono", Courier New, Courier, monospace;
	margin: 1em 1.5em;
	font-size: 1.2em;
}

#content dd table td, #content dd table th {
	font-size: 1em;
}



#content table {
	clear: both;
	width: 100%;
	margin: 1.5em 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}
#content table tr {
	border: 0;
}
#content table td, #content table th {
	padding: 0.5em 0.5em;
	border: 0;
	vertical-align: top;
	font-size: 1.1em;
}
#content table td {
	border-bottom: 1px solid #F3F6F6;
}
#content table tr.precontinue td {
	border-bottom: none;
}
#content table tr.continue td {
	color: #666;
}
#content table tr td.schedule {
	padding-left: 2em;
}
#content table.thirdparty {
	border: none;
}
#content table.thirdparty td {
	padding: 1.5em 1em;
	border: none;
}
#content table.thirdparty td.logo {
	text-align: center;
	vertical-align: middle;
}
#content table th {
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
}
#content .right {
	text-align: right;
}
#content .left {
	text-align: left;
}
#content .center {
	text-align: center;
}
#content table.zebra a {
	color: #366;
}
#content table.zebra a:hover {
	color: #C74E05;
}
#content table.zebra tr td {
	background-color: #fff;
}
#content table.zebra tr.even td {
	background: #F3F7F7;
}
#content table.zebra tr.ruled td {
	background: #FFFFE0;
}


#content .form, #content .instructions, #content .document {
	display: block;
	padding: 0 0 0.3em 2em;
	background: transparent url(../images/icons/ico-form.gif) 0 0 no-repeat;
}
#content span.form {
	display: inline;
	padding-top: 0.1em;
}
#content .fillable {
	background-image: url(../images/icons/ico-form-fillable.gif);
}
#content p.fillnotice {
	text-align: right;
}
#content table th.form-period, #content table th.form-form {
	width: 15%;
}
#content table th.form-name {
	width: 70%;
}

#content .box {
   padding: 0.9em 2em 1em 3.7em;
	font-weight: normal;
	font-size: 100%;
	margin: 2em 0;
   border: 1px solid #ddd;
	background-position: 1em 0.9em;
	background-repeat: no-repeat;
}
#content .box p {
   margin: 0;
   padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}
#content .box p.msg, #content .box p.submsg {
   margin-top: 0.6em;
   font-weight: normal;
}
#content .box p.submsg {
	font-size: 1em;
}
#content .box.message {
   background-color: #f2f2f2;
	background-image: url(../images/icons/ico-message.gif);
}
#content .box.success {
	background-color: #E4FFE4;
	background-image: url(../images/icons/ico-success.gif);
   border-color: #cfc;
}
#content .box.error {
	background-color: #FFE1E1;
	background-image: url(../images/icons/ico-error.gif);
	border-color: #fcc;
}
#content .box.info {
	background-color: #FFFFE0;
	background-image: url(../images/icons/ico-notice.gif);
	border-color: #ff9;
}
#content .box.error p a { color: #900; }
#content .box.success p a { color: #090; }
#content .box.notice {
	background: #FFFFE0;
	border: 1px solid #ff9;
	padding: 0 1em;
}
#content .box.notice p {
	font-weight: normal;
	margin: 1em 0;
}
#content .box.notice a { color: #960; }
#content .box.notice a:hover { color: #000; }
#content .box.notice.pdf {
	padding-left: 6em;
	background: #FFFFE0 url(../images/pdf-bg.gif) 0 0.8em no-repeat
}
#content .box.highlight {
	background-color: #F0F8FD;
	border-color: #D9EDFA;
	padding: 0 1em;
}
#content .box.highlight p {
	font-weight: normal;
	margin: 1em 0;
}
#content .box.highlight a { color: #1569A1; }
#content .box.highlight a:hover { color: #000; }
#content .box ul li, #content .box.highlight ul.conuse li {
	background-image: none;
	padding-left: 0;
	padding-bottom: 0.5em;
}
#content .box.highlight ul { margin-left: 0; }
#content .box.highlight ul li {
	background-image: url(../images/icons/ico-arrow-down.gif);
	padding-left: 1.5em;
}
#content .box.highlight.bullet ul li {
	background-image: url(../images/icons/ico-bullet-black.gif);
	padding-left: 1.5em;
}
#content .box.highlight ul a { text-decoration: none; }
#content .box.highlight ul a:hover { text-decoration: underline; }


/* executive management team */
#content .emt {
	clear: both;
	margin: 2em 0;
}
#content .emt img {
	padding: 0.4em;
	margin: 0 1em 1em;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-left-color: #eee;
	float: left;
}
#content .emt h4 {
	font-size: 1.4em;
}
#content .emt span.title {
	font-weight: bold;
}
#content .emt span.subtitle {
	font-style: italic;
}

/* cybershame */
#content div.cybershame {
	font-size: 1.2em;
	margin: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}
#content div.cybershame address {
	font-style: normal;
	margin-bottom: 0.5em;
}
#content div.cybershame div.owners {
	margin: 0.3em 1em;
}

#content table.related {
	border: 0;
}
#content table.related.non {
	background: #eee;
}
#content table.related td  {
	border: 0;
	text-align: center;
	padding: 0.8em;
	vertical-align: middle;
	width: 25%;
}
#content table.related img {
	margin-bottom: 0.3em;
}

/* efile */
#content #efile {
	background: #F0F8FD url(../images/efile/efile-bg.gif) 0.5em 50% no-repeat;
	border: 1px dotted #C2E2F7;
	border-width: 1px 0;
	margin-bottom: 1em;
	padding: 0.5em;
}
#content #efile h3 {
	display: none;
}
#content #efile ul {
	margin: 2em 0 1.5em 170px;
}
#content #efile ul li {
	background: none;
	padding-left: 0;
}
#content #efile ul li.main {
	padding-bottom: 1em;
}
#content #efile a {
	color: #0F4B73;
}
#content #efile a:hover {
	text-decoration: none;
	color: #000;
}
#content #efile ul li.main a {
	background: transparent url(../images/icons/ico-cursor.gif) 0 0.2em no-repeat;
	padding-left: 23px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 200%;
}


/* form stuff */
#content span.req {
	color: #c00;
	font-weight: bold;
}
#content fieldset {
	margin: 2em 0;
   padding: 0.8em 2em 0.7em;
	border: none;
   background: #f2f2f2;
}
#content fieldset legend {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 1em;
	color: #000;
}
#content div.field {
   clear: both;
   margin: 0;
   padding: 0.7em 0;
	font-size: 1.1em;
}
#content div.field.new {
	padding: 0;
	margin: 0;
}
#content div.field.side {
	clear: none;
	float: left;
	margin-right: 1.5em;
}
#content div.field label {
	display: block;
}
#content div.field.cb label {
	display: inline;
}
#content input, #content textarea, #content select {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   color: #333;
   text-align: left;
	font-size: 1em;
}
#content select {
	margin-top: 0.3em;
	padding: 0.2em 0.2em 0.1em;
	color: #333;
	background: #fff;
   border: 1px solid #404040;
	border-bottom-color: #d4d0c8;
	border-right-color: #d4d0c8;
}
#content select option {
   padding: 0.1em;
	padding-right: 0.8em;
}
#content input, #content textarea {
	margin-top: 0.3em;
   padding: 0.3em;
   background: #fff;
   border: 1px solid #404040;
	border-bottom-color: #d4d0c8;
	border-right-color: #d4d0c8;
}
#content input:focus,
#content textarea:focus {
	background: #fff;
	color: #000;
	border-color: #000 #63615C #63615C #000;
}
#content div.field.cb input {
	border: none !important;
	background: transparent !important;
}
#content div.field.cb label {
   padding: 0 0.5em;
}
#content div.field.disabled input {
   background: #E6E6E6;
   color: #999;
}
#content div.field.hidden { display: none; }
#content input.button,
#content div.field.button input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
   border: 3px double #948B78;
   border-top-color: #E8E6E1;
   border-left-color: #E8E6E1;
	color: #333;
   background: #D0CCC4 url(../images/button-fade.gif) repeat-x;
   padding: 0.3em;
	margin-right: 0.5em;
	text-align: center;
}
#content div.field.submit.side {
	margin-right: 0.5em;
}
#content div.field span.invalid {
	color: #c00 !important;
	font-weight: bold;
	padding-left: 0.3em;
}
#content fieldset p.note {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #333;
	font-size: 1.1em;
	margin: 0.5em 0;
}
#content fieldset div.field p.note {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	margin: 0.3em 0;
}


#content #search-results iframe {
	width: 100%;
}
#content .cancelled {
	color: #900;
	font-weight: bold;
}


#sidebar {
	margin: 0 1em;
	width: 21em;
	float: left;
	padding-top: 1em;
}
#sidebar.nothing {
	background: #E3DED5;
	border-right: 0.6em solid #D9D2C6;
}
#sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.5em;
	margin: 0.5em 0.5em 0.1em;
	color: #544938;
}
#sidebar div.linklist ul {
	list-style: none;
	margin: 0.8em;
	padding: 0.3em 0.8em;
	font-size: 1.1em;
}
#sidebar div.linklist.jumpto ul {
	background: #D9D2C6;
	padding-top: 0.8em;
}
#sidebar div.linklist ul li {
	padding: 0.1em 0.1em 0.6em 2em;
	background: transparent url(../images/icons/ico-note.gif) 0 0 no-repeat;
}
#sidebar div.linklist ul li.pdf {
	background-image: url(../images/icons/ico-pdf.gif)
}
#sidebar div.linklist.jumpto ul li,
#sidebar div.linklist ul li.ext {
	background-image: url(../images/icons/ico-go.gif);
}
#sidebar div.linklist.hottopics ul li {
	background-image: url(../images/icons/ico-flagred.gif);
}
#sidebar div.linklist ul li a {
	color: #4C6709;
	text-decoration: none;
}
#sidebar div.linklist ul li a:hover {
	color: #000;
	text-decoration: underline;
}


#footer {
	font-family: Verdana, Helvetica, sans-serif;
	color: #817056;
	clear: both;
	font-size: 1em;
}
#footer div.date {
	padding: 1em;
	float: left;
	width: 25%;
}
#footer div.links {
	padding: 1em;
	float: right;
	width: 70%;
	text-align: right;
}
#footer div.links p {
	margin-top: 0.4em;
}
#footer div.links p.list {
	margin-top: 0;
}
#footer a {
	color: #817056;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}


#column {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 1em;
	width: 22em;
	height: 0;
	background: #E3DED5;
	border-right: 0.6em solid #D9D2C6;
	z-index: 1;
}
#content, #sidebar {
	position: relative;
	z-index: 2;
}


/* no column pages */
#page.single {
	display: block;
	float: none;
	overflow: visible;
}
#page.single #content {
	display: block;
	float: none;
	width: auto;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}


/* home page special */
#page.home #content {
	text-align: center !important;
}
#page.home #content h2 {
	border: none;
}

#page.home #portal {
	margin: 0 1.5em 1em;
	padding: 2em 0.5em;
	background: #F1F4DF;
}
#page.home #portal ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#page.home #portal ul li {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 33%;
	float: left;
}
#page.home #portal ul li ul {
	display: none;
}
#page.home #portal ul li span {
	display: none; /*block;*/
	padding: 1em 0.5em 0;
	font-size: 90%;
}
#page.home #portal ul li {
	padding: 0;
	background-image: none;
}
#page.home #portal ul li a {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 146px;
	width: 235px;
	text-indent: -9999em;
	margin: 0 auto;
}
#page.home #portal ul li#portal-individual a {
	background-image: url(../images/portal/individual.jpg);
}
#page.home #portal ul li#portal-business a {
	background-image: url(../images/portal/business.jpg);
}
#page.home #portal ul li#portal-preparer a {
	background-image: url(../images/portal/preparer.jpg);
}

#page.home #bottom-info {
	margin: 1.5em 1.5em 2em;
	text-align: left;
}
#page.home #other-features {
	float: left;
	width: 35%;
}
#page.home #focus-features {
	margin-left: 36%;
}

#page.home #bottom-info h4 {
	font-size: 1.1em;
	padding: 0.3em 0.5em;
	margin: 0;
}
#page.home #bottom-info ul {
	font-size: 1.1em;
	padding: 0.7em;
	margin: 0 0.5em 0.5em;
}
#page.home #bottom-info ul li {
	padding-left: 1.8em;
	padding-bottom: 0.5em;
}

#page.home #bottom-info #pressreleases h4 {
	margin: 0;
	font-size: 1.2em;
	background: #D6D9C6;
	padding: 0.3em;
	color: #4F5438;
}
#page.home #bottom-info #pressreleases h4 a {
	color: #000;
	text-decoration: none;
}
#page.home #pressreleases dl {
	background: #ECEDE4 url(../images/pressrelease-bg.gif) 0 100% repeat-x;
	padding: 1em;
	margin: 0;
	border-bottom: 2px solid #CBCFB7;
	border-top: 2px solid #F7F7F3;
}
#page.home #pressreleases dl dt {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 0.4em 1.8em;
	background: transparent url(../images/icons/ico-news.gif) 0 0 no-repeat;
}
#page.home #pressreleases dl dd {
	padding: 0 0 0.3em 2.1em;
	font-size: 1em;
}
#page.home #bottom-info #pressreleases a {
	text-decoration: none;
}
#page.home #pressreleases p.more {
	padding: 0;
	padding-left: 1em;
	margin: 0.2em 0.2em 0.6em;
	font-size: 1em;
}
#page.home #pressreleases p.more a {
	color: #879060;
}
#page.home #pressreleases p.more a:hover {
	color: #000;
}

#page.home .jumpto {
	margin-top: 1.5em;
	background: #E3EDEC url(../images/jumpto-fade.gif) 0 100% repeat-x;
	border-bottom: 2px solid #A8C5C5;
}
#page.home .jumpto a {
	 color: #609090;
}
#page.home .jumpto h4 {
	background: #D5E3E3;
	font-size: 1.2em;
}
#page.home .jumpto li {
	background-image: none;
	padding-left: 0.3em !important;
}
#page.home .jumpto a:hover {
	color: #000;
	text-decoration: none;
}


#page.home .impann {
	margin-top: 1.5em;
	background: #EDEAE3;
	border-bottom: 2px solid #D9D2C3;
}
#page.home .impann a {
	color: #7E6E4F;
}
#page.home .impann h4 {
	background: #D9D2C3;
	font-size: 1.2em;
}
#page.home .impann li {
	background-image: none;
	padding-left: 0.3em !important;
}
#page.home .impann a:hover {
	color: #000;
	text-decoration: none;
}


#page.home #hotitem {
	padding: 1em;
	padding-bottom: 0;
	text-align: center;
	background: #f2f2f2;
}
#page.home #hotitem img {
	padding-bottom: 1em;
}

#page.home #eservices {
	text-align: center;
	padding: 1em;
	background: #0D3A5B;
	margin-bottom: 1em;
}

#page.home #whiteitem {
	background: #FFFFFF;
	padding: 1em;
	padding-bottom: 1em;
	text-align: center;
}

#page.home #other {
	background: #eee;
	border-bottom: 2px solid #999;
}

#page.home #other h4 {
	background: #ccc;
	font-size: 1.2em;
}
#page.home #other ul, #page.home #other ul li {
	margin: 0;
	padding: 0;
}
#page.home #other ul li {
	background-image: none;
	padding: 0.5em 1em;
}
#page.home #other ul li a {
	color: #000;
	text-decoration: none;
}
#page.home #other ul li a:hover {
	text-decoration: underline;
}
/************************************
 Ethan Styles
************************************/
#DataListContainer table td
{
  border-bottom: none;
  background-color:Transparent;
  border-top:none;
  height:40px;
} 
.DatalistVideo
{
    background-color:Transparent;
    padding: 0px 10px 0px 10px;
    margin: 0px 10px 1px 10px; 
}
.VideoThumbnail
{
   float:left;
   clear:both;
   margin-right:4px;
   border-right-color:Red;
   border-left-color:Red;
   border:solid;
   border-right-style:solid;
   width:100px;
}
.VideoTitleLength
{
    background-color:yellow;
    float:right;
    color:Red;
    clear:both;
    margin-left:1px;
    border-right-style:solid;
    border-left-style:solid;
    width:100px;
}
.Videogallerycell
{
    vertical-align: middle;
    text-align:left;
    width: 350px;
    height: 146px;
    border:solid;
    background-color:Transparent;
}   
.VideoThumbnail
{
   float:left;
   clear:both;
   margin-right:4px;
   border-right-color:Red;
   border-left-color:Red;
   border:solid;
   border-right-style:solid;
   width:100px;
}
.VideoTitleLength
{
    background-color:yellow;
    float:right;
    color:Red;
    clear:both;
    margin-left:1px;
    border-right-style:solid;
    border-left-style:solid;
    width:100px;
}
/************************************
Styles for the Video input button
************************************/
.submit {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid Olive;
	border-left: 0;
	color:Olive;
	display: inline;
	margin: 0;
	padding: 0;
    cursor: hand;
}
*:first-child+html .submit {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}
* html .submit {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}
.submit {
	background:silver;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid Olive;
	border-left: 0;
	color:Olive;
	display: inline;
	margin: 0;
	padding: 0;
    cursor: hand;
}
 .AccordionContainer
 {
     padding:15px;
 }
.headerSelected
{
	width: 540px;
	/*background-image: url(../images/Accordion/AccArrowDown.bmp);*/
	/*background-image: url(../images/Accordion/ico-bullet-red.gif);*/
	margin-bottom: 2px;
	padding: 2px;
	color: #444444;
	font-weight: bold;
	cursor: pointer;
	background-repeat: no-repeat;
}
 .contentAcc
{
    background: #fff;          
    color: #4f6b72;
}
.header
{
	width: 540px; 
	/*background-image: url(../images/Accordion/AccArrowRight.bmp);*/
	/*background-image: url(../images/Accordion/ico-bullet-red.gif);*/
	margin-bottom: 2px; /*border-bottom:1px;*/
	padding: 2px;
	color: red;
	font-weight: normal;
	cursor: pointer;
	background-repeat: no-repeat;
}
    .btl-accordionItem-head-inner {
border: 1px solid #15428b !important;
background-image: url(..images/middle-bg-1.gif) !important;
background-repeat: repeat-x;
background-position: top left;
background-color: #99CCFF !important;
height: 100%;
overflow: hidden;
}   
.colLeft
{
    float:left;
    width:45%;
}
.colLeft
{
    display:table-cell;
    padding:1em;
    padding-right:0;
    margin-left:2em;
    width:20em;
    vertical-align:top;
}
.AccordionText
{
    color:#006699;
    margin-left:20px;
}   
.AccordionHeaderSpacing
{
    height:20px;
}
.AccordionDescription
{
    background-color: #FFFFFF;
}

.headerFraud {
width: 800px;
background-image: url(../images/Accordion/AccArrowRight.bmp);
/*background-image: url(../images/Accordion/ico-bullet-red.gif);*/
margin-bottom:2px;
/*border-bottom:1px;*/
padding:2px;
color:red;
font-weight:normal;
cursor:pointer;
}
.headerSelectedFraud{
width: 800px;
background-image: url(../images/Accordion/AccArrowDown.bmp);
/*background-image: url(../images/Accordion/ico-bullet-red.gif);*/
margin-bottom:2px;
padding:2px;
color:#444444;
font-weight:bold;
cursor:pointer;
}
.AccFAQHeader {
width: 400px;
margin-bottom:2px;
padding:2px;
color:darkgreen;
text-decoration:underline;
font-weight:bold;
cursor:pointer;
margin-left:26px;
}

#divReportFraud table thistd.td
{
	text-align: right;
}

.headerBusinessFraud
{
	width: 500px;
	background-image: url(../images/Accordion/AccArrowRightFd.bmp);
	margin-bottom: 2px; /*border-bottom:1px;*/
	padding: 2px;
	color: Maroon;
	font-weight: normal;
	cursor: pointer;
	background-repeat: no-repeat;
}

.headerSelectedBusinessFraud
{
	width: 500px;
	background-image: url(../images/Accordion/AccArrowDownFd.bmp);
	margin-bottom: 2px;
	padding: 2px;
	color: #444444;
	font-weight: bold;
	cursor: pointer;
	background-repeat: no-repeat;
}
 .togglebutton {
padding-top:13px;
}
.togglebutton label 
{
display:block !important;
padding-left:8px;
margin:-1.70em 0 0 25px !important;
}
table.radiobtn_list input
{	
	float: left;
}
table.radiobtn_list label
{	
 	display:block;	
 	background-color:green;
}

#resale table td
{
    vertical-align:middle;
}
#content .result {
   font-size: 10pt;
   line-height:115%;
}
.form-listing
{
	background-color:#EDEAE4;
	font-size:16px;
	margin-top:10px;
}
.form-descrip
{
	font-size:10px;
	margin-top:10px;
	width:500px;
}
.Instruc
{
 font-size :14px;
 color:#733D1A;
  font-weight:bold;
}
.Form-NB
{
	 margin-top: 30px;
}
.dlFormYearsCell
{
    text-align:left;
    width: 10px;
    border:solid;
    background-color:red;
}   
 

 
/* ANSWER CENTER */
.bluebox
{
	border-top: dotted 1px #C2E2F7; 
	border-bottom: dotted 1px #C2E2F7; 
	background-color: #F0F8FD; 
	padding: 0px 5px 10px 5px; 
	margin: 0px 0px 5px 0px;
}

.AnswerCenterAccordion .header
{
	font-family: Arial;
	font-size: 1.1em;
	color: #202020;
	border-top: dotted 1px #C2E2F7;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.AnswerCenterAccordion .headerSelected
{
	font-family: Arial;
	font-size: 1.1em;
	font-weight: normal; /*font-style: italic;*/
	color: #202020;
	border-top: dotted 1px #115782;
	background-color: #E3F4FD;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.AnswerCenterAccordion .content
{
	border-bottom: dotted 1px #115782;
	padding: 3px 10px 3px 10px;
	background-color: #F7F5F2;
}
/* ANSWER CENTER - END */
