@charset "utf-8";
/* CSS Document */
/* Clarence A Reber III &reg;, Berson3 Computers */



html {
 font-size: 100%;
}

body {
 background-image: url(../img/bg_blue.jpg);
 background-position: top;
 background-repeat: repeat-x;
 font-size: 62.5%;
 font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
 font-family: Helvetica, Verdana, sans-serif;
}

a:link, a:visited {
 color: #03F;
}

a:hover {
 background-color: #03F;
 color: white;
 text-decoration: none;
}

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 {
 font-size: 1.2em;
}

img {
 border: none;
}

a.img_link:focus {
 outline: none;
}


li {
 font-size: 1.2em;
}

#mastlogo {
 margin: auto;
 width: 800px;
}

#main_content {
 margin: auto;
 width: 800px;
}

#main_content_inner {
 background-color: #FFC;
 padding: 15px;
}

#nav {
background-image: url(../img/nav_bar_bg.jpg);
background-position: center;
background-repeat: repeat-x;
border-color: #F90;
border-style: solid;
border-width: 1px 1px 0 1px;
font-size: 16px;
margin-top: 8px;
}

.claim_number {
 margin-top: 6px;
 margin-right: -18px;
}

#footer {
 margin: auto;
 width: 800px;
}

.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;
}

.align_left {
 text-align: left;
}

.blue {
 background-color: blue;
}

.center {
 text-align: center;
}

.clear {
 clear: both;
}

.fortysix {
 width: 48%;
}

.grey {
 color: #666666;
}

.fleft {
 float: left;
}

.fright {
 float: right;
}

.no_margpad {
 margin: 0px;
 padding: 0px;
}

.padded {
 padding: 12px;
}

.return_15px {
 margin: -15px 0 0 -15px;
}

.right {
 text-align: right;
}

.side_content {
 padding: 20px 25px;
}

.spacer { 
 height: 300px;
 width: 800px;
}

.square {
 height: 200px;
 padding: 5px;
 width: 200px;
}

.white {
 color: white;
}

.expand h3 {
 cursor: pointer;
 margin-bottom: 0px;
 padding-bottom: 0px;
 text-decoration: underline;
}

.expand h4 {
 margin-top: 0px;
}