
div.test {
	background: #696F46;
	color: #f0e8f2;
	list-style: katakana;
} 
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */


/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h4,h5,h6,pre,code { font-size:100%; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
pre,form,body,html,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }
/* END of undo formating */
img {
	vertical-align: middle;
}
table        {
	margin: auto;
	width: 100%;
}
td {
	text-align: left;
	vertical-align: top;
}
body         {
	font-family: Arial;
	font-size: 100%;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background: White;
	background-image: url(../images/bg/purple3.png);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
}
/* hyperlinks */
a:link,a:visited,a:active {
color:#B74241;
}
a:hover {
text-decoration:underline;
}
a:link.a,a:visited.a,a:active.a {
color:#B74241;
padding:0 0 0 10px;
background: url(../images/arrow-purple-8h.gif) no-repeat left 6px;
}
a:hover.a{
text-decoration:underline;
}
a:link.aw,a:visited.aw,a:active.aw {
color:white;
padding:0 0 0 10px;
background: url(../images/arrow-purple-8h.gif) no-repeat left 4px;
}
a:hover.aw{
text-decoration:underline;
}
a:active.menu,a:link.menu,a:visited.menu{
color:#333333;
}
a:hover.menu {
text-decoration:underline;
}
a:active.menuw,a:link.menuw,a:visited.menuw{
color:#ffffff;
}
a:hover.menuw {
text-decoration:underline;
}
a:active.menub,a:link.menub,a:visited.menub{
color:#333333;
}
a:hover.menub{
text-decoration:underline;
color:#3b73b9;
}
a:link.nd,a:visited.nd{
color:#333333;
text-decoration:none;
}
a:link.ndb,a:visited.ndb{
color:#013472;
text-decoration:none;
}
a:active.nd,a:hover.nd,a:active.ndb,a:hover.ndb{
text-decoration:none;
}
.photo_solid_border {
	border: 1px solid #DCDBD9
}
h1           {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2           {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}
h3 {
	margin: 0;
	font-weight: bold;
	font-size: 110%;
}
table {
	margin: auto;
}

td.content_areas {
	vertical-align: top;
	text-align: left;
	padding: 20px;
}
td.topright_align {
	vertical-align: top;
	text-align: right;
}
td.topleft_align {
	vertical-align: top;
	text-align: left;
}
td.topcenter_align {
	vertical-align: top;
	text-align: center;
}
span.bold_text {
	font-weight: bold;
}
span.italic_text       {
	font-style: italic;
}
span.salmon_text {
	color: #B74241;
}
span.red_text {
	color: #CC0000;
}
span.brown_text {
	color: #42291D;
}
span.s70percent_size    {
	font-size: 70%;
}
span.s80percent_size     {
	font-size: 80%;
}
span.s90percent_size     {
	font-size: 90%;
}
span.s110percent_size  {
	font-size: 110%;
}
span.s120percent_size  {
	font-size: 120%;
}
ul, ol           {
   margin: .5em 0 1em 30px;
	padding-left: 30px;
}
li           {
	margin: 0 0 3px 0;
	padding-top: 0;
	padding-bottom: 1px;
}
li.space_bottom {
	padding-bottom: 5px;
	padding-top: 0px;
}
blockquote {
}

.photo_border_no_float {
	padding: 0px;
	border: 3px double #C0C0C0;
}
.photo_float_right {
	padding: 0px;
	float: right;
	border: none;
	margin-left: 10px;
}
.photo_float_left {
	padding: 0px;
	float: left;
	border: none;
	margin-right: 10px;
}
/*drop down for anylink*/
#dropmenudiv{
	position: absolute;
	border: 1px solid #241E1E;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 101;
	text-align: left;
	margin-top: 0px;
	background-color: White;
	margin-left: 0px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: White;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #F1C553;
}
/*end drop down for anylink*/

/*random background images frontpage*/
#container {
	width: 500px;
	height: 326px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: White;
}
/*hrs*/
div.hr100 {
	margin: 1em auto 1em;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #9F9F9F;
	text-align: center;
}
div.hr90 {
	margin: 1em auto 1em;
	width: 90%;
	height: 1px;
	border-bottom: 1px dotted #9F9F9F;
	text-align: center;
}
h2.audigy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: .5em;
}
p.audigy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: .5em;
	text-align: justify;
	letter-spacing: 200%;
	line-height: 140%;
}
.gold {
	color: #89761D;
}
ol.audigy {
	font-size: 120%;
	margin-bottom: .75em;
	color: #89761D;
}
ul.gold {
	margin-bottom: .75em;
	color: #89761D;
}
/* For preloading images */
.hiddenPic {
	display: none;
}
#payplan {
	width: 600px; 
	border: 1px solid #C0C0C0;
}
#payplan th {
	text-align: center;
	height: 22px;
	background-color: #666666;
	color: white;
}
#payplan td {
	text-align: center;
}
#payplan .grey {
	background-color: #f5f5f5;
}
legend {
	color: #333333;
}.table-contact {
margin: 0 auto;
}
.table-contact td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
tr.phone {
	font-weight: bold;
	font-size: 115%;
	color: #6b1e7d;
}
tr.map-dir {
	font-size: 80%;
}table.ppListing {
	font-size: 9pt;
}
table.ppListing .c1 {
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
table.ppListing .c2 {
	width: 350px;
	text-align: left;
	padding: 5px 0;
}
table.ppListing .c3 {
	text-align: center;
	padding: 5px 0 0 5px;
}
table.ppListing .c3 form {
	text-align: center;
	margin: 12px 0 0 0;
}
table.ppListing ul {
	margin: 0 0 .5em 0;
}
#footer {
	text-align: center; 
	width: 760px; 
	margin: 5px auto 0px auto;
}
#passport {
	float: right;
	margin: 0 0 0 20px;
	position: relative;
	z-index:5;
	top: -5px;
}
/* Start Benefits Layout */
#Bmain {
	border:1px solid #CCCCCC; 
	width: 955px;
	margin-left:auto; 
	margin-right:auto;
}

#Bnav {
	font-size: 11pt;
	color: white;
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#BcontentC {
	background: #FFFFFF url('../images/effect_horizontal_shadow2.gif') repeat-x left top;
	padding: 0; 
}
#Bcontent {
	width: 100%; 
	margin-top: 20px
}
#Bconarea {
	margin: auto 20px 10px auto;
}
#B-content {
	width: 915px;
	margin: 20px auto 10px auto;
}
#Bfooter {
	text-align: center; 
	width: 955px;
	margin: 5px auto; 
}
.Bright {
	width: 260px;
	float: right;
	margin: 0 0 10px 30px;
	text-align: center;
	position: relative;
	z-index: 5;
	top: -25px;
}
.Bright2 {
	width: 350px;
	float: right;
	margin: 0px 0px 10px 30px;
	position: relative;
	z-index: 5;
	top: 0px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #e9e9e9;
	border: 1px dotted #d3d3d3;
}
.Bright2 p {
margin:0 20px 1em 20px;
}
.Bquote {
	padding: 40px 10px 10px; 
	background-image: url(../images/quotestart.png); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left top; 
	font-size: 12pt; 
	color: rgb(102, 102, 102); 
	text-align: left; 
	line-height: 120%; 
	margin-top: 0pt;
}
a:link.menuB, a:visited.menuB, a:active.menuB       {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.menuB      {
	text-decoration: none;
	color: #fad107;
}
.right {
	float: right;
	margin: 0 0 5px 30px;
}
.left {
	float: left;
	margin: 0 30px 5px 0;
}
.border {
		border: 3px double #C0C0C0;
}
.clearfloat{
clear:both;
height:0;
font-size:1px;
line-height:0px;
}
.B-Bio {
	border-bottom: 1px solid #b9b9b9;
	width: 99%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	clear: both;
	height: 180px;
}
#Btag {
	float: right; 
	margin-right:95px; 
	margin-top:20px
}
#Bheader {
	width: 935px;
	margin: 2px auto 2px auto;
	font-size: 9pt;
	color: white;
}
#Bheader1 {
float: right;
width: 350px;
text-align: right;
}
#Bfrontad {
	width: 400px;
	float: right;
	margin: 30px 0 0 15px;
	text-align: center;
}