@charset "utf-8";
/* CSS Document */

html{
height:100%;
}

body {
background-color: #236cb3;
padding: 0px;
margin: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
height:100%;
}

hr {
color: #0b69b3;
height: .5px;
}

.check {
margin-left: 200px;
line-height: 2em;
}

.testme {
border-top: dashed 1px #0b69b3;
margin: 5px 0px 0px 0px;
padding: 10px 5px 0px 30px;
background: url('images/quote.png') no-repeat top left;
}

.testmenot {
text-align: right;
padding: 0px 25px 5px 0px;
margin: 5px 0px 0px 0px;
background: url('images/quote2.png') no-repeat bottom right;
}

.pricetable {
border-collapse: collapse;
border-color: #148fce;
}

.priceheader {
background-color: #a0cae5;
border-bottom: solid 1px #148fce;
}

.smalltext {
font-size: 10px;
}

.submitme {
display: block;
background: url(images/button2.png) no-repeat;
height: 40px;
width: 190px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
font-size: 14px;
border: none;
}

.progress1 {
background: url('images/progress4.png') repeat-x;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
text-align: center;
}

.progress2 {
background: url('images/progress5.png') repeat-x;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
text-align: center;
}

.scrollme {
height: 455px;
width: 670px;
overflow: hidden;
overflow-y:scroll;
line-height: 1.5em;
padding: 5px;
}

.scrollmenot {
height: 455px;
width: 670px;
overflow: hidden;
line-height: 1.5em;
padding: 5px;
}

h1 {
font-size: 16px;
color: #0b69b3;
margin: 5px;
}

.background[class]{
background-image: url('images/seethru.png');
padding: 10px;
}

.background2[class]{
background-image: url('images/seethru2.png');
padding: 10px;
border-right: solid 1px #000b39;
border-bottom: solid 1px #000b39;
}

#flashcontent {
height: 100%;
width: 100%;
}

.logo {
position:absolute;
top: 30px;
right: 300px;
background-image: url('images/jt-website-design-logo.png');
background-repeat: no-repeat;
width: 398px;
height: 120px;
z-index: 1;
}

.menu {
position: absolute;
top: 115px;
right: 755px;
background: transparent;
z-index: 200;
width: 191px;
}

.content {
position: absolute;
top: 105px;
right: 50px;
width: 700px;
background: transparent;
z-index: 0;
}

a:link{
color: #30509e;
text-decoration: underline;
}
a:visited {
color: #30509e;
text-decoration: underline;
}
a:hover {
color: #30509e;
text-decoration: none;
}

a.footme {
color: #000;
}

.footer {
color: #000b39;
font-size: 11px;
font-weight: bold;
}

.mymenu, .mymenu2 {
list-style-type: none;
padding: 0px;
z-index: 200;
}

.mymenu li a:hover, .mymenu li a:link, .mymenu li a:visited {
display: block;
height: 30px;
width: 176px;
padding-left: 15px;
padding-top: 10px;
font-weight: bold;
text-decoration: none;
font-size: 14px;
}

.mymenu li a:link, .mymenu li a:visited{
background: url('images/button.png') no-repeat;
color: #ffffff;
}

.mymenu li a:hover, .mymenu li:hover{
background: url('images/button-over.png') no-repeat;
color: #0382c7;
}

.mymenu li ul {
position: absolute;
left: 150px;
top: 30px;
display: none;
padding: 0px;
width: 150px;
overflow: visible;
}

.mymenu li ul li a:link, .mymenu li ul li a:visited, .mymenu li ul li a:hover {
display: block;
text-decoration: none;
font-weight: bold;
padding: 4px 5px 4px 5px;
background: transparent;
background-image: none;
border: none;
height: 15px;
}

.mymenu li ul li a:link, .mymenu li ul li a:visited {
background: none;
color: #000000;
}

.mymenu li ul li a:hover, .mymenu li ul li:hover {
background: none;
color: #ffffff;
}

.mymenu li:hover ul, .mymenu li a:hover ul  {
display: block;
float: left;
margin-left: 0px;
list-style: none;
padding-left: 0px;
}

.mymenu2 li a:link, .mymenu2 li a:visited, .mymenu2 li a:hover{
display: block;
background: url('images/button2.png') no-repeat;
height: 30px;
width: 171px;
padding-left: 20px;
padding-top: 10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
font-size: 14px;
}

.mymenu2 li a:hover{
color: yellow;
}

.border-left {
background: url(images/border-left.png) repeat-y right;
width: 15px;
}

.border-right {
background: url(images/border-right.png) repeat-y left;
width: 15px;
}

.border-top {
background: url(images/border-top.png) repeat-x bottom;
height: 15px;
}

.border-bottom {
background: url(images/border-bottom.png) repeat-x top;
height: 15px;
}

.border-topleft {
background: url(images/corner-left-top.png) no-repeat bottom right;
height: 15px;
width: 15px;
}

.border-topright {
background: url(images/corner-right-top.png) no-repeat bottom left;
height: 15px;
width: 15px;
}

.border-bottomleft {
background: url(images/corner-left-bottom.png) no-repeat top right;
height: 15px;
width: 15px;
}

.border-bottomright {
background: url(images/corner-right-bottom.png) no-repeat top left;
height: 15px;
width: 15px;
}

input {
color: #30509e;
font-family: "Calibri", "Verdana", sans-serif;
font-size: 12px;
padding: 4px;
}

.tall {
width: 250px;
color: #30509e;
font-family: "Calibri", "Verdana", sans-serif;
padding: 4px;
background: #fff !important;
border: solid 1px #989b9d;
}	

.wide{
width: 250px;
color: #30509e;
font-family: "Calibri", "Verdana", sans-serif;
background: #fff !important;
border: solid 1px #989b9d;
}

.wideme{
width: 500px;
color: #30509e;
font-family: "Calibri", "Verdana", sans-serif;
background: #ffffff !important;
border: solid 1px #989b9d;
}