/* CSS Document */

body {
 background-image: url(/images/scale_bg.jpg);
 background-repeat: repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 color: black;
 margin: 0;
 padding: 0;
}

ul {
 margin-top: 5px;
 margin-left: 35px;
 padding-left: 0px;
 margin-right: 20px;
/* list-style-image: url(/images/bullet.gif);*/
 list-style: circle;
 color: #0047a0;
}

li {
 font-size: 11px;
}

h3 {
 font-size: 18px;
 color: #0047a0;
 font-weight: normal;
 margin: 0;
 padding: 5px 0px 0px 0px;
}

hr {
 width: 100%;
 border: 0px;
 color: #CCC;
 background-color: #CCC;
 height: 1px;
 margin: 0;
 padding: 0;
}

fieldset,img {  
 border: 0; 
}

#top_bg {
 background-image: url(/images/header_bg.jpg);
 background-repeat: no-repeat;
 height: 138px;
}

#interior_top {
 background-image: url(/images/interior_top.gif);
 background-repeat: no-repeat;
 height: 33px;
}

#logo {
 padding: 12px 0px 0px 15px;
}

#top_links, #top_links a:link, #top_links a:visited {
 padding-top: 5px;
 color: #0047a0;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}

#top_links a:hover, #top_links a:active {
 color: #0047a0;
 font-size: 12px;
 font-weight: bold;
 text-decoration: underline;
}

#top_links img {
 margin-top: 30px;
}

#nav {
 text-align: center;
}

#nav img {
 display: inline;
 vertical-align: top;
 margin: 0px 15px 0px 15px;
}

#featured {
 background-image: url(/images/featured_block.jpg);
 background-repeat: no-repeat;
 width: 606px;
 height: 320px;
}

#featured_content {
 text-align: right;
 margin: 35px 15px 0px 0px;
}

#next_demo {
 padding: 3px 5px 3px 8px;
 line-height: 18px;
 color: white;
 font-weight: bold;
 font-size: 12px;
}

#home_newsletter {
 background-color: #0047a0;
 width: 210px;
 border-left: 4px solid white;
}

#newsletter_signup {
 text-align: right;
}

#newsletter_content {
 padding: 10px 10px 10px 15px;
 color: white;
 font-size: 12px;
}

#newsletter_content a:link, #newsletter_content a:visited {
 color: white;
 font-size: 12px;
 text-decoration: underline;
 font-weight: normal;
}

#newsletter_content a:hover, #newsletter_content a:active {
 color: white;
 font-size: 12px;
 text-decoration: none;
 font-weight: normal;
}

.newsletter_formtext {
 background-color: white;
 border: 1px solid black;
 height: 25px;
 vertical-align: middle;
 margin-bottom: 4px;
}

.smallwhite {
 color: white;
 font-size: 10px;
}

#left_col {
 background-color: #86cd5e;
 width: 165px;
 border-right: 4px solid white;
 border-top: 4px solid white;
 border-bottom: 2px solid white;
}

.left_text {
 color: #005F14;
 font-size: 11px;
 text-align: center;
}

#leftline {
 border-bottom:1px solid #005F14;
}

#content {
 width: 445px;
 padding: 4px;
}

#sub_content {
 width: 652px;
 background-color: #d6ebf7;
 border-top: 4px solid white;
 border-bottom: 2px solid white;
}

#indent_text {
 width: 90%;
 padding: 10px 0px 0px 25px;
}

.normaltext {
 font-size: 11px;
 color: black;
}

.bluetext {
 font-size: 11px;
 color: #0047a0;
 font-weight: bold;
}

.formtext {
 font-size: 12px;
 color: black;
 border: 1px solid #0083cb;
}

a:link, a:visited {
 font-size: 11px;
 color: #0083cb;
 text-decoration: none;
}

a:hover, a:active {
 font-size: 11px;
 color: #0083cb;
 text-decoration: underline;
}

#home_blurb {
 color: #0083CB;
 font-size: 12px;
 padding: 20px 35px 20px 35px;
 text-align: justify;
}
.home_blurb_lg {
 font-size: 19px;
/* letter-spacing: 1.3px;*/
}

#right_col {
 background-color: #bfe0f2;
 width: 210px;
 border-left: 4px solid white;
 border-top: 4px solid white;
 border-bottom: 2px solid white;
}

#right_col2 {
 background-color: #86cd5e;
 width: 165px;
 border-left: 4px solid white;
 border-top: 4px solid white;
 border-bottom: 2px solid white;
}

.right_text {
 color: #0047A0;
 font-size: 11px;
}

#rightline {
 border-bottom:1px solid #0047A0;
}

#middle {
 vertical-align: middle;
}

#footer {
 background-color: #0083cb;
 height: 70px;
 color: white;
 font-size: 10px;
 text-align: center;
 background-image: url(/images/footer_bg.gif);
 background-repeat: no-repeat;
 background-position: bottom;
}

#footer a:link, #footer a:visited {
 color: white;
 font-size: 10px;
 text-decoration:underline;
 font-weight:normal;
}

#footer a:hover, #footer a:active {
 color: white;
 font-size: 10px;
 text-decoration:none;
 font-weight:normal;
}

#gutter_text, #gutter_text a:link, #gutter_text a:visited {
 text-align: center;
 color: black;
 font-weight: normal;
 font-size: 9px;
 text-decoration: none;
}

#gutter_text a:hover, #gutter_text a:active {
 color: black;
 font-weight: normal;
 font-size: 9px;
 text-decoration: underline;
}