body {
	background-color:#ffffff;
	margin: 0px;
}

h1 {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 0px 0px 0px;
	color: #ffffff;
	text-align: right;
}

.levelacontainer {
	margin: 0 auto 0 auto;
	margin-top: 0px;
	display: table;
	border-collapse: collapse;
}

.levelacell {
	display: table-cell;
	width: 1800px;
	height: 10px;
	background-color: #93b4da;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; box-sizing: border-box;
}

.levelbcontainer {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: table;
	border-collapse: collapse;
}

.levelbcolumn {
	display: table-row;
	overflow: hidden;
	width: 1800px;
}

.levelbcell {
	display: table-cell;
	align: center;
	width: 1800px;
	height: 116px;
	padding-top: 5px;
	background-color: #93b4da;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; box-sizing: border-box;
}

.levelthreecontainer {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: inline-block;/* I added this so the textbox below pictures would free-float */
	border-collapse: collapse;
}

.levelthreecolumn {
	display: table-row;
	overflow: hidden;
	width: 1000px;
}

.levelthreecell {
	display: table-cell;
	align: center;
	width: 1800px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; box-sizing: border-box;
	/* this box contains the text at the bottom of the page */
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}

.levelfivecontainer {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: table;
	border-collapse: collapse;
}

.levelfivecolumn {
	display: table-row;
	overflow: hidden;
	width: 1800px;
}

.levelfivecell {
	display: table-cell;
	align: center;
	width: 1800px;
	height: 30px;
    padding-top: 10px;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; box-sizing: border-box;
}

.mainbodyintrotext {
	font-family: "helvetica neue", lucida sans, arial, sans-serif;
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
}

.logotext {
	font-family: "helvetica neue", lucida sans, arial, sans-serif;
	font-size: 26px;
	line-height: 26px;
	color: #000000;
    font-weight: bold;
	text-align: center;
}

.bluewarrantytext {
	font-family: "helvetica neue", lucida sans, arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #0b75c8;
    font-weight: bold;
	text-align: center;
}
.centerclear {
    margin: auto;
    width: 318px;
}



.whitefootertitletext {
	font-family: "helvetica neue", lucida sans, arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.sloganbandtext A:link {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.sloganbandtext A:visited {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.sloganbandtext A:active {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.sloganbandtext A:hover {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#topaddressbox {
	width: 290px;
	vertical-align: top;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 16px;
	font-family: "lucida grande", arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #FC0;
	font-weight: bold;
	border: 1px solid green;
}

/* below this line is the content from shorty css) */

@charset "utf-8";
/* CSS Document */

<style class="cp-pen-styles">@media (min-width: 900px) {
  .menu {
    font-size: 1.2em;
  }
}
.menu {
  height: 20px; /* this controls height of large menu bar */
  margin-top: 20px; /* this controls distance from top of large menu bar */
  padding: 0.8em;
  background: #000000; /* this controls menu background color */
  min-height: 2em; /* this controls height of down-sized empty menu bar. was 2em */
  line-height: 1em; /* this controls height of the menu item boxes */
}
.menu > ul {
  transition: max-height 0.25s linear;
}
.menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu li {
  transition: visibility .25s linear;
  display: inline-block;
  border: 1px solid; /* this controls menu item borders */
  padding: .45em 1.1em; /* first value controls space above and below text, second value is space on left and right */
  margin: 0 .3em; /* the right-hand vale controls space between menu items */
  position: relative;
  background: #666; /* this controls menu item background color */
}
@media (min-width: 651px) {
  .menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;
  }
  .menu li:hover ul {
    display: block;
  }
  .menu li li {
    margin: -1px 0 0 0;
    box-sizing: border-box;
    width: 50%;
  }
}
@media (max-width: 650px) {
  .menu > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0 3.5em 0 1em;
  }
  .menu li {
    visibility: hidden;
    display: block;
    padding: 0.5em 0.6em;
    border: none;
  }
  .menu li ul {
    margin-top: 0.5em;
    border-left: 1px solid #000;
  }
  .menu .navbar-handle {
    display: block;
  }
  #navbar-checkbox:checked + .menu ul {
    max-height: 300px;
  }
  #navbar-checkbox:checked + .menu li {
    visibility: visible;
  }
  #navbar-checkbox:checked + .menu .navbar-handle,
  #navbar-checkbox:checked + .menu .navbar-handle:after,
  #navbar-checkbox:checked + .menu .navbar-handle:before {
    border-color: #aaa;
  }
}

.navbar-checkbox {
  display: none;
}

.navbar-handle {
  display: none;
  cursor: pointer;
  position: relative;
  font-size: 45px;
  padding: .5em 0;
  height: 0;
  width: 2.4em; /* this controls the lengths of the three bars in the nav button, was 1.66666667em */
  border-top: 0.23333333em solid;/* this controls the thickness of the top bar above the nav button, was 0.13333333em */
}

.navbar-handle:before,
.navbar-handle:after {
  position: absolute;
  left: 0;
  right: 0;
  content: ' ';
  border-top: 0.23333333em solid;/* this controls the thickness of the lower two bars above the nav button, was 0.13333333em */
}

.navbar-handle:before {
  top: 0.37777778em;
}
.navbar-handle:after {
  top: 0.88888889em;
}
.menu {
  position: absolute;
  top: 0;/* this controls menu's distance from the top of the page (200 works good but small nav goes transparent) */
  left: 0;
  right: 0;
}
.menu .navbar-handle {
  position: absolute;
  font-size: 1.1em;
  top: 0.7em;
  right: 12px;
  z-index: 10;
}
</style>


/* below this line is the content from mynew css) */

.container{ margin-left:auto;
margin-right:auto;
} /* outer box */

@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:700px; margin-right:auto;margin-left:auto}/* this controls width and position of outer box */

.container-fluid{
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto;
}
 
 
 
.row{
margin-right:-5px;
margin-left:-5px
border: 1px solid #666;
}
 
 {.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}

.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}
 
 
 
.col-md-4{width:700px;
display: inline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; box-sizing: border-box;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 10px;
}/* inner box that holds text */

.col-md-4-fix{width:700px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; box-sizing: border-box;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
}/* pushes text to right */