a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #333333;
}
.basicForm {
}

.basicForm .checkBoxWrapper {
  display: inline;
  margin-right: 25px;
}

.basicForm .checkBoxWrapper label {
  font-weight: bold;
  text-align: right;
  float: none;
  display: inline;
}

.basicForm .checkBoxWrapper input {
  position: relative;
  top: -2px;
}

#ie-root .basicForm .checkBoxWrapper input {
  top: 0px;
}

.blogEntrySpacer {
  border-bottom: 2px dotted #333333;
  clear: both;
  margin: 0 0 2em 0;
  padding-top: 1.5em;
}

.blogTypeContent .entry {
  clear: both;
  margin-bottom: 20px;
}

.blogTypeContent p {
  clear: right;
}

.blogTypeContent .entry .mainImage {
  float: left;
  margin: 0 1em 1em 0;
}

.bold {
  font-weight: bold;
}

.carouselNavigation {
  text-align: right;
  margin-top: -.8em;
  padding: 5px;
  background-color: #FFFFFF;
  /*border-bottom: 1px dotted #666666;*/
}

.carouselNavigation .left-button-image {
  margin-right: -2px;
}

.carouselNavigation .right-button-image {
  margin-left: -2px;
}

.carouselNavButton {
  display: inline;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

.carouselBottom {
  text-align: center;
  padding: 10px;
  height: 35px;
  font-weight: bold;
  border-top: 1px dotted #666666;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.clearRight {
  clear: right;
}

.clearLeft {
  clear: left;
}

.closeButton {
  width: 15px;
  height: 15px;
}

.customerServicePhoneNumber {
  float: right; 
  color: #000000; 
  font-weight: bold; 
  font-size: 123.1%; 
  margin-top: -25px; 
  padding-right:10px;
}

.extraTinyImg {
  width: 50px;
  height: 50px;
}

.fontStandOut, .fontStandOut a {
  color: #ed3138;
}

#forgotPasswordLink {
  font-weight: bold;
  font-size: 93%;
  color: #ed3138;
  display: block;
  margin-top: 5px;
}

.gadgets {
  border: 1px solid #333333;
  width: 400px; 
  height: 200px; 
  overflow: hidden;
  background-color: #FFFFFF; 
}

.gadgetsHeader {
  background-color: #CCCCCC;
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #333333;
}

.gadgetsHeader h3 {
  float: left;
  color: #333333;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 0px;
}

.gadgetsHeader .closeButton {
  float: right;
}


.hidden {
  display: none;
}


h1 {
  font-size: 153.9%;
  height: 25px;
  width: 98%;
  margin-top: 0px;
  padding: 10px;
  padding-left: 0px;
  margin-bottom: 10px;
}

.h1alert {
	color: red;
}

h2 {
  font-size: 138.5%;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 123.1%;
  font-weight: bold;
  margin-bottom: .5em;
}

h4 {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: .5em;
}

.horizDivider {
  border-bottom: 1px solid #333333;
}

.indicator {
  width: 140px;
  height: 45px;
  border: 1px solid #333333;
  background-color: #FFFFFF;
  padding-top: 25px;
  padding-left: 15px;
}

.indicator img {
  float: right;
  margin-right: 10px;
  margin-top: -8px;
}

.indicator .indicatorText {
  display: inline;
  font-weight: bold;
  font-size: 153.9%;
  margin-left: -5px;
}

.inlineForm {
}

.inlineForm .caption {
	display: inline;
	font-style: normal;
	color: #000000;
	font-size: 93%;
	font-weight: bold;
}

.inlineForm .button {
  display:inline-block; 
  position:relative; 
  top:7px;
}

inlineForm input {
	display: inline;
}

.inlineForm label {
	display: inline;
	color: #000000;
	border: 1px solid red;
}

.inlineForm .submit {
	position: relative;
	top: 9px;
}

.list li {
  list-style-type: disc;
  list-style-position: outside;
}

.maBox {
  border: 1px solid #333333;
  /*margin: 10px;*/
  background-color: #FFFFFF;
}

.maBox h3 {
  background-image: url(../images/backgrounds/10.png);
  color: #FFFFFF;
  background-repeat: repeat-x;
  margin-top: 0px;
  padding: 3px 2px 2px 5px;
  font-weight: bold;
  font-size: 116%;
  height: 2.0em;
}

.maBox .maBoxContent {
  padding: 5px;

}

.maBox .centered {
  padding: 2px 2px 2px 2px;
  text-align: center;
}


.maBox ul {
  list-style: none
}

.maBox li {
  margin-bottom: 5px;
  margin-left: 3px;
}

.maBox th {
  text-align: left;
  padding-right: 30px;
  white-space: nowrap;
}

.maBox td {
  text-align: right;
  white-space: nowrap;
  padding-right: 10px;
}

.maBox img {
  border: none;
}

.maBoxSimple {
  background-color: #022752;
  padding: 10px;
}

.maBoxSimple .contentWrapper {
  background-color: #FFFFFF;
  background-image: url(../images/backgrounds/8.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 10px;
  /*height: 250px;*/
  border: 2px solid #bdd0ee;
}

.maBoxSimple h3 {
  color: #FFFFFF;
  margin-top: -5px;
}

.maBoxSmall {
  padding: 5px;
  border: 1px solid #CCCCCC;
}

.maBoxSmall h4 {
  margin-bottom: 3px;
}

.mailTo {
  font-weight: bold;
  color: blue;
}

.maxMinButton {
  margin-right: 10px;
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.message {
  color: #ed3138;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin: 5px;
}

p {
  font-size: 108%;
}

.page .entry {
  margin-bottom: 20px;
}

.page p {
  margin-bottom: 10px;
}

.page a {
  font-weight: bold;
  color: blue;
}

.page .floatedImage {
	float: left;
	margin-right: 10px;
}

.page h3 {
	clear: both;
}


.pager {
  margin: 5px;
}

.pagerArrow {
  width: 10px;
  position: relative;
  top: -2px;
  margin-left: 3px;
  margin-right: 3px;
  z-index: 2;
}

#ie-root .pagerArrow {
  top: 0px;
}

.pagerCurrentPage {
  border: 1px solid #333333;
  display: inline;
  font-weight: bold;
  padding-right: 2px;
  padding-left: 2px;
}


.rightNav {
  border: 2px solid #CCCCCC;
  padding: 5px;
  background-color: #bdd0ee;
}

.rightNav h3 {
  text-align: center;
}

.rightNav th {
  padding: 3px;
  text-align: left;
  font-weight: bold;
}

.rightNav td {
  padding: 3px; 
}

.tableForm table{
	width: 100%;
}

.tableForm td {
	text-align: right;
}



/* "Search By" Forms */
.searchByForm label {
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
  color: #000000;
}

.searchByForm input {
  width: 8em;
}

.searchByForm .smallButton {
  position: relative; 
  top: 5px;
  width: 70px;
}

.searchByForm .noResults {
  color: red;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
/* END "Search By" Forms */


.sectionHeader {
  border-bottom: 1px solid #333333;
}

.sectionContent {

}

.selectionBox {
    border: 1px solid #CCCCCC;
    text-align: center;
    width: 100px;
    margin: 0px 10px 10px 0px;
}

.selectionBox h3 {
    background-image: url(../images/backgrounds/9.png);
    background-repeat: repeat-x;
    font-size: 108%;
    margin-top: 0px;
    text-align: left;
    color: #FFFFFF;
	padding: 5px;
	padding-top: 0px;
	height: 20px;
}

.selectionBox .title {
  margin-top: 10px;
  display: inline;
  position: relative;
  top: 2px;
}

.specialMessageH2 {
	padding: 20px 10px 20px 10px;
	border: 1px dotted #333333;
	background-image: url(../images/backgrounds/6.png);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.specialMessage2 {
	padding: 20px 10px 20px 10px;
	border: 1px dotted #333333;
	background-image: url(../images/backgrounds/6.png);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	margin-bottom: 20px;
}

.specialMessage2 p {
  font-size: 108%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.underlineDotted {
  border-bottom: 1px dotted #333333;
}

