@charset "utf-8";
/* CSS Document */
/* Clarence A Reber III &reg;, Berson3 Computers */



html {
 font-size: 100%;
}

body {
 background-image: url(../img/background_body.jpg);
 background-position: top;
 background-repeat: repeat-x;
 background-color: #686d74;
 font-size: 62.5%;
 font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
}

body.not_grey {
 background-color: transparent;
}

h1, h2, h3, h4, h5 {
 font-family: Helvetica, Verdana, sans-serif;
}

a:link, a:visited {
 color: #ff4e0a;
}

a:hover {
 background-color: #ff4e0a;
 color: white;
 text-decoration: none;
}

map {
 cursor: pointer;
}

h1 {
 font-size: 2.6em;
 font-weight: normal;
}

h2 {
 font-size: 2.3em;
 font-weight: normal;
}

h3 {
 font-size: 2.0em;
 font-weight: normal;
}

h4 {
 font-size: 1.6em;
 font-weight: normal;
}

h5 {
 font-size: 1.4em;
 font-weight: normal;
}

p {
 color: #666666;
 font-size: 1.4em;
}

img {
 border: none;
}

li {
 font-size: 1.2em;
}

fieldset {
 margin: 20px;
}

#all {
 background-color: white;
 border-color: #ff7100;
 border-style: solid;
 border-width: 0 3px;
 margin: -12px auto 0;
 padding: 0;
 position: relative;
 width: 800px;
}

#masthead {
 background-color: transparent;
 background-image: url(../img/new_mast.jpg);
 background-position: 0px 100px;
 background-repeat: no-repeat;
 margin: 0px auto;
 width: 806px;
}

#top_mast_wrap {
 padding: 10px 6px 0px;
}

#mastlogo {
 background-color: transparent;
/* background-image: url(../img/mast_bottom_bg.jpg);
 background-position: bottom;
 background-repeat: repeat-x;
*/ padding: 10px;
}

#mastlogo a {
 border: none;
}

#mastlogo > p > a:hover {
 background-color: transparent;
 border: none;
}

#inc_Street_2 {
 display: none;
}

#gallery {
 /*width: 480px;
 float: left;
 margin-right: 12px;*/
}

#showcar {
 width: 800px;
 background-image: url(../img/showcar_strip.jpg);
 background-position: left;
 background-repeat: no-repeat;
 height: 298px;
 text-align: right;
 margin: -15px 0 0 -15px;
}

#showcar div {
 padding: 15px;
}

#showcar div div {
 float: right;
 width: 500px;
}

#quote_button {
 background-color: transparent;
 position: absolute;
 top: 100px;
 left: -73px;
 height: 230px;
 width: 70px;
 border: none;
}

#quote_button:focus, #quote_button a:focus, #quote_button img:focus {
 outline: none;
}

#quote_button a.thickbox:hover {
 background-color: transparent;
}

#main_content {
 margin: auto;
 width: 800px;
}

#main_content_inner {
 background-color: white;
 padding: 15px;
}

#nav_wrapper {
 margin: 0 auto;
 /*margin-top: 10px;*/
 width: 800px;
}

#nav {
background-image: url(../img/nav_bar_bg_blue.jpg);
background-position: top;
background-repeat: repeat-x;
height: 45px;
width: 800px;
overflow: hidden;
margin: 0;
padding: 0;
}

#nav a {
 display: block;
 width: 260px;
 height: 45px;
 background-image: url(../img/mma_sprite.jpg);
 text-indent: -5000px;
}

#nav ul {
 list-style: none;
 margin: 0;
 margin-left: 10px;
 padding: 0;
}

#nav:focus, #nav ul:focus, #nav ul li:focus, #nav a:focus, object:focus {
 outline: none;
}

#nav li {
 display: inline;
 float: left;
}

#nav_home a {background-position: 0 0;}
#nav_home a:hover {background-position: 0 -45px;}
#nav_home a:active {background-position: 0 -90px;}
#nav_ins a {background-position: -260px 0;}
#nav_ins a:hover {background-position: -260px -45px;}
#nav_ins a:active {background-position: -260px -90px;}
#nav_loc a {background-position: -520px 0;}
#nav_loc a:hover {background-position: -520px -45px;}
#nav_loc a:active {background-position: -520px -90px;}

table#recap {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}

table#recap td {
 padding: 6px 3px;
}

table#recap .grey_bg {
 background-color: #999;
}

.black {
 color: black;
}

.claim_number {
 margin-top: 6px;
 margin-right: 0px;
}

#footer {
 margin: auto;
 padding: 10px;
}

.expand h3 {
 color: #006;
}

.gradient_box {
 background-image: url(../img/bg_gold_gradient.jpg);
 background-position: top;
 background-repeat: repeat-x;
 border: 1px solid #09F;
 margin: 5px;
 padding: 0px 10px 20px;
}

.sub_div {
 color: #666;
}

.top_level_li li {
 font-size: 18px;
}

.side_to_side {
 background-color: white;
 background-image: url(../img/bg_gold_gradient.jpg);
 background-position: top;
 background-repeat: repeat-x;
 margin: 5px;
 padding: 0px 10px 20px;
}

.side_to_side div h3 {
 text-align: center;
}

.blue {
 background-color: blue;
}

.blue_bg {
 background-color: #00bee4;
 background-image: url(../img/blue_bg_upper.jpg);
 background-position: 0 -25px;
 background-repeat: repeat-x;
 padding: 2px 14px 14px;
}

.blue_bg a:link, .blue_bg a:visited {
 text-decoration: none;
 color: white;
}

.center {
 text-align: center;
}

.clear {
 clear: both;
}

label.error {
 color: red;
 padding-left: 4px;
}

.grey {
 color: #666666;
}

.fleft {
 float: left;
}

.padded {
 padding: 15px;
}

.fright {
 float: right;
}

.mini_hr {
 color: blue;
 width: 350px;
 margin: auto;
}

.no_margpad {
 margin: 0px;
 padding: 0px;
}

.plus_minus {
 float: left;
 height: 15px;
 margin-top: 5px;
 margin-right: 5px;
 width: 15px;
 background-image: url(../img/plus.gif);
}

.red {
 color: red;
}

.return_15px {
 margin: -15px 0 0 -15px;
}

.right {
 text-align: right;
}

.side_content {
 padding: 10px 15px;
}

.spacer { 
 height: 300px;
 width: 800px;
}

.square {
 height: 200px;
 padding: 5px;
 width: 200px;
}

.white {
 color: white;
}

.white_bg {
 background-color: white;
 padding: 10px;
}

.expand h3 {
 cursor: pointer;
 margin-bottom: 0px;
 padding-bottom: 0px;
 text-decoration: underline;
}

.expand h4 {
 margin-top: 0px;
}
