@charset "utf-8";
html {
  height:100%;
}
body  {
  height:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #009999;
	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;
}
html>body {
  min-height:100%;
	height:auto;
} 
.SNW #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff url("../images/containertop.png") no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.SNW #splashcontainer { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff url("../images/splashtop.png") no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.SNW #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
} 
.SNW #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.SNW #splashheader {
  height: 445px;
}
.bancent {
  margin: 0 0 0 -25px;
}
.navigator {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* height: 665px; */
  background: url("../images/navback.png") no-repeat;
  margin: 0;
  padding: 0;
  font-size: 90%;
}
.navigator ul {
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
}
.navigator li {
  font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.navigator a {
  display: block;
  width: 168px;
}
.navigator a:link, .navigator a:visited {
  padding: 4px 0px 3px 12px;
  color: #000000;
  text-decoration: none;
}
.navigator a:hover {
  background: url("../images/menua.png");
  color: #ffffff;
}
.navcur {
  background-image: url("../images/curr.png");
}
.navtitle {
  height: 22px;
  padding: 3px 0px 0px 5px;
	font-variant: small-caps;
	font-weight: bold;
  color: #ffffff;
  background: url("../images/menut.png");
}
#imgblock a {
  margin: 8px -3px;
}
#imgblock a:hover {
  background: transparent none;
}
#imgblock img; {
  /* margin: 8px 10px 8px 0; */
}
.SNW #splashContent {
  margin: -20px 0 0 0;
	padding: 0 25px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.SNW #splashContent p {
  text-align: left;
	font-size: 90%;
	padding: 0 0 10px 0;
}
.SNW #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-width: 200px;
}
#mainContent p {
  padding: 11px 0 7px 0;
	line-height: 125%;
}

#mainContent ul {
	padding: 1px 0 7px 30px;
}
#mainContent li {
  font-size: 85%;
  padding: 2px 0 6px 0px;
	list-style: outside url("../images/bullet1.png");
}
#mainContent ul.nobullets {
  padding: 4px 0 5px 30px;
  font-size: 80%;
	list-style: outside none;
}
.dualclip ul {
  float: left;
  width: 540px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dualclip li {
  float: left;
  width: 250px;
	margin: 0;
  background-image: url(../images/bullet1.png);
  background-position: 1px 6px;
  background-repeat: no-repeat;
  padding: 0 0 0 10px; /* left padding moves the text away from the bullet */
} 
.cent {
  text-align: center;
}
.rite {
  text-align: right;
}
.justice {
  width: 100%;
  text-align: justify;
}
.starter {
  font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	font-size: 185%;
}
.pop {
	font-variant: small-caps;
	font-size: 145%;
	font-weight: bold;
}
.drawn {
  font-size: 105%;
	font-weight: bold;
	font-variant: small-caps;  
}
.snap {
  font-size: 100%;
	font-variant: small-caps;  
}
.caseinpoint {
  font-family: Verdana, Arial, Helvetica, sans-serifs;
	padding: 10px 0 10px 0;
	text-align: center;
  font-size: 75%;
	font-weight: bold;
}
.caseless {
  font-family: Verdana, Arial, Helvetica, sans-serifs;
	text-align: center;
  font-size: 125%;
	font-weight: bold;
}
.notice {
  font-size: 95%;
	font-weight: bold;
	font-variant: small-caps;
}
.lesser {
  margin: -15px 0 0 0;
  padding: 0 0 0 0;
	font-size: 85%;
	font-variant: small-caps;
}
.detailline {
  font-size: 95%;
	padding: 0px 0 0px 0;
}
.deFont {
  font-size: 100%;
}
.upFont {
  font-size: 115%;
}
.downFont {
  font-size: 90%;
}
.dupFont {
  font-size: 115%;
	font-weight: bold;
	font-variant: small-caps;  
}
.insider {
  padding: 10px 10px 10px 10px;
}
.centers {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
#sidebar {
  float: right;
	margin-right: 2px;
  color: #ffffff;
	font-size: 75%;
	border: 2px solid #333333;
	background-color: #000000;
	width: 130px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
#sidebar p {
  margin: 0 0 0 0;
	padding: 4px 0 4px 0;
}
.standee {
  margin-left: auto;
	margin-right: auto;
  color: #ffffff;
	font-size: 75%;
	border: 2px solid #333333;
	background-color: #000000;
	width: 88%;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.standee p {
  margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
.standee a:link, #documents a:visited {
  color: #66ffff;
}
.standee a:hover {
  color: #ff0000;
}
.standee table {
  width: 98%;
	margin: 10px;
}
.standee td {
  padding: 3px 0 2px 0;
}
.documents2 {
  float: right;
  color: #ffffff;
	font-size: 75%;
	line-height: 130%;
	border: 2px solid #000066;
	background-color: #009999;
	width: 165px;
	padding: 5px 5px 5px 5px;
	margin: 3px 0 5px 5px;
}
.documents2 a:link, #documents a:visited {
  color: #66ffff;
}
.documents2 a:hover {
  color: #000000;
}
.documents2 p {
  padding: 0 0 0 0;
	text-align: center;
}
#documents {
  float: right;
  color: #ffffff;
	font-size: 75%;
	line-height: 130%;
	border: 2px solid #000066;
	background-color: #009999;
	width: 165px;
	padding: 5px 5px 5px 5px;
	margin: 3px -12px 5px 5px;
}
#documents a:link, #documents a:visited {
  color: #66ffff;
}
#documents a:hover {
  color: #000000;
}
#documents p {
  padding: 0 0 0 0;
	text-align: justify;
}
.card {
  margin: 3px 3px 3px 3px;
}
table.splashtb {
  width: 730px;
  border-collapse: collapse;
  border-spacing: 0px;
	margin: 10px 0 0 0;
}
td.splashtb {
  /* border-bottom: 1px #6699CC dotted; */
  text-align: center;
  font-family: Verdana, sans-serif, Arial;
  font-weight: normal;
  font-size: .8em;
  color: #000000;
  /* background-color: #fafafa; */
  padding: 2px 4px 25px 4px;
}
table.contacts {
  width: 540px;
  /* background-color: #66cccc;
  border: 1px #000000 solid; */
  border-collapse: collapse;
  border-spacing: 0px;
	margin: 10px 0 0 0;
}
td.contactDept {
  /* background-color: #009999;
  border: 1px #000000 solid; */
  font-family: Verdana;
  font-weight: bold;
  font-size: 12px;
	text-align: center;
  color: #252525;
}
td.contact {
  /* border-bottom: 1px #6699CC dotted; */
  text-align: center;
  font-family: Verdana, sans-serif, Arial;
  font-weight: normal;
  font-size: .7em;
  color: #000000;
  /* background-color: #fafafa; */
  padding: 2px 0 2px 8px;
}
td.contactright {
  border-bottom: 2px #6699CC dotted;
  text-align: right;
  font-family: Verdana, sans-serif, Arial;
  font-weight: normal;
  font-size: 1em;
  color: #000000;
  background-color: #fafafa;
  /* padding: 4px 0 4px 8px; */
}
td.contactcent {
  border-bottom: 2px #6699CC dotted;
  text-align: right;
  font-family: Verdana, sans-serif, Arial;
  font-weight: normal;
  font-size: 1em;
  color: #000000;
  background-color: #fafafa;
}
td.contactleft {
  border-bottom: 2px #6699CC dotted;
  text-align: left;
  font-family: Verdana, sans-serif, Arial;
  font-weight: normal;
  font-size: 1em;
  color: #000000;
  background-color: #fafafa;
  padding: 14px 0 14px 8px;
}

td.list {
  text-align: center;
  font-family: Verdana, sans-serif, Arial;
  font-weight: normal;
  font-size: 1em;
  color: #000000;
  padding: 2px 0 2px 8px;
}
table.rates {
  width: 540px;
  border-collapse: collapse;
  border-spacing: 0px;
	margin: 15px 15px 15px 15px;
}
.ratesHead {
	font-weight: bold;
}
table.rates td {
  text-align: center;
  padding: 4px 0 4px 0;
}
.ratesColor {
  color: #008080;
	font-weight: 600;
}
.tableFrame {
  width: 98%;
	table-layout: automatic;
	border: solid 3px #009090;
	border-collapse: collapse;
	font-size: 75%;
	text-align: center;
	margin-bottom: 10px;
}
.tableFrame td{
 border: solid 1px #009090;
 border-collapse: collapse;
 padding: 4px 0 4px 0;
}
table.times {
  width: 55%;
  border-collapse: collapse;
  border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.times2 {
  width: 70%;
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: center;
}
.times2 td {
  padding: 3px 0 2px 0;
}
table.times3 {
  margin-right: auto;
	margin-left: auto;
  width: 86%;
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: center;
}
.times3 td {
  padding: 3px 0 2px 0;
}
.SNW #footer {
  text-align: right;
	font-size: 70%;
	padding: 100px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url("../images/footerback.png"); 
	color: #ffffff;
} 
.SNW #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 */
}
.mbanner {
  margin: 0 -15px 0 0;
}
.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: 0px 8px 0px 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px 8px 0px 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;
}
#bodymass {
  float: right;
  padding: 10px 10px 10px 10px;
	width: 200px;
	height: 480px;
	background-color: #009999;
	border: 2px solid #000066;
}

/* font fixing fun */
h1 {
	font-size: 175%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}
h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu {
	font-size: 100%;
}
h5 {
	font-size: 85%;
}
h6 {
	font-size: 70%;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
/* -- end font fixing -- */