body, ul, li, h1, h2, h3, h4, form {
	margin:0;
	padding:0;
}

body {
	font-family:Arial;
	font-size:75%;
    line-height:1.3em;
	color:#5a5a5c;
}

li {
  margin-left:20px;
  padding-bottom:5px;
}

ul.bulletlist {
  list-style-image: url(/images/li.gif);
  margin-bottom:10px;
}

ol {
    padding:0px;
}

h1 {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:2.2em;
    margin-bottom:20px;
    line-height:1em;
    font-weight:normal;
}

h2 {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.3em;
    margin-bottom:10px;
    line-height:1em;
    font-weight:normal;
}

h3 {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.2em;
    margin-bottom:10px;
    line-height:1em;
    font-weight:normal;
}

h4 {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.1em;
    margin-bottom:10px;
    line-height:1em;
    font-weight:normal;
}

h5 {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1em;
    margin-bottom:5px;
    line-height:1em;
}

img {
	border:0;
}

img.flashlogo {
	margin:0 auto;
	text-align:center;
}

a {
	color:#C92820;
/*   border-bottom:1px dotted #bbb;
  text-decoration:none; */
}

a:hover {
	color:#CC9933;
/*   text-decoration:underline; */
}

p {
  margin-top:0px;
  line-height:1.5em;
}

table {
  border-collapse:collapse;
  border:0;
}

/*
  box
*/

.box {
  width:750px;
  padding:0 0 20px 0;
  margin-bottom:20px;
  background:url(/images/box-all.png) bottom left no-repeat;
}

.box div.header {
  padding:10px 10px 10px 10px;
  background:url(/images/box-all.png) top left no-repeat;
  text-align:left;
}

.box div.headerblank {
  padding:10px 10px 10px 10px;
  background:url(/images/box-all-blank.png) top left no-repeat;
  text-align:left;
}

.box div.content {
  margin:0;
  padding:0 25px 0 25px;
  background:url(/images/box-mid.png) top left repeat-y;
}

.box div.footer {
  margin-top:10px;
  font-weight:bold;
  text-align:center;
}

.box p.text {
  float:right;
  width:270px;
  display:block;
  margin:0;
}

.box span.note, .plainbox span.note {
  font-weight:bold;
  font-style:italic;
  font-size:0.9em;
}

.box td.imageright, .plainbox td.imageright {
  padding-left:20px;
}

.box td.imageleft, .plainbox td.imageleft {
  padding-right:20px;
}

.box td, .plainbox td {
  vertical-align:top;
}

.box-small {
  width:340px;
  padding:0 0 20px 0;
  margin-bottom:20px;
  background:url(/images/box-small-all.png) bottom left no-repeat;
}

.box-small div.header {
  padding:10px 10px 10px 10px;
  background:url(/images/box-small-all.png) top left no-repeat;
  text-align:left;
}

.box-small div.headerblank {
  padding:10px 10px 10px 10px;
  background:url(/images/box-small-all-blank.png) top left no-repeat;
  text-align:left;
}

.box-small div.content {
  margin:0;
  padding:0 25px 0 25px;
  background:url(/images/box-small-mid.png) top left repeat-y;
}

.box-small div.footer {
  margin-top:10px;
  font-weight:bold;
  text-align:center;
}

.box-small p.text {
  float:right;
  width:270px;
  display:block;
  margin:0;
}

.box-small span.note {
  font-weight:bold;
  font-style:italic;
  font-size:0.9em;
}

.box-small td.imageright {
  padding-left:20px;
}

.box-small td.imageleft {
  padding-right:20px;
}

.box-small td {
  vertical-align:top;
}

/*
  end box
*/

.sonosred {
  color:#C92820 !important;
}

.headinggreen {
  color:#54b948;
  font-size:1.3em;
  font-weight:bold;
  margin-bottom:10px;
  display:block;
}

.sectionheading {
  clear:both;
	margin:20px 0 15px 0;
	padding-top:10px;
	background:url(/images/rule-h-lg.gif) repeat-x top;
}

.imgfloatright {
  float:right;
  margin:0px 0px 30px 30px;
}

.imgfloatleft {
  display:block;
  float:left;
  margin:0px 30px 30px 0px;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}


.pointheader {
  display:block;
  font-weight:bold;
  margin-bottom:5px;
}

.subheading {
  font-size:1.9em;
  line-height:1em;
  color:#c82c00;
  margin-bottom:20px;
}

#baloon .heading {
	font-size:1.1em;
	font-weight:bold;
}

#baloon .address {

}

#baloon .notes {
	color:#666;
}

.loader {
  width:100%;
  height:25px;
  background:url('/images/loader.gif') no-repeat center center;
}

#banner {
  margin:0px;
  display:block;
  clear:both;
}

dd.title {
  font-family:Verdana, Arial, sans-serif;
  font-weight:bold;
}

.intropara {
  margin:20px 0 20px;
}

.intropara img {
  display:block;
  float:left;
  clear:both;
  margin-right:20px;
}

p.note {color:#555; font-size:0.9em;}

#states {
  padding:0;
	margin-left:25px;
}

#states li {
  margin:0;
	display:inline;
}

#states span.separator {
	font-size:0.8em;
	color:silver;
	padding:0px 5px 0px 5px;
}

.qh {
  color:#000;
}

.q {
  color:#808080;
}

a.button {
  background:transparent url(/images/buttons/btn_grey.gif) no-repeat scroll left top;
  display:block;
  float:left;
  font-size:11px;
  height:23px;
  line-height:15px;
  margin-right:6px;
  padding-left:7px;
  color:#222;
  text-decoration:none;
  font-family:Arial !important;
}

a.button span {
  background:transparent url(/images/buttons/btn_grey.gif) no-repeat scroll right top;
  display:block;
  padding:4px 15px 4px 7px;
  white-space:nowrap;
}

a.noshadow {
  background:transparent url(/images/buttons/btn_noshadow.gif) no-repeat scroll left top;
  height:17px;
}

a.noshadow span {
  background:transparent url(/images/buttons/btn_noshadow.gif) no-repeat scroll right top;
  padding:1px 10px 1px 7px;
}
